Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

157 total results found

CLMod manual

CLMod CLMod manual

Introduction CL MOD is RS485 interface converter-splitter to 6X 20mA current loop interface designed to be used with power meters (SLAVE device with current loop interface) and data loggers, gateways or other equipment (MASTER device with half-duplex RS485 in...

24 Certificates

Manual 1.8.1

Devices that send unencrypted data are susceptible to attacks which might cause deliberate damage to the user system. Therefore it is highly advised to use cryptography to secure the sensitive data. WCC Lite offers means to easily store certificates for their ...

20.4 Configuring data endpoints

Manual 1.8.1 20 Programmable logic controller

To use WCC Lite as a programmable logic controller, it needs to be configured in a particular way. The PLC functionality of the WCC Lite only allows for the use of data that is has been configured in the Excel configuration spreadsheet. This has been done for ...

20.3 Example project

Manual 1.8.1 20 Programmable logic controller

The best way to understand basics of 4Diac and WCC Lite collaboration is through an example project. This user manual intends to show the pieces needed to run PLC applications on WCC Lite. It is not intended to be definitive guide on how to use 4Diac IDE or ho...

20.2 4Diac framework

Manual 1.8.1 20 Programmable logic controller

The PLC functionality in the WCC Lite is implemented using Eclipse 4diac framework, consisting of the 4diac IDE and the 4diac FORTE runtime. The system corresponds to IEC 61499, an extension of IEC 61131-3. For more in-depth instructions and function block r...

20.1 IEC 61499

Manual 1.8.1 20 Programmable logic controller

IEC 61499-1 defines the architecture for distributed systems. In IEC 61499 the cyclic execution model of IEC 61131 is replaced by an event driven execution model. The event driven execution model allows for an explicit specification of the execution order of f...

21 Lua script runner

Manual 1.8.1

Introduction Lua is a powerful, efficient, lightweight scripting language. It has been used in many industrial applications with an emphasis on embedded systems. Lua has a deserved reputation for performance. To claim to be "as fast as Lua" is an aspiration o...

22 MQTT

Manual 1.8.1

Introduction MQTT (short for MQ Telemetry Transport) is an open OASIS and ISO standard (ISO/IEC PRF 20922) lightweight, publish-subscribe network protocol that transports messages between devices. The protocol usually runs over TCP/IP, although its variant, M...

23 Data Export

Manual 1.8.1

General Various protocols are made to transmit data points as they are generated. This is enough for a lot of systems (e.g. SCADAs) that have their own databases and devices only have to buffer fairly recent messages in case of connection or transmission erro...

14.6 IEC 60870-5-104 Slave

Manual 1.8.1 14 IEC 60870-5-10X

IEC 60870-5-104 Slave is designed not to lose data acquired from Master protocols. The data that arrives from Master protocols is stored in the cache. This data is checked every second to manage further data sending. The data that leaves IEC 60870-5-104 Slave ...

User Manual

MV Beacon

 Introduction MV Beacon is a device used to send SMS messages about emergency conditions from external sensors and short circuit indicators in medium and low voltage substations. Easy to install and especially popular with transmission network operators. MV B...

14.5 IEC 60870-5-104 Master

Manual 1.8.1 14 IEC 60870-5-10X

IEC 60870-5-104 protocol (in short IEC 104) is a part of IEC Telecontrol Equipment and Systems Standard IEC 60870-5 that provides a communication profile for sending basic telecontrol messages between two systems in electrical engineering and power system auto...

14.4 IEC 60870-5-103 Master

Manual 1.8.1 14 IEC 60870-5-10X

The IEC 60870-5-103 protocol is a companion standard for the informative interface of protection equipment. Standard IEC 60870-5-103 was prepared by IEC technical committee 57 (Power system control and associated communications). It is a companion standard for...

14.3 IEC 60870-5-101 Slave

Manual 1.8.1 14 IEC 60870-5-10X

Configuring datapoints (slave) To use IEC 60870­-5­-101 Slave in WCC Lite, it has to be configured via an Excel configuration. This configuration contains two Excel sheets where parameters have to be filled in ­Devices and Signals. IEC 60870-­5-­101 slave pa...

14.2 IEC 60870-5-101 Master

Manual 1.8.1 14 IEC 60870-5-10X

The IEC 60870-­5-­101 protocol is a companion standard for power system monitoring, control associated communications for telecontrol, teleprotection and associated telecommunications for electric power systems. Standard IEC 60870-­5­-101 was prepared by IEC t...

14.1 Introduction

Manual 1.8.1 14 IEC 60870-5-10X

IEC 60870 part 5 is one of the IEC 60870 set of standards which define systems used for telecontrol (supervisory control and data acquisition) in electrical engineering and power system automation applications. Part 5 provides a communication profile for sendi...

1 Overview

Manual 1.8.1

This document is intended to act as a user manual and explain WCC Lite usage in detail. It is expected the person referring to this manual is experienced in programmable logic controllers (PLC), networking (IPv4, ethernet) and the use of the operating system o...

Configuration Example With Default and Saved Values (Modbus TCP, IEC104)

How To Lua runner examples

Excel configuration In order to control signals with Lua script an excel configuration for WCC Lite is needed. In this case three devices are required: one for Modbus TCP Master, one for IEC104-slave and one for Lua runner. Configuration example: In or...

Connecting two IOMod 16DI

How To IOMod setup with WCC Lite

Description   This article describes how to connect and configure two IOMods 16DI to the WCC Lite using IEC103, and Modbus RTU. Typical connection schematic for two IOMod 16DI Preparing the configuration At first you need to make a configuration...

20.5 Debugging an IEC 61499 application

Manual 1.8.1 20 Programmable logic controller

After a project has been built and binded to an existing Excel configuration, a user would normally want to check if every part is working according to the prior requirements before compiling finished project and uploading it to production. Both 4Diac framewor...