12-14-2009 05:22 PM
Hi.
Sorry for my bad english 😞
I beginn programing with NI production. and i have problem with RS232.
I want generate signal, then push send button and send this signal via RS232 and the same windows receive this signal. I don't know how made it wit Labwindows/CVI. It's exemple wiht my problem? 🙂
12-15-2009 05:03 PM
12-16-2009 12:31 PM
Thanks 🙂
but how send a random signal graphic? how send anr receive text now i know, but how with signal graph.. exemple sin or cos curve? :?
12-17-2009 09:56 AM
Hello,
Do you know what instrument you are talking to? If so then there should be a command specific to that instrument. Look at this link which has already built in instrument driver, which might help you.
Thanks
NI-Khil
12-21-2009 08:09 AM
I will make this. This is my simple in .*uir file, but how programing this in *.c?
Please, help me 😞
12-22-2009 05:05 PM
12-23-2009 12:32 PM
thanks 🙂
But how write graph variables to array:?
12-28-2009 02:15 PM
You will write the graph data as a numeric array and then on the receiver side you will plot it again.