是德科技
直播中

h1654155275.5998

7年用户 174经验值
私信 关注
[问答]

怎么做才能执行断电序列?

嗨!
我试着在Perl中这样做。
打印“PowerUp Sequence  n  r”;
;
$ g-> ibwrt(“OUTP:DEL:RISE 1,( @ 1)”);
$ g-> ibwrt(“OUTP:DEL:RISE 2,( @ 2)”);
$ g-> ibwrt(“OUTP:DEL:RISE 3,( @ 3)”);
$ g-> ibwrt(“OUTP:DEL:RISE 4,( @ 4)”);
$ g-> ibwrt(“OUTP ON,( @ 1:4)”);
打印“断电序列 n  r”;
;
$ g-> ibwrt(“OUTP:DEL:FALL 4,( @ 1)”);
$ g-> ibwrt(“OUTP:DEL:FALL 3,( @ 2)”);
$ g-> ibwrt(“OUTP:DEL:FALL 2,( @ 3)”);
$ g-> ibwrt(“OUTP:DEL:FALL 1,( @ 4)”);
$ g-> ibwrt(“OUTP OFF,( @ 1:4)”)但是只有加电部分工作,但scritp仍然同时关闭所有通道。
为了执行断电序列,我还需要打开其他东西吗?
谢谢。

以上来自于谷歌翻译


     以下为原文

  Hi! I tried to do this in Perl.

   print"PowerUp Sequencenr";
   ;
   $g->ibwrt("OUTP:DEL:RISE 1,(@1)");
   $g->ibwrt("OUTP:DEL:RISE 2,(@2)");
   $g->ibwrt("OUTP:DEL:RISE 3,(@3)");
   $g->ibwrt("OUTP:DEL:RISE 4,(@4)");
   $g->ibwrt("OUTP ON,(@1:4)");
   print"Power Off Sequencenr";
   ;
   $g->ibwrt("OUTP:DEL:FALL 4,(@1)");
   $g->ibwrt("OUTP:DEL:FALL 3,(@2)");
   $g->ibwrt("OUTP:DEL:FALL 2,(@3)");
   $g->ibwrt("OUTP:DEL:FALL 1,(@4)");   
   $g->ibwrt("OUTP OFF,(@1:4)")

But only the power up portion works but the scritp still turn off all channels at the same time. Is there something else that I need to turn on in order to perform a power-off sequence?


Thanks.  

回帖(2)

罗敏

2019-8-7 14:15:37
嗨,我需要做一些测试,以确保我得到你正确的答案。
我明天会这样做。

以上来自于谷歌翻译


     以下为原文

  Hi,

I need to do some testing to make sure I get you the correct answer.  I will do that tomorrow.
举报

罗敏

2019-8-7 14:25:55
嗨,我做了一些测试,输出开/关测序对我来说都有一些改变时间。
一些问题:1。
您使用的是什么版本的固件?2。
你在前面板上有任何错误吗?3。
你不能设置超过1秒的延迟。谢谢。

以上来自于谷歌翻译


     以下为原文

  Hi,

I did some testing and both the output on/off sequencing work for me with some alterations to the timing.  Some questions:

1.  What version of firmware are you using?
2.  Do you have any errors on the front panel?
3.  You cannot set delays more than around 1 s.

Thanks.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分