Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Posts posted by Eugen Graf

  1. Eugen,

    To change your display name, click your name up in the upper right corner and select My Settings. That will bring you to a screen where you can change your display name.

    Gary

    I get a error "The name contains illegal characters."

    Hi Eugen,

    there's a "Mark Board As Read" completely at the bottom-left of of thread pages. That's the one you're looking for. Perhaps it could be added at the top as well... but that's soooo LV 1.0! :P

    Thank you, I found it

  2. Hi!

    The first thing I want to do is to appreciate you for this nice tutorial.

    On the last picture i see you wrote:

    QUOTE

    Enum typedefs defs will be different based on the owning consumer process

    functions, but they should all have the INITIALIZE state included.

    It's like a global state for all state machines implemented in the programm. Now if I want to add a new global state like EXIT, so I have to edit all the enum typedefs defined before?

    I suggest to make one enum with all global states and decide in the state machine depending on a flag transmitted together with the state itself in the message if its a global state or made forthis state machine only.

    I hope you understand what I mean. Regards, Eugen.

  3. Is there any possibility to "simulate" Call By Reference using LVOOP? I mean if my class contains only refnums to real objects or something like that. The problem is that some of my classes contains very large members and if I call member VIs, than each member VI will get the whole class but needs e.g. only to read one value.

    Thanks, Eugen

  4. QUOTE

    Now, having said that, I am sick and tired of this behavior, and I will seriously contemplate doing everything I can to hold the LabVIEW CD from being shipped to customers if the next version of LabVIEW doesn't allow multiple VIs of the same name to be stored in the EXE. The feature/bug fix (depending upon your point of view) is finally getting attention. I still can't promise it will be fixed because unforseen difficulties can put the kabosh on any new development, but I'm putting all the pressure I can to get this fixed.

    Thank you, I will wait for the next LabVIEW version :thumbup:

  5. Hello LAVAs!

    What is the best solution for the following problem? If I use VIs for overriding, so they have to have the same name. But if I create a executable I get name conflicts, because two VIs with the same name can't be saved in one (exe) folder.

    Next question is: if I want to have VIs with the same name in two different classes I have the same problem (name conflicts), so I have always to use prefix in the members. Is there an another better solution as to use prefixes?

    Thank you, Eugen

×
×
  • Create New...

Important Information

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