AutomationDirect Do-more Serial Drivers |
Topic: CM050![]() |
Two serial drivers are available in C-more for the Do-more series PLC:
- AutomationDirect Do-more Serial (Built-in memory)
- AutomationDirect Do-more Serial 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, you can use Built-in memory driver since it is a more efficient driver. The memory is limited to Built-in Memory blocks.
Do-more Designer Memory Configurations
You can use both drivers 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 co-exist for one PLC in the C-more project.