Controller to Controller Communication Flashcards
What is Ethernet/IP?
A controller to controller protocol that is based on CIP (Common Industrial Protocol)
What are the 2 most common types of messaging in Ethernet/IP?
Explicit: a type of messaging that uses programming language to send a message to one other controller ONLY.
Implicit: uses a producer/consumer messaging that is configured by adding controller I/O. Allows data to be sent from one controller to many others.
What tags are used in implicit and explicit messaging?
Global/controller tags
What does a controller need to be able to communicate?
A communication driver
What are the 2 characteristics of a driver?
1) Come in different languages
2) Ca be native or OPC (Open Protocol Communication)
What is OPC DA and OPC UA and what are their differences and similarities?
OPC Data Access and OPC Unified Architecture are both server/ client models. OPC DA runs strictly on windows and has no security but OPC UA is platform independent and has encryption.
What is a function of a server?
To collect and store data such as tags, values, quality, and timestamp
What is the purpose of OPC Test Client?
Test Client lets you verify that you can can access information from a server.