Root Level Commands
FlexOTO Instance:
Hardware Diagram
The three root level commands are provided to launch, end, or query the state of FlexOTO's Station processes: :START
, :STOP
and :RUNNing?
. Send these commands to the FlexOTO's Hardware Diagram HiSLIP address which is:
TCPIP0::<computer name>::hislip0,4880::INSTR
Notice in the above address that the HiSLIP identifier is 0. After you start a Station, send any session commands to the Station's HiSLIP address. The Station's address uses a HiSLIP identifier which is an integer from 1 through 16 as listed in this table.
Process Tabs |
HiSLIP Address |
---|---|
Hardware Diagram | TCPIP0::<computer name>::hislip0,4880::INSTR
|
Station 1 | TCPIP0::<computer name>::hislip1,4880::INSTR
|
Station 2 | TCPIP0::<computer name>::hislip2,4880::INSTR
|
Station 3 | TCPIP0::<computer name>::hislip3,4880::INSTR
|
Station 4 | TCPIP0::<computer name>::hislip4,4880::INSTR
|
Station 5 | TCPIP0::<computer name>::hislip5,4880::INSTR
|
Station 6 | TCPIP0::<computer name>::hislip6,4880::INSTR
|
Station 7 | TCPIP0::<computer name>::hislip7,4880::INSTR
|
Station 8 | TCPIP0::<computer name>::hislip8,4880::INSTR
|
Station 9 | TCPIP0::<computer name>::hislip9,4880::INSTR
|
Station 10 | TCPIP0::<computer name>::hislip10,4880::INSTR
|
Station 11 | TCPIP0::<computer name>::hislip11,4880::INSTR
|
Station 12 | TCPIP0::<computer name>::hislip12,4880::INSTR
|
Station 13 | TCPIP0::<computer name>::hislip13,4880::INSTR
|
Station 14 | TCPIP0::<computer name>::hislip14,4880::INSTR
|
Station 15 | TCPIP0::<computer name>::hislip15,4880::INSTR
|
Station 16 | TCPIP0::<computer name>::hislip16,4880::INSTR
|
When your finished running your test plans, send :STOP
to FlexOTO's Hardware Diagram address to end all Stations.
Root level commands can only be sent to a FlexOTO Hardware Diagram. Sending these commands to FlexOTO Station will result in an error.