Difference between revisions of "EtherCAT:EC GET BUS CYCLETIME"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Template:EtherCAT-Function |DESCRIPTION= This function gets the motion bus cycle time. |INPUT= None |OUTPUT= None |RETURN VALUE= Motion cycle time: 4000us, 2000us, 1000u...")
 
m
Line 11: Line 11:
  
 
|RETURN VALUE=
 
|RETURN VALUE=
Motion cycle time: 4000us, 2000us, 1000us, 500us or 250us.
+
Motion cycle time: 4000 μs, 2000 μs, 1000 μs, 500 μs or 250 μs.
  
 
|DECLARATION=
 
|DECLARATION=

Revision as of 14:36, 13 January 2015

This function gets the motion bus cycle time.

Input

None

Output

None

Return Value

Motion cycle time: 4000 μs, 2000 μs, 1000 μs, 500 μs or 250 μs.

Declaration

public function EC_GET_BUS_CYCLETIME as long

Syntax

retVal = EC_GET_BUS_CYCLETIME

Examples

-->?EC_GET_BUS_CYCLETIME(4000)
-->4000

See Also