02-10-2021 12:12 AM
Hello Folks,
Greeting.
I started a project to learn LabVIEW. As a newbie I started with Queue Message Handler. Right now I am making one GUI for a function generator but later on more device and functionality will be followed with existing structure. This is the problem I'm dealing with:
My code is working but now my next move is to make my existing code bit modular where I don’t have any idea how to do it. I want to show user input (amplitude and frequency) to another case as a waveform graph. So in QMH how can I do this?
I attached my VI. After “AD2” case I want to make another case named "Graph" to show user input as a waveform graph. Any modification in my VI will be marvelous and any suggestion will be welcomed. But I prefer to show the process that I should follow. As a new comer in LabVIEW it’s hurting me a lot 😫
For anything thanks for your effort.
- Reduan
Solved! Go to Solution.
02-10-2021 08:02 AM
This may sound silly, but I think it will (a) teach you something(s) important about the QMH, (b) take only a little time to do this, and (c) enable you to solve your problem with your existing code. Please bear with me ...
Bob Schor
02-10-2021 11:45 AM
Thanks Bob for letting me know several basic stuff in QMH.
I got the concept how can I call data within different case. I'll be back shortly after trying it !
- Reduan
02-11-2021 04:41 AM
Thank you so much Bob!
Now everything working like a charm and by this problem definitely learned a lot about QMH analogy in LabVIEW.
- Reduan