ProVU4 Controller, Profiler & Recorder/Controller - Product Manual
59407, Issue 3 – May 2011
Modbus Parameters
Page 115
Parameter Name
Modbus Address
Access
Values
(Dec)
(Hex)
Current Profile
Running Time
8235
0x202B
RO
The elapsed time of the current running profile
Current Profile
Remaining Time
8236
0x202C
RO
The remaining time for the current running profile
Current Segment
Running Time
8237
0x202D
RO
The elapsed time of the current profile segment
Current Segment
Remaining Time
8238
0x202E
RO
The remaining time for the current profile segment
Total Hold Time
8239
0x202F
RO
Total time the current profile has been held
Current Segment
Loops Run
8240
0x2030
RO
The number of times the current looping segment has
looped back
Profile Setup
8198
0x2006
R/W
Refer to the Profile Setup Over Modbus
information below
Profile Setup Via Modbus
The information in this section is intended for advanced users writing their own software
code. Most users will create or edit profiles using the instrument keypad, or using the the PC
software (available from your supplier). Either method allows quick and easy editing of
profiles.
Advanced users can setup or edit profiles by writing to the Profile Configuration parameter at
address 8198 (0x2006). This can only be accessed by using Modbus function code 23
(0x17). The instrument replies with a status message.
When creating a new profile the steps below must be followed exactly, either to create a
profile at the next available position, or at a position that you specify.
Each message in the sequence includes a 2 byte Command Code that tells the instrument
the purpose of the message, and therefore the meaning of the data contained in it.
Instruction Sequence to create a profile at the next available position
1. Create a profile by writing the profile header data using the Command Code value CP
(0x43, 0x50). This starts the profile creation process by reserving a profile memory slot.
The profile number is returned by the instrument in the Edit Response Message.
2. Write the first segment using the Command Code value Code WS (0x57, 0x53). This
command will fill the next available segment position and link it to the profile created in
step 1.
3. Write the second segment, again using Command Code WS. This fills the next available
segment position and links it to the segment created in step 2.
4. Continue writing segments until the profile is complete (whilst remaining within the overall
limit of 255 segments for all profiles combined). Each of these segments fills the next
available position and links it to the previous segment specified.