You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_file_directory method reads the SYS0 file and tries to parse it for the directory information, but I haven't been able to find any documentation on its format or how to interpret it. I've reverse engineered what I could with the devices I had access to, so it's support is very experimental. There may be something firmware or configuration wise that alters the format of the file that I'm not accounting for. If you'd like to try making it work, the methods _parse_file0 and _get_sys0_info methods of slc_driver.py are most relevant. If it's just skipping the O0 file, it may be the starting offset (file_position) is one row too late.
Description
plc.get_file_directory() is kipping O0 and starts from I0.
Output:
data files: 16, logic files: 5
I0
S1
B2
T3
C4
R5
N6
F7
B8
T9
N10
F11
ST12
MG13
n7:0, 54, N, None
Target PLC
Model: plc_ML1100
Firmware Revision: [e.g. 32]
Other Devices in CIP Path: None
Code Sample
Minimal reproduceable code sample
Additional context
The text was updated successfully, but these errors were encountered: