Starting the daunting task of converting my HS2 script, is there a good starting point to understand the differences in the scripting between HS2 and HS3?
Since hs.exec10 is no longer an option, how can I turn off devices now with a script?
HS2
Since hs.exec10 is no longer an option, how can I turn off devices now with a script?
HS2
Code:
Sub Main hs.execx10 "f1+2+3+4", "Off",0 hs.execx10 "L2+3+4+5+6+7+8+9+10+11+12+13+14+15+16", "Off",0 hs.execx10 "M1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16", "Off",0 End Sub
Comment