S7NetPlus / s7netplus

S7.NET+ -- A .NET library to connect to Siemens Step7 devices
MIT License
1.35k stars 596 forks source link

S7 alarm list #119

Open abrasat opened 6 years ago

abrasat commented 6 years ago

Is it possible to use the s7netplus library to read the actual list with S7 alarms ?

rapha-dev commented 6 years ago

Hi @abrasat, As far as I know, only data reading/writing is supported. However, you can call SFC51 and store readings into a DB, s7netplus can read that stored data.

abrasat commented 6 years ago

Thank you for your reply. Does S7-1500 also support SFC51 ?

rapha-dev commented 6 years ago

There is no support for SFC51 in S7-1500. Siemens is providing explanation and examples about alarms in S7-1500 and how to retrieve them.