Hello,
I'm LabView beginner and my question is maybe trivial...
I would like to create a VI, which will acquire data from modules (ADAM
4000 serie) connected to RS-485. I've got ADAM 4571 (RS-485/TCP IP
converter) to get data to PC through twisted cable. I examined examples
containing tcp/ip comunication and built similar VI, but it doesn't
work. The VI looks this way: First function:
Tcp Open Conection with ip adress of ADAM 4571 and port number 5202 (info from manual), second function:
Tcp write with command: e.g.: $02F\r (-read firmware version of modul no adress 02). Next function is
TCP Read to capture an answer of modul 02 and finally
TCP Close Conection. When
I run the VI with debuging bulb (highlight execution) on, it stops in
TCP read function, returns no value and I have to abort execution. I
don't know, whether I should use listen function to wait for answer or
another functions to solve this problem? Thanks for any advice.