LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView

Is it possible to create the block diagram shown at the attached image without having access to the laboratory equipment? The program is used to control a Siemens CPU 313 PLC together with OPC Server. I am just trying to recreate the block diagram using LabView at my home pc.

0 Kudos
Message 1 of 4
(3,009 Views)
You can create. Foe help on Shared variables:http://www.ni.com/tutorial/3742/en/ and http://www.ni.com/white-paper/4679/en/
Thanks
uday
0 Kudos
Message 2 of 4
(2,960 Views)

Your VI uses standard LabVIEW Controls, Indicators, and structures, but also uses Network Shared Variables (for communication with your PLC).  Depending on the version of LabVIEW you have on your home PC, you may or may not have the Toolkit or Module you will need to enable this feature.

 

Note that you will need to work in the context of a LabVIEW Project.  Try following the steps in the Tutorial that Uday mentioned -- if you cannot create the Network Shared Variable, then you will have to wait until you have access to a more appropriate LabVIEW installation.

 

Bob Schor

0 Kudos
Message 3 of 4
(2,958 Views)

The tutorials are helpfull but i need to know if i can create a shared variable and bind it to already existing OPC Tag (the tutorial shows how to do the reverse process)

0 Kudos
Message 4 of 4
(2,928 Views)