is it possible in Codesys 2 to define 2 variable as following:
VAR1 : bool;
var1 : bool;
without get error on compiling?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2017-04-05
Originally created by: scott_cunningham
CoDeSys variables are case insensitive- both variables you asked about are the same as far as CoDeSys is concerned. This was a decision to make troubleshooting in the field easier.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is it possible in Codesys 2 to define 2 variable as following:
VAR1 : bool;
var1 : bool;
without get error on compiling?
Originally created by: scott_cunningham
CoDeSys variables are case insensitive- both variables you asked about are the same as far as CoDeSys is concerned. This was a decision to make troubleshooting in the field easier.