Dear all,
I have a digital input comming from a HAL Sensor of a motor. This HAL Sensor helps me find the inital motor postition.
I used to poll the digital input to detect changes on the line.
Now I found the much more elegant way of using a timed loop in combination with "Create Timing source VI"
.
I would like to use the "Signal from Task" instance of the VI as the associated task has already been created.
The problem is that I keep getting the following error message:
-200452
DAQmx Create Timing Source (Signal From Task).vi<append>
<B>Property: </B>SignalFromTask.Signal
<B>Task Name: </B>_unnamedTask<4A1>
I use a PXI System and the digital input is located on a PXI-6602.
Additional Question:
Later I will need to read the digital line before using it with the described loop.
The Manual tells me not to use the "DAQmx Start Task" VI to start the task as the Timed Loop starts the task automatically.
But I will have to start the Task. Otherwise reads are not possible.
Thanks in advanvce for helping me with the Problem
Viele Grüße
Phili
Message Edited by phili on 03-23-2006 06:25 AM