Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding the best solution...

I am starting a Data Acquistition project using a PCI-6052e card with SCXI-1000 to a SCXI-1520 then out to 2 Chatillon load cells. I need to test parts off an assembly dial triggered by a PLC input via a SCXI-1180. Ultimatley, I need to store this data in our SQL Server and establish SPC trends and charts for viewing. Any advice on the best tools to use would be greatly appreciated - since I have extensive VB/SQL Server programming experience I am thinking that Measurement Studio and CW for VB would be a good fit.
0 Kudos
Message 1 of 5
(3,343 Views)
You can do all of the Data Acquisition with the DAQ ActiveX controls in Visual Basic that come with the NI-DAQ driver software. You don't need Measurement Studio unless you need user interface T&M elements (graphs, knobs, LEDs, etc.), analysis libraries (signal processing, mathematics, etc.), or networking tools like DataSocket. There are many examples of programming DAQ with the ActiveX controls that will install with NI-DAQ if you install Visual Basic support.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 5
(3,343 Views)
Thank you for your assistance. Are there any examples imparticular that you may find helpful to my situation?
0 Kudos
Message 3 of 5
(3,343 Views)
The examples are mainly written according to the type of acquisition (continuous, single-point, triggered, etc.), not the type of equipment. You said a lot about the equipment you are using, but not the type of acquisition you will be doing. I would start with the easy ones like Acquire N Scans, but you need to figure out what kind of acquisition will meet your needs.

Chris
0 Kudos
Message 4 of 5
(3,343 Views)
I am doing contiuous acquisition for about 2 or 3 seconds. This test measures a force to determine a peak value. I can read the raw voltage, but I need to convert the voltage to pounds.
0 Kudos
Message 5 of 5
(3,343 Views)