Rares

Results 7 comments of Rares

here is about the panicked text, not the error itself we should solve/remove all the panicked errors output text! > @mhasel `E037` should default to `Severity::Error` - are you using...

this is a very good point @tisis2 we should have 2 error lists/categories if a error is norm defined error and codesys error, that cannot be configured!

we can make a template where only at certain error codes can the severity be changed for example: ``` { "not configurable": [ E037, E.... E.... ], "warning": [ ],...

we have a new error case here code example: ``` PROGRAM mainProg VAR Conv : STRING[125]; Index : USINT; Args : argsSTR; END_VAR Conv := BOOL_TO_STRING(Args.b[Index]); END_PROGRAM TYPE argsSTR :...

yea, yu're right, is not in the german Norm but i found it in the international Norm

error update: `: error[E071]: Could not resolve reference to myInt Compilation aborted due to previous errors`