Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

synchronize digital input and output on C module 9403

Solved!
Go to solution

I want to program EEprom with 9403 module, but i have an error:

 

Possible reason(s):

Specified route cannot be satisfied, because it requires resources that are currently in use by another route.

Source Device: cDAQ2
Source Terminal: di/SampleClock
Destination Device: cDAQ2
Destination Terminal: Slot1/ConvertPulse

Required Resources in Use by
Task Name: _unnamedTask<D>
Source Device: cDAQ2
Source Terminal: do/SampleClock
Destination Device: cDAQ2
Destination Terminal: Slot1/ConvertPulse

Task Name: _unnamedTask<E>

 

the code:

 

cdaq_ee.JPG

0 Kudos
Message 1 of 2
(5,303 Views)
Solution
Accepted by topic author jjjmirko

ok,ok there are two order of problems:

the 9403 can't use a timed task with a simple task, and it can't link di trigger with do trigger, uff!

 

i resolved with this: (the trigger is ai/StartTrigger)

 

cdaq_ee_resolve.JPG

0 Kudos
Message 2 of 2
(5,293 Views)