Difference between revisions of "Drivers"
(Created page with "'''Communication Drivers''' The drivers are the heart of AdvancedHMI and provide communication links to a number of PLCs and other devices. Every drivers complies with a set...") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
'''Communication Drivers''' | '''Communication Drivers''' | ||
− | The drivers are the heart of AdvancedHMI and provide communication links to a | + | The drivers are the heart of AdvancedHMI and provide communication links to a variety of PLCs and other type of devices. Every drivers complies with a set of common properties and methods (functions and subroutines) that allow them to work with the AdvancedHMI controls. These are defined by the [[IComComponent]] interface. Each driver may also have a unique set of properties and methods that will apply specifically to the device in which it communicates with. See the documentation for the specific driver for more details. |
[[ModbusRTUCom]] | [[ModbusRTUCom]] | ||
Line 8: | Line 8: | ||
[[EthernetIPforCLXCom]] | [[EthernetIPforCLXCom]] | ||
+ | |||
+ | [[EthernetIPforMicro800Com]] | ||
[[EthernetIPforSLCMicroCom]] | [[EthernetIPforSLCMicroCom]] | ||
+ | |||
+ | [[EthernetIPtoDHRIOforPLC5Com]] | ||
+ | |||
+ | [[EthernetIPtoDHRIOforSLCMicroCom]] | ||
+ | |||
+ | [[ModbusRTUCom]] | ||
+ | |||
+ | [[ModbusTCPCom]] | ||
+ | |||
+ | [[OmronEthernetFINSCom]] | ||
+ | |||
+ | [[OmronSerialFINSCom]] | ||
+ | |||
+ | [[OmronSerialHostLinkCom]] | ||
+ | |||
+ | [[OpcDaCom]] | ||
+ | |||
+ | [[SerialDF1forPLC5Com]] | ||
+ | |||
+ | [[SerialDF1forSLCMicroCom]] | ||
+ | |||
+ | [[SerialDF1overTcpForSLCMicroCom]] | ||
+ | |||
+ | [[SimulatorCom]] | ||
+ | |||
+ | [[Generic Ethernet/IP and CIP Technical Information]] |
Latest revision as of 09:00, 12 November 2017
Communication Drivers
The drivers are the heart of AdvancedHMI and provide communication links to a variety of PLCs and other type of devices. Every drivers complies with a set of common properties and methods (functions and subroutines) that allow them to work with the AdvancedHMI controls. These are defined by the IComComponent interface. Each driver may also have a unique set of properties and methods that will apply specifically to the device in which it communicates with. See the documentation for the specific driver for more details.
EthernetIPtoDHRIOforSLCMicroCom