Greetings,
I am a novice programmer using the K8047 recorder/logger for a research project I am working on. My project involves sending and holding down a keystroke when the reading from one of the channels exceeds a certain threshold voltage value. These keystrokes are sent to 3rd-party computer games. In other words, I am using the K8047 as a alternative input device for computer games.
Right now, I am calling the ReadData function continuously to monitor the values of the voltages. I was using the Timer event in VB6, but because this was too slow, I used the timeGetTime() function instead.
This is fine, albeit somewhat inelegant insofar that the system resources required are significant. Is there any way to have the K8047 channels act more like trigger/interrupt?
Thanks,
William