Hardware Interrupts?
acrid
Posts: 4
I´m working on a proyect with BS2 to control temperature. I should use LabView to set the temperature that i want to have, the problem is when i read the A/D converter and send the data to the PC(the data is recebed), but i´m sending the setpoint everytime to the BS2, it recibes the setpoint perfectly, the problem is the delay produced by the SERIN command, it makes the data to the PC to arrive in wrong order.
I try to control from the pc, i sent the data to activate a fan(cold) or a light(hot), to control the temperature.
Now i´m trying to make the BS2 control the temperature, but i need to send the setpoint, there is the same problem, the time delay that the SERIN command produces, are there anyway to avoid this?
Do the BS2 have harware interrupts?
I try to control from the pc, i sent the data to activate a fan(cold) or a light(hot), to control the temperature.
Now i´m trying to make the BS2 control the temperature, but i need to send the setpoint, there is the same problem, the time delay that the SERIN command produces, are there anyway to avoid this?
Do the BS2 have harware interrupts?
Comments
The BS2-p series modules have a polled interupt mode which is implemented in software, but none of the devices have a true hardware interrupt.
peter
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Peter C. Charles
Director, Research and Technology
CyberBiota, Incorporated
Peter.charles@cyberbiota.com
http://www.cyberbiota.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
The PC makes the control, but i will need to control the process with the BS2 in my next proyects.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
I used xon/xoff flow control, thanks for the link Paul.
There are the programs i made. The PC program is for LabView 6.0.
Regards