EtherCAT:EC SET CYCLETIME

From SoftMC-Wiki
Revision as of 09:14, 22 May 2014 by Miborich (talk | contribs) (Text replace - "Axystems:" to "")
Jump to: navigation, search

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)