Home / 2012 / April

Monthly Archives: April 2012

Opc client with C#: an how to video

I made a video where i explain how to connect and read tags from and Opc server using OpcNetApi.dll library with C#. This post follows a serie of old article that you can read on my old blog. This code comes from Beckhoff OPC how-to section and if you run a ...

Read More »

Real-time Line charts with WPF and Dynamic Data Display

When logging datas from sensors it’s important to visualize them with a powerful real-time chart. In automation especially it’s common to analyze processes with the help of charts to predict and regulate the process. One of the most powerful charts (and for many the best) is Dynamic Data Display, an ...

Read More »

Writing alarms and interlocks in PLC programs

While analizing the process that you have to automate you always have many conditions to respect for the safeness of the equipments, of the operators and of the process itself. What is an Alarm An alarm is a condition of non-safe state of the machine. Depending on the impact on ...

Read More »