Difference between revisions of "EtherCAT:EC SET CYCLETIME"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:EtherCAT:EC SET CYCLETIME to EtherCAT:EC SET CYCLETIME: Global renaming of Axystems: namespace into (Main):)
m (Text replace - "Axystems:" to "")
Line 1: Line 1:
{{Axystems:Template:EtherCAT-Function
+
{{Template:EtherCAT-Function
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 09:14, 22 May 2014

Set EtherCAT cycle time to ALL the drives. Cycle time units are MICRO seconds [uSec].

Input

Cycle time in MICRO seconds [uSec]

Output

None

Return Value

Void

Declaration

public sub EC_SET_CYCLETIME(byval user_cycletime as long) '[usec]

Syntax

call EC_SET_CYCLETIME(<user cycle time>)

Limitations

user_cycletime must be greater than 0, and in MICRO SECONDS

Examples

call EC_SET_CYCLETIME(4000)