Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a RTSI cable in MAX ?

I try to port the : NI-DAQmx: Simultaneous AI and AO with Changing Sample
Rate on the Fly (E Series) LabVIEW sample code to CVI.
This example can be found on :
http://zone.ni.com/devzone/devzone.nsf/webcategories/822667526B930CEF86256CAD0064F3E7?opendocument&node=200509_US

Running my code I get the following message :

NON-FATAL RUN-TIME ERROR: "AI AO Rate.c", line 71, col 7, thread id
0x000006A4: Function DAQmxStartTask: (return value == -200574
[0xfffcf082]). Driver cannot complete the route because the only way to make
the route requires a trigger bus line, and no trigger bus has been
configured in MAX for this device.
If you have a PXI chassis, ensure it has been properly identified in MAX.
If you are using a PCI device, create a
RTSI cable in MAX that includes your
PCI device even if you are not using any RTSI cables.
Property: DAQmx_SampClk_Src Property: DAQmx_SampClk_ActiveEdge Source
Device: PCI-MIO-16E-1: "Dev1" Source Terminal: ao/SampleClock Task Name:
_unnamedTask<1> Status Code: -200574

I use a PCI MIO 16E1 board.
Looking in MAX (3.0.1 3005) in order to create an RTSI cable (even if I'm
not using any), it seems I'm not able to create such RTSI cable
Practically, I go the the DAQmx device, right click, select properties and
then the RTSI drop down list is always saying "none".

For sure I may have other errors in my code but before to go further I would
like to get advises on how to create such RTSI cable in MAX
--
Best regards, Philippe
Feel free to visit :
http://perso.wanadoo.fr/philippe.baucour/decouvrir/daqmx/premierprog.html
0 Kudos
Message 1 of 2
(3,480 Views)
You need to create a RTSI cable first and then add your device to it.

To create a RTSI cable in MAX, follow the instructions in the MAX help for DAQmx. To get to the help, in MAX go to:
help->help topics->NI-DAQmx

Once in the help, search for RTSI. A "Configuring a RTSI Cable" topic should be first in the list.
0 Kudos
Message 2 of 2
(3,480 Views)