01-14-2007 06:29 PM
I have written a program to control the PDA-750 via RS-232c, when I am reading the current reading continually the program take control of the Hardware. The PDA-750 stop responding to any external change i.e I am using this fore light measuring application, as the light intensity increases the current increases too.
To overcome this problem I have use “Wait until next mille second”. This works fine if I use 1200ms or above but this slows the operations rapidly.
I upload a screen shot of my
What can I do to make it run faster and the hardware has its control too?
01-15-2007 03:03 AM
Hi,
In your VI there is no (or little) time between send data en 'bytes at port' So your device has to respond very fast to make this work.
I suggest that you also place a wait between the write and 'bytes at port'
You can also have a look at a VI i use to try out serial communication
01-15-2007 11:18 AM
Thanks KC for suggestion, I have placed a wait ms in between VISA write and bite at port. It is the same problem the device start responding if I chose the value of 1200ms or above.
I am afraid I am using lower version of LabVIEW, I could not open your VI. Is it possible to post a screen shot?
Thanks for your time
Hanman
01-15-2007 11:39 AM
01-15-2007 12:14 PM
Hi KC
Yes I am using LabView 7.1
thanks again
01-16-2007 01:30 AM