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 requesting data from the sensors 30, 31, 62 and 63, the MCH returns an Parameter out of range (c9h) error, even if we have sensors with bigger indexes (like 100, 200) or smaller (like 1, 2) that can be read without problem. The index <-> sensor assign is MCH responsibility, and each time the IOC is initialized, the assignation is different. So, each time, four different sensors records doesn't works properly, but the indexes is always the same (30, 31, 62 and 63).
The text was updated successfully, but these errors were encountered:
When requesting data from the sensors 30, 31, 62 and 63, the MCH returns an
Parameter out of range (c9h)
error, even if we have sensors with bigger indexes (like 100, 200) or smaller (like 1, 2) that can be read without problem. The index <-> sensor assign is MCH responsibility, and each time the IOC is initialized, the assignation is different. So, each time, four different sensors records doesn't works properly, but the indexes is always the same (30, 31, 62 and 63).The text was updated successfully, but these errors were encountered: