Initial
This commit is contained in:
27
PLC/9 Robot/DUTs/sRobotStatus.TcDUT
Normal file
27
PLC/9 Robot/DUTs/sRobotStatus.TcDUT
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.6">
|
||||
<DUT Name="sRobotStatus" Id="{f7b61260-b5ca-42e5-af60-4a07590ff04d}">
|
||||
<Declaration><![CDATA[TYPE sRobotStatus :
|
||||
STRUCT
|
||||
UnableToExecuteMotionCommands : BOOL;
|
||||
PreviousCommandError : BOOL;
|
||||
VacuumSensorOn : BOOL;
|
||||
VacuumSwitchOn : BOOL;
|
||||
MotionOrPositionError : BOOL;
|
||||
MotionLimitsViolation : BOOL;
|
||||
HomeProcedureNotExecuted : BOOL;
|
||||
RobotBusyMacro : BOOL;
|
||||
RobotBusyMotion : BOOL;
|
||||
|
||||
ServoOffOnOneOrMoreAxes : BOOL;
|
||||
|
||||
|
||||
InSearchMode : BOOL;
|
||||
|
||||
RobotReady : BOOL;
|
||||
RobotBusy : BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user