Jump to content

Absurd

Members
  • Posts

    4
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2010
  • Since
    2001

Absurd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you for the reply. I will have to think about what to do next here. My goal was trying to have a single top level wire to carry to the producers and the consumers; instead of a GUI queue wire and an Action queue wire are separate. I am not sure how to most cleanly make this break. The Engine has both the responsibility to run a queue containing multiple actions in order (linearly run tests) and in parallel taking test data and displaying it via a GUI queue. I am thinking I might be able to create another Class to sit inside the Engine which would contain the array of PictureIndicators and handle their grouped functions.
  2. I am sorry for the crosspost but I asked for a moderator to move my other post over. Anyway I was wondering if anyone could give me any criticism on a new type of OOP framework I am working on. Anything constructive is appreciated, thank you. Framework Test - 04.zip
  3. I didn't think of it at the time but would this be better suited for the OOP forum? If so, moderators are welcome to move it.
  4. I have been working on a new base framework for my future projects. This would be a way to have a flexible display for any number of indicators of any type. I have come up with something, but I am new to OOP concepts and would like any feedback on where I might have gone wrong. In this example you can add a float which will populate new objects and a waveformgraph will populate only once and then update, this can all be changed in the program but that is how I setup the examples. I appreciate any pointers. Framework Test - 04.zip
×
×
  • Create New...

Important Information

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