01-17-2007 08:17 AM
01-18-2007 05:30 PM
01-19-2007 07:01 AM
Brian
I was intialing just trying to get a clock signal set up which I will need serial communication. I have been through the samples a couple of times that is where I got the above code. I need three signals out of the card, a clock, data and enable all running at 10MHz.
Thanks
Cecil
01-19-2007 08:25 AM
01-19-2007 09:43 AM
Brian
I tried PFI4 and got the same error. This is the error.
I/O type of the physical channel does not match the I/O type of the virtual channel you are creating.
Status Code -200430
Thanks
01-19-2007
11:04 AM
- last edited on
08-17-2025
05:05 PM
by
Content Cleaner
Cecil,
First of all, in my previous post I made a mistake and I typed 435x instead of 653x. The steps are the same so just ignore my typo.
Have you tried running the digital examples as I suggested? The 653x card doesn't have any counters available so you will not be able to use the DAQmx counter functions. The reason you are receiving your error is because you are trying to pass a digital channel into a counter function which doesn't work.
Digital ANSI C Examples
C:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values
A great resource to refer to is the DAQmx Help File for the 653x. This file is specific to your device and it explains all of the different configuration options you can use including information about generating digital signals and pulse trains.
Have a good weekend,
Brian P.
Applications Engineer
Message Edited by wildcat_600 on 01-19-2007 11:05 AM