File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 fPositionAtShutdown: LREAL; //Position of the axis when the CPU was powered off
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)
10+ bHomedAtShutdown: BOOL; //Homing status of the axis when the CPU was powered off
1011END_STRUCT
1112END_TYPE
1213]]> </Declaration >
Original file line number Diff line number Diff line change 66TYPE E_RestorePosition :
77(
88 eDontRestore :=0,
9- eRestoreWithoutHome := 1, //Redefine the position of the axis to that when the power was lost
10- eRestoreWithHome := 2 //Redefine the position of the axis to that when the power was lost and home
9+ eRestoreWithoutHome := 1, //Restores the position of the axis to that when the power was lost
10+ eRestoreWithHome := 2 // Restores the position of the axis to that when the power was lost and sets the home position to the restored position
1111);
1212END_TYPE
1313]]> </Declaration >
You can’t perform that action at this time.
0 commit comments