7
« on: August 22, 2014, 02:57:04 PM »
Awesome!. That helped a bunch and made me feel a lot better.
I got the new revision and took a crack at it this morning. Initially i was having the same problems that i have been having. The biggest example of this is my indicator light for inputs x0 (12049 modbus) and x1 (12050 modbus).
When i started only x0 was working correctly and x1 was giving my an error message. I finally had a eureka moment though. I had set my COM value TreatDataAsHex to true, because otherwise the meters i have set up to watch various timers and counters don't show the correct value, but that had been messing with my indicators.
I changed the COM setting for TreatDataAsHex to false and bam, xo and x1 are reading properly, buttons for my various internal relays are at least illuminating properly when the relay is on...and actually will turn the relay off, though not back on, but that was expected.
So, i am back on track to get this working pending a fix for the COM driver and i can figure out how to get some of my objects to have the data treated as hex and others not, but i am pretty sure i can work that out in the code.
Thanks you fohdeesha, and Thank You Archie, you are Awesome.