10-18-2015 12:32 PM
Hi,
i am using labview 8.2.want set x,y value programattically.for example i will give x min value 6(clock) and max 10(clock),interval 30min.so 6:00,630,7:00,7:30.....up to 10:00 how to set this type.i tryed using property node min and max property but this not give correct output
10-18-2015 04:25 PM
It really helps us to help you when you post a VI (actual code) that you've tried. It would tell us, for example, what X and Y are (is X a TimeStamp? Milliseconds? A float?), would make sure what type of Chart/Graph you are using, etc.
Post Your Code!!!
Bob Schor
10-18-2015 11:05 PM
You can only give the xy graph values programmatically. But yes, let's see your code along with what you think it should be doing
10-21-2015 01:52 AM
hi,
here i attached my code.i want to change x axis value programatically timestamp and decimal format.
10-21-2015 01:53 AM
hi,
here i attached my code.i want to change x axis value programatically timestamp and decimal format.
10-21-2015 02:39 AM
10-21-2015 03:35 AM
hi,
k now working.but interval not correctly set.i set 30min but it wiil take 20min or 15min interval increamented.
10-21-2015 03:47 AM
Hi Gokul,
i set 30min
Where do you do this? Time values are in seconds, so you try to set a 30s interval…
but it wiil take 20min or 15min interval increamented.
It seems LabVIEW tries to adapt to your data. First set the data, then set the X axis formatting…
Right now you don't use waveform data anymore. Is there a reason you now use a simple 1D array?