07-24-2006 03:00 AM
07-24-2006 04:51 PM
Hello Sebastian,
I suspect the problem you are seeing is related to the
different data types that comes out of the Simulate Signal Express VI and the
FieldPoint VIs. The Simulated Signal Express VI allows you to specify how
many points you want returned to your application. For example you can
specify to receive 100 points a sine wave with a frequency of 10.1 Hz where you
sampled at 1KHz. In this situation you would acquire 100 points and graph
them. If you then switch over to use the express or standard FieldPoint
VIs, they return a single point. If you try to graph a single point it
appears, however it shows up right along your axis and is hard to tell that
anything is graphed.
The above assumes that you are using a waveform graph to
display the data. If you change this to a waveform chart it keeps a
history of data points and you can send a single point to the graph at a
time. For example if you send 1 point at a time to a chart 100 times,
you will see 100 points. This is different from the graph because the
graph will only display what you send it (with no history).
If you are using a waveform chart, and you are still having
problems, can you confirm with a probe or highlight execution that you are
getting data back from your FieldPoint controller?
If you determine that you are having
problems reading data from your FieldPoint controller, are you able to
configure and read data from your controller through Measurement and Automation
Explorer (MAX)? If you are getting errors in LabVIEW when executing your
code, what is the error and where is it occurring? Finally, what FieldPoint controller, modules,
LabVIEW software and driver versions are you using?
Regards,
Jesse O.
Applications Engineering
National Instruments
07-24-2006 09:13 PM
Hi Jesse
Thanks for clearing my doubt, it seems to me that i need to do a VI that aqquires the number of sample I want. I am able to configure and read data through MAX. Currently I am using cFP-2120 controller with a strain gage module, and LabVIEW 7.1. Regarding the code, there is no error generated.
Sebastian
07-25-2006 10:50 AM
07-26-2006 04:13 AM
Hi Jesse
I have use a vi that someone had created to plot the graph with the fieldpoint. Currently I am able to complete my task and saving the results in LVM file. I have yet to try it on my fieldpoint in Real-Time, will post my problem if I encountered any. Thanks again for your help.
Sebastian