Difference between revisions of "EtherCAT:EC SLAVE"
(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...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|EtherCAT:EC_SLAVE}} | ||
{{Template:EtherCAT-Function | {{Template:EtherCAT-Function | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | + | Returns a test report about a slave. | |
|INPUT= | |INPUT= | ||
− | Slave | + | Slave address |
|OUTPUT= | |OUTPUT= | ||
Line 14: | Line 15: | ||
|DECLARATION= | |DECLARATION= | ||
− | public function | + | public function EC_SLAVE(byval addr as long) as string |
|SYNTAX= | |SYNTAX= | ||
− | ? | + | ?EC_SLAVE(1) |
|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]] | ||
}} | }} |