Christopher Beard

Results 51 comments of Christopher Beard

Hi Christian, great observations and sorry that these changes have caused you issues. I'm sure that at some point this will get solved, unfortunately I can't guarantee quick results as...

It looks like for a workaround for the first one you can use: ```python value = bytearray(plc_connection.read_by_name( "MAIN.VariableName", plc_datatype=pyads.PLCTYPE_BYTE * (10000 + 1), )).decode().strip("\00") ```

this workaround using PLCTYPE_BYTE may also work for the methiod call too

hello, could you please paste a small reproducible sample bit of code for this? I suspect this is an issue with your network if it works directly. But I can...

@dependabot recreate

Is this a TwinCAT 2 or 3 system? The traceback provided seems to be having an issue acquiring the handle. Are you sure the variable Test.M0 is the full path,...

OK, I think if Test is a PRG then the correct path is Test.M0. Have you tried read by name when not giving it a fixed memory address? There may...

There may be a bug/ issue here to do with the overall set-up and using the BC9120. I also do not have a BC9120 to test anything on. This is...

When you read by memory and offset does it work? Does using the pyads symbol work? https://pyads.readthedocs.io/en/latest/documentation/symbols.html