Read Jobs

Read Jobs

A job in the Modbus context is a recurring task that is set to read data from a Modbus device. This data can then be used for further processing, visualization, or control. A job defines which data (registers) are read from a Modbus slave device and at what intervals the query should take place.

Steps to Create a New Job

  1. In the -> Modbus Connection, click on to create a new job.

    ▷ A configuration window for the new job opens.

  2. Job configuration

    Fill in the following fields in the configuration window:

    • Name: Enter a name for the job that describes the task (e.g. "Read temperature").

    • Function: Select the Modbus function that should be used for this job (e.g. "Read Holding Registers").

      • Typical functions include reading Coil Registers, Input Registers, or Holding Registers.

    • Address: Enter the start address of the registers you want to read. This is the memory address in the Modbus device.

    • Length: Enter the number of registers that should be read.

    • Interval: Enter the interval (in seconds) at which the job should query the registers (e.g. every 10 seconds).

  3. Save job

    • Click on Save to create the job.

    • ▷ The new job appears in the list of defined jobs under Read Jobs.


Examples of Typical Modbus Jobs

  • Temperature monitoring A job that reads the temperature from a specific sensor every 30 seconds.

  • Record performance data A job that queries performance data of a generator every hour via holding registers.


Last updated