Difference between revisions of "Communication"
(Added keepalive) |
(Modbus new API) |
||
Line 33: | Line 33: | ||
[[Serial Communication|'''Serial Communication''']] | [[Serial Communication|'''Serial Communication''']] | ||
<br/><br/> | <br/><br/> | ||
− | + | [[Modbus Communication API|'''Modbus Communication]]<br/> | |
− | [[Modbus Communication|'''Modbus Communication''']] | + | [[Modbus Communication|'''Modbus Communication (Depricated)''']] |
<br/><br/> | <br/><br/> | ||
[[Category:Control:Offline]] | [[Category:Control:Offline]] |
Revision as of 11:53, 5 December 2016
LAN
- IP Address
- Keepalive
- TCP/IP Communication (to be completed)
- Setup
- Program_Examples:TCP_IP:TCPIP_Simple_Server Simple TCP/IP server
- Program_Examples:TCP_IP:TCPIP_TelNet_Server Simple Telnet server and command parser
- Program_Examples:TCP_IP:TCPIP_Simple_Client Simple TCP/IP client
- Program_Examples:TCP_IP:TCPIP_Multi_Server Multi client TCP/IP server
- Program_Examples:TCP_IP:TCPIP_Winsock_Client An example written in C langauge, corresponds to the TCP/IP TelNet Server example
- UDP FastData
- FTP standard ftp file accesses
Automation Bus
- CANopen - Functions are available since version SOCKCAN 0.4.11.2rc8 / CANOPEN 0.4.11.2rc8
- CANopen Firmware Functions Reference - CANopen functions provided by firmware
- CANopen Functions Reference - A list of CANopen functions
- CANopen Setup - How to setup can open network and device(s)
- DS402 CAN Drive Setup - program example
- EtherCAT
- EtherCAT - General Guide
- Setup EtherCAT - How to setup EtherCAT
- EtherCAT Functions Reference - A list of basic EtherCAT functions
- Advanced EtherCAT Functions Reference - A list of advanced EtherCAT functions
- Digital IOs - Associate between System Digital IOs and drives and IO Modules IOs
- Drive Control Bits - Implementation of Drive Control Bits under EtherCAT
- EC_INSTALL_STX_CDHD - How to configure CDHD drives
Serial Communication
Modbus Communication
Modbus Communication (Depricated)