Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Download file app

Anonymous
2017-07-03
2017-08-01
  • Anonymous - 2017-07-03

    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?

     
  • 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.

     
  • 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.

     
  • eschwellinger

    eschwellinger - 2017-08-01

    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

     
  • Anonymous - 2017-08-01

    Originally created by: Massimo.Milluzzo

    Ok thank you.
    It works

     

Log in to post a comment.