Jump to content

MikaelH

Members
  • Posts

    835
  • Joined

  • Last visited

  • Days Won

    49

Posts posted by MikaelH

  1. The main reason I don't use the OpenG panel VIs is that quite often I want only a subset of the controls and it's important not to handle some of the controls I want to avoid. Usually it's either a matter of building the refs array manually or using one or more of the Controls[] properties and then deleting the unwanted refs from that.

    Your are right, these VIs should have some filtering functions. E.g. All controls/indicators where the Label Name starts/ends with a certaing character "...$".

    Or just have an array of controls refs and only use thoses.

    //Mike

  2. I just got my result back from my CLA-R, and I passed :rolleyes: , but not with 100% :-(

    I really like to now what questions I missed/missunderstood.

    I didn't find any questions that difficult, but you need to know the software development modules NI is referring to, you can find all that in the Self Pace training.

    You need to know the advanced stuff and limitiations of about X-Controls and classes.

    • Like 1
  3. You appear to be able to use a global variable in the same way in a class, it doesn't create directly under the class but you can add it and set the scope to private.

    Remember that a Static attribute using e.g. Globals/Functional Global in a base class gets shared between two different sub classes.

    That might be something you want, but maybe you want this “global variable” to have one unique value per base or sub class.

    In that case you can use a Named single element queue, using the object's class name.

    post-941-0-73403200-1355700160.png

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.