02-09-2009 04:41 AM
Solved! Go to Solution.
02-09-2009 09:00 AM
02-09-2009 09:13 AM
02-10-2009 12:31 AM
Hi Dennis, I have a 20 years old weighing mashine (Mettler PE 3600) which has a current loop interface. I have also a 20 years old converter from gpib to cl (current loop).
Whenever I sent something with the measurement & automation explorer from ni I get a timeout from the converter.
Now I got a documentation of the current loop interface. From there I have the information that the last 2 charakters in the string must be cr and lf.
I tried /r and /n in the measurement & automation explorer. But I think the explorer send it as a string "/r/n" and not the 2 characters.
For that I want to know how I can send cr and lf with this tool.
Bestr regards
Martiin
02-10-2009 09:02 AM
Instead of /r and /n, use \r and \n.
You can also configure the GPIB controller to append these characters if I remember correctly (I know you can do it with LabVIEW). I don't have a GPIB interface installed and don't remember the exact procedure but there is an option someplace to modify what is sent with EOI.
02-16-2009 08:00 AM
Hi Dennis,
thanks a lot my problem is solved!
Best regards
Martin