Skip to content

Commit 1ee62b8

Browse files
MBP-359: Update MainVisu
1. Remove GVL.astAxes[MAIN.hmiAxisSelection].stStatus.bGeared 2. Make the box non-editable for current soft limit. 3. Fix negative numbers.
1 parent b318454 commit 1ee62b8

2 files changed

Lines changed: 262 additions & 281 deletions

File tree

DUTs/Axis_Structures/ST_AxisControl.TcDUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ STRUCT
1919
fAcceleration: LREAL; //Acceleration for the movement command (0 uses the NC default)
2020
fDeceleration: LREAL; //Deceleration for the movement command
2121
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
2224
bHWMaskActive: BOOL := FALSE; //Indicates if hardware masking is active
2325
fMaskedTemperature: REAL := 0.0; //Temperature value used when the hardware masking is active
2426
bPressurizeAirpad AT %Q*: BOOL; //Output from method controlling airpad

0 commit comments

Comments
 (0)