03-08-2010 11:56 AM
I have a project at school where I have to make a serial communication between two computers.
On the first computer I have to make a program that simulates a termomether: the user can introduce a value for the temperature and set the time until he will be asked to introduce that value again.
On the second computer I have to read the value of the temperature and display it in degrees Celsius and fahrenheit on a meter or a termomether scale.
Excuse me for my english and thank you.
I am using LabView 8.6.
03-08-2010 12:00 PM - edited 03-08-2010 12:02 PM
And what is your question? Both tasks are pretty simple and I believe there is already a simulated temperature VI that ships with LabVIEW. Also look at the serial examples.
edit - Look at the example called Simple Temp Datalogger for the simulated Temperature Value.vi. Replace the file write functions with serial write functions and half your task is done.
03-08-2010 12:01 PM