Difference between revisions of "EtherCAT:EC STOPMASTER"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 2: Line 2:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Change the master's mode of operation from op to preop and erase the entire database that was created.<br/>
+
Changes the master's mode of operation from OP to PREOP and erases the entire database that was created.<br/>
After invoking EC_STOPMASTER the PDO mapping doesn't exist anymore, and has to be recreated before restarting
+
After invoking EC_STOPMASTER, the PDO mapping no longers exists, and must be recreated before restarting
 
the master.<br/>
 
the master.<br/>
All the motion drives are disabled.
+
All motion drives are disabled.
  
 
|INPUT=
 
|INPUT=

Revision as of 13:10, 13 January 2015

Changes the master's mode of operation from OP to PREOP and erases the entire database that was created.
After invoking EC_STOPMASTER, the PDO mapping no longers exists, and must be recreated before restarting the master.
All motion drives are disabled.

Input

None

Output

None

Return Value

Void

Declaration

public sub EC_STOPMASTER

Syntax

call EC_STOPMASTER

See Also