LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

integration of scada with labview

I am using LAbVIEW 2011; professional version. I am having two mechanical sytem interface with SCADA and one DMM on LabVIEW. How could I integrate the full system using LAbVIEW? Which module is required for the same? How to identify the lincense of the required module?

0 Kudos
Message 1 of 5
(3,154 Views)

Hi satish.rfic,

 

For DMM, you will require a instrument drivers NIDMM.

 

For SCADA system, you will require Data Socket VIs in Data Communication palette which is a part of NI LabVIEW Datalogging and Supervisory Control (DSC) Module.

HTML tutorial  HTML tutorial
162+ CLDs & 10 CLAs Trained
LabVIEW Training resources
0 Kudos
Message 2 of 5
(3,124 Views)

how to check for NI LabVIEW Datalogging and Supervisory Control (DSC) Module and its license/

 

 

0 Kudos
Message 3 of 5
(3,118 Views)

Hi satish.rfic,

 

The link is as follows,

 

https://www.ni.com/en-us/shop/product/labview-datalogging-and-supervisory-control-module.html

 

Following is the screenshot of DataSocket palette used in SCADA and OPC servers.

 

Screen Shot 2014-06-12 at 18.24.26.png

HTML tutorial  HTML tutorial
162+ CLDs & 10 CLAs Trained
LabVIEW Training resources
0 Kudos
Message 4 of 5
(3,102 Views)

Hey ramktamu,

 

Datasocket VIs are part of the base development system, not DSC. However, the datasockets technology has some significant performance limitations (the big one is that everything runs in the UI thread) and I wouldn't necessarily recommend them as a basis for a new project.

 

 

Satish,

 

Depending on the specifics of your application, DSC may be the right answer. I'd recommend looking around the product page here:

https://www.ni.com/en-us/shop/product/labview-datalogging-and-supervisory-control-module.html

There are a number of documents and webcasts which may help you evaluate whether or not the product fits your needs.

 

Thanks,

Daniel

0 Kudos
Message 5 of 5
(3,065 Views)