![Delta AX-3 Series Скачать руководство пользователя страница 252](http://html1.mh-extra.com/html/delta/ax-3-series/ax-3-series_operation-manual_2471629252.webp)
A X - 3 S e r i e s O p e r a t i o n M a n u a l
7 - 1 3 4
_7
7.8.2.1 Servo On
Execute MC_Power (Servo on) instruction to activate the servo driver after the EtherCAT communication is built in
the following example with LD and ST programming languages supported.
Main variables used in programming
Variable
Data Type
Default
Note
SM_Drive_Virtual
AXIS_REF_SM3
-
Virtual axis variable
Start
BOOL
FALSE
Shift to True when start the server and enable
Servo On
LD language
Check for the successful EtherCAT communication when Start is True so as to enable MC_Power via ServoOn
output, which the status should be True.
ST language
Check for the successful EtherCAT communication when Start is True so as to enable MC_Power via ServoOn
output, which the status should be True.
Monitoring window can also be used to observe the variable output status with no need for naming the output
variables.
IF Start THEN
ServoOn :=TRUE;
ELSE
ServoOn :=FALSE;
END_IF
//MC_Power
MC_Power_0(
Axis:= SM_Drive_Virtual,
Enable:= ServoOn,
bRegulatorOn:= TRUE,
bDriveStart:= TRUE,
Status=> ,
bRegulatorRealState=> ,
bDriveStartRealState=> ,
Busy=> ,
Error=> ,
ErrorID=> );
Содержание AX-3 Series
Страница 17: ...AX 3 Series Operation Manual 1 10 _1 MEMO...
Страница 54: ...AX 3 Series Operation Manual 3 22 _3 MEMO...
Страница 98: ...AX 3 Series Operation Manual 4 44 _4 MEMO...
Страница 118: ...AX 3 Series Operation Manual 6 8 _6 MEMO...
Страница 148: ...AX 3 Series Operation Manual 7 30 _7 Scan PLC controller Add the newly scanned PLC controller and click OK...
Страница 241: ...Chapter 7 Motion Control Basic Settings Operation 7 123 7_ Click to enter Axis 0 tab on PoAxis Configuration page...
Страница 292: ...AX 3 Series Operation Manual 7 174 _7 Jerk Done MC_MoveSuperImposed_Done Busy CommandAborted Error ErrorID...
Страница 310: ...AX 3 Series Operation Manual 8 18 8_ MEMO...
Страница 355: ...Appendix A Troubleshooting A 5 _A...