News:

  • June 28, 2026, 09:37:14 PM

Login with username, password and session length

Author Topic: Default and manual IO mapping  (Read 7210 times)

CReese

  • Hero Member
  • *****
  • Posts: 184
Default and manual IO mapping
« on: April 03, 2014, 09:45:18 PM »
Hello,

I am trying to make my IO one-indexed, rather than zero-indexed, so I can map them directly to the same modbus addresses. When I go to manually change X0 to X1, or change the automatic settings to start at X1, it shows the input as ok as I enter it, but does not save the value. Strangely, It allows me to set the defaults for analog IO just fine. Is this a bug or something I am missing?

Thanks,
Colin

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Default and manual IO mapping
« Reply #1 on: April 03, 2014, 10:01:54 PM »
Maps must be byte aligned. To map on bit boundaries would cause an unacceptable performance hit.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

CReese

  • Hero Member
  • *****
  • Posts: 184
Re: Default and manual IO mapping
« Reply #2 on: April 03, 2014, 10:14:26 PM »
Yes, of course.