Hi
Thanks for your help.
The error message I am getting is
Error -200077 occurred at Property Node DAQmx Trigger (arg 1) in DAQmx
Reference Trigger (Digital Edge).vi->Acq&Graph Voltage-Int
Clk-Dig Ref.vi
Possible reason(s):
Requested value is not a supported value for this property.
Property: Ref.TrigType
You Have Requested: Digital Edge
You Can Select: None
Task Name: _unnamedTask<C>
I was just running the Examples in the Example finder (LabView 7.0 with
DAQmx 7.5). I have configured the USB to use the DAQmx driver rather
than the Base.
Anyway I have solved my problem. I wanted to measure the Speed of a
motor. I have implemented a hardware solution as an experiment with a
signal generator, but I am going to program a micro to take the RPM
signal, and output a 10kHz signal for 1 revolution and nothing for the
next revoution. It also toggles a digital input that the software polls
for a falling edge, when it is not outputing the 10kHz signal. There is
plenty of time for the computer to read the counter before the next
revolution as the motor runs at less than 3000 RPM. Its accurate enough
with a 10kHz pulse train and I can get a speed update quickly enough in
my software to be able to use PID control on the load.
Regards
Nicholas