Use this page when runtime must collect measurement points in groups and save or send them according to a schedule.
GRPDATA# defines which measurement points belong to a group.SENDGRPI# creates a weekly send schedule for a group.LOGGRPI# creates interval-based logging for a group.LOGGRPE# creates event-based logging for a group.GRPDATA# collects the measurement points used by a group. The group can then be used by calendar or logger functions.
GRPDATA1 VR1,VRC| Parameter | Index | Range | Format | Default | Example |
GRPDATA# |
1..24 | Measurement point list | Comma-separated list of data references | - | GRPDATA1 VR1,VRC |
SENDGRPI# is used for weekly sending of grouped data.
D#,T#,G#.D# is the weekday. Runtime accepts D0..D7; normal weekly use is D1..D7.T# is the hour of day with the range T1..T24.G# is the group number to send with the range G1..G24.SENDGRPI1 D1,T8,G1D1,T8,G1.| Parameter | Index | Range | Format | Default | Example |
SENDGRPI# |
1..12 | D0..D7, T1..T24, G1..G24 | D#,T#,G# |
- | SENDGRPI1 D1,T8,G1 |
This page defines when grouped data is sent. If the scheduled message must be delivered to specific recipients, configure the calendar recipient groups separately on Shared Runtime Recipients and Notifications.
LOGGRPI# saves grouped data at a fixed interval.
I#,T#,G#.I# is the log definition id with the range I0..I127.T# is the interval in minutes with the range T1..T32767.G# is the group number to save with the range G1..G24.LOGGRPI1 I1,T60,G1I1,T60,G1.| Parameter | Index | Range | Format | Default | Example |
LOGGRPI# |
1..12 | I0..I127, T1..T32767, G1..G24 | I#,T#,G# |
- | LOGGRPI1 I1,T60,G1 |
LOGGRPE# saves grouped data on defined events from digital, analog, or 1-Wire channels.
<source>,S#,I#,G#.<source> can be DR# for digital inputs, VR# for analog inputs, or OT# for 1-Wire channels.DR1..DR127, VR1..VR64, and OT1..OT10.S# is the event or state code. Runtime accepts S0..S3 for DR, S0..S28 for VR, and S0..S96 for OT.I# is the log id with the range I0..I127.G# is the group number with the range G1..G24.LOGGRPE1 DR2,S1,I10,G1DR2,S1,I10,G1.| Parameter | Index | Range | Format | Default | Example |
LOGGRPE# |
1..24 | DR/VR/OT source, S-state, I0..I127, G1..G24 | <source>,S#,I#,G# |
- | LOGGRPE1 DR2,S1,I10,G1 |
GRPDATA# first, and only then add the matching schedule or event rule.Public revision 21/05/2026