HI.
Is there any way to access the soft PLC variables by a program running outside of codesys aplication?
For example. I want to record, sensor0, sensor1 ... et. to a mySQL database, but this functions will be done by an program running in the linux services.
I dont wanna use codesys database extensions because the data will be stored as binary large object in a remote server, and there will be an specific set of prograns menageming this data and connection.
My firts idea is to use some kind of memory mapped function, or just write the data in a linux fifo file.
Thanks in advance!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
dopro17 hat geschrieben:
HI.
Is there any way to access the soft PLC variables by a program running outside of codesys aplication?
For example. I want to record, sensor0, sensor1 ... et. to a mySQL database, but this functions will be done by an program running in the linux services.
I dont wanna use codesys database extensions because the data will be stored as binary large object in a remote server, and there will be an specific set of prograns menageming this data and connection.
My firts idea is to use some kind of memory mapped function, or just write the data in a linux fifo file.
Thanks in advance!!!
Hi
You can use the shared memory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI.
Is there any way to access the soft PLC variables by a program running outside of codesys aplication?
For example. I want to record, sensor0, sensor1 ... et. to a mySQL database, but this functions will be done by an program running in the linux services.
I dont wanna use codesys database extensions because the data will be stored as binary large object in a remote server, and there will be an specific set of prograns menageming this data and connection.
My firts idea is to use some kind of memory mapped function, or just write the data in a linux fifo file.
Thanks in advance!!!
Hi
You can use the shared memory