TIA Portal v16 - DB for PLC Status

timryder

Member
Join Date
Feb 2007
Location
Macomb MI
Posts
176
Looking for a way to export PLC status to Kepware ultimately.

In Rockwell we can do a GSV and get a lot of information about the PLC. Is there anything like this in Siemens? Where I can get some (any) statistics about the CPU and put them in DB's or ultimately send them up to Kepware?

Thanks in advance.
 
There isnt a DB that you can simply read CPU status information from.
It takes calls in the PLC program to read various system and diagnostics data and put these in a DB for Kepware to read.

In TIA, under the extended instructions .. Diagnostics there are for example
RD_SINFO: Read current OB start information (S7-1200, S7-1500)
RT_INFO: Read out runtime statistics (S7-1500)
LED: Read LED status (S7-1200, S7-1500)
Get_IM_Data: Reading identification and maintenance data (S7-1200, S7-1500)
GET_NAME: Read out name of an IO device or a DP slave (S7-1200, S7-1500)
GetStationInfo: Read information of an IO device (S7-1200, S7-1500)
GetChecksum: Read out checksum (S7-1200, S7-1500)
GetSMCinfo: Reading out information about the SIMATIC memory card (S7-1500)
GetClockStatus: Read out status of the CPU clock (S7-1500)
DeviceStates: Read module status information in an IO system (S7-1200, S7-1500)
ModuleStates: Read module status information of a module (S7-1200, S7-1500)
GEN_DIAG: Generate diagnostics information (S7-1500)
GET_DIAG: Read diagnostic information (S7-1200, S7-1500)
 

Similar Topics

Anyone ever experienced TIA Portal V16 (newest update ver. 6), being unable to open a single program when it was previously? Attached a photo of...
Replies
1
Views
1,081
Hi, is there a way to add modules and submodules in recipes? Because I have several models with different variants each. Or what is the best way...
Replies
3
Views
1,725
Hi, im having trouble with using web navigator in tia portal. I have installed both web navigator server and client in my server pc and web...
Replies
0
Views
827
Hi all I need your help I have a project to connect a 1500 plc to a http connection I can’t seem to find the Lhttp_get or post instructions in...
Replies
2
Views
1,625
Hi All Working with Tia v16 on a PLC 1515F I am getting older by the minute, beating on indirect addressing for a DB I have a DB with 65 row of...
Replies
7
Views
3,789
Back
Top Bottom