09-10-2015 01:06 AM
Hello every one ,i want to get data from my hardware using tcp /ip interface.and then display that data into one column of table control?can any body tell how to do that .let me clear i have never communicate before with hardware so please help me in detail.
thankyou
Solved! Go to Solution.
09-10-2015 02:50 AM
Hi parii,
use TCP/IP functions to read the data from your hardware. (VISA functions might work too.)
Then parse the data and put the values into your table, which is just a 2D array of strings in LabVIEW.
It's a very generic answer, but you also asked a very generic question…
09-10-2015 03:48 AM - edited 09-10-2015 03:50 AM
hi GerdW
somebody tell me that the output data from hardware is in string format and i have to extract only useful data from that so i didnot know how to do that .
09-10-2015 03:52 AM
09-10-2015 03:54 AM
HI GerdW,
"that someone" is not here to help me right now.Can you help me out of this with an example vi.please!!!
Thanks
09-10-2015 03:56 AM
09-10-2015 03:57 AM
my hardware is laod cell with tcp/ip interface. i have to read weight data from it
09-10-2015 04:05 AM