Hi all,
It is possible to download a file *.app directly in the PLC without the source code?
I can not find a command/tool, I'm wondering what are they used for?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2017-07-03
Originally created by: scott_cunningham
The files and are the actual run code files. On controllers I am familiar with, I can copy these two files and a small text file with the text in it and the control will reprogram itself after a power cycle (maybe this is only required if the application name changes...). But I don't think this is standard CoDeSys behavior for all device types like PC based devices. You could try looking at your device file system and see if you can change these two files and get the updated operation on the next boot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2017-07-04
Originally created by: Massimo.Milluzzo
Thanks for the reply.
Unfortunately I need to perform this operation on a CODESYS HMI Device.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
if this a V3 HMI it is the same.
copy Application.app / Application.crc to the /Plclogic/Applicaton directory and add the application name to the CODESYSCotnrol.cfg
[CmpApp]
.
.
Application.1=Application
.
.
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2017-08-01
Originally created by: Massimo.Milluzzo
Ok thank you.
It works
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: Massimo.Milluzzo
Hi all,
It is possible to download a file *.app directly in the PLC without the source code?
I can not find a command/tool, I'm wondering what are they used for?
Originally created by: scott_cunningham
The files and are the actual run code files. On controllers I am familiar with, I can copy these two files and a small text file with the text in it and the control will reprogram itself after a power cycle (maybe this is only required if the application name changes...). But I don't think this is standard CoDeSys behavior for all device types like PC based devices. You could try looking at your device file system and see if you can change these two files and get the updated operation on the next boot.
Originally created by: Massimo.Milluzzo
Thanks for the reply.
Unfortunately I need to perform this operation on a CODESYS HMI Device.
Hi,
if this a V3 HMI it is the same.
copy Application.app / Application.crc to the /Plclogic/Applicaton directory and add the application name to the CODESYSCotnrol.cfg
[CmpApp]
.
.
Application.1=Application
.
.
BR
Edwin
Originally created by: Massimo.Milluzzo
Ok thank you.
It works