l5x
l5x copied to clipboard
RSLogix L5X Python module
when print tag data type: Decoded data content not found for MSGpidai tag. Ensure Encode Source Protected Content option is disabled when saving L5X.
We use UDTs that have DINTs formatted in binary style. It's stupid, and I'll be changing the UDTs going forward because it's also causing issues for my other forms of...
Hi all, Looking for help to resolve the following issue that I have encountered. In Studio 5000 I am able to see that "Data_1" tag array exists and contains the...
Can not get value from tag DataType='STRING'
running the following code and then opening the l5x in designer is giving the errors below; i'll update with what I do to fix, but probably wont get into your...
Hello, Seems doesn't work in case of UDT with big Dim 1 dimension. Example with MyTag with data type MyUDT[100] it works well : `prj.controller.tags['MyTag'][int(0)]['Member1'].value` returns `"17.5"` but if MyUDT[10000]...
Add support/documentation/tests to permit BOOL tags to be assigned True/False values in addition to 0 or 1.
Some modules have no name attribute, such as peripheral cards in a VFD. This causes a KeyErrror exception when accessing the modules name attribute.
I would like to be able to request the version programmatically. Ideally, using the `__version__` attribute. See [pep 0396](https://www.python.org/dev/peps/pep-0396/)