Batch Export to Runtime Utility Centre

Hello,

I would like to ask if there is any possibility (e.g. using a script) to perform Export to Runtime Utility Center for all configurations in the project at once.

We use RUC to install SW into PLCs on a production line and now we have to select each configuration separately to perform export to RUC, which is a bit annoying.

Thanks for the advice.

Hi Tomas,

It’s possible to generate an RUC package from the command line. Only one configuration can be specified at a time, but you could make a script that iterates through multiple configuration names when calling the package creator.

BR.AS.RUCPackageCreator.exe “projectpath” -c “configuration” -o “path where RUC package is created”