Jeremy Henson

Results 34 comments of Jeremy Henson

cmseaton42 was working on this as of around 3 weeks ago, but I don’t know what the status is. It’s also going to require finishing some additional items like UDT...

This package doesn’t support Micro800 processors yet, does it?

This still isn't right. I was doing more testing in response to the reports of tag writing issues. I fixed the `tag.controllerValue` reference in #37 but, I think there is...

I know the current version doesn’t support it. It only returns values. There had been some work to read tags out of the processor, but I’m not sure if the...

I went back and looked at screen shots of the returned data for the tag and udt reads from another person on the Gitter feed and I didn’t see any...

Version 20 and earlier is called RSLogix 5000. Version 21 and later is called Logix Designer within the Studio 5000 suite.

This is largely an issue with the PLC using 32-bit IEEE 754 floating point and Node using 64-bit IEEE 754 floating point. Here is how Node stores 0.123456789 in hex...

If you want to do that, you might be better off encoding it in a DINT. Send `0.1234567889` as `123456789` and then divide by `1000000000` for the data. Float/Real isn't...

It's just for the node end. I'm not aware of any way to change the port on the processor. So this is just for the specific use case of mapping...