CKD_IN.TcDUT 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
  3. <DUT Name="CKD_IN" Id="{c4b71ec7-b802-4cf6-97ae-358e2203042e}">
  4. <Declaration><![CDATA[TYPE CKD_IN :
  5. STRUCT
  6. WcStateOut : BIT ;
  7. Value_Sensor_Input1 : REAL ; // Value sensor input1 (p1)
  8. Value_Sensor_Input2 : REAL ; // Value sensor input2 (p2)
  9. Position_Actual_Value : REAL ; // Position actual value
  10. Control_Mode_Status : USINT ;// "Control mode status:
  11. (* Indicates the current controlmode.
  12. O: IDLE
  13. 1:HOMING(Auto teaching)
  14. 2: POS(Valve Opening Control
  15. 3: Reserved
  16. 4: HOID(Valve Opening Hld)
  17. 5:CLOSE(Close)
  18. 6:OPEN(Open
  19. 7:PRESS1(P1 SensorVacuum Pessure Control
  20. 8:PRESS2(P2 SensorVacuum Pressure Control
  21. 9 to 15: Reserved
  22. 16:SIOWVAC(Sow Vacuum Control"
  23. *)
  24. Homing_Status : USINT ; // "HOME status
  25. (*
  26. indicates the homing status.
  27. 0: Homing not started
  28. 1: Homing interrupted
  29. 2: Homing completed-no error
  30. 3:Homing completed-error204: Hmingin progress
  31. 5to 255: Reserved"
  32. *)
  33. Selected_Controller : USINT ; // "Select controller
  34. (*
  35. Indicates The PIDtables used.
  36. 1: 0x8060(rocess Controller 1)
  37. 2:0x8070(Pocess Cntroller2)
  38. 3:0x8080(cess Cntroller3)
  39. 4:0x8090(Process Cntroller 4)
  40. 5:0x80A0(Process Controller5)
  41. 6:0x80M(Pocess ntroller6
  42. 7:0x80C0(Process Controller 7
  43. 8:0x80D0(Process Cntroller8
  44. 9:0x80E(Pocess Controller 9)
  45. 10: 0x80F(Pocess Controller 10)
  46. 11: 0x5050(SVA0"
  47. *)
  48. Device_Management_Device_Warning_Details : UDINT ; // Active Device Warning Details (Device Management)
  49. Sensor_Input1_Device_Warning_Details : UDINT ; // Active Device Warning Details (Sensor put1)
  50. Sensor_Input2_Device_Warning_Details : UDINT ; // Active Device Warning Details (Sensor Input2)
  51. Process_Controller_Selector_Device_Warning_Details : UDINT ; // Active Device Warning Details (Process Controller Selector)
  52. Valve_Device_Warning_Details : UDINT ; // Active Device Warning Details (Valve)
  53. Valve_manufacturer_Warning_Details : UDINT ; // Active manufacturer Warning Details (Valve)
  54. Device_Management_manufacturer_Error_Details : UDINT ; // Active manufacturer Error Details (Device Management)
  55. Sensor_Input1_Management_manufacturer_Error_Details : UDINT ; // Active manufacturer Error Details(Sensor Input1)
  56. Sensor_Input2_Management_manufacturer_Error_Details : UDINT ; // Active manufacturer Error Details (Sensor Input2)
  57. Valve_Management_manufacturer_Error_Details : UDINT ; // Active manufacturer Error Details (Valve)
  58. WcStateIn : BIT ; //
  59. InputToggle : BIT ; //
  60. State : UINT ; //
  61. END_STRUCT
  62. END_TYPE
  63. ]]></Declaration>
  64. </DUT>
  65. </TcPlcObject>