keramitz - 2018-07-05

Hi. I am currently using a script to export projects. I am calling the script fro cmd. The issue here is that most f the times projects are missing devices or libraries dependencies. Hence, Codesys prints a big load of warn messages to the console output, e.g.:

Library Manager: Error: Could not open library '#CAA Behaviour Model'. (Reason: The placeholder library 'CAA Behaviour Model' could not be resolved.)
Library Manager: Error: Could not open library '#CAA Async Manager'. (Reason: The placeholder library 'CAA Async Manager' could not be resolved.)
Library Manager: Error: Could not open library '#CAA ResMan'. (Reason: The placeholder library 'CAA ResMan' could not be resolved.)
Library Manager: Error: Could not open library '#SysCpuHandling'. (Reason: The placeholder library 'SysCpuHandling' could not be resolved.) [...]

Is there any way to suppress those messages? It makes "important" messages disappear and the total user experience is poor.

Thanks.