04-07-2008 10:08 AM
Does NI afford the preliminary draft of the manual of M seriel Card? Last year I received the draft of Intelligent DAQ RLP manual and it works well. Under it I use the PCI 78XX card to work by CVI Programs. And Now I use the
04-07-2008 10:20 AM - last edited on 02-29-2024 03:50 PM by migration-bot
04-08-2008 08:34 AM
Today I got the NI DDK for RTX which worked well on the D/A Output of 6230 and 6232. But it just can not work well with the 6723. Does the 6723 card not belong to the M series cards? How can I do RLP with it? I use the codes below in CVI to Init card and release card. How can I set the card to work on “immediate mode” and just write value to the DAC(n) register to output the voltage?
unsigned int physAddr0 = 0xfbbfd000;
unsigned int physAddr1 = 0xfbbfa000;
unsigned int numBytes0 = 0x1000;
unsigned int numBytes1 = 0x1000;
unsigned int *physMemPtrInt0;
unsigned int *physMemPtrInt1;
int mapHandle0;
int mapHandle1;
(to be continue)
04-08-2008 08:41 AM
InitCard and releaseCard functions in picture.