TMP_IN.TcDUT 779 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
  3. <DUT Name="TMP_IN" Id="{f8753f9e-ffd5-4815-a4b1-6323c31e7740}">
  4. <Declaration><![CDATA[TYPE TMP_IN :
  5. STRUCT
  6. Rotation : BIT ; //1:ROTATING,0:NOT ROTATING
  7. Normal : BIT ; //1:NORMAL,0:UNNORMAL
  8. Acceleration : BIT ;
  9. Deceleration_Includes_Braking : BIT ;
  10. Remote_Local : BIT ; //1:LOCAL.E-CAT CONTROL DISABLED,0:REMOTE.E-CAT CONTROL ENABLED
  11. Turbo_Low_Speed : BIT ;
  12. Alarm : BIT ;
  13. Warning : BIT ;
  14. Turbo_Speed : INT ; //0.1[%],1000(100.0%):RATED SPEED,0(0.0%):NO RATATION
  15. Turbo_Current : INT ; //0.1A
  16. Turbo_pump_temperature : INT ; //1[℃]
  17. VibrationH : INT ;
  18. VibrationB : INT ;
  19. VibrationZ : INT ;
  20. END_STRUCT
  21. END_TYPE
  22. ]]></Declaration>
  23. </DUT>
  24. </TcPlcObject>