DUT_RELAY_GROUP, END_DUT_RELAY_GROUP
L5710 Tester - 指令 - DUT_RELAY_GROUP, END_DUT_RELAY_GROUP
Some utility relays can be grouped by these two instructions...
*Syntax :
DUT_RELAY_GROUP()
Group_name=(Relay_No,, Relay_No)
END_DUT_RELAY_GROUP()
*Arguments :
Group_name: any group name which had been defined by the user in the test program.
Relay No: the utility relay no. is from 0 to 31.
*Comment:
L5710 provides 32 utility relays.
Before using, the user must define the DUT REALY_GROUP to control the relays at the same time.
These two instructions are used together.
*Example:
DUT RELAY GROUP();
GI=(0, 1, 2);
→ relay0, relay 1, relay2 are in the GI group
G2=(31);
→ only relay31 is in the G2 Group
END_DUT_RELAY_GROUP
#關鍵字 L5710 Tester - 指令 - DUT_RELAY_GROUP, END_DUT_RELAY_GROUP
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表