Updating a Docker Image

We use docker containers for CI/CD build purposes at work. We had an instance recently where our container needed some added applications in order to publish the build artifacts up and out to a web server for future download. Here is how we went about updating our docker container. To start I logged into the […]

Read More

DLOG Block Status Codes

The DLOG block on a Telepace based SCADAPack is a super useful function. However, it can sometimes fail. Monitoring the status code will allow you to see what the DLOG block is doing and suggest possible solutions to the problem. Code Description Solution 10 The configuration is valid and data can be logged. All fine. […]

Read More

ClearSCADA Email Settings – Office 365 Shared Mailbox

ClearSCADA has the ability to send email notifications (alarm notifications) and also receive acknowledgement via email. The settings are not always easy to get right. Here are the settings required for outgoing and incoming email for an Office 365 Shared Mailbox. Outgoing Mail (SMTP) Settings: Server: smtp.office365.com Port: 587 TLS Protocol: TLS 1.2 Account: user@domain.com […]

Read More