upper/lower case declaration variaible

hki75
2017-04-05
2017-04-05
  • hki75 - 2017-04-05

    is it possible in Codesys 2 to define 2 variable as following:

    VAR1 : bool;
    var1 : bool;

    without get error on compiling?

     
  • 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.

     

Log in to post a comment.