Difference between revisions of "CANopen:SDO TIME OUT SET"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "CANOpen" to "CANopen")
m (Text replace - "Template:CANopen-Firmware-Functions" to "Template:CANopen Firmware Functions")
Line 1: Line 1:
{{Template:CANopen-Firmware-Functions
+
{{Template:CANopen Firmware Functions
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:40, 26 August 2014

Set Timeout in mSec for SDO upload/download.

Input

value: timeout in mSecs

Output

None

Return Value

None

Declaration

import_c SDO_TIME_OUT_SET(byval as long)

Syntax

SDO_TIME_OUT_SET(<value>)

Exceptions

None

Examples

SDO_TIME_OUT_SET(2000)

See Also