04-11-2010 11:34 PM
Hello, I have a problem in visa write. The error code occurred is -1073807298: VISA: (Hex 0xBFFF003E) Could not perform operation because of I/O error.
well i have to interface labview with pic 18f4520 microcontroller using rs232.In that i have to provide frequency as well as duty cycle information to the microcontroller.but when i run labview it shows the above written error
04-12-2010 08:49 AM
04-13-2010 04:21 AM
04-13-2010 09:11 AM
04-15-2010 05:26 AM
well i had attached the block diagram of my task pls go through it.
thanks
04-15-2010 09:08 AM
Several points:
Please see attached cleaned up code.
04-21-2010 05:59 AM
hi, thanks for your help got to learn many things about the mistakes which i was doing. but the code isn't working properly, for that i had verified it with proteus using two microcontrollers where 1 provide the data and the microcontroller receives the data and it works perfectly,but when using labview to provide data it doesn't work
so i think the problem is within the labview but don't know what it is and i am stuckng in it for the past 2 weeks.
shud i post the code written in pic
04-21-2010 11:14 PM
04-23-2010 02:09 AM
hi,
i'll explain what my task is; i have to generate a signal 0f 1hz-200hz with pulse width of 5-50us and this information has to be given to microcontroller using rs232 through labview and the whole process is continuous i.e user can change the frequency or pulse width any time.Well regarding Proteus, it is simulation software for microcontroller where we design the circuit and load the hex file of our code and then we can verify our results.
here i am uplading the waveform which i require and the code which i wrote with and without usart initialisation code,i am getting the results when not using labview but as i use labview the problem starts.
04-23-2010 08:45 AM