Communication time module PT104 and CVI

Post your C and C++ discussions here
Post Reply
jalpin
Newbie
Posts: 0
Joined: Mon Mar 18, 2013 4:00 pm

Communication time module PT104 and CVI

Post by jalpin »

Good morning

I'am student in France (if you can write french, doing-this without hesitation). I met an technical problem. I exlain this :
I am doing to supervise of an climatic enclosure. For this, measures temperature are acquired to PC by an module PT104 via an port RS232. The software used is LABwindowCVI. In the developpment in C, i introduced an TIMER enable to contol the number of measures by time unit.
But how can i reduce the PC communication time to module PT104 ?

Thank you in the eventually.

Martyn
Site Admin
Site Admin
Posts: 4483
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Communication time module PT104 and CVI

Post by Martyn »

Try using the serial protocol and talk to the device directly rather than using the API calls.
Martyn
Technical Support Manager

Post Reply