07-01-2016 09:07 PM
Is it possible to design DAQmx compatible daq system as per our project requirment?
If yes please suggest referance document
Solved! Go to Solution.
07-02-2016
01:04 AM
- last edited on
03-18-2024
04:28 PM
by
Content Cleaner
I am not aware of such document, however I can give you a (simplified) example how I decided what to buy from NI.
Several month ago we started the planning of a new experimental rig, and I got the full list of required sensors and actuators.
This list contained the following hardware elements to be interfaced with LabVIEW:
The above simplified list gave me the requirement what kind of DC PSU(s) to buy to energize the pressure sensors and the solenoid valve, etc.
After this part, I started to assemble a cDAQ system (non real-time, the nature of the experiment did not require real-time OS) using the NI website:
https://learn.ni.com/learn/article/getting-started-with-compactdaq-hardware-and-labview
I decided to use the following modules for our experiment (you can browse all the modules by measurement types at: https://www.ni.com/en/shop/compactdaq.html 😞
It is not foreseen that we need more modules later, since we have enough spare TC, AI, and Relay channels left, so I decided to buy just a 4-module sized chasses: cDAQ-9174 ( https://www.ni.com/en-us/shop/model/cdaq-9174.html )
You can use the NI website to configure the whole assembly, and get a quote for the whole:
07-02-2016
07:19 AM
- last edited on
03-18-2024
04:29 PM
by
Content Cleaner
@rkmashish wrote:
Is it possible to design DAQmx compatible daq system as per our project requirment?
If yes please suggest referance document
My suggestion is to give your local NI rep a call and have a nice long sit-down to discuss your requirements and they will be able to help you figure out your system. Alternatively, use a nearby Alliance Partner.
07-02-2016 09:35 AM
Without knowing your requirements, nobody can say
07-05-2016 08:16 AM
I am asking for non-ni hardware design from scratch. which is compatible for LabVIEW and DAQmx.
07-05-2016 08:17 AM
07-05-2016
08:46 AM
- last edited on
03-18-2024
04:29 PM
by
Content Cleaner
I believe you may be speaking of developing your own hardware which can be used by DAQmx and LabVIEW? The DAQmx part i'm not sure about, but I did find this resource that seems to be a development kit to design your own cRIO compatible module: https://www.ni.com/en/support/documentation/supplemental/09/product-support-for-the-crio-9951-module...
Personally, I have never needed to do such a thing, so perhaps someone else with more information will chime in.
07-05-2016 08:55 AM
@rkmashish wrote:I am asking for non-ni hardware design from scratch. which is compatible for LabVIEW and DAQmx.
Considering DAQmx is the driver for NI hardware, I doubt you are going to be able to do this. But what is wrong with just using NI hardware? By the time you invest your time into making your own, you could have just bought an NI board that does everything you need for a lot less.
07-05-2016 10:30 AM
As everyone has said, it is literally impossible to correctly select hardware without knowing the requirements. First ask yourself what you want to do, and what you need to do it, maybe a PLC and an OPC client would suffice, perhaps you can even get away with a PIC and some basic communication with LabView, or perhaps you will be needing a 14 slots PXI with an embebbed octa-core controller and purpose-made cards, it all depends on your needs.
07-05-2016 10:32 AM
@Daikataro wrote:As everyone has said, it is literally impossible to correctly select hardware without knowing the requirements. First ask yourself what you want to do, and what you need to do it, maybe a PLC and an OPC client would suffice, perhaps you can even get away with a PIC and some basic communication with LabView, or perhaps you will be needing a 14 slots PXI with an embebbed octa-core controller and purpose-made cards, it all depends on your needs.
Daikataro: I guess you did not read the last few posts 🙂 The OP is asking about to design a custom HW, which is able to use NI DAQmx driver.