maniek765 - 2018-03-14

Hello everyone!
I'm trying to automate software updating on a network of ca. 50 plc's.
I can't force Codesys to download software without displaying the "Program has changed. Download the new program?" dialog.
My command file looks like this:

echo on
replace yesall
query off ok
file open B1_BMS-1.2_6PLC1.pro
project build
online login
online run
online bootproject

Any ideas?