123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8"?>
- <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
- <DUT Name="TMP_IN" Id="{513e3984-d8ea-4486-801e-e7ff728f23d9}">
- <Declaration><![CDATA[TYPE TMP_IN :
- STRUCT
- Rotation : BIT ; //1:ROTATING,0:NOT ROTATING
- Normal : BIT ; //1:NORMAL,0:UNNORMAL
- Acceleration : BIT ;
- Deceleration_Includes_Braking : BIT ;
- Remote_Local : BIT ; //1:LOCAL.E-CAT CONTROL DISABLED,0:REMOTE.E-CAT CONTROL ENABLED
- Turbo_Low_Speed : BIT ;
- Alarm : BIT ;
- Warning : BIT ;
- Turbo_Speed : INT ; //0.1[%],1000(100.0%):RATED SPEED,0(0.0%):NO RATATION
- Turbo_Current : INT ; //0.1A
- Turbo_pump_temperature : INT ; //1[℃]
- VibrationH : INT ;
- VibrationB : INT ;
- VibrationZ : INT ;
- END_STRUCT
- END_TYPE
- ]]></Declaration>
- </DUT>
- </TcPlcObject>
|