Difference between revisions of "EtherCAT:EC SLAVES"

From SoftMC-Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|EtherCAT:EC_SLAVES}}
 
{{Template:EtherCAT-Function
 
{{Template:EtherCAT-Function
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Returns summary of all the slaves found by the master.
+
Returns a summary of all the slaves found by the master.
  
 
|INPUT=
 
|INPUT=
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 SLAVE|EC_SLAVE]]
 
* [[EtherCAT:EC SLAVE|EC_SLAVE]]
  
 
}}
 
}}

Latest revision as of 07:29, 7 May 2017

Language: English  • 中文(简体)‎

Returns a summary of all the slaves found by the master.

Input

None

Output

None

Return Value

String with information about slaves

Declaration

public function EC_SLAVES as string

Syntax

?EC_SLAVES

See Also