Difference between revisions of "CANopen:CAN SYNC SEPARATOR COB"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Template:CANOpen-Firmware-Functions |DESCRIPTION= COB ID of dummy separating message between master TXPDO and SYNC.<br> Default is 0x300 |INPUT= number: COB ID of dummy se...")
 
m (Lisa moved page CANOpen:CAN SYNC SEPARATOR COB to CANopen:CAN SYNC SEPARATOR COB: correction of CANopen)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:CANOpen-Firmware-Functions
+
{{Template:CANopen Firmware Functions
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 26: Line 26:
 
CAN_SYNC_SEPARATOR_COB(0x333)
 
CAN_SYNC_SEPARATOR_COB(0x333)
 
|SEE ALSO=
 
|SEE ALSO=
* [[CANOpen:CAN SYNC SEPARATOR COB|CAN_SYNC_SEPARATOR_COB]]
+
* [[CANopen:CAN SYNC SEPARATOR COB|CAN_SYNC_SEPARATOR_COB]]
* [[CANOpen:CAN SYNC SEPARATOR|CAN_SYNC_SEPARATOR]]
+
* [[CANopen:CAN SYNC SEPARATOR|CAN_SYNC_SEPARATOR]]
* [[CANOpen:Configuration Example|Configuration_Example]]
+
* [[CANopen:Configuration Example|Configuration_Example]]
 
}}
 
}}

Latest revision as of 14:51, 26 August 2014

COB ID of dummy separating message between master TXPDO and SYNC.
Default is 0x300

Input

number: COB ID of dummy separating message

Output

None

Return Value

None

Declaration

import_c CAN_SYNC_SEPARATOR_COB(byval as long)

Syntax

CAN_SYNC_SEPARATOR_COB(<number>)

Exceptions

None

Examples

CAN_SYNC_SEPARATOR_COB(0x333)

See Also