ModMultiSim help v3.06 - 4.1. Introduction to programming simulations

Download manual: HTML

4.1. Introduction to programming simulations

In ModMultiSim statements are used to calculate the values of registers (and environment properties). They calculate values for their respective registers on every cycle - i.e. at the period you enter for the Run Interval (section Edit Run Interval). A set of these statements can be used to program ModMultiSim to simulate Modbus devices and their environment as they change over time.

The Programming Simulations section is intended to illustrate how ModMultiSim can be programmed to produce a simulation to test a master. It contains complete programs for simulations, and program templates for techniques to be used in a simulation. These programs are listed in tables in each example simulation section. The Programming Simulations section starts with a quick guide to the language to aid understanding of the examples.

Each example simulation section contains the name of the file to load in order to run the simulation, along with simple things to notice and try out.

The Techniques section is provided primarily as reference material - if you know the type of technique to use, you can use the techniques section to see how to implement it in ModMultiSim.

The Advanced Techniques section is there primarily as a reference for users who would normally use mathematical models and would like to relate it to the simulation.

For your own simulations, remember you can enter a statement when you add a new slave register, or environment property, (sections Add Register, Add Property), or you can add the statement later (Edit Register Statement , Edit Property Statement).