LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Profibus DP S7 300 Siemens PLC to communicate to LabView 8.0 without using opc server

Does anyone know of a way to communicate with Siemens PLC s7 300 PLC and Step 7 software to LabView 8.2.1 without using a opc server. I'm currently using a opc and it works but it is to slow. Looking for a faster way to move my readings for Siemens to Lab View.
0 Kudos
Message 1 of 9
(6,059 Views)
I know of system using products from deltalogic http://www.deltalogic.de/content/view/21/38/lang,en/ to interface LV with S7-300 and interface cards from Hilscher. I was involed in analysing such a system for an update.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 9
(6,041 Views)
could you go into a little more detail on how you would do this with out a opc server?
0 Kudos
Message 3 of 9
(6,037 Views)

The above mentioned product is talking directly over the Hilscher Profibuscard to the PLC. We needed to know the number of the datablock within the PLC and the byteoffset and length within that datablock. There are conversion functions to convert the read bytes into LV datatypes and vice versa. Reading and writting used the datablock number, offset, length and an array of U8.

For a good perfomance you need to put the variables which are used together int consecutive space in the data block of the PLC.

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 4 of 9
(6,020 Views)
thank you i will give it a try.
0 Kudos
Message 5 of 9
(6,018 Views)
Hello,

We also just started selling PROFIBUS interfaces which come with a LabVIEW API for bringing data directly into LabVIEW.  This will be the fastest way.  You can get these interfaces from http://ni.com/profibus
--Paul Mandeltort
Automotive and Industrial Communications Product Marketing
0 Kudos
Message 6 of 9
(6,011 Views)
Hi Paul,
I know this fact from a recent marketing update we had by NI representatives. I wasn't sure before getting the information by email if this was part of the secret announcements or already available.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 7 of 9
(6,005 Views)

HI Waldemar and Paul,

Paul how would you connect the interface to a Siemens PLC that is already running? I do know that it you want to communicate between two or more independent PLC systems you would have to use a DP TO DP coupler or use the MPI ports on the PLC. Would you treat this like another PLC and couple it?

 

Duck hunter

0 Kudos
Message 8 of 9
(5,999 Views)
Hi Duck,
 
Please refer to the below articles:
Profibus Overview
[broken link removed]
 
Using an Applicom Profibus Board

[broken link removed]

 
Hopefully these will help you get started.
 
 
Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 9 of 9
(5,983 Views)