Difference between revisions of "EtherCAT:EC SLAVE GET ERROR"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:EtherCAT:EC SLAVE GET ERROR to EtherCAT:EC SLAVE GET ERROR: Global renaming of Axystems: namespace into (Main):)
m (Text replace - "Axystems:" to "")
Line 1: Line 1:
{{Axystems:Template:EtherCAT-Function
+
{{Template:EtherCAT-Function
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 09:15, 22 May 2014

This function returns the error code saved in the drive in case of an internal error.

Input

Generic axis

Output

None

Return Value

Error code as long

Declaration

public function EC_SLAVE_GET_ERROR(Ax as generic axis) as long

Examples

errVal = EC_SLAVE_GET_ERROR(ax1)