10-13-2005 09:04 AM
10-13-2005 10:15 AM
10-13-2005 02:55 PM
10-13-2005
03:31 PM
- last edited on
03-06-2025
04:07 PM
by
Content Cleaner
@Carsten wrote:
... I have looked at OPC servers, but they are very expensive, and this is for a university projekt. i have Labview, and i have read that it is possible to connect to the PLC through labview using NI's own OPC server, and that they supported Siemens 505 series ...
NI's own Industrial Automation OPC Servers CD has driver objects that support Siemens' Simatic 505/TI505 PLC family, but it is not free.
Since the Simatic 505/TI505 has been around for ~20 years, some more information from you may be of use:
1) Which 505 CPU are you using? Does it have a built-in communication port(s)?
2) What communication modules (if any) does your 505 have?
3) What communication protocols are supported by the above (if you can find it in the manuals … if you have the manuals)?
4) How many Dkr/euros can you spend???
If any available port or module supports Modbus protocol, then you could make use of the free Modbus Library for LabVIEW. Modules for the 505 that support Modbus are available from Siemens or Control Technology Inc ... but they cost Dkr /euros.
If your current hardware only supports the TIWAY protocol, your task will be harder.
10-14-2005 02:37 AM
1) I'm using Siemens 545 CPU and it is only fitted with serial communication.
2)only serial....
3)???
4) 150 euros!!!!!!
10-14-2005 11:21 AM
1) I'm using Siemens 545 CPU and it is only fitted with serial communication.
From the attached jpg of 545 CPU specifications, I'd guess that the built in serial-port(s) support Modbus directly (there is no note that it's supported only if you have a separate communication module/card installed).
If you have an older model of 545 CPU (545-1101 or -1102), it may not be supported.
10-14-2005 01:10 PM
10-14-2005 02:46 PM
10-15-2005 01:37 AM
10-19-2005 04:30 AM
The PLC i got is a 545-1101, so it is a old model.
So i'm afraid that the only possibility is to buy a opc server, like matrikon.
Thanks for the help.