11-26-2010 10:36 AM
I would like to simulate temperature data in labview, without using any hardware, in order to test my design. Could you provide some instructions on how to do so?
Thanks.
11-26-2010 10:43 AM
You might just use the random number generator or the subVI in the 'Temerature System Demo' that is in the examples that come with LabVIEW. Did you try searching the examples before posting your question?
11-26-2010 12:09 PM
Hi, you could also put your values in an array if you want to test your VI with a predetermined set of values. Use a loop to extract data from it.