Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

ADAM 4000

I need to get some data from an ADAM 4011 with Lookout ASCII Object. But I
don't know How can I do to put a Line Feed (0D) character at the end of the
string.

Any Kind of help are welcome....

Best Regards...

Alejandro Colotto
Universidad Nacional de Cordoba
Argentina.
0 Kudos
Message 1 of 2
(3,337 Views)
Hey Alejandro,

had the same problem a year ago. The nice people at NI give me following
instructions
"\r" is Carriage Return
"\n" is Line Feed
this actually corresponds to the way you send control characters in C (and
most of lookout is developed in C)

Cheers, happy xmas

Otto
"Alejandro Colotto" wrote:
>>I need to get some data from an ADAM 4011 with Lookout ASCII Object. But
I>don't know How can I do to put a Line Feed (0D) character at the end of
the>string.>>Any Kind of help are welcome....>>Best Regards...>>Alejandro
Colotto>Universidad Nacional de Cordoba>Argentina.
0 Kudos
Message 2 of 2
(3,337 Views)