12-11-2006 05:24 PM
12-12-2006 11:13 AM
NI-DAQ 5.0 was Traditional DAQ. If you are going to be upgrading to DAQmx then yes there are numerous changes in the API between Traditional DAQ and DAQmx. If you really mean you are going from Traditional DAQ 5.0 to Traditional DAQ 7.x then no there shouldn't be too many changes.
StuartG
12-12-2006 01:11 PM
12-12-2006 04:21 PM
12-13-2006 11:38 AM
To follow up what Travis said I would also encourage you to look at the examples. My guess is there is a shipping example which will do something very similar to what you are trying to do
StuartG
01-09-2007 10:11 AM
AI_Change_Parameter
AI_Check
AI_Clear
AI_Configure
AI_Mux_Config
AI_Read
AI_Setup
AI_VRead
AI_VScale
//Double Buffer - DAQ
DAQ_DB_Config
DAQ_DB_HalfReady
DAQ_DB_Transfer
//High level
Can someone tell me, which NI-DAQmx function(s) can be used in place of these functions - something similar to the "NI-DAQ C to NI-DAQmx Terminal Names Translation Guide" that matches functions on both ends.01-10-2007 03:56 PM
To my knowledge there is not. My suggestion is that it is going to be much easier for you to define what you want to do and then find an example that does this. It looks like for the most part what you want to do is take a continuous voltage acquisition. There is an example which shows how to do this. Then you can get into more complicated things. For instance, it looks like you might be configuring the FIFO transfer conditions. This can be done with some of the more advanced properties. If there is something specific you are trying to do let me know and I can try and best match-up what you need.
STuartG
01-10-2007 05:42 PM
01-10-2007 05:56 PM
01-11-2007 03:50 PM
bmuser
Look at the API all you want. My personal taste is that I can find a solution quicker by looking at an example, but if you can do it faster by looking at an API then by all means do. You originally wanted a mapping of Trad DAQ to DAQmx which we don't have (to my knowledge), so I thought examples would be the easiest place to get you started. If it is the API you prefer then I suggest looking at the C API reference manual. You can find it at Start>>National Instruments>>NI-DAQmx C Reference Help.
Enjoy
StuartG