Hi,
I wrote a simple python script in order to read/write variables from or to IEC 61131 programs and Python programs.
First I execute it on an Ubuntu pc and it works properly.
Then I execute it directly on the AXC 2152 (FW 2020.6) shell and it works properly.
I'm tring to execute the script, with the same command used in shell, with the FB PBCL_SysLinuxShell_1 from library PLCnextBase_1_3_1 but there is no way to run it.
The behavior is the module request isn't found.
I don't understand why the same command doesn't work with the FB. Probably because the FB open a different shell session?
How could i solve this topic?
Attached the working script picture and the no working script picture.
I'm running python 3.8.2, and install only pip. The modules are in /opt/plcnext/.local/lib/python3.8/site-packages
Samuele