Reading board voltage via M409
-
Hi,
I am try to read board voltage but receiving "null" for unknown reason as shown below
This is happening in when +24V is ON and OFF cases.
This is on Duet3 6HC. Am I missing something here?
Regards
Siva -
@Siva It's a capital
I
, as in "voltage Input", not a lower casel
.M409 K"boards[].vIn" { "key": "boards[].vIn", "flags": "", "result": [ { "current": 12.2, "max": 12.2, "min": 12.1 } ], "next": 0 }
Ian
-
@droftarts Thanks Ian, it's now resolved. I copied the line from the Object-Model-Documentation.
Thanks
Siva -
@Siva thanks for the report about the documentation we will check that out.
-
-