03-08-2023 11:32 AM
Hi!
I have used the Continuous Measurement Data Logger Template to create an UI. In my VI I use the Aquisition Loop to acquire the data, as in the Template. The Data Display Loop in the other hand was changed to a SubVI which not only Displays but stores data while running so I can use it. The problem I have now is that I am not acquiring data the whole time and still need to accsses the Data Loop. The Data Loop has it's own Queue which ensures the Communication to the UI Loop, but without sending any notifiactions in the Acquiring Loop the Data Loop won't run. Is there a quick fix for this problem or am I doing something fundamentally wrong here?
Kind Regards,
Erik
Solved! Go to Solution.
03-08-2023 11:52 AM
Hi Erik,
@erikson_99 wrote:
am I doing something fundamentally wrong here?
Yes: you attach only an image of parts of your code.
We cannot edit/debug/run images in LabVIEW!
03-17-2023 05:07 AM
Hi GerdW,
I see! Sorry it took me so long to respond. You will find a concept of what I am trying to do in the attatchment. The functionality I need is to save the position while the acquiring is stopped.
Best Regards,
Erik
03-17-2023 07:12 AM
Hi!
With further testing I figured out that all I was missing was a timeout at one specific recieving Node. I am glad it's fixed now and hope I haven't bothered you to much with this simple error.
Best Regards,
Erik