S7 300 series to OPC

kumar satyam

Member
Join Date
Oct 2011
Location
hyderabad
Posts
30
any special setting in simatic manager for accesssing variables in OPC server??
I want to access variables from plc to PC via ethernet.
Can someone suggest ways..
 
any special setting in simatic manager for accesssing variables in OPC server??
I want to access variables from plc to PC via ethernet.
Can someone suggest ways..
HI Kumar
yes you have to configure simatic station in netpro and use the same settings in station configurator in PC.


-srikanth@Vibrant automations Pvt Ltd
 
Hi Srikant,
Thanks for reply...
i dont have any station configurator . I will be using third party OPC server as Kepware or matrikon. Can u Share some screenshots as i am very new to Siemens Programming. I am using trial version of Simatic Manager
 
Fairly straight forward, I would recommend using one or several DB's to collect all the data. Then use:

bit = x: db1.dbx0.1
int = w: db1.dbw2
dint = d: db1.dbd4
float = d: db1.dbd8

you can also access memory directly, but I am not a big fan of doing that:
M0.0
MW2
MD4

I can recommend kepware, remember you need to get the siemens drivers for those (I would use TCP).
 

Similar Topics

Hey guys, I have an older Cognex Dataman scanner that i have added to a machine. I have established comms over ethernet. I am able to trigger...
Replies
8
Views
1,759
Hi We had a faulty DO card giving SF error in our Siemens PLC setup model 326-2BF01-0AB0 and we replaced this 326-2BF41-0AB0 I/O card. We updated...
Replies
4
Views
2,017
Hi What stage of its life cycle, S7-300/400 controllers are at now? In my existing unit, we are using these controller and in near futher there is...
Replies
8
Views
7,023
Dear All, Is any one know how to solve the buffer overflow problems in SCADAPACK. This is remote application and communicating with SCADA on DNP3...
Replies
0
Views
1,390
Hi Quick question. Is there 4mA at the output on the analog card when it is configured in the HW and the card has 24VDC? Or does the output have...
Replies
4
Views
1,409
Back
Top Bottom