Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseSCADA/Tutorials/StaticModbusExport

< EclipseSCADA‎ | Tutorials
Revision as of 07:49, 8 July 2014 by Unnamed Poltroon (Talk) (Created page with "This example gives a short overview on how to manually export a Hive instance using ModbusExport. The full source code is located at: http://git.eclipse.org/c/eclipsescada/or...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This example gives a short overview on how to manually export a Hive instance using ModbusExport.

The full source code is located at: http://git.eclipse.org/c/eclipsescada/org.eclipse.scada.samples.git/tree/org.eclipse.scada.examples.modbus.exporter

About

This tutorial creates a simple hive with one item "mem1". This item is a non-persistent, in-memory item. The hive will be created programmatically and exported at "da:ngp://localhost:2199". It can be accessed using ESAC. The item can be written with ESAC and the value will be available via Modbus.

Parameters

The Modbus port is 1502. This modbus export instance is a Modbus slave with ID 1.

Back to the top