LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring PLC networks using LabView

Is it possible to monitor S7-300 network of PLC's using LV ? if yes can anyone link me to the know-how?

0 Kudos
Message 1 of 7
(2,975 Views)

Of course it is possible

You have a lot of way to do this

 

1) Use a OPC server

It is teh more expensive solution, but the easier to make

 

2) use Modbus

The S7 is compatible with ModBus serial and TCP/IP

It is free but more complexe to make

you can use the consol connector with a adaptation.

I am not the PLC programmer but i think you have nothing to do in the S7.

The word 123 the read at modbus register 123 !!

But warning, the word are U8 and modbus use U16. So when you read n value you must be carfully when you extract values from the array.

 

The S7 is the same as the S37 so the connection is

PLC SIDE     -          PC SIDE (RS422)

1 - 1

7 - 5

3 - 5

2 - 2

 

or in RS485

PLC SIDE     -          PC SIDE (RS485)

1 - 8

2 - 3

5 - 1

Ingénieur d'Application / Développeur LabVIEW Certifié (CLD)
Application Engineer / LabVIEW Certified Developer (CLD)
0 Kudos
Message 2 of 7
(2,952 Views)

Does that mean, i can upload VI's to the PLC, if yes, please link me to any videos or documents. 

0 Kudos
Message 3 of 7
(2,918 Views)

No, PLC's aren't running operating systems that are supported by any version of LabVIEW. What the previous poster was saying is you can communicate with many PLC's using different protocols, some that are "free" (no additional cost to buy, probably a lot of hours to develop) or not so free (various OPC solutions) that LabVIEW can communicate through. The PLC will still be running whatever programs it would normally, but you can read/set values, and display them in LabVIEW.


@B4S3M wrote:

Does that mean, i can upload VI's to the PLC, if yes, please link me to any videos or documents. 


 

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



Message 4 of 7
(2,916 Views)

And another question , if  i am using OPC, what kind of connection i will need ?

 

0 Kudos
Message 5 of 7
(2,913 Views)

if you use the LabVIEW OPC, you use a OPC CLIENT. So your connexion depend on the OPC Server that you use.

The OPC server is depend on Siemens.

 

 

Ingénieur d'Application / Développeur LabVIEW Certifié (CLD)
Application Engineer / LabVIEW Certified Developer (CLD)
0 Kudos
Message 6 of 7
(2,907 Views)

Sorry my answor was not complete

 

The siemens opc server accept to configure all conenxion that the PLC can accept.

So you must look what king of PLC you have and with what king of communication option you have.

 

Ingénieur d'Application / Développeur LabVIEW Certifié (CLD)
Application Engineer / LabVIEW Certified Developer (CLD)
0 Kudos
Message 7 of 7
(2,906 Views)