LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Property Node on Chart

Solved!
Go to solution

Hi,

 

I made this program yesterday, but want to reset the charts X-Value everytime my program starts running.

So I searched for a solution and came up with this property node thing.

 

Then I've got this problem, can't see what I'm doing wrong.

I'm quite new to LabVIEW, sorry.

 

 

 

Random Generator.png

0 Kudos
Message 1 of 3
(2,735 Views)

I don't understand what you did. Did you just copy this from somewhere?

 

What you should do is right click on the chart and select 'Create Property>History Data.' Then right click on the property node and select 'Change All to Write'. Make sure the property node is outside the loop. You have it inside which is silly since it would be resetting at the same time you are writing to it. On the input, right click and select 'Create>Constant'. Done.

Message 2 of 3
(2,733 Views)
Solution
Accepted by DonVito

Yeah, I right clicked on the chart, property node, history, changed to write.

I now placed the node outside the loop like you said, still no change.. 😕 

Just managed to fix the problem, just right clicked on the node, create constant, this did the trick.

 

Probably, because I did actually copied it 🙂 

 

Thanks!

0 Kudos
Message 3 of 3
(2,729 Views)