Roald87 / roald87.github.io

Mostly cooking and coding in TwinCAT.
https://cookncode.com
MIT License
4 stars 2 forks source link

twincat/2020/11/03/twincat-eventlogger-plc-part #73

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

TwinCAT EventLogger: PLC part

Keeping track of all the things which are happening on your machine can be a daunting task. Whether it’s expected events or unexpected warnings and errors of which you want to inform the user. Luckily Beckhoff provides us with a tool that can help with that, namely the EventLogger. In this article, I will introduce the PLC part of the EventLogger and show some useful features (code: PlcPart). A second article will show how to visualize the events using TwinCAT’s web-based HMI (TE2000) (code: HmiPart).

https://cookncode.com/twincat/2020/11/03/twincat-eventlogger-plc-part.html

SpaceRodento commented 1 year ago

Awesome guide and well thought out explanations! Saved me a ton of time, effort and hacky attempts

anraur commented 4 days ago

A very well-explained and clear guide. Thank you for your work.

Roald87 commented 4 days ago

@anraur thanks. Glad you like it!