File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 88 fEncoderBiasAtShutdown: LREAL; //Encoder bias value when the CPU was powered off
99 bMovingAtShutdown: BOOL; //Indicates if the axis was moving during the shutdown (True if moving, false otherwise)
1010 bHomedAtShutdown: BOOL; //Homing status of the axis when the CPU was powered off
11+ bInitialized: BOOL; //Initialized status of the axis when the CPU was powered off
12+
13+ //Axis status variables
14+ stMotionState: MC_AXISSTATES;
15+ bError: BOOL;
16+ nErrorID: UDINT;
17+ bErrorStop: BOOL;
18+ bStandStill: BOOL;
19+ bHasBeenStopped: BOOL;
20+ bMoving: BOOL;
21+ fPositionDifference: LREAL;
22+ bDisabled: BOOL;
23+
24+ nCycles: ULINT; //Number of PLC cycles executed before shutdown
1125END_STRUCT
1226END_TYPE
1327]]> </Declaration >
You can’t perform that action at this time.
0 commit comments