01-12-2007 05:33 PM
01-15-2007
12:31 PM
- last edited on
02-13-2025
03:16 PM
by
Content Cleaner
Hello Lee,
The PCI/PXI M Series line of products is supported by the Measurement Hardware Driver Development Kit found here. As Diego mentions in his post to you here, the 6230 is a little different. This URL provides a link to the resource download page, and a link to a discussion forum for the MHDDK. In you post to Diego, you were looking for 6519 not 6230. The download link in the DDK URL posted above has a download for the 651x product line.
However, most users are able to use the standard DAQmx driver found here. When you install this driver you get support with examples for LabVIEW, CVI, C & .NET. If you have any questions about using the DAQmx driver feel free to reply to this forum thread. If you have any DDK questions the best place to get help would be in the DDK forum.
I hope this helps,
Jesse O.
Applications Engineering
National Instruments
01-15-2007 01:32 PM
Thanks a lot everyone to everyone for providing the correct settings for Analog Input.
I changed the values and we got the correct AI output data in AI_FIFO.
Thanks again
Lee Khadivi
01-15-2007 03:24 PM
01-17-2007 03:01 PM
01-17-2007 06:44 PM
Hello Jesse
I have downloaded and installed the latest DAQmx windows software but this is not going to help us since we are using the DIO 6519 under VxWorks OS.
I also have downloaded the driver code (ni_Static_dio which is the type of driver that we need but this driver is for DIO 6509. It doesn't work for the board we have.
We got help from you in getting the A/D, D/A working now we need some help in getting the DIO 6519 working.
Thank so much
Lee Khadivi
Curtiss Wright
01-18-2007 09:01 AM
01-18-2007 10:49 AM
Hi Jesse
I have developed code and build a project for the DIO as you mentioned but I am not able to get any output from the port 2 which is a Output port. If you noticed, the code in HHDK is for 6509 DIO. 6509 DIO has 11 ports and 6519 has only 4 ports. The code initializes and writed to 11 data and select registers which is outside the 6519 memory area and who knows what happens when you write to areas of 6519 which is outside those 4 ports.
There must be some kind of a FLAG or some way to tell the code that it is running 6519 board and only initialize the 4 ports that it has. I commented out that section that initializes the 4 ports but the code crashes after that. This is a huge code and I am not sure what to change or where to look at this time. Can you talk to the Engineers who developed this code for HHDK and see what their thoughts are if you are using 6519 board? I am sure they would have good ideas at least to tell me where to look or what file I need to change or any thing that you can tell me would be very much helpful.
I will wait for your answer as I am not able to proceed unless I have some idea what code I need to change.
Thanks so much Jesse.
Lee Khadivi
Curtiss Wright Embedded Control
01-19-2007 10:56 AM
Lee,
The MHDDK forums, here,
are monitored by Engineers in the MHDDK group and by members of the community.
All register level programming (RLP) questions should be posted there.
Posts to this forum will be answered by them, or other community members
familiar with RLP. Perhaps they will be the best resource to support you.
Regards,
Jesse O.
01-22-2007 12:43 PM
void
test(iBus *bus)iBus
* acquireBoard(const u32 devicePCI_ID)