You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When validating channels, we check both directions (reading and writing) when searching for overlaps but we should only check for overlaps between channels writing to Modbus registers/coils.
We should be able to allow this by editing "validate line configuration.vi" to check for overlaps only if we are writing. We would also need to check the runtime class under "process mappings.vi" to make sure this wouldn't effect the runtime behavior.
The text was updated successfully, but these errors were encountered:
When validating channels, we check both directions (reading and writing) when searching for overlaps but we should only check for overlaps between channels writing to Modbus registers/coils.
We should be able to allow this by editing "validate line configuration.vi" to check for overlaps only if we are writing. We would also need to check the runtime class under "process mappings.vi" to make sure this wouldn't effect the runtime behavior.
The text was updated successfully, but these errors were encountered: