03-24-2006 09:15 AM
the bundle function was from 'Cluster' menu...it was wired to Get Waveform_mod.vi with suggested order...
Default values should not be assigned for both 'waveform size' & 'return points'??
I did add 'get record length' VI and it grabs the horizontal record length from the scope...but this does not synch up with waveform size...how can I do this?
03-24-2006 09:52 AM - edited 03-24-2006 09:52 AM
According to one of your previous posts, you should be seeing something like this on the graph. If that's not what you see I the scope, I can't help you because I don't have the scope or anything else. If you are seeing something on the scope but nothing on the graph, then are you sure that the scope is actually returning data? If you want more data from the scope, then you need to specify more than the 500 points you currently ae requesting. Change the stop number or change the set start stop to False. The help for this VI explains all of this. Have you read it?
I don't think you understood at all my previous post and that shows you are missing some fundamental knowledge of LabVIEW. Because I or no one else can reproduce your test setup, you need to provide us with the actual data that the scope is returning if you want help in formatting it. I will repeat what I said earlier step by step. Right click on the waveform output of tktds8k Get Waveform_mod.vi and select Create>Indicator. Do the same thing on the X Increment output. Do the exact same thing on the X Offset indicator. Now, run the program. Assuming that you have actaully gotten data from the scope, go to the operate menu and select Make Current Values Default. Save the VI. This will make the new indicators have the data from the scope so that someone can actually look at the data you are getting without having the scope. You can then post this VI.
Message Edited by Dennis Knutson on 03-24-200608:53 AM
03-24-2006 01:17 PM
03-24-2006 02:09 PM
03-24-2006 04:25 PM
03-27-2006 10:01 AM
trying to find out if I am headed to the right direction
to build a column for x-axis points:
-x offset (starting point) to add x increment (up to number on record length)
- attach the new x-axis points to the corresponding y values..
thank you!
03-27-2006 10:18 AM
03-27-2006 11:40 AM
03-27-2006 11:56 AM
03-27-2006 02:32 PM