We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b318454 commit 1ee62b8Copy full SHA for 1ee62b8
2 files changed
DUTs/Axis_Structures/ST_AxisControl.TcDUT
@@ -19,6 +19,8 @@ STRUCT
19
fAcceleration: LREAL; //Acceleration for the movement command (0 uses the NC default)
20
fDeceleration: LREAL; //Deceleration for the movement command
21
fPosition: LREAL; //Target position for absolute moves or distance for relative moves
22
+ fMinSoftLimit: LREAL; //Minimum position soft limit
23
+ fMaxSoftLimit: LREAL; //Maximum position soft limit
24
bHWMaskActive: BOOL := FALSE; //Indicates if hardware masking is active
25
fMaskedTemperature: REAL := 0.0; //Temperature value used when the hardware masking is active
26
bPressurizeAirpad AT %Q*: BOOL; //Output from method controlling airpad
0 commit comments