excuse my ignorance but I'm trying to do something with python to prove how it works and I'm unable. From what I understand, I need to install Scriptengine and I can not find it anywhere, could someone tell me where to get it.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Like what I want to do is not possible.
I'm working with raspberry. Is it possible to access variables read their value or write it from the same raspberry in python?
any example to go see please?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
jbarrio hat geschrieben:
Like what I want to do is not possible.
I'm working with raspberry. Is it possible to access variables read their value or write it from the same raspberry in python?
any example to go see please?
The ScriptEngine is part of development environment (IDE) and not of the runtime, which is on the Raspberry Pi. The Scripting is used for testing or automating tasks, like for example create a project from an external configuration.
If I remember correctly there were some threads about reading and writing values from/to your IEC application on the Raspberry Pi. I think the options were to use a fieldbus protocol, TCP/IP socket or OPC UA. Look in our sub forum for the Raspberry Pi.
BR
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello:
excuse my ignorance but I'm trying to do something with python to prove how it works and I'm unable. From what I understand, I need to install Scriptengine and I can not find it anywhere, could someone tell me where to get it.
Thank you
Hi jbarrio.
The ScriptEngine is part of the default installation of CODESYS V3.
BR
Martin
Like what I want to do is not possible.
I'm working with raspberry. Is it possible to access variables read their value or write it from the same raspberry in python?
any example to go see please?
Hi jbarrio.
The ScriptEngine is part of development environment (IDE) and not of the runtime, which is on the Raspberry Pi. The Scripting is used for testing or automating tasks, like for example create a project from an external configuration.
If I remember correctly there were some threads about reading and writing values from/to your IEC application on the Raspberry Pi. I think the options were to use a fieldbus protocol, TCP/IP socket or OPC UA. Look in our sub forum for the Raspberry Pi.
BR
Martin