Page 1 of 1

Registers

Posted: Thu Mar 07, 2019 8:30 pm
by SpokaneBrewer
I am finding the value of registers. Is there any way to view all of the registers on the main page to see if they are asserted or not? This would help greatly with troubleshooting when using ladder logic. Thanks!

Re: Registers

Posted: Thu Mar 07, 2019 10:33 pm
by JonW
There isn't anything in the web interface to show the registers, but you can easily get all regs in a single API call.
Use the url /api/reg to see all regs at once.
http://embeddedcc.github.io/api-docs/

Re: Registers

Posted: Wed Mar 13, 2019 3:48 pm
by SpokaneBrewer
Thanks!