Difference between revisions of "EtherCAT:EC SET CYCLETIME"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Axystems:Template:EtherCAT-Function |DESCRIPTION= Set EtherCAT cycle time. Cycle time units are MICRO seconds [uSec].<br/> |INPUT= slaves' addresses array, user cycle time...")
 
Line 5: Line 5:
  
 
|INPUT=
 
|INPUT=
slaves' addresses array, user cycle time.
+
Slaves' addresses array, new cycle time in MICRO seconds [uSec]
  
 
|OUTPUT=
 
|OUTPUT=
Line 15: Line 15:
 
|DECLARATION=
 
|DECLARATION=
 
public sub EC_SET_CYCLETIME(slave_addr[*] as long, byval user_cycletime as long) '[usec]
 
public sub EC_SET_CYCLETIME(slave_addr[*] as long, byval user_cycletime as long) '[usec]
 +
 +
|LIMITATIONS=
 +
user_cycletime must be greater than 0, and in MICRO SECONDS
  
 
|SYNTAX=
 
|SYNTAX=

Revision as of 14:59, 9 January 2013