05-01-2012 05:22 AM
OK, so;
Table takes as input "2D array of strings". The output of the "VISA read" function is "string". You cannot easily change the "VISA read" VI, but you can make a function, that transposes the output string or "read string" from a known format into 2D array of strings.
Look at my example.
05-01-2012 06:27 AM
Sorry, I can't open this example because Iam using LabVIEW version 2009.
05-01-2012 06:45 AM
In 9.0 it is.
05-01-2012 07:09 AM
Thank you verymuch for your help.While running the vi the table is getting populated with values.Yes.Now I have to indicate those values in a device(eg:-thermometer if they are temperature values) in another vi.Through serial port readind can we do that??Please reply.
05-01-2012 07:29 AM
Sorry, I do not understand. Try to reformulate the question better or ask someone with better english to help you to translate. Remember, that noone here has any knowledge of your problem, so anything you dont tell us we dont know.
05-01-2012 07:38 AM
Hello! Iam running the vi that you have attached.(simulator.vi).My question is can we display that value change in another vi containing an analog device.I mean,your table populates with values param1:123.,param2:1234..like that.Suppose those values are temperature values can we display them in a thermometer in another vi???
05-01-2012 07:57 AM - edited 05-01-2012 07:58 AM
If I take it right, you want to send some data, through some interface into some analog device ?
Like this ?
Or you just want to display those data in some other way in some other VI (no analog device just other type of indicator) ?
05-01-2012 08:14 AM
Here is the source code for case scenario 2.
05-01-2012 10:57 PM
Hi Bublina,
Thanx for your reply.I want to display the reading in an analog device in another vi.I viewed the vi that you have attached(set of thermometers) you are right.But now we have no hardware with us.My PM asked to use serial port reading.Is it possible?
one more question,how we will interface the simulator with the vi with set of thermometers?
05-01-2012 11:34 PM - edited 05-01-2012 11:35 PM
In the block diagram that you have designed,the interface between PC and A/D(USB,Ethernet etc:-).Can we use serial port reading?