Built-In Configurations

<< Click to Display Table of Contents >>

Navigation:  Modbus Universal MasterOPC Server > Description of Built-In Examples > Built-In Configurations >

Built-In Configurations

Built-In Configurations

ex.mbp

ex.mbp is the final configuration of the Quick Start example 1. The configuration demonstrates interaction of two OPC clients with simulators of a Modbus TCP/IP device and a Modbus RTU device via MasterOPC Universal Modbus Server.

ex2.mbp

ex2.mbp is the final configuration of the Quick Start example 2. The configuration demonstrates signal generation from scripts, writing tag values to an HDA archive, writing tag values to a SQLite database, and export data from DB to the server log.

Simulator.mbp

The Simulator.mbp configuration demonstrates generation of signals of various data types from scripts, and writing messages to the server log.

In addition, the configuration contains an example of exchange with the I-7017 module via the DCON protocol.

io_file.mbp

The io_file.mbp configuration demonstrates functions of the io Lua library (see 5.7 Input and Output Facilities ):

mbul   The script of the modbus1 tag provides archiving data received from the Modbus TCP/IP device simulator to an arbitrary file.

mbul   The script of the dTCP tag demonstrates the simplest dump.

Prior to configuration launch, the Modbus TCP/IP device simulator must be started (as in the Quick Start; see QS. Preparing Device Simulators and QS. Launching the Device Simulators ).

SQLite.mbp

The SQLite.mbp configuration demonstrates operations with a database created in memory.