Difference between revisions of "CANopen:DS402 STATUS RAW GET"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "CANOpen" to "CANopen")
m (Lisa moved page CANOpen:DS402 STATUS RAW GET to CANopen:DS402 STATUS RAW GET: correction of CANopen)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:CANopen-Functions
+
{{Template:CANopen Functions
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 
Provides a low-level access to DS402 Status word (object 0x6040).<br>
 
Provides a low-level access to DS402 Status word (object 0x6040).<br>
 
  
  

Latest revision as of 14:52, 26 August 2014

Provides a low-level access to DS402 Status word (object 0x6040).

Input

axis
value

Output

None

Return Value

None

Declaration

public function DS402_STATUS_RAW_GET(ax as generic axis) as long

Syntax

stat = DS402_STATUS_RAW_GET(<axis>)

Exceptions

CAN_6041_NOT_FOUND(20154) : "Object 0x6041 not found" - no Status Word is mapped to PDO

Examples

stat = DS402_CONTROL_WRD_RAW_GET(a1)

See Also