ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

x-y graphing problems

I'm having a problem...

 X-Y graphing
    - The problem seems that as i'm trying to pass the data outside the loop the data is not showing up
    - Is the execution of this passing method not good?
       - I have tried using shift registers and that doesn't seem to work either.
          - I'm stuck :-(.


0 Kudos
Message 1 of 6
(3,126 Views)
Hi flyn,

what are you trying to do?
Please have a look into the changed vi, there are some very 'strange' things going on in your code 🙂 I made some small changes and notes in the diagram.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 6
(3,123 Views)
okay I made some of the suggested changes, I understand exactly what you were saying, mental gubber it seems.  However, the problem still exsists.  The data is not being passed outside the loop.  Not sure why though.
0 Kudos
Message 3 of 6
(3,119 Views)
Either put the graph inside the while loop or right click on the output tunnels and select enable indexing.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 4 of 6
(3,108 Views)
i tried it with the indexing and that doesn't seem to work.  If I put it inside the while loop it resets the graph everytime and basically I want to keep the values in the graph so i can see it changing.
0 Kudos
Message 5 of 6
(3,101 Views)

Use shift registers with the graph inside the loop see picture.

 

 

Message Edited by AndrewAlford on 11-07-2006 01:29 PM

Andrew Alford
Production Test Engineering Technologist
Sustainable Energy Technologies
www.sustainableenergy.com
0 Kudos
Message 6 of 6
(3,082 Views)