Improved and added some comments

This commit is contained in:
Israa Ali
2024-12-03 10:02:50 +01:00
parent 5f3246deb7
commit d2ca3c9ec9

View File

@@ -3,13 +3,13 @@
<GVL Name="GVL_APP" Id="{8fe9690c-7907-432e-bedb-6fc99b5ce255}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL
//0 for CX5130 and 1 for c6017-0020
//Defines the CPU type: 0 for CX5130 and 1 for c6017-0020
eCPUType: E_CPUType; //:= 1;
END_VAR
VAR_GLOBAL CONSTANT
nAXIS_NUM: UINT := 0;
nPNEUMATIC_AXIS_NUM: UINT := 0;
nAXIS_NUM: UINT := 0; //Specifies the total of axes in the system
nPNEUMATIC_AXIS_NUM: UINT := 0; //Specifies the totsl number pf pneumatic axes in the system
END_VAR
]]></Declaration>
</GVL>