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
I would like to have the first group be scaled integers, and the second group will be transmitted as floats. The user will decide which to access depending on their PLC etc
Thanks
The text was updated successfully, but these errors were encountered:
Actually, I thought it was working, but it was not - It looks like only one bank of registers can be declared at a time.
What I did to compensate was
-say I have 100 sensors
-I reserved space for 1000 + 100x2 holding registers. This first 100 resisters hold the Int representations, the last 200 registers the floats.
This wastes 900 register positions - almost 2k RAM presumably.
per1234
changed the title
Portenta H7
Only one bank of registers can be declared at a time
Feb 14, 2024
Got it to work on a Portenta H7 - only testing Holding Register reading (all required in my application).
I have a question about the software.
Is it possible to issue 2 configures as below
I would like to have the first group be scaled integers, and the second group will be transmitted as floats. The user will decide which to access depending on their PLC etc
Thanks
The text was updated successfully, but these errors were encountered: