Difference between revisions of "EtherCAT:EC SLAVE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Template:EtherCAT-Function |DESCRIPTION= Return test report about a certain slave. |INPUT= Slave's address |OUTPUT= None |RETURN VALUE= String with information about sla...")
 
Line 17: Line 17:
  
 
|SYNTAX=
 
|SYNTAX=
?EC_PRINT_SLAVE(1)
+
?EC_SLAVE(1)
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 13:05, 23 October 2014

Return test report about a certain slave.

Input

Slave's address

Output

None

Return Value

String with information about slave

Declaration

public function EC_PRINT_SLAVE(byval addr as long) as string

Syntax

?EC_SLAVE(1)

See Also