FloBoss™ S600+ Flow Computer Modbus Specification Manual 
D301904X012 
June 2024  
  21 
The trigger field is optional.  
•
 
If it is not present, the poll is always performed. 
•
 
If it is present, a value of 1 triggers the poll. 
•
 
Once all processing of the message has occurred, the trigger value resets to 0. 
From a timing perspective, the poll delay for any triggered messages is 
included in the overall loop time (even if the trigger value is not set to 1, that 
is, not triggered). When the trigger value is set to 1, after one complete loop 
period, the triggered message is sent. Then, after one poll delay period, 
non-triggered messages continue.  
 
Example Master Section 
# MASTER SETTINGS 
[POLL DELAY 10] 
[LOOP DELAY 10] 
[RETRY LIMIT 3] 
[TIMEOUT 5] 
# LIST OF SLAVE ADDRESSES 
[SLAVES 3] 
# SLAVE STATUS OBJECT COR SLAVE STATUS 
[SLAVE STATUS OBJ 29 0] 
# SLAVE CONTROL OBJECT COR SLAVE ENABLE 
[SLAVE CONTROL OBJ 38] 
# SLAVE ADDRESS OBJECT COR SLAVE ADDR 
[SLAVE ADDRESS OBJ 46] 
# MAIN POLL LOOP - PERFORMED CONSTANTLY 
[MESSAGE ADDR:3 FUNC:3 START:0 NUM:1] 
[MESSAGE ADDR:3 FUNC:3 START:124 NUM:2] 
[MESSAGE ADDR:3 FUNC:3 START:246 NUM:20] 
# TRIGGER FOR RESET 
[MESSAGE ADDR:3 FUNC:5 START:2 NUM:1 TRIGGER:KPINT 357]
 
9.3  Config File Slave N Section  
Each slave to which the master communicates requires a slave data block. The block 
starts with the command: 
 
[SLAVE ADDRESS <N>] 
<N> can be any valid Modbus slave address value (from 1 to 255).   
Following this statement is the data map for the slave.