I’m new to the PLCnext technology. We’re trying to develop an update process for the application via an external device. So far I’ve seen only the possibility to update libraries but I’ve not yet found a way to update IEC programs, let’s say via SSH. The only options I’ve seen are tools provided by Phoenix (PLCnext Engineer, DaUM, Proficloud, etc).
Is there a way that I can update application files (IEC, shared objects .so, Configuration files) via SSH? or perform over-the-air updates without using any of the Phoenix tools?
Hello!
Take a look at this link, document describes way to send compiled project to plc.
It can be first approach to your goal.
https://github.com/plcnextusa/PLCnext-Guides/blob/master/Appendices/Appendix%2017%20How%20to%20FTP%20PLCnext%20project%20into%20AXC%20F%202152.pdf
BR
Hello!</p>
Take a look at this link, document describes way to send compiled project to plc.</p>
It can be first approach to your goal. </p>
[https://github.com/plcnextusa/PLCnext-Guides/blob/master/Appendices/Appendix%2017%20How%20to%20FTP%20PLCnext%20project%20into%20AXC%20F%202152.pdf</a></p>BR</p>
Thanks! this is really helpful information!!