set number of PLC axes to 4
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ VAR_GLOBAL
|
||||
END_VAR
|
||||
|
||||
VAR_GLOBAL CONSTANT
|
||||
nAXIS_NUM: UINT := 2; //Specifies the total of axes in the system
|
||||
nAXIS_NUM: UINT := 4; //Specifies the total of axes in the system
|
||||
nPNEUMATIC_AXIS_NUM: UINT := 0; //Specifies the total number of pneumatic axes in the system
|
||||
|
||||
//Pneumatic air pressure groups high and low limits
|
||||
|
||||
Reference in New Issue
Block a user