LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem communication betwen TDR100 (Time Domain Reflectometer) and LabVIEW

I am working with TDR 100  from Campbellscientific. The problem curretly  I am facing is that when ever I connect the device and communicate between the device and Hyper terminal the device respond and works fine. But when I try to communicate between the device and LabVIEW ( ofcourse, after closing Hyperterminal ) it does't work. Because after sending some command the device should send some data which I could be able to read like in hyperterminal. As I am using basic serial example so I little bit confused what I should do. Can't figure out where I am going wrong. Please refer to appendix of this document for the commands. Currently I am only checking for the GET commands just to check the communiation.

 

Regards,

Naqqash

Naqqash
0 Kudos
Message 1 of 4
(2,505 Views)

 

Your device requires a carriage return.

Are you sending a carriage return at the end of your GET command?

 

Post your code so we can see what you have so far.

Omar
0 Kudos
Message 2 of 4
(2,501 Views)

Thanks Omar for the reply. I am using the basic serial example VI.. I am sending command in this way..  e.g DUMP\n...

Naqqash
0 Kudos
Message 3 of 4
(2,498 Views)

Your manual said it needs a carriage return \r

The manual does not say it needs a new line \n

Omar
0 Kudos
Message 4 of 4
(2,493 Views)