Difference between revisions of "EtherCAT:EC SLAVE"

From SoftMC-Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|EtherCAT:EC_SLAVE}}
 
{{Template:EtherCAT-Function
 
{{Template:EtherCAT-Function
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Return test report about a certain slave.
+
Returns a test report about a slave.
  
 
|INPUT=
 
|INPUT=
Slave's address
+
Slave address
  
 
|OUTPUT=
 
|OUTPUT=
Line 20: Line 21:
  
 
|SEE ALSO=
 
|SEE ALSO=
 +
* [[EtherCAT:EC LIST PDOS|EC_LIST_PDOS]]
 
* [[EtherCAT:EC MASTER|EC_MASTER]]
 
* [[EtherCAT:EC MASTER|EC_MASTER]]
 
* [[EtherCAT:EC SLAVES|EC_SLAVES]]
 
* [[EtherCAT:EC SLAVES|EC_SLAVES]]
  
 
}}
 
}}

Latest revision as of 18:09, 6 May 2017

Language: English  • 中文(简体)‎

Returns a test report about a slave.

Input

Slave address

Output

None

Return Value

String with information about slave

Declaration

public function EC_SLAVE(byval addr as long) as string

Syntax

?EC_SLAVE(1)

See Also