SET_DUT_RELAY

L5710 Tester - 指令 - SET_DUT_RELAY


The SET_DUT_RELAY instruction is used to close/open the utility relays.

 

*Syntax :

SET_DUT RELAY( Dut_Relay_Group)

 

*Arguments :

Dut_Relay_Group:any dut relay group name which had been defined by user in the test program. the dut relay group is defined in the plan file (main program).

 

*Comment:

SET_DUT_RELAY will open/close the utility relays which are defined in the DUT_RELAY_GROUP.

Every SET_DUT_RELAY instruction is independent. It means that the instruction will not keep the relay state for the last SET_DUT_RELAY.

 

*Example :

DUT_RELAY_GROUP;

Dut_G1=(0, 1, 2);

Dut_G2=(1,2, 15);

Null_G=();

→no utility relay in the group

END DUT_RELAY_GROUP;

……

……

SET_DUT_RELAY(Dut_G1);

→utility relay 0, 1, 2 are closed

SET_DUT_RELAY(Dut_G2);

→ utility relay 1, 2, 15 are closed, relay 0 is opened

……

SET_DUT_RELAY(Null_G);

→ all utility relays are opened


#關鍵字 L5710 Tester - 指令 - SET_DUT_RELAY

 

 


■ 延伸閱讀 L5710 指令說明 & 其它


arrow
arrow
    全站熱搜

    News123 發表在 痞客邦 留言(0) 人氣()