Difference between revisions of "Communication"
(61 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Languages|Communication}} | |
− | + | = LAN = | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[IP_Address|'''IP Address''']] | |
+ | *[[Socket_keep-alive_timeouts|'''Keepalive''']] | ||
+ | *[[Communication/FastData|'''UDP FastData''']] | ||
+ | *'''[[:File:FTPSCRN.PNG|FTP]]''' standard ftp file accesses | ||
− | + | | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:Control: | + | = Motion Bus = |
+ | |||
+ | *[[CANopen_Protocol|'''CANopen''']] - ''Functions are available since version'' SOCKCAN 0.4.11.2rc8 / CANOPEN 0.4.11.2rc8 | ||
+ | **[[:Category:CANopen:Firmware_Functions|CANopen Firmware Functions Reference]] - CANopen functions provided by firmware | ||
+ | **[[:Category:CANopen:Functions|CANopen Functions Reference]] - A list of CANopen functions | ||
+ | **[[:Category:CANOpen:Setup|CANopen Setup]] - How to setup can open network and device(s) | ||
+ | **[[Program_Examples:CANOpen:DS402_CAN_Drive_Setup|DS402 CAN Drive Setup]] - program example | ||
+ | |||
+ | | ||
+ | |||
+ | *'''[[EtherCAT|EtherCAT]]''' | ||
+ | **[[:Category:EtherCAT:ECAT_GENERAL_GUIDE|EtherCAT - General Guide]] | ||
+ | **[[:Category:EtherCAT:EC_SETUP|Setup EtherCAT]] - How to setup EtherCAT | ||
+ | **[[:Category:EtherCAT:Functions|EtherCAT Functions Reference]] - A list of basic EtherCAT functions | ||
+ | **[[:Category:EtherCAT:Advanced_Functions|Advanced EtherCAT Functions Reference]] - A list of advanced EtherCAT functions | ||
+ | **[[:EtherCAT:DIGITAL-IOS|Digital IOs]] - Associate between System Digital IOs and drives and IO Modules IOs | ||
+ | **[[:EtherCAT:Drive_Control_Bits|Drive Control Bits]] - Implementation of Drive Control Bits under EtherCAT | ||
+ | **[[:EtherCAT:EC_INSTALL_STX_CDHD|EC_INSTALL_STX_CDHD]] - How to configure CDHD drives | ||
+ | |||
+ | | ||
+ | |||
+ | = Serial = | ||
+ | |||
+ | [[Serial_Communication|'''Serial Communication''']] | ||
+ | |||
+ | |||
+ | |||
+ | = Modbus = | ||
+ | |||
+ | [http://softmc.servotronix.com/wiki/Category:Modbus_Communication '''Modbus Communication'''] | ||
+ | |||
+ | = Web Server = | ||
+ | |||
+ | [[Basic_Web_Server|'''Basic Web Server''']]<br/> [[webAPI_for_softMC|'''webAPI for softMC''']] | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | = OPC UA = | ||
+ | |||
+ | '''[[OPC_UA_Introduction|OPC UA Introduction]]''' | ||
+ | |||
+ | '''[[softMC_as_OPC_UA_Server|softMC as OPC UA Server]]''' | ||
+ | |||
+ | '''[[OPC_UA_Examples|OPC UA Examples]]''' |
Latest revision as of 16:21, 6 February 2020
Language: | English • 中文(简体) |
---|
Contents
LAN
- IP Address
- Keepalive
- UDP FastData
- FTP standard ftp file accesses
Motion 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
Modbus
Web Server
Basic Web Server
webAPI for softMC