12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8"?>
- <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
- <GVL Name="SDO" Id="{dd384e69-c18f-4428-bd90-8c6425ff92ad}">
- <Declaration><![CDATA[VAR_GLOBAL
- //IO mapping
- HPM_valve_power_on_off ,
- Furnace_power_on ,
- Cap_heater_enable ,
- //spare
- AC100V_transformer_power_on ,
- VFD_Enable ,
- Blower_power_on ,
- Buffer_motor_enable1 ,
- Buffer_motor_enable2 ,
- E_axis_motor_enable2 ,
- E_axis_motor_enable1 ,
- FTR_enable1 ,
- FTR_enable2 ,
- WTR_enable1 ,
- FTR_interlock_reset ,
- WTR_enable2 ,
- WTR_interlock_reset ,
- R_axis_motor_enable2 ,
- R_axis_motor_enable1 ,
- FB_IO_shutter_interlock_reset ,
- LA_door_switch_interlcok_reset ,
- Light_curtain_idle ,
- Furnace_door_switch_interlock_reset ,
- Frontbody_interlock_indicator ,
- GasBox_interlock_indicator
- : BOOL;
- END_VAR]]></Declaration>
- </GVL>
- </TcPlcObject>
|