Difference between revisions of "EtherCAT:EC STARTMASTER"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Axystems:" to "")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|EtherCAT:EC_STARTMASTER}}
 
{{Template:EtherCAT-Function
 
{{Template:EtherCAT-Function
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Synchronizes clocks between the master and the slaves, and sets master's opmode to operational.
+
Synchronizes the master and the slave clocks, and sets the master opmode to operational.
 +
 
 +
The master attempts to set the drives to OPMODE. If it fails due to PLL error in the drives, it retries up to 3 times.
 
From here on you can send motion commands to the slaves.
 
From here on you can send motion commands to the slaves.
  

Latest revision as of 07:53, 7 May 2017

Language: English  • 中文(简体)‎

Synchronizes the master and the slave clocks, and sets the master opmode to operational.

The master attempts to set the drives to OPMODE. If it fails due to PLL error in the drives, it retries up to 3 times. From here on you can send motion commands to the slaves.

Input

None

Output

None

Return Value

Void

Declaration

public sub EC_STARTMASTER

Syntax

call EC_STARTMASTER

See Also