EtherCAT:EC GET BUS CYCLETIME

From SoftMC-Wiki
Revision as of 12:08, 4 January 2015 by Nigeller (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function gets the motion bus cycle time.

Input

None

Output

None

Return Value

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

Declaration

public function EC_GET_BUS_CYCLETIME as long

Syntax

retVal = EC_GET_BUS_CYCLETIME

Examples

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

See Also