AutomationDirect Do-more Ethernet Drivers |
Topic:
CM041![]() |
Two Ethernet drivers are available in C-more for the Do-more series PLC:
- AutomationDirect Do-more Ethernet (Built-in memory)
- AutomationDirect Do-more Ethernet Symbolic Addressing (Full memory)
Your specific application will determine the best driver to use.
- For most applications, the Symbolic Addressing driver is the best choice. With this driver, all memory addresses in the PLC are available. However, the Symbolic Addressing driver is a bit less efficient than the Built-in memory driver. The performance is sufficient for the majority of applications.
- For very complicated or large applications, use the Built-in memory driver since it is a more efficient driver. The memory is limited to Built-in Memory blocks only.
Both drivers may be used simultaneously. Use the Built-in memory driver for all of the default memory addresses and use a Symbolic Addressing driver for any user- added memory. The two drivers can even co-exist for one PLC in the C-more project.