Data Logger v1.3
Version Info
- Update app to use the tables API. This allows for display of logged data in PLC Shift Manager and export to MS SQL Server.
- Add Modbus server support.
- Make tag value types configurable for numeric logging values.
- Reduce the number of logging groups from 16 to 4.
- Add 4 output groups. Output groups let you writes values to the PLC through the app in a secure way. Writes are validated, logged, and rate limited.
Group 'Database Config'
Manage how much data is saved to disk by the app
This is a configuration group that has 6 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 01 Max Records | dbMaxLog01Data | 1900544 | i16 | i | 7 | min:1;max:60; | The number of calendar days to keep data from Log 01 in the local database. Data older than this number of days will be deleted periodically. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Log 02 Max Records | dbMaxLog02Data | 1900545 | i16 | i | 7 | min:1;max:60; | The number of calendar days to keep data from Log 02 in the local database. Data older than this number of days will be deleted periodically. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Log 03 Max Records | dbMaxLog03Data | 1900546 | i16 | i | 7 | min:1;max:60; | The number of calendar days to keep data from Log 03 in the local database. Data older than this number of days will be deleted periodically. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Log 04 Max Records | dbMaxLog04Data | 1900547 | i16 | i | 7 | min:1;max:60; | The number of calendar days to keep data from Log 04 in the local database. Data older than this number of days will be deleted periodically. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Value Change Numeric Max Records | dbMaxValChngNum | 1900548 | i16 | i | 7 | min:1;max:60; | The number of calendar days to keep numeric value change data in the local database. Data older than this number of days will be deleted periodically. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Value Change Digital Max Records | dbMaxValChngDig | 1900549 | i16 | i | 7 | min:1;max:60; | The number of calendar days to keep digital value change data in the local database. Data older than this number of days will be deleted periodically. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Log Group 01'
Log multiple values in a single record
This is a configuration group that has 144 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 01 Description | log01Desc | 1114112 | string | i | Log Group 01 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of logged values | ✓ | |||||||||||
Enable Log Group | log01En | 1114113 | bool | i | False | min:False;max:True; | Select this option to enable this logging group. When disabled, data will not be logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable Tag Trigger | log01TrigEn | 1114114 | bool | i | False | min:False;max:True; | Select this option to log a new record when the tag in 'Trigger Tag' changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Trigger Tag | log01TrigTag | 1114115 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | Configure a tag which triggers logging of a new record when the tag value changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Trigger Deadband | log01TrigDband | 1114116 | double | i | min:0.0;max:1000000.0; | The amount by which the value of the trigger tag must change by before a new record is logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable Interval | log01IntvEn | 1114117 | bool | i | False | min:False;max:True; | Whether to enable logging of values in this group on a fixed interval | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Logging Interval | log01Intv | 1114118 | i16 | i | 60 | min:1;max:30000; | 640:seconds; | 640:seconds; 642:minutes; | The interval on which to log values in this group | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | log01Meta | 1114135 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this logging group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log01ValEn_001 | 1116267 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log01ValTag_001 | 1116268 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log01ValDesc_001 | 1116269 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log01ValMeta_001 | 1116270 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log01ValEn_002 | 1116367 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log01ValTag_002 | 1116368 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log01ValDesc_002 | 1116369 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log01ValMeta_002 | 1116370 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log01ValEn_003 | 1116467 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log01ValTag_003 | 1116468 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log01ValDesc_003 | 1116469 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log01ValMeta_003 | 1116470 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log01ValEn_004 | 1116567 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log01ValTag_004 | 1116568 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log01ValDesc_004 | 1116569 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log01ValMeta_004 | 1116570 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log01ValEn_005 | 1116667 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log01ValTag_005 | 1116668 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log01ValDesc_005 | 1116669 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log01ValMeta_005 | 1116670 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log01ValEn_006 | 1116767 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log01ValTag_006 | 1116768 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log01ValDesc_006 | 1116769 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log01ValMeta_006 | 1116770 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log01ValEn_007 | 1116867 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log01ValTag_007 | 1116868 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log01ValDesc_007 | 1116869 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log01ValMeta_007 | 1116870 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log01ValEn_008 | 1116967 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log01ValTag_008 | 1116968 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log01ValDesc_008 | 1116969 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log01ValMeta_008 | 1116970 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 09 | log01ValEn_009 | 1117067 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 09 | log01ValTag_009 | 1117068 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | log01ValDesc_009 | 1117069 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | log01ValMeta_009 | 1117070 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 10 | log01ValEn_010 | 1117167 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 10 | log01ValTag_010 | 1117168 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | log01ValDesc_010 | 1117169 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | log01ValMeta_010 | 1117170 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 11 | log01ValEn_011 | 1117267 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 11 | log01ValTag_011 | 1117268 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | log01ValDesc_011 | 1117269 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | log01ValMeta_011 | 1117270 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 12 | log01ValEn_012 | 1117367 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 12 | log01ValTag_012 | 1117368 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | log01ValDesc_012 | 1117369 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | log01ValMeta_012 | 1117370 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 13 | log01ValEn_013 | 1117467 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 13 | log01ValTag_013 | 1117468 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | log01ValDesc_013 | 1117469 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | log01ValMeta_013 | 1117470 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 14 | log01ValEn_014 | 1117567 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 14 | log01ValTag_014 | 1117568 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | log01ValDesc_014 | 1117569 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | log01ValMeta_014 | 1117570 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 15 | log01ValEn_015 | 1117667 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 15 | log01ValTag_015 | 1117668 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | log01ValDesc_015 | 1117669 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | log01ValMeta_015 | 1117670 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 16 | log01ValEn_016 | 1117767 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 16 | log01ValTag_016 | 1117768 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | log01ValDesc_016 | 1117769 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | log01ValMeta_016 | 1117770 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 17 | log01ValEn_017 | 1117867 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 17 | log01ValTag_017 | 1117868 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | log01ValDesc_017 | 1117869 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | log01ValMeta_017 | 1117870 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 18 | log01ValEn_018 | 1117967 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 18 | log01ValTag_018 | 1117968 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | log01ValDesc_018 | 1117969 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | log01ValMeta_018 | 1117970 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 19 | log01ValEn_019 | 1118067 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 19 | log01ValTag_019 | 1118068 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | log01ValDesc_019 | 1118069 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | log01ValMeta_019 | 1118070 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 20 | log01ValEn_020 | 1118167 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 20 | log01ValTag_020 | 1118168 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | log01ValDesc_020 | 1118169 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | log01ValMeta_020 | 1118170 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 21 | log01ValEn_021 | 1118267 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 21 | log01ValTag_021 | 1118268 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | log01ValDesc_021 | 1118269 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | log01ValMeta_021 | 1118270 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 22 | log01ValEn_022 | 1118367 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 22 | log01ValTag_022 | 1118368 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | log01ValDesc_022 | 1118369 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | log01ValMeta_022 | 1118370 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 23 | log01ValEn_023 | 1118467 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 23 | log01ValTag_023 | 1118468 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | log01ValDesc_023 | 1118469 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | log01ValMeta_023 | 1118470 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 24 | log01ValEn_024 | 1118567 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 24 | log01ValTag_024 | 1118568 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | log01ValDesc_024 | 1118569 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | log01ValMeta_024 | 1118570 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log01DigEn_001 | 1116271 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log01DigTag_001 | 1116272 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log01DigDesc_001 | 1116273 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log01DigMeta_001 | 1116274 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log01DigEn_002 | 1116371 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log01DigTag_002 | 1116372 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log01DigDesc_002 | 1116373 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log01DigMeta_002 | 1116374 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log01DigEn_003 | 1116471 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log01DigTag_003 | 1116472 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log01DigDesc_003 | 1116473 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log01DigMeta_003 | 1116474 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log01DigEn_004 | 1116571 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log01DigTag_004 | 1116572 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log01DigDesc_004 | 1116573 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log01DigMeta_004 | 1116574 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log01DigEn_005 | 1116671 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log01DigTag_005 | 1116672 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log01DigDesc_005 | 1116673 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log01DigMeta_005 | 1116674 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log01DigEn_006 | 1116771 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log01DigTag_006 | 1116772 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log01DigDesc_006 | 1116773 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log01DigMeta_006 | 1116774 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log01DigEn_007 | 1116871 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log01DigTag_007 | 1116872 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log01DigDesc_007 | 1116873 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log01DigMeta_007 | 1116874 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log01DigEn_008 | 1116971 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log01DigTag_008 | 1116972 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log01DigDesc_008 | 1116973 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log01DigMeta_008 | 1116974 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ |
Group 'Log Group 02'
Log multiple values in a single record
This is a configuration group that has 144 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 02 Description | log02Desc | 1179648 | string | i | Log Group 02 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of logged values | ✓ | |||||||||||
Enable Log Group | log02En | 1179649 | bool | i | False | min:False;max:True; | Select this option to enable this logging group. When disabled, data will not be logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable Tag Trigger | log02TrigEn | 1179650 | bool | i | False | min:False;max:True; | Select this option to log a new record when the tag in 'Trigger Tag' changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Trigger Tag | log02TrigTag | 1179651 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | Configure a tag which triggers logging of a new record when the tag value changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Trigger Deadband | log02TrigDband | 1179652 | double | i | min:0.0;max:1000000.0; | The amount by which the value of the trigger tag must change by before a new record is logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable Interval | log02IntvEn | 1179653 | bool | i | False | min:False;max:True; | Whether to enable logging of values in this group on a fixed interval | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Logging Interval | log02Intv | 1179654 | i16 | i | 60 | min:1;max:30000; | 640:seconds; | 640:seconds; 642:minutes; | The interval on which to log values in this group | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | log02Meta | 1179671 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this logging group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log02ValEn_001 | 1181803 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log02ValTag_001 | 1181804 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log02ValDesc_001 | 1181805 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log02ValMeta_001 | 1181806 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log02ValEn_002 | 1181903 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log02ValTag_002 | 1181904 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log02ValDesc_002 | 1181905 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log02ValMeta_002 | 1181906 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log02ValEn_003 | 1182003 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log02ValTag_003 | 1182004 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log02ValDesc_003 | 1182005 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log02ValMeta_003 | 1182006 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log02ValEn_004 | 1182103 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log02ValTag_004 | 1182104 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log02ValDesc_004 | 1182105 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log02ValMeta_004 | 1182106 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log02ValEn_005 | 1182203 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log02ValTag_005 | 1182204 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log02ValDesc_005 | 1182205 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log02ValMeta_005 | 1182206 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log02ValEn_006 | 1182303 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log02ValTag_006 | 1182304 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log02ValDesc_006 | 1182305 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log02ValMeta_006 | 1182306 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log02ValEn_007 | 1182403 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log02ValTag_007 | 1182404 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log02ValDesc_007 | 1182405 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log02ValMeta_007 | 1182406 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log02ValEn_008 | 1182503 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log02ValTag_008 | 1182504 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log02ValDesc_008 | 1182505 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log02ValMeta_008 | 1182506 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 09 | log02ValEn_009 | 1182603 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 09 | log02ValTag_009 | 1182604 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | log02ValDesc_009 | 1182605 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | log02ValMeta_009 | 1182606 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 10 | log02ValEn_010 | 1182703 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 10 | log02ValTag_010 | 1182704 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | log02ValDesc_010 | 1182705 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | log02ValMeta_010 | 1182706 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 11 | log02ValEn_011 | 1182803 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 11 | log02ValTag_011 | 1182804 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | log02ValDesc_011 | 1182805 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | log02ValMeta_011 | 1182806 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 12 | log02ValEn_012 | 1182903 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 12 | log02ValTag_012 | 1182904 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | log02ValDesc_012 | 1182905 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | log02ValMeta_012 | 1182906 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 13 | log02ValEn_013 | 1183003 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 13 | log02ValTag_013 | 1183004 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | log02ValDesc_013 | 1183005 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | log02ValMeta_013 | 1183006 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 14 | log02ValEn_014 | 1183103 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 14 | log02ValTag_014 | 1183104 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | log02ValDesc_014 | 1183105 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | log02ValMeta_014 | 1183106 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 15 | log02ValEn_015 | 1183203 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 15 | log02ValTag_015 | 1183204 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | log02ValDesc_015 | 1183205 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | log02ValMeta_015 | 1183206 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 16 | log02ValEn_016 | 1183303 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 16 | log02ValTag_016 | 1183304 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | log02ValDesc_016 | 1183305 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | log02ValMeta_016 | 1183306 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 17 | log02ValEn_017 | 1183403 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 17 | log02ValTag_017 | 1183404 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | log02ValDesc_017 | 1183405 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | log02ValMeta_017 | 1183406 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 18 | log02ValEn_018 | 1183503 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 18 | log02ValTag_018 | 1183504 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | log02ValDesc_018 | 1183505 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | log02ValMeta_018 | 1183506 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 19 | log02ValEn_019 | 1183603 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 19 | log02ValTag_019 | 1183604 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | log02ValDesc_019 | 1183605 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | log02ValMeta_019 | 1183606 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 20 | log02ValEn_020 | 1183703 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 20 | log02ValTag_020 | 1183704 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | log02ValDesc_020 | 1183705 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | log02ValMeta_020 | 1183706 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 21 | log02ValEn_021 | 1183803 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 21 | log02ValTag_021 | 1183804 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | log02ValDesc_021 | 1183805 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | log02ValMeta_021 | 1183806 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 22 | log02ValEn_022 | 1183903 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 22 | log02ValTag_022 | 1183904 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | log02ValDesc_022 | 1183905 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | log02ValMeta_022 | 1183906 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 23 | log02ValEn_023 | 1184003 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 23 | log02ValTag_023 | 1184004 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | log02ValDesc_023 | 1184005 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | log02ValMeta_023 | 1184006 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 24 | log02ValEn_024 | 1184103 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 24 | log02ValTag_024 | 1184104 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | log02ValDesc_024 | 1184105 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | log02ValMeta_024 | 1184106 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log02DigEn_001 | 1181807 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log02DigTag_001 | 1181808 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log02DigDesc_001 | 1181809 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log02DigMeta_001 | 1181810 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log02DigEn_002 | 1181907 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log02DigTag_002 | 1181908 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log02DigDesc_002 | 1181909 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log02DigMeta_002 | 1181910 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log02DigEn_003 | 1182007 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log02DigTag_003 | 1182008 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log02DigDesc_003 | 1182009 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log02DigMeta_003 | 1182010 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log02DigEn_004 | 1182107 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log02DigTag_004 | 1182108 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log02DigDesc_004 | 1182109 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log02DigMeta_004 | 1182110 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log02DigEn_005 | 1182207 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log02DigTag_005 | 1182208 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log02DigDesc_005 | 1182209 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log02DigMeta_005 | 1182210 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log02DigEn_006 | 1182307 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log02DigTag_006 | 1182308 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log02DigDesc_006 | 1182309 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log02DigMeta_006 | 1182310 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log02DigEn_007 | 1182407 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log02DigTag_007 | 1182408 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log02DigDesc_007 | 1182409 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log02DigMeta_007 | 1182410 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log02DigEn_008 | 1182507 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log02DigTag_008 | 1182508 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log02DigDesc_008 | 1182509 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log02DigMeta_008 | 1182510 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ |
Group 'Log Group 03'
Log multiple values in a single record
This is a configuration group that has 144 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 03 Description | log03Desc | 1245184 | string | i | Log Group 03 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of logged values | ✓ | |||||||||||
Enable Log Group | log03En | 1245185 | bool | i | False | min:False;max:True; | Select this option to enable this logging group. When disabled, data will not be logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable Tag Trigger | log03TrigEn | 1245186 | bool | i | False | min:False;max:True; | Select this option to log a new record when the tag in 'Trigger Tag' changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Trigger Tag | log03TrigTag | 1245187 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | Configure a tag which triggers logging of a new record when the tag value changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Trigger Deadband | log03TrigDband | 1245188 | double | i | min:0.0;max:1000000.0; | The amount by which the value of the trigger tag must change by before a new record is logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable Interval | log03IntvEn | 1245189 | bool | i | False | min:False;max:True; | Whether to enable logging of values in this group on a fixed interval | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Logging Interval | log03Intv | 1245190 | i16 | i | 60 | min:1;max:30000; | 640:seconds; | 640:seconds; 642:minutes; | The interval on which to log values in this group | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | log03Meta | 1245207 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this logging group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log03ValEn_001 | 1247339 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log03ValTag_001 | 1247340 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log03ValDesc_001 | 1247341 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log03ValMeta_001 | 1247342 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log03ValEn_002 | 1247439 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log03ValTag_002 | 1247440 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log03ValDesc_002 | 1247441 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log03ValMeta_002 | 1247442 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log03ValEn_003 | 1247539 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log03ValTag_003 | 1247540 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log03ValDesc_003 | 1247541 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log03ValMeta_003 | 1247542 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log03ValEn_004 | 1247639 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log03ValTag_004 | 1247640 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log03ValDesc_004 | 1247641 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log03ValMeta_004 | 1247642 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log03ValEn_005 | 1247739 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log03ValTag_005 | 1247740 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log03ValDesc_005 | 1247741 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log03ValMeta_005 | 1247742 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log03ValEn_006 | 1247839 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log03ValTag_006 | 1247840 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log03ValDesc_006 | 1247841 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log03ValMeta_006 | 1247842 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log03ValEn_007 | 1247939 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log03ValTag_007 | 1247940 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log03ValDesc_007 | 1247941 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log03ValMeta_007 | 1247942 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log03ValEn_008 | 1248039 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log03ValTag_008 | 1248040 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log03ValDesc_008 | 1248041 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log03ValMeta_008 | 1248042 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 09 | log03ValEn_009 | 1248139 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 09 | log03ValTag_009 | 1248140 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | log03ValDesc_009 | 1248141 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | log03ValMeta_009 | 1248142 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 10 | log03ValEn_010 | 1248239 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 10 | log03ValTag_010 | 1248240 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | log03ValDesc_010 | 1248241 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | log03ValMeta_010 | 1248242 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 11 | log03ValEn_011 | 1248339 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 11 | log03ValTag_011 | 1248340 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | log03ValDesc_011 | 1248341 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | log03ValMeta_011 | 1248342 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 12 | log03ValEn_012 | 1248439 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 12 | log03ValTag_012 | 1248440 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | log03ValDesc_012 | 1248441 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | log03ValMeta_012 | 1248442 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 13 | log03ValEn_013 | 1248539 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 13 | log03ValTag_013 | 1248540 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | log03ValDesc_013 | 1248541 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | log03ValMeta_013 | 1248542 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 14 | log03ValEn_014 | 1248639 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 14 | log03ValTag_014 | 1248640 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | log03ValDesc_014 | 1248641 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | log03ValMeta_014 | 1248642 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 15 | log03ValEn_015 | 1248739 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 15 | log03ValTag_015 | 1248740 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | log03ValDesc_015 | 1248741 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | log03ValMeta_015 | 1248742 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 16 | log03ValEn_016 | 1248839 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 16 | log03ValTag_016 | 1248840 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | log03ValDesc_016 | 1248841 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | log03ValMeta_016 | 1248842 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 17 | log03ValEn_017 | 1248939 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 17 | log03ValTag_017 | 1248940 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | log03ValDesc_017 | 1248941 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | log03ValMeta_017 | 1248942 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 18 | log03ValEn_018 | 1249039 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 18 | log03ValTag_018 | 1249040 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | log03ValDesc_018 | 1249041 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | log03ValMeta_018 | 1249042 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 19 | log03ValEn_019 | 1249139 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 19 | log03ValTag_019 | 1249140 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | log03ValDesc_019 | 1249141 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | log03ValMeta_019 | 1249142 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 20 | log03ValEn_020 | 1249239 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 20 | log03ValTag_020 | 1249240 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | log03ValDesc_020 | 1249241 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | log03ValMeta_020 | 1249242 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 21 | log03ValEn_021 | 1249339 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 21 | log03ValTag_021 | 1249340 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | log03ValDesc_021 | 1249341 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | log03ValMeta_021 | 1249342 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 22 | log03ValEn_022 | 1249439 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 22 | log03ValTag_022 | 1249440 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | log03ValDesc_022 | 1249441 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | log03ValMeta_022 | 1249442 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 23 | log03ValEn_023 | 1249539 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 23 | log03ValTag_023 | 1249540 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | log03ValDesc_023 | 1249541 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | log03ValMeta_023 | 1249542 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 24 | log03ValEn_024 | 1249639 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 24 | log03ValTag_024 | 1249640 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | log03ValDesc_024 | 1249641 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | log03ValMeta_024 | 1249642 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log03DigEn_001 | 1247343 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log03DigTag_001 | 1247344 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log03DigDesc_001 | 1247345 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log03DigMeta_001 | 1247346 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log03DigEn_002 | 1247443 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log03DigTag_002 | 1247444 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log03DigDesc_002 | 1247445 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log03DigMeta_002 | 1247446 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log03DigEn_003 | 1247543 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log03DigTag_003 | 1247544 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log03DigDesc_003 | 1247545 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log03DigMeta_003 | 1247546 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log03DigEn_004 | 1247643 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log03DigTag_004 | 1247644 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log03DigDesc_004 | 1247645 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log03DigMeta_004 | 1247646 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log03DigEn_005 | 1247743 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log03DigTag_005 | 1247744 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log03DigDesc_005 | 1247745 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log03DigMeta_005 | 1247746 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log03DigEn_006 | 1247843 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log03DigTag_006 | 1247844 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log03DigDesc_006 | 1247845 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log03DigMeta_006 | 1247846 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log03DigEn_007 | 1247943 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log03DigTag_007 | 1247944 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log03DigDesc_007 | 1247945 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log03DigMeta_007 | 1247946 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log03DigEn_008 | 1248043 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log03DigTag_008 | 1248044 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log03DigDesc_008 | 1248045 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log03DigMeta_008 | 1248046 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ |
Group 'Log Group 04'
Log multiple values in a single record
This is a configuration group that has 144 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 04 Description | log04Desc | 1310720 | string | i | Log Group 04 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of logged values | ✓ | |||||||||||
Enable Log Group | log04En | 1310721 | bool | i | False | min:False;max:True; | Select this option to enable this logging group. When disabled, data will not be logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable Tag Trigger | log04TrigEn | 1310722 | bool | i | False | min:False;max:True; | Select this option to log a new record when the tag in 'Trigger Tag' changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Trigger Tag | log04TrigTag | 1310723 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | Configure a tag which triggers logging of a new record when the tag value changes by more than the 'Trigger Deadband' | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Trigger Deadband | log04TrigDband | 1310724 | double | i | min:0.0;max:1000000.0; | The amount by which the value of the trigger tag must change by before a new record is logged | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable Interval | log04IntvEn | 1310725 | bool | i | False | min:False;max:True; | Whether to enable logging of values in this group on a fixed interval | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Logging Interval | log04Intv | 1310726 | i16 | i | 60 | min:1;max:30000; | 640:seconds; | 640:seconds; 642:minutes; | The interval on which to log values in this group | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | log04Meta | 1310743 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this logging group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log04ValEn_001 | 1312875 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log04ValTag_001 | 1312876 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log04ValDesc_001 | 1312877 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log04ValMeta_001 | 1312878 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log04ValEn_002 | 1312975 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log04ValTag_002 | 1312976 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log04ValDesc_002 | 1312977 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log04ValMeta_002 | 1312978 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log04ValEn_003 | 1313075 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log04ValTag_003 | 1313076 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log04ValDesc_003 | 1313077 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log04ValMeta_003 | 1313078 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log04ValEn_004 | 1313175 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log04ValTag_004 | 1313176 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log04ValDesc_004 | 1313177 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log04ValMeta_004 | 1313178 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log04ValEn_005 | 1313275 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log04ValTag_005 | 1313276 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log04ValDesc_005 | 1313277 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log04ValMeta_005 | 1313278 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log04ValEn_006 | 1313375 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log04ValTag_006 | 1313376 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log04ValDesc_006 | 1313377 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log04ValMeta_006 | 1313378 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log04ValEn_007 | 1313475 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log04ValTag_007 | 1313476 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log04ValDesc_007 | 1313477 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log04ValMeta_007 | 1313478 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log04ValEn_008 | 1313575 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log04ValTag_008 | 1313576 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log04ValDesc_008 | 1313577 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log04ValMeta_008 | 1313578 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 09 | log04ValEn_009 | 1313675 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 09 | log04ValTag_009 | 1313676 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | log04ValDesc_009 | 1313677 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | log04ValMeta_009 | 1313678 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 10 | log04ValEn_010 | 1313775 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 10 | log04ValTag_010 | 1313776 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | log04ValDesc_010 | 1313777 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | log04ValMeta_010 | 1313778 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 11 | log04ValEn_011 | 1313875 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 11 | log04ValTag_011 | 1313876 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | log04ValDesc_011 | 1313877 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | log04ValMeta_011 | 1313878 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 12 | log04ValEn_012 | 1313975 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 12 | log04ValTag_012 | 1313976 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | log04ValDesc_012 | 1313977 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | log04ValMeta_012 | 1313978 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 13 | log04ValEn_013 | 1314075 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 13 | log04ValTag_013 | 1314076 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | log04ValDesc_013 | 1314077 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | log04ValMeta_013 | 1314078 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 14 | log04ValEn_014 | 1314175 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 14 | log04ValTag_014 | 1314176 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | log04ValDesc_014 | 1314177 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | log04ValMeta_014 | 1314178 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 15 | log04ValEn_015 | 1314275 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 15 | log04ValTag_015 | 1314276 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | log04ValDesc_015 | 1314277 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | log04ValMeta_015 | 1314278 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 16 | log04ValEn_016 | 1314375 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 16 | log04ValTag_016 | 1314376 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | log04ValDesc_016 | 1314377 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | log04ValMeta_016 | 1314378 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 17 | log04ValEn_017 | 1314475 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 17 | log04ValTag_017 | 1314476 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | log04ValDesc_017 | 1314477 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | log04ValMeta_017 | 1314478 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 18 | log04ValEn_018 | 1314575 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 18 | log04ValTag_018 | 1314576 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | log04ValDesc_018 | 1314577 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | log04ValMeta_018 | 1314578 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 19 | log04ValEn_019 | 1314675 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 19 | log04ValTag_019 | 1314676 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | log04ValDesc_019 | 1314677 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | log04ValMeta_019 | 1314678 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 20 | log04ValEn_020 | 1314775 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 20 | log04ValTag_020 | 1314776 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | log04ValDesc_020 | 1314777 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | log04ValMeta_020 | 1314778 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 21 | log04ValEn_021 | 1314875 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 21 | log04ValTag_021 | 1314876 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | log04ValDesc_021 | 1314877 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | log04ValMeta_021 | 1314878 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 22 | log04ValEn_022 | 1314975 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 22 | log04ValTag_022 | 1314976 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | log04ValDesc_022 | 1314977 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | log04ValMeta_022 | 1314978 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 23 | log04ValEn_023 | 1315075 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 23 | log04ValTag_023 | 1315076 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | log04ValDesc_023 | 1315077 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | log04ValMeta_023 | 1315078 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 24 | log04ValEn_024 | 1315175 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 24 | log04ValTag_024 | 1315176 | string | double | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | log04ValDesc_024 | 1315177 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | log04ValMeta_024 | 1315178 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | log04DigEn_001 | 1312879 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 01 | log04DigTag_001 | 1312880 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | log04DigDesc_001 | 1312881 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | log04DigMeta_001 | 1312882 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 02 | log04DigEn_002 | 1312979 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 02 | log04DigTag_002 | 1312980 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | log04DigDesc_002 | 1312981 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | log04DigMeta_002 | 1312982 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 03 | log04DigEn_003 | 1313079 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 03 | log04DigTag_003 | 1313080 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | log04DigDesc_003 | 1313081 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | log04DigMeta_003 | 1313082 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 04 | log04DigEn_004 | 1313179 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 04 | log04DigTag_004 | 1313180 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | log04DigDesc_004 | 1313181 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | log04DigMeta_004 | 1313182 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 05 | log04DigEn_005 | 1313279 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 05 | log04DigTag_005 | 1313280 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | log04DigDesc_005 | 1313281 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | log04DigMeta_005 | 1313282 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 06 | log04DigEn_006 | 1313379 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 06 | log04DigTag_006 | 1313380 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | log04DigDesc_006 | 1313381 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | log04DigMeta_006 | 1313382 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 07 | log04DigEn_007 | 1313479 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 07 | log04DigTag_007 | 1313480 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | log04DigDesc_007 | 1313481 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | log04DigMeta_007 | 1313482 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 08 | log04DigEn_008 | 1313579 | bool | i | False | min:False;max:True; | Whether to enable logging of this value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Source Tag 08 | log04DigTag_008 | 1313580 | string | bool | i | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to log | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | log04DigDesc_008 | 1313581 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | log04DigMeta_008 | 1313582 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ |
Group 'Output Group 01'
Configure writing values to the PLC
This is a configuration group that has 258 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Output 01 Description | out01Desc | 1638400 | string | i | Output Group 01 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of output values. | ✓ | |||||||||||
Enable Output Group | out01En | 1638401 | bool | i | False | min:False;max:True; | Select this option to enable this output groups. When disabled, values in this group will not processed and will not be written to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Rate Limit | out01RateLimit | 1638402 | i16 | i | 0 | min:0;max:600; | 640:seconds; | 640:seconds; | Limit the rate at which writes to the PLC occur. Any write to a tag will not be processed unless this much time has passed since the previous write to that tag | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | out01Meta | 1638403 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this output group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | out01ValEn_001 | 1640552 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out01ValTag_001 | 1640553 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out01ValDesc_001 | 1640554 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out01ValMeta_001 | 1640555 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out01ValLgChng_001 | 1640556 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 01 | out01ValMin_001 | 1640557 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 01 | out01ValMax_001 | 1640558 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out01ValDflt_001 | 1640559 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 02 | out01ValEn_002 | 1640652 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out01ValTag_002 | 1640653 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out01ValDesc_002 | 1640654 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out01ValMeta_002 | 1640655 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out01ValLgChng_002 | 1640656 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 02 | out01ValMin_002 | 1640657 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 02 | out01ValMax_002 | 1640658 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out01ValDflt_002 | 1640659 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 03 | out01ValEn_003 | 1640752 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out01ValTag_003 | 1640753 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out01ValDesc_003 | 1640754 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out01ValMeta_003 | 1640755 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out01ValLgChng_003 | 1640756 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 03 | out01ValMin_003 | 1640757 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 03 | out01ValMax_003 | 1640758 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out01ValDflt_003 | 1640759 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 04 | out01ValEn_004 | 1640852 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out01ValTag_004 | 1640853 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out01ValDesc_004 | 1640854 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out01ValMeta_004 | 1640855 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out01ValLgChng_004 | 1640856 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 04 | out01ValMin_004 | 1640857 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 04 | out01ValMax_004 | 1640858 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out01ValDflt_004 | 1640859 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 05 | out01ValEn_005 | 1640952 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out01ValTag_005 | 1640953 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out01ValDesc_005 | 1640954 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out01ValMeta_005 | 1640955 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out01ValLgChng_005 | 1640956 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 05 | out01ValMin_005 | 1640957 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 05 | out01ValMax_005 | 1640958 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out01ValDflt_005 | 1640959 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 06 | out01ValEn_006 | 1641052 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out01ValTag_006 | 1641053 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out01ValDesc_006 | 1641054 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out01ValMeta_006 | 1641055 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out01ValLgChng_006 | 1641056 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 06 | out01ValMin_006 | 1641057 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 06 | out01ValMax_006 | 1641058 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out01ValDflt_006 | 1641059 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 07 | out01ValEn_007 | 1641152 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out01ValTag_007 | 1641153 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out01ValDesc_007 | 1641154 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out01ValMeta_007 | 1641155 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out01ValLgChng_007 | 1641156 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 07 | out01ValMin_007 | 1641157 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 07 | out01ValMax_007 | 1641158 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out01ValDflt_007 | 1641159 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 08 | out01ValEn_008 | 1641252 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out01ValTag_008 | 1641253 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out01ValDesc_008 | 1641254 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out01ValMeta_008 | 1641255 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out01ValLgChng_008 | 1641256 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 08 | out01ValMin_008 | 1641257 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 08 | out01ValMax_008 | 1641258 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out01ValDflt_008 | 1641259 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 09 | out01ValEn_009 | 1641352 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 09 | out01ValTag_009 | 1641353 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | out01ValDesc_009 | 1641354 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | out01ValMeta_009 | 1641355 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 09 | out01ValLgChng_009 | 1641356 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 09 | out01ValMin_009 | 1641357 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 09 | out01ValMax_009 | 1641358 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 09 | out01ValDflt_009 | 1641359 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 10 | out01ValEn_010 | 1641452 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 10 | out01ValTag_010 | 1641453 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | out01ValDesc_010 | 1641454 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | out01ValMeta_010 | 1641455 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 10 | out01ValLgChng_010 | 1641456 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 10 | out01ValMin_010 | 1641457 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 10 | out01ValMax_010 | 1641458 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 10 | out01ValDflt_010 | 1641459 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 11 | out01ValEn_011 | 1641552 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 11 | out01ValTag_011 | 1641553 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | out01ValDesc_011 | 1641554 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | out01ValMeta_011 | 1641555 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 11 | out01ValLgChng_011 | 1641556 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 11 | out01ValMin_011 | 1641557 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 11 | out01ValMax_011 | 1641558 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 11 | out01ValDflt_011 | 1641559 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 12 | out01ValEn_012 | 1641652 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 12 | out01ValTag_012 | 1641653 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | out01ValDesc_012 | 1641654 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | out01ValMeta_012 | 1641655 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 12 | out01ValLgChng_012 | 1641656 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 12 | out01ValMin_012 | 1641657 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 12 | out01ValMax_012 | 1641658 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 12 | out01ValDflt_012 | 1641659 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 13 | out01ValEn_013 | 1641752 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 13 | out01ValTag_013 | 1641753 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | out01ValDesc_013 | 1641754 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | out01ValMeta_013 | 1641755 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 13 | out01ValLgChng_013 | 1641756 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 13 | out01ValMin_013 | 1641757 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 13 | out01ValMax_013 | 1641758 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 13 | out01ValDflt_013 | 1641759 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 14 | out01ValEn_014 | 1641852 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 14 | out01ValTag_014 | 1641853 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | out01ValDesc_014 | 1641854 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | out01ValMeta_014 | 1641855 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 14 | out01ValLgChng_014 | 1641856 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 14 | out01ValMin_014 | 1641857 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 14 | out01ValMax_014 | 1641858 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 14 | out01ValDflt_014 | 1641859 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 15 | out01ValEn_015 | 1641952 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 15 | out01ValTag_015 | 1641953 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | out01ValDesc_015 | 1641954 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | out01ValMeta_015 | 1641955 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 15 | out01ValLgChng_015 | 1641956 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 15 | out01ValMin_015 | 1641957 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 15 | out01ValMax_015 | 1641958 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 15 | out01ValDflt_015 | 1641959 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 16 | out01ValEn_016 | 1642052 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 16 | out01ValTag_016 | 1642053 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | out01ValDesc_016 | 1642054 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | out01ValMeta_016 | 1642055 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 16 | out01ValLgChng_016 | 1642056 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 16 | out01ValMin_016 | 1642057 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 16 | out01ValMax_016 | 1642058 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 16 | out01ValDflt_016 | 1642059 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 17 | out01ValEn_017 | 1642152 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 17 | out01ValTag_017 | 1642153 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | out01ValDesc_017 | 1642154 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | out01ValMeta_017 | 1642155 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 17 | out01ValLgChng_017 | 1642156 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 17 | out01ValMin_017 | 1642157 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 17 | out01ValMax_017 | 1642158 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 17 | out01ValDflt_017 | 1642159 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 18 | out01ValEn_018 | 1642252 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 18 | out01ValTag_018 | 1642253 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | out01ValDesc_018 | 1642254 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | out01ValMeta_018 | 1642255 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 18 | out01ValLgChng_018 | 1642256 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 18 | out01ValMin_018 | 1642257 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 18 | out01ValMax_018 | 1642258 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 18 | out01ValDflt_018 | 1642259 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 19 | out01ValEn_019 | 1642352 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 19 | out01ValTag_019 | 1642353 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | out01ValDesc_019 | 1642354 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | out01ValMeta_019 | 1642355 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 19 | out01ValLgChng_019 | 1642356 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 19 | out01ValMin_019 | 1642357 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 19 | out01ValMax_019 | 1642358 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 19 | out01ValDflt_019 | 1642359 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 20 | out01ValEn_020 | 1642452 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 20 | out01ValTag_020 | 1642453 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | out01ValDesc_020 | 1642454 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | out01ValMeta_020 | 1642455 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 20 | out01ValLgChng_020 | 1642456 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 20 | out01ValMin_020 | 1642457 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 20 | out01ValMax_020 | 1642458 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 20 | out01ValDflt_020 | 1642459 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 21 | out01ValEn_021 | 1642552 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 21 | out01ValTag_021 | 1642553 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | out01ValDesc_021 | 1642554 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | out01ValMeta_021 | 1642555 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 21 | out01ValLgChng_021 | 1642556 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 21 | out01ValMin_021 | 1642557 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 21 | out01ValMax_021 | 1642558 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 21 | out01ValDflt_021 | 1642559 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 22 | out01ValEn_022 | 1642652 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 22 | out01ValTag_022 | 1642653 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | out01ValDesc_022 | 1642654 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | out01ValMeta_022 | 1642655 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 22 | out01ValLgChng_022 | 1642656 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 22 | out01ValMin_022 | 1642657 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 22 | out01ValMax_022 | 1642658 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 22 | out01ValDflt_022 | 1642659 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 23 | out01ValEn_023 | 1642752 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 23 | out01ValTag_023 | 1642753 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | out01ValDesc_023 | 1642754 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | out01ValMeta_023 | 1642755 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 23 | out01ValLgChng_023 | 1642756 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 23 | out01ValMin_023 | 1642757 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 23 | out01ValMax_023 | 1642758 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 23 | out01ValDflt_023 | 1642759 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 24 | out01ValEn_024 | 1642852 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 24 | out01ValTag_024 | 1642853 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | out01ValDesc_024 | 1642854 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | out01ValMeta_024 | 1642855 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 24 | out01ValLgChng_024 | 1642856 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 24 | out01ValMin_024 | 1642857 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 24 | out01ValMax_024 | 1642858 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 24 | out01ValDflt_024 | 1642859 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 01 | out01DigEn_001 | 1640560 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out01DigTag_001 | 1640561 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out01DigDesc_001 | 1640562 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out01DigMeta_001 | 1640563 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out01DiglLgChng_001 | 1640564 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out01DigDflt_001 | 1640565 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 02 | out01DigEn_002 | 1640660 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out01DigTag_002 | 1640661 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out01DigDesc_002 | 1640662 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out01DigMeta_002 | 1640663 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out01DiglLgChng_002 | 1640664 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out01DigDflt_002 | 1640665 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 03 | out01DigEn_003 | 1640760 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out01DigTag_003 | 1640761 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out01DigDesc_003 | 1640762 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out01DigMeta_003 | 1640763 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out01DiglLgChng_003 | 1640764 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out01DigDflt_003 | 1640765 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 04 | out01DigEn_004 | 1640860 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out01DigTag_004 | 1640861 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out01DigDesc_004 | 1640862 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out01DigMeta_004 | 1640863 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out01DiglLgChng_004 | 1640864 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out01DigDflt_004 | 1640865 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 05 | out01DigEn_005 | 1640960 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out01DigTag_005 | 1640961 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out01DigDesc_005 | 1640962 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out01DigMeta_005 | 1640963 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out01DiglLgChng_005 | 1640964 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out01DigDflt_005 | 1640965 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 06 | out01DigEn_006 | 1641060 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out01DigTag_006 | 1641061 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out01DigDesc_006 | 1641062 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out01DigMeta_006 | 1641063 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out01DiglLgChng_006 | 1641064 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out01DigDflt_006 | 1641065 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 07 | out01DigEn_007 | 1641160 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out01DigTag_007 | 1641161 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out01DigDesc_007 | 1641162 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out01DigMeta_007 | 1641163 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out01DiglLgChng_007 | 1641164 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out01DigDflt_007 | 1641165 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 08 | out01DigEn_008 | 1641260 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out01DigTag_008 | 1641261 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out01DigDesc_008 | 1641262 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out01DigMeta_008 | 1641263 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out01DiglLgChng_008 | 1641264 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out01DigDflt_008 | 1641265 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Output Group 02'
Configure writing values to the PLC
This is a configuration group that has 258 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Output 02 Description | out02Desc | 1703936 | string | i | Output Group 02 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of output values. | ✓ | |||||||||||
Enable Output Group | out02En | 1703937 | bool | i | False | min:False;max:True; | Select this option to enable this output groups. When disabled, values in this group will not processed and will not be written to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Rate Limit | out02RateLimit | 1703938 | i16 | i | 0 | min:0;max:600; | 640:seconds; | 640:seconds; | Limit the rate at which writes to the PLC occur. Any write to a tag will not be processed unless this much time has passed since the previous write to that tag | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | out02Meta | 1703939 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this output group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | out02ValEn_001 | 1706088 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out02ValTag_001 | 1706089 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out02ValDesc_001 | 1706090 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out02ValMeta_001 | 1706091 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out02ValLgChng_001 | 1706092 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 01 | out02ValMin_001 | 1706093 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 01 | out02ValMax_001 | 1706094 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out02ValDflt_001 | 1706095 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 02 | out02ValEn_002 | 1706188 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out02ValTag_002 | 1706189 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out02ValDesc_002 | 1706190 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out02ValMeta_002 | 1706191 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out02ValLgChng_002 | 1706192 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 02 | out02ValMin_002 | 1706193 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 02 | out02ValMax_002 | 1706194 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out02ValDflt_002 | 1706195 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 03 | out02ValEn_003 | 1706288 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out02ValTag_003 | 1706289 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out02ValDesc_003 | 1706290 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out02ValMeta_003 | 1706291 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out02ValLgChng_003 | 1706292 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 03 | out02ValMin_003 | 1706293 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 03 | out02ValMax_003 | 1706294 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out02ValDflt_003 | 1706295 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 04 | out02ValEn_004 | 1706388 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out02ValTag_004 | 1706389 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out02ValDesc_004 | 1706390 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out02ValMeta_004 | 1706391 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out02ValLgChng_004 | 1706392 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 04 | out02ValMin_004 | 1706393 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 04 | out02ValMax_004 | 1706394 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out02ValDflt_004 | 1706395 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 05 | out02ValEn_005 | 1706488 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out02ValTag_005 | 1706489 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out02ValDesc_005 | 1706490 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out02ValMeta_005 | 1706491 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out02ValLgChng_005 | 1706492 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 05 | out02ValMin_005 | 1706493 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 05 | out02ValMax_005 | 1706494 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out02ValDflt_005 | 1706495 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 06 | out02ValEn_006 | 1706588 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out02ValTag_006 | 1706589 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out02ValDesc_006 | 1706590 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out02ValMeta_006 | 1706591 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out02ValLgChng_006 | 1706592 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 06 | out02ValMin_006 | 1706593 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 06 | out02ValMax_006 | 1706594 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out02ValDflt_006 | 1706595 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 07 | out02ValEn_007 | 1706688 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out02ValTag_007 | 1706689 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out02ValDesc_007 | 1706690 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out02ValMeta_007 | 1706691 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out02ValLgChng_007 | 1706692 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 07 | out02ValMin_007 | 1706693 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 07 | out02ValMax_007 | 1706694 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out02ValDflt_007 | 1706695 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 08 | out02ValEn_008 | 1706788 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out02ValTag_008 | 1706789 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out02ValDesc_008 | 1706790 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out02ValMeta_008 | 1706791 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out02ValLgChng_008 | 1706792 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 08 | out02ValMin_008 | 1706793 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 08 | out02ValMax_008 | 1706794 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out02ValDflt_008 | 1706795 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 09 | out02ValEn_009 | 1706888 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 09 | out02ValTag_009 | 1706889 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | out02ValDesc_009 | 1706890 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | out02ValMeta_009 | 1706891 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 09 | out02ValLgChng_009 | 1706892 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 09 | out02ValMin_009 | 1706893 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 09 | out02ValMax_009 | 1706894 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 09 | out02ValDflt_009 | 1706895 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 10 | out02ValEn_010 | 1706988 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 10 | out02ValTag_010 | 1706989 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | out02ValDesc_010 | 1706990 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | out02ValMeta_010 | 1706991 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 10 | out02ValLgChng_010 | 1706992 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 10 | out02ValMin_010 | 1706993 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 10 | out02ValMax_010 | 1706994 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 10 | out02ValDflt_010 | 1706995 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 11 | out02ValEn_011 | 1707088 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 11 | out02ValTag_011 | 1707089 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | out02ValDesc_011 | 1707090 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | out02ValMeta_011 | 1707091 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 11 | out02ValLgChng_011 | 1707092 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 11 | out02ValMin_011 | 1707093 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 11 | out02ValMax_011 | 1707094 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 11 | out02ValDflt_011 | 1707095 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 12 | out02ValEn_012 | 1707188 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 12 | out02ValTag_012 | 1707189 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | out02ValDesc_012 | 1707190 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | out02ValMeta_012 | 1707191 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 12 | out02ValLgChng_012 | 1707192 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 12 | out02ValMin_012 | 1707193 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 12 | out02ValMax_012 | 1707194 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 12 | out02ValDflt_012 | 1707195 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 13 | out02ValEn_013 | 1707288 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 13 | out02ValTag_013 | 1707289 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | out02ValDesc_013 | 1707290 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | out02ValMeta_013 | 1707291 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 13 | out02ValLgChng_013 | 1707292 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 13 | out02ValMin_013 | 1707293 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 13 | out02ValMax_013 | 1707294 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 13 | out02ValDflt_013 | 1707295 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 14 | out02ValEn_014 | 1707388 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 14 | out02ValTag_014 | 1707389 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | out02ValDesc_014 | 1707390 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | out02ValMeta_014 | 1707391 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 14 | out02ValLgChng_014 | 1707392 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 14 | out02ValMin_014 | 1707393 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 14 | out02ValMax_014 | 1707394 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 14 | out02ValDflt_014 | 1707395 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 15 | out02ValEn_015 | 1707488 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 15 | out02ValTag_015 | 1707489 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | out02ValDesc_015 | 1707490 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | out02ValMeta_015 | 1707491 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 15 | out02ValLgChng_015 | 1707492 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 15 | out02ValMin_015 | 1707493 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 15 | out02ValMax_015 | 1707494 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 15 | out02ValDflt_015 | 1707495 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 16 | out02ValEn_016 | 1707588 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 16 | out02ValTag_016 | 1707589 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | out02ValDesc_016 | 1707590 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | out02ValMeta_016 | 1707591 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 16 | out02ValLgChng_016 | 1707592 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 16 | out02ValMin_016 | 1707593 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 16 | out02ValMax_016 | 1707594 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 16 | out02ValDflt_016 | 1707595 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 17 | out02ValEn_017 | 1707688 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 17 | out02ValTag_017 | 1707689 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | out02ValDesc_017 | 1707690 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | out02ValMeta_017 | 1707691 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 17 | out02ValLgChng_017 | 1707692 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 17 | out02ValMin_017 | 1707693 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 17 | out02ValMax_017 | 1707694 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 17 | out02ValDflt_017 | 1707695 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 18 | out02ValEn_018 | 1707788 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 18 | out02ValTag_018 | 1707789 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | out02ValDesc_018 | 1707790 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | out02ValMeta_018 | 1707791 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 18 | out02ValLgChng_018 | 1707792 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 18 | out02ValMin_018 | 1707793 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 18 | out02ValMax_018 | 1707794 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 18 | out02ValDflt_018 | 1707795 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 19 | out02ValEn_019 | 1707888 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 19 | out02ValTag_019 | 1707889 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | out02ValDesc_019 | 1707890 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | out02ValMeta_019 | 1707891 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 19 | out02ValLgChng_019 | 1707892 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 19 | out02ValMin_019 | 1707893 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 19 | out02ValMax_019 | 1707894 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 19 | out02ValDflt_019 | 1707895 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 20 | out02ValEn_020 | 1707988 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 20 | out02ValTag_020 | 1707989 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | out02ValDesc_020 | 1707990 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | out02ValMeta_020 | 1707991 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 20 | out02ValLgChng_020 | 1707992 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 20 | out02ValMin_020 | 1707993 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 20 | out02ValMax_020 | 1707994 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 20 | out02ValDflt_020 | 1707995 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 21 | out02ValEn_021 | 1708088 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 21 | out02ValTag_021 | 1708089 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | out02ValDesc_021 | 1708090 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | out02ValMeta_021 | 1708091 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 21 | out02ValLgChng_021 | 1708092 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 21 | out02ValMin_021 | 1708093 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 21 | out02ValMax_021 | 1708094 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 21 | out02ValDflt_021 | 1708095 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 22 | out02ValEn_022 | 1708188 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 22 | out02ValTag_022 | 1708189 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | out02ValDesc_022 | 1708190 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | out02ValMeta_022 | 1708191 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 22 | out02ValLgChng_022 | 1708192 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 22 | out02ValMin_022 | 1708193 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 22 | out02ValMax_022 | 1708194 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 22 | out02ValDflt_022 | 1708195 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 23 | out02ValEn_023 | 1708288 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 23 | out02ValTag_023 | 1708289 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | out02ValDesc_023 | 1708290 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | out02ValMeta_023 | 1708291 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 23 | out02ValLgChng_023 | 1708292 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 23 | out02ValMin_023 | 1708293 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 23 | out02ValMax_023 | 1708294 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 23 | out02ValDflt_023 | 1708295 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 24 | out02ValEn_024 | 1708388 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 24 | out02ValTag_024 | 1708389 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | out02ValDesc_024 | 1708390 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | out02ValMeta_024 | 1708391 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 24 | out02ValLgChng_024 | 1708392 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 24 | out02ValMin_024 | 1708393 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 24 | out02ValMax_024 | 1708394 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 24 | out02ValDflt_024 | 1708395 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 01 | out02DigEn_001 | 1706096 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out02DigTag_001 | 1706097 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out02DigDesc_001 | 1706098 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out02DigMeta_001 | 1706099 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out02DiglLgChng_001 | 1706100 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out02DigDflt_001 | 1706101 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 02 | out02DigEn_002 | 1706196 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out02DigTag_002 | 1706197 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out02DigDesc_002 | 1706198 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out02DigMeta_002 | 1706199 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out02DiglLgChng_002 | 1706200 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out02DigDflt_002 | 1706201 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 03 | out02DigEn_003 | 1706296 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out02DigTag_003 | 1706297 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out02DigDesc_003 | 1706298 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out02DigMeta_003 | 1706299 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out02DiglLgChng_003 | 1706300 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out02DigDflt_003 | 1706301 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 04 | out02DigEn_004 | 1706396 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out02DigTag_004 | 1706397 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out02DigDesc_004 | 1706398 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out02DigMeta_004 | 1706399 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out02DiglLgChng_004 | 1706400 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out02DigDflt_004 | 1706401 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 05 | out02DigEn_005 | 1706496 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out02DigTag_005 | 1706497 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out02DigDesc_005 | 1706498 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out02DigMeta_005 | 1706499 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out02DiglLgChng_005 | 1706500 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out02DigDflt_005 | 1706501 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 06 | out02DigEn_006 | 1706596 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out02DigTag_006 | 1706597 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out02DigDesc_006 | 1706598 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out02DigMeta_006 | 1706599 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out02DiglLgChng_006 | 1706600 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out02DigDflt_006 | 1706601 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 07 | out02DigEn_007 | 1706696 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out02DigTag_007 | 1706697 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out02DigDesc_007 | 1706698 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out02DigMeta_007 | 1706699 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out02DiglLgChng_007 | 1706700 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out02DigDflt_007 | 1706701 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 08 | out02DigEn_008 | 1706796 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out02DigTag_008 | 1706797 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out02DigDesc_008 | 1706798 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out02DigMeta_008 | 1706799 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out02DiglLgChng_008 | 1706800 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out02DigDflt_008 | 1706801 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Output Group 03'
Configure writing values to the PLC
This is a configuration group that has 258 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Output 04 Description | out03Desc | 1769472 | string | i | Output Group 03 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of output values. | ✓ | |||||||||||
Enable Output Group | out03En | 1769473 | bool | i | False | min:False;max:True; | Select this option to enable this output groups. When disabled, values in this group will not processed and will not be written to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Rate Limit | out03RateLimit | 1769474 | i16 | i | 0 | min:0;max:600; | 640:seconds; | 640:seconds; | Limit the rate at which writes to the PLC occur. Any write to a tag will not be processed unless this much time has passed since the previous write to that tag | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | out03Meta | 1769475 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this output group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | out03ValEn_001 | 1771624 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out03ValTag_001 | 1771625 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out03ValDesc_001 | 1771626 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out03ValMeta_001 | 1771627 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out03ValLgChng_001 | 1771628 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 01 | out03ValMin_001 | 1771629 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 01 | out03ValMax_001 | 1771630 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out03ValDflt_001 | 1771631 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 02 | out03ValEn_002 | 1771724 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out03ValTag_002 | 1771725 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out03ValDesc_002 | 1771726 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out03ValMeta_002 | 1771727 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out03ValLgChng_002 | 1771728 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 02 | out03ValMin_002 | 1771729 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 02 | out03ValMax_002 | 1771730 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out03ValDflt_002 | 1771731 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 03 | out03ValEn_003 | 1771824 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out03ValTag_003 | 1771825 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out03ValDesc_003 | 1771826 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out03ValMeta_003 | 1771827 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out03ValLgChng_003 | 1771828 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 03 | out03ValMin_003 | 1771829 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 03 | out03ValMax_003 | 1771830 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out03ValDflt_003 | 1771831 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 04 | out03ValEn_004 | 1771924 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out03ValTag_004 | 1771925 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out03ValDesc_004 | 1771926 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out03ValMeta_004 | 1771927 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out03ValLgChng_004 | 1771928 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 04 | out03ValMin_004 | 1771929 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 04 | out03ValMax_004 | 1771930 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out03ValDflt_004 | 1771931 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 05 | out03ValEn_005 | 1772024 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out03ValTag_005 | 1772025 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out03ValDesc_005 | 1772026 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out03ValMeta_005 | 1772027 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out03ValLgChng_005 | 1772028 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 05 | out03ValMin_005 | 1772029 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 05 | out03ValMax_005 | 1772030 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out03ValDflt_005 | 1772031 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 06 | out03ValEn_006 | 1772124 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out03ValTag_006 | 1772125 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out03ValDesc_006 | 1772126 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out03ValMeta_006 | 1772127 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out03ValLgChng_006 | 1772128 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 06 | out03ValMin_006 | 1772129 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 06 | out03ValMax_006 | 1772130 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out03ValDflt_006 | 1772131 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 07 | out03ValEn_007 | 1772224 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out03ValTag_007 | 1772225 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out03ValDesc_007 | 1772226 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out03ValMeta_007 | 1772227 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out03ValLgChng_007 | 1772228 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 07 | out03ValMin_007 | 1772229 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 07 | out03ValMax_007 | 1772230 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out03ValDflt_007 | 1772231 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 08 | out03ValEn_008 | 1772324 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out03ValTag_008 | 1772325 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out03ValDesc_008 | 1772326 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out03ValMeta_008 | 1772327 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out03ValLgChng_008 | 1772328 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 08 | out03ValMin_008 | 1772329 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 08 | out03ValMax_008 | 1772330 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out03ValDflt_008 | 1772331 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 09 | out03ValEn_009 | 1772424 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 09 | out03ValTag_009 | 1772425 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | out03ValDesc_009 | 1772426 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | out03ValMeta_009 | 1772427 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 09 | out03ValLgChng_009 | 1772428 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 09 | out03ValMin_009 | 1772429 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 09 | out03ValMax_009 | 1772430 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 09 | out03ValDflt_009 | 1772431 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 10 | out03ValEn_010 | 1772524 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 10 | out03ValTag_010 | 1772525 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | out03ValDesc_010 | 1772526 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | out03ValMeta_010 | 1772527 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 10 | out03ValLgChng_010 | 1772528 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 10 | out03ValMin_010 | 1772529 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 10 | out03ValMax_010 | 1772530 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 10 | out03ValDflt_010 | 1772531 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 11 | out03ValEn_011 | 1772624 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 11 | out03ValTag_011 | 1772625 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | out03ValDesc_011 | 1772626 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | out03ValMeta_011 | 1772627 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 11 | out03ValLgChng_011 | 1772628 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 11 | out03ValMin_011 | 1772629 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 11 | out03ValMax_011 | 1772630 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 11 | out03ValDflt_011 | 1772631 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 12 | out03ValEn_012 | 1772724 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 12 | out03ValTag_012 | 1772725 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | out03ValDesc_012 | 1772726 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | out03ValMeta_012 | 1772727 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 12 | out03ValLgChng_012 | 1772728 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 12 | out03ValMin_012 | 1772729 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 12 | out03ValMax_012 | 1772730 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 12 | out03ValDflt_012 | 1772731 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 13 | out03ValEn_013 | 1772824 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 13 | out03ValTag_013 | 1772825 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | out03ValDesc_013 | 1772826 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | out03ValMeta_013 | 1772827 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 13 | out03ValLgChng_013 | 1772828 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 13 | out03ValMin_013 | 1772829 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 13 | out03ValMax_013 | 1772830 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 13 | out03ValDflt_013 | 1772831 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 14 | out03ValEn_014 | 1772924 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 14 | out03ValTag_014 | 1772925 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | out03ValDesc_014 | 1772926 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | out03ValMeta_014 | 1772927 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 14 | out03ValLgChng_014 | 1772928 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 14 | out03ValMin_014 | 1772929 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 14 | out03ValMax_014 | 1772930 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 14 | out03ValDflt_014 | 1772931 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 15 | out03ValEn_015 | 1773024 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 15 | out03ValTag_015 | 1773025 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | out03ValDesc_015 | 1773026 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | out03ValMeta_015 | 1773027 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 15 | out03ValLgChng_015 | 1773028 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 15 | out03ValMin_015 | 1773029 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 15 | out03ValMax_015 | 1773030 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 15 | out03ValDflt_015 | 1773031 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 16 | out03ValEn_016 | 1773124 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 16 | out03ValTag_016 | 1773125 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | out03ValDesc_016 | 1773126 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | out03ValMeta_016 | 1773127 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 16 | out03ValLgChng_016 | 1773128 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 16 | out03ValMin_016 | 1773129 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 16 | out03ValMax_016 | 1773130 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 16 | out03ValDflt_016 | 1773131 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 17 | out03ValEn_017 | 1773224 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 17 | out03ValTag_017 | 1773225 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | out03ValDesc_017 | 1773226 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | out03ValMeta_017 | 1773227 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 17 | out03ValLgChng_017 | 1773228 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 17 | out03ValMin_017 | 1773229 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 17 | out03ValMax_017 | 1773230 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 17 | out03ValDflt_017 | 1773231 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 18 | out03ValEn_018 | 1773324 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 18 | out03ValTag_018 | 1773325 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | out03ValDesc_018 | 1773326 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | out03ValMeta_018 | 1773327 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 18 | out03ValLgChng_018 | 1773328 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 18 | out03ValMin_018 | 1773329 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 18 | out03ValMax_018 | 1773330 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 18 | out03ValDflt_018 | 1773331 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 19 | out03ValEn_019 | 1773424 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 19 | out03ValTag_019 | 1773425 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | out03ValDesc_019 | 1773426 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | out03ValMeta_019 | 1773427 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 19 | out03ValLgChng_019 | 1773428 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 19 | out03ValMin_019 | 1773429 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 19 | out03ValMax_019 | 1773430 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 19 | out03ValDflt_019 | 1773431 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 20 | out03ValEn_020 | 1773524 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 20 | out03ValTag_020 | 1773525 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | out03ValDesc_020 | 1773526 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | out03ValMeta_020 | 1773527 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 20 | out03ValLgChng_020 | 1773528 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 20 | out03ValMin_020 | 1773529 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 20 | out03ValMax_020 | 1773530 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 20 | out03ValDflt_020 | 1773531 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 21 | out03ValEn_021 | 1773624 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 21 | out03ValTag_021 | 1773625 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | out03ValDesc_021 | 1773626 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | out03ValMeta_021 | 1773627 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 21 | out03ValLgChng_021 | 1773628 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 21 | out03ValMin_021 | 1773629 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 21 | out03ValMax_021 | 1773630 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 21 | out03ValDflt_021 | 1773631 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 22 | out03ValEn_022 | 1773724 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 22 | out03ValTag_022 | 1773725 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | out03ValDesc_022 | 1773726 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | out03ValMeta_022 | 1773727 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 22 | out03ValLgChng_022 | 1773728 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 22 | out03ValMin_022 | 1773729 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 22 | out03ValMax_022 | 1773730 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 22 | out03ValDflt_022 | 1773731 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 23 | out03ValEn_023 | 1773824 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 23 | out03ValTag_023 | 1773825 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | out03ValDesc_023 | 1773826 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | out03ValMeta_023 | 1773827 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 23 | out03ValLgChng_023 | 1773828 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 23 | out03ValMin_023 | 1773829 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 23 | out03ValMax_023 | 1773830 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 23 | out03ValDflt_023 | 1773831 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 24 | out03ValEn_024 | 1773924 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 24 | out03ValTag_024 | 1773925 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | out03ValDesc_024 | 1773926 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | out03ValMeta_024 | 1773927 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 24 | out03ValLgChng_024 | 1773928 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 24 | out03ValMin_024 | 1773929 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 24 | out03ValMax_024 | 1773930 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 24 | out03ValDflt_024 | 1773931 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 01 | out03DigEn_001 | 1771632 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out03DigTag_001 | 1771633 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out03DigDesc_001 | 1771634 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out03DigMeta_001 | 1771635 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out03DiglLgChng_001 | 1771636 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out03DigDflt_001 | 1771637 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 02 | out03DigEn_002 | 1771732 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out03DigTag_002 | 1771733 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out03DigDesc_002 | 1771734 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out03DigMeta_002 | 1771735 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out03DiglLgChng_002 | 1771736 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out03DigDflt_002 | 1771737 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 03 | out03DigEn_003 | 1771832 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out03DigTag_003 | 1771833 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out03DigDesc_003 | 1771834 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out03DigMeta_003 | 1771835 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out03DiglLgChng_003 | 1771836 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out03DigDflt_003 | 1771837 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 04 | out03DigEn_004 | 1771932 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out03DigTag_004 | 1771933 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out03DigDesc_004 | 1771934 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out03DigMeta_004 | 1771935 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out03DiglLgChng_004 | 1771936 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out03DigDflt_004 | 1771937 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 05 | out03DigEn_005 | 1772032 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out03DigTag_005 | 1772033 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out03DigDesc_005 | 1772034 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out03DigMeta_005 | 1772035 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out03DiglLgChng_005 | 1772036 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out03DigDflt_005 | 1772037 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 06 | out03DigEn_006 | 1772132 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out03DigTag_006 | 1772133 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out03DigDesc_006 | 1772134 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out03DigMeta_006 | 1772135 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out03DiglLgChng_006 | 1772136 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out03DigDflt_006 | 1772137 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 07 | out03DigEn_007 | 1772232 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out03DigTag_007 | 1772233 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out03DigDesc_007 | 1772234 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out03DigMeta_007 | 1772235 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out03DiglLgChng_007 | 1772236 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out03DigDflt_007 | 1772237 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 08 | out03DigEn_008 | 1772332 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out03DigTag_008 | 1772333 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out03DigDesc_008 | 1772334 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out03DigMeta_008 | 1772335 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out03DiglLgChng_008 | 1772336 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out03DigDflt_008 | 1772337 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Output Group 04'
Configure writing values to the PLC
This is a configuration group that has 258 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Output 03 Description | out04Desc | 1835008 | string | i | Output Group 04 | minChars:2;maxChars:32; spaces:True; lettersNumbersOnly:False; | Enter a description for this group of output values. | ✓ | |||||||||||
Enable Output Group | out04En | 1835009 | bool | i | False | min:False;max:True; | Select this option to enable this output groups. When disabled, values in this group will not processed and will not be written to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Rate Limit | out04RateLimit | 1835010 | i16 | i | 0 | min:0;max:600; | 640:seconds; | 640:seconds; | Limit the rate at which writes to the PLC occur. Any write to a tag will not be processed unless this much time has passed since the previous write to that tag | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Metadata | out04Meta | 1835011 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this output group. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Enable 01 | out04ValEn_001 | 1837160 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out04ValTag_001 | 1837161 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out04ValDesc_001 | 1837162 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out04ValMeta_001 | 1837163 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out04ValLgChng_001 | 1837164 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 01 | out04ValMin_001 | 1837165 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 01 | out04ValMax_001 | 1837166 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out04ValDflt_001 | 1837167 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 02 | out04ValEn_002 | 1837260 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out04ValTag_002 | 1837261 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out04ValDesc_002 | 1837262 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out04ValMeta_002 | 1837263 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out04ValLgChng_002 | 1837264 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 02 | out04ValMin_002 | 1837265 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 02 | out04ValMax_002 | 1837266 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out04ValDflt_002 | 1837267 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 03 | out04ValEn_003 | 1837360 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out04ValTag_003 | 1837361 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out04ValDesc_003 | 1837362 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out04ValMeta_003 | 1837363 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out04ValLgChng_003 | 1837364 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 03 | out04ValMin_003 | 1837365 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 03 | out04ValMax_003 | 1837366 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out04ValDflt_003 | 1837367 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 04 | out04ValEn_004 | 1837460 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out04ValTag_004 | 1837461 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out04ValDesc_004 | 1837462 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out04ValMeta_004 | 1837463 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out04ValLgChng_004 | 1837464 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 04 | out04ValMin_004 | 1837465 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 04 | out04ValMax_004 | 1837466 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out04ValDflt_004 | 1837467 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 05 | out04ValEn_005 | 1837560 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out04ValTag_005 | 1837561 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out04ValDesc_005 | 1837562 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out04ValMeta_005 | 1837563 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out04ValLgChng_005 | 1837564 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 05 | out04ValMin_005 | 1837565 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 05 | out04ValMax_005 | 1837566 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out04ValDflt_005 | 1837567 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 06 | out04ValEn_006 | 1837660 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out04ValTag_006 | 1837661 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out04ValDesc_006 | 1837662 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out04ValMeta_006 | 1837663 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out04ValLgChng_006 | 1837664 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 06 | out04ValMin_006 | 1837665 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 06 | out04ValMax_006 | 1837666 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out04ValDflt_006 | 1837667 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 07 | out04ValEn_007 | 1837760 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out04ValTag_007 | 1837761 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out04ValDesc_007 | 1837762 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out04ValMeta_007 | 1837763 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out04ValLgChng_007 | 1837764 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 07 | out04ValMin_007 | 1837765 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 07 | out04ValMax_007 | 1837766 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out04ValDflt_007 | 1837767 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 08 | out04ValEn_008 | 1837860 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out04ValTag_008 | 1837861 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out04ValDesc_008 | 1837862 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out04ValMeta_008 | 1837863 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out04ValLgChng_008 | 1837864 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 08 | out04ValMin_008 | 1837865 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 08 | out04ValMax_008 | 1837866 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out04ValDflt_008 | 1837867 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 09 | out04ValEn_009 | 1837960 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 09 | out04ValTag_009 | 1837961 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 09 | out04ValDesc_009 | 1837962 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 09 | out04ValMeta_009 | 1837963 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 09 | out04ValLgChng_009 | 1837964 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 09 | out04ValMin_009 | 1837965 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 09 | out04ValMax_009 | 1837966 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 09 | out04ValDflt_009 | 1837967 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 10 | out04ValEn_010 | 1838060 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 10 | out04ValTag_010 | 1838061 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 10 | out04ValDesc_010 | 1838062 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 10 | out04ValMeta_010 | 1838063 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 10 | out04ValLgChng_010 | 1838064 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 10 | out04ValMin_010 | 1838065 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 10 | out04ValMax_010 | 1838066 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 10 | out04ValDflt_010 | 1838067 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 11 | out04ValEn_011 | 1838160 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 11 | out04ValTag_011 | 1838161 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 11 | out04ValDesc_011 | 1838162 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 11 | out04ValMeta_011 | 1838163 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 11 | out04ValLgChng_011 | 1838164 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 11 | out04ValMin_011 | 1838165 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 11 | out04ValMax_011 | 1838166 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 11 | out04ValDflt_011 | 1838167 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 12 | out04ValEn_012 | 1838260 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 12 | out04ValTag_012 | 1838261 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 12 | out04ValDesc_012 | 1838262 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 12 | out04ValMeta_012 | 1838263 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 12 | out04ValLgChng_012 | 1838264 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 12 | out04ValMin_012 | 1838265 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 12 | out04ValMax_012 | 1838266 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 12 | out04ValDflt_012 | 1838267 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 13 | out04ValEn_013 | 1838360 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 13 | out04ValTag_013 | 1838361 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 13 | out04ValDesc_013 | 1838362 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 13 | out04ValMeta_013 | 1838363 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 13 | out04ValLgChng_013 | 1838364 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 13 | out04ValMin_013 | 1838365 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 13 | out04ValMax_013 | 1838366 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 13 | out04ValDflt_013 | 1838367 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 14 | out04ValEn_014 | 1838460 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 14 | out04ValTag_014 | 1838461 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 14 | out04ValDesc_014 | 1838462 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 14 | out04ValMeta_014 | 1838463 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 14 | out04ValLgChng_014 | 1838464 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 14 | out04ValMin_014 | 1838465 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 14 | out04ValMax_014 | 1838466 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 14 | out04ValDflt_014 | 1838467 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 15 | out04ValEn_015 | 1838560 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 15 | out04ValTag_015 | 1838561 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 15 | out04ValDesc_015 | 1838562 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 15 | out04ValMeta_015 | 1838563 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 15 | out04ValLgChng_015 | 1838564 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 15 | out04ValMin_015 | 1838565 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 15 | out04ValMax_015 | 1838566 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 15 | out04ValDflt_015 | 1838567 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 16 | out04ValEn_016 | 1838660 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 16 | out04ValTag_016 | 1838661 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 16 | out04ValDesc_016 | 1838662 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 16 | out04ValMeta_016 | 1838663 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 16 | out04ValLgChng_016 | 1838664 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 16 | out04ValMin_016 | 1838665 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 16 | out04ValMax_016 | 1838666 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 16 | out04ValDflt_016 | 1838667 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 17 | out04ValEn_017 | 1838760 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 17 | out04ValTag_017 | 1838761 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 17 | out04ValDesc_017 | 1838762 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 17 | out04ValMeta_017 | 1838763 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 17 | out04ValLgChng_017 | 1838764 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 17 | out04ValMin_017 | 1838765 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 17 | out04ValMax_017 | 1838766 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 17 | out04ValDflt_017 | 1838767 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 18 | out04ValEn_018 | 1838860 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 18 | out04ValTag_018 | 1838861 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 18 | out04ValDesc_018 | 1838862 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 18 | out04ValMeta_018 | 1838863 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 18 | out04ValLgChng_018 | 1838864 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 18 | out04ValMin_018 | 1838865 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 18 | out04ValMax_018 | 1838866 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 18 | out04ValDflt_018 | 1838867 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 19 | out04ValEn_019 | 1838960 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 19 | out04ValTag_019 | 1838961 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 19 | out04ValDesc_019 | 1838962 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 19 | out04ValMeta_019 | 1838963 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 19 | out04ValLgChng_019 | 1838964 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 19 | out04ValMin_019 | 1838965 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 19 | out04ValMax_019 | 1838966 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 19 | out04ValDflt_019 | 1838967 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 20 | out04ValEn_020 | 1839060 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 20 | out04ValTag_020 | 1839061 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 20 | out04ValDesc_020 | 1839062 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 20 | out04ValMeta_020 | 1839063 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 20 | out04ValLgChng_020 | 1839064 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 20 | out04ValMin_020 | 1839065 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 20 | out04ValMax_020 | 1839066 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 20 | out04ValDflt_020 | 1839067 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 21 | out04ValEn_021 | 1839160 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 21 | out04ValTag_021 | 1839161 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 21 | out04ValDesc_021 | 1839162 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 21 | out04ValMeta_021 | 1839163 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 21 | out04ValLgChng_021 | 1839164 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 21 | out04ValMin_021 | 1839165 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 21 | out04ValMax_021 | 1839166 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 21 | out04ValDflt_021 | 1839167 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 22 | out04ValEn_022 | 1839260 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 22 | out04ValTag_022 | 1839261 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 22 | out04ValDesc_022 | 1839262 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 22 | out04ValMeta_022 | 1839263 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 22 | out04ValLgChng_022 | 1839264 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 22 | out04ValMin_022 | 1839265 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 22 | out04ValMax_022 | 1839266 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 22 | out04ValDflt_022 | 1839267 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 23 | out04ValEn_023 | 1839360 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 23 | out04ValTag_023 | 1839361 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 23 | out04ValDesc_023 | 1839362 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 23 | out04ValMeta_023 | 1839363 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 23 | out04ValLgChng_023 | 1839364 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 23 | out04ValMin_023 | 1839365 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 23 | out04ValMax_023 | 1839366 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 23 | out04ValDflt_023 | 1839367 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 24 | out04ValEn_024 | 1839460 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 24 | out04ValTag_024 | 1839461 | string | double | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 24 | out04ValDesc_024 | 1839462 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 24 | out04ValMeta_024 | 1839463 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 24 | out04ValLgChng_024 | 1839464 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with Rate Limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Minimum Value 24 | out04ValMin_024 | 1839465 | double | i | min:-4294967295.0;max:4294967295.0; | The minimum value for this parameter. Write attempts will be validated against this value. If the new value is greater than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Maximum Value 24 | out04ValMax_024 | 1839466 | double | i | 100 | min:-4294967295.0;max:4294967295.0; | The maximum value for this parameter. Write attempts will be validated against this value. If the new value is less than or equal to this value, it will pass validation. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 24 | out04ValDflt_024 | 1839467 | double | i | min:-4294967295.0;max:4294967295.0; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Enable 01 | out04DigEn_001 | 1837168 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 01 | out04DigTag_001 | 1837169 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 01 | out04DigDesc_001 | 1837170 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 01 | out04DigMeta_001 | 1837171 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 01 | out04DiglLgChng_001 | 1837172 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 01 | out04DigDflt_001 | 1837173 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 02 | out04DigEn_002 | 1837268 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 02 | out04DigTag_002 | 1837269 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 02 | out04DigDesc_002 | 1837270 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 02 | out04DigMeta_002 | 1837271 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 02 | out04DiglLgChng_002 | 1837272 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 02 | out04DigDflt_002 | 1837273 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 03 | out04DigEn_003 | 1837368 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 03 | out04DigTag_003 | 1837369 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 03 | out04DigDesc_003 | 1837370 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 03 | out04DigMeta_003 | 1837371 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 03 | out04DiglLgChng_003 | 1837372 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 03 | out04DigDflt_003 | 1837373 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 04 | out04DigEn_004 | 1837468 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 04 | out04DigTag_004 | 1837469 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 04 | out04DigDesc_004 | 1837470 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 04 | out04DigMeta_004 | 1837471 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 04 | out04DiglLgChng_004 | 1837472 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 04 | out04DigDflt_004 | 1837473 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 05 | out04DigEn_005 | 1837568 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 05 | out04DigTag_005 | 1837569 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 05 | out04DigDesc_005 | 1837570 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 05 | out04DigMeta_005 | 1837571 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 05 | out04DiglLgChng_005 | 1837572 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 05 | out04DigDflt_005 | 1837573 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 06 | out04DigEn_006 | 1837668 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 06 | out04DigTag_006 | 1837669 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 06 | out04DigDesc_006 | 1837670 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 06 | out04DigMeta_006 | 1837671 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 06 | out04DiglLgChng_006 | 1837672 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 06 | out04DigDflt_006 | 1837673 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 07 | out04DigEn_007 | 1837768 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 07 | out04DigTag_007 | 1837769 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 07 | out04DigDesc_007 | 1837770 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 07 | out04DigMeta_007 | 1837771 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 07 | out04DiglLgChng_007 | 1837772 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 07 | out04DigDflt_007 | 1837773 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable 08 | out04DigEn_008 | 1837868 | bool | i | False | min:False;max:True; | Whether to enable this output value | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Output Tag 08 | out04DigTag_008 | 1837869 | string | bool | o | minChars:0;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag to write to the PLC. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Description 08 | out04DigDesc_008 | 1837870 | string | i | minChars:0;maxChars:32; spaces:True; lettersNumbersOnly:False; | A description for this value | ✓ | ||||||||||||
Metadata 08 | out04DigMeta_008 | 1837871 | string | i | minChars:0;maxChars:128; spaces:True; lettersNumbersOnly:False; | Optional metadata for this value. Enter metadata as key:value pairs separated by semicolons. For example, 'units:°C;size:large;' | ✓ | ||||||||||||
Log Changes 08 | out04DiglLgChng_008 | 1837872 | bool | i | False | min:False;max:True; | Whether to log updates for this tag. When enabled, writes that pass validation will be logged. This feature should be used in conjection with rate limiting to prevent excessive logging. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Default Value 08 | out04DigDflt_008 | 1837873 | bool | i | False | min:False;max:True; | The default or initial value for this parameter. When the PLC Shift runtime first connects to the PLC, this value will be written to the tag. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Log On Demand'
Log a new record by setting a boolean tag. The tag should be set high to log a new record for at least 2 seconds. The tag's value will be cleared by the application when the request is processed
This is a control group that has 4 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log On Demand 01 | logDemand01 | 8388608 | bool | io | False | min:False;max:True; | Log a new record for Log 01 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Log On Demand 02 | logDemand02 | 8388609 | bool | io | False | min:False;max:True; | Log a new record for Log 02 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Log On Demand 03 | logDemand03 | 8388610 | bool | io | False | min:False;max:True; | Log a new record for Log 03 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Log On Demand 04 | logDemand04 | 8388611 | bool | io | False | min:False;max:True; | Log a new record for Log 04 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Control'
Control the application
This is a control group that has 1 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Clear Database | clearDb | 8454144 | bool | io | False | min:False;max:True; | Set this value to delete all records from the local database. This feature can sometimes be useful during testing but should normally never be required during normal operation. See the settings in the 'Database Config' group to configure how many records are stored in the local database. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Configuration Group Status'
Parameters in this group indicate the status of the associated configuration group
This is a status group that has 9 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 01 Configuration Invalid | log01InVld | 5373952 | bool | o | Indicates whether the pending configuration of the Log 01 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Log 02 Configuration Invalid | log02InVld | 5373953 | bool | o | Indicates whether the pending configuration of the Log 02 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Log 03 Configuration Invalid | log03InVld | 5373954 | bool | o | Indicates whether the pending configuration of the Log 03 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Log 04 Configuration Invalid | log04InVld | 5373955 | bool | o | Indicates whether the pending configuration of the Log 04 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Output 01 Configuration Invalid | out01InVld | 5373960 | bool | o | Indicates whether the pending configuration of the Output 01 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Output 02 Configuration Invalid | out02InVld | 5373961 | bool | o | Indicates whether the pending configuration of the Output 02 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Output 03 Configuration Invalid | out03InVld | 5373962 | bool | o | Indicates whether the pending configuration of the Output 03 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Output 04 Configuration Invalid | out04InVld | 5373963 | bool | o | Indicates whether the pending configuration of the Output 04 group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||||
Database Config Configuration Invalid | dbConfigGrpInVld | 5373964 | bool | o | Indicates whether the pending configuration of the Database Config group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Database Status'
Status information about the database for this app
This is a status group that has 7 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Database Size | dbSizeOnDisk | 5505024 | i32 | o | The size of the database on disk in bytes. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 01 Record Count | dbLog01DataCnt | 5505025 | i32 | o | The number of records for Log 01 stored in the local database. This value is updated about once a minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 02 Record Count | dbLog02DataCnt | 5505026 | i32 | o | The number of records for Log 02 stored in the local database. This value is updated about once a minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 03 Record Count | dbLog03DataCnt | 5505027 | i32 | o | The number of records for Log 03 stored in the local database. This value is updated about once a minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 04 Record Count | dbLog04DataCnt | 5505028 | i32 | o | The number of records for Log 04 stored in the local database. This value is updated about once a minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Value Change Numeric Record Counts | dbValChngNumCnt | 5505029 | i32 | o | The number of numeric value change records stored in the local databse. This value is updated about once a minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Value ChangeDigital Record Counts | dbValChngDigCnt | 5505030 | i32 | o | The number of digital value change records stored in the local databse. This value is updated about once a minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Log Status'
Status information for all of the logging groups
This is a status group that has 4 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Log 01 Records Hour | log01CntHr | 5439492 | i32 | o | The number of records generated for Log 01 this hour. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 02 Records Hour | log02CntHr | 5439493 | i32 | o | The number of records generated for Log 02 this hour. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 03 Records Hour | log03CntHr | 5439494 | i32 | o | The number of records generated for Log 03 this hour. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Log 04 Records Hour | log04CntHr | 5439495 | i32 | o | The number of records generated for Log 04 this hour. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Output Status'
Status information for output groups
This is a status group that has 7 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled | Modbus Server Enabled | gRPC Read Enabled | gRPC Write Enabled |
Write Total | outWrTotal | 5570560 | i32 | o | The total number of writes from the app to the PLC for all output groups. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Write Success | outWrSuccess | 5570561 | i32 | o | The total number of successful writes from the app to the PLC for all output groups. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Write Fail | outWrFail | 5570562 | i32 | o | The total number of failed writes from the app to the PLC for all output groups. Writes can fail dues to failing validation, rate limiting, or other reasons. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Write Fail Unknown | outWrFailUnknown | 5570563 | i32 | o | The total number of failed writes for unknown reasons from the app to the PLC for all output groups. This value is usually incremented due to some type of internal error. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Write Fail Config | outWrFailCfg | 5570564 | i32 | o | The total number of failed writes for configuration reasons from the app to the PLC for all output groups. This value is usually incremented due to the output group or output value not being enabled or not being writeable. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Write Fail Min Max | outWrFailMinMax | 5570565 | i32 | o | The total number of failed writes for validation reasons from the app to the PLC for all output groups. This value is incremented because the new value is less than the configured minimum or more than the configured maximum. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||||
Write Fail Rate Limit | outWrFailRateLimit | 5570566 | i32 | o | The total number of failed writes for rate limiting reasons from the app to the PLC for all output groups. This value is incremented because the write attempt was too close in time to the last successful write. This value automatically resets every hour. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Table 'Logged Data', (loggedData)
This table has 166 values.
Value Display Name | Value Name | Value ID | Value Type | Allowed Units | Norm Units | Options | Max Length |
Row ID | id | 234881024 | i64 | primaryKey | |||
Log Number | logNumber | 234881025 | i32 | isIndex | |||
Timestamp UTC | tsUtc | 234881026 | dtUtc | isIndex; defaultOrderBy | |||
Log Description | logDesc | 234881028 | strng | 32 | |||
Log Metadata | logMetadata | 234881029 | strng | 128 | |||
Value 01 Enable | en01 | 234881030 | boool | ||||
Value 01 Description | desc01 | 234881031 | strng | 32 | |||
Value 01 Metadata | metadata01 | 234881032 | strng | 128 | |||
Value 01 Data | value01 | 234881033 | dbl | ||||
Value 01 Is Null | isNull01 | 234881034 | boool | ||||
Value 02 Enable | en02 | 234881035 | boool | ||||
Value 02 Description | desc02 | 234881036 | strng | 32 | |||
Value 02 Metadata | metadata02 | 234881037 | strng | 128 | |||
Value 02 Data | value02 | 234881038 | dbl | ||||
Value 02 Is Null | isNull02 | 234881039 | boool | ||||
Value 03 Enable | en03 | 234881040 | boool | ||||
Value 03 Description | desc03 | 234881041 | strng | 32 | |||
Value 03 Metadata | metadata03 | 234881042 | strng | 128 | |||
Value 03 Data | value03 | 234881043 | dbl | ||||
Value 03 Is Null | isNull03 | 234881044 | boool | ||||
Value 04 Enable | en04 | 234881045 | boool | ||||
Value 04 Description | desc04 | 234881046 | strng | 32 | |||
Value 04 Metadata | metadata04 | 234881047 | strng | 128 | |||
Value 04 Data | value04 | 234881048 | dbl | ||||
Value 04 Is Null | isNull04 | 234881049 | boool | ||||
Value 05 Enable | en05 | 234881050 | boool | ||||
Value 05 Description | desc05 | 234881051 | strng | 32 | |||
Value 05 Metadata | metadata05 | 234881052 | strng | 128 | |||
Value 05 Data | value05 | 234881053 | dbl | ||||
Value 05 Is Null | isNull05 | 234881054 | boool | ||||
Value 06 Enable | en06 | 234881055 | boool | ||||
Value 06 Description | desc06 | 234881056 | strng | 32 | |||
Value 06 Metadata | metadata06 | 234881057 | strng | 128 | |||
Value 06 Data | value06 | 234881058 | dbl | ||||
Value 06 Is Null | isNull06 | 234881059 | boool | ||||
Value 07 Enable | en07 | 234881060 | boool | ||||
Value 07 Description | desc07 | 234881061 | strng | 32 | |||
Value 07 Metadata | metadata07 | 234881062 | strng | 128 | |||
Value 07 Data | value07 | 234881063 | dbl | ||||
Value 07 Is Null | isNull07 | 234881064 | boool | ||||
Value 08 Enable | en08 | 234881065 | boool | ||||
Value 08 Description | desc08 | 234881066 | strng | 32 | |||
Value 08 Metadata | metadata08 | 234881067 | strng | 128 | |||
Value 08 Data | value08 | 234881068 | dbl | ||||
Value 08 Is Null | isNull08 | 234881069 | boool | ||||
Value 09 Enable | en09 | 234881070 | boool | ||||
Value 09 Description | desc09 | 234881071 | strng | 32 | |||
Value 09 Metadata | metadata09 | 234881072 | strng | 128 | |||
Value 09 Data | value09 | 234881073 | dbl | ||||
Value 09 Is Null | isNull09 | 234881074 | boool | ||||
Value 10 Enable | en10 | 234881075 | boool | ||||
Value 10 Description | desc10 | 234881076 | strng | 32 | |||
Value 10 Metadata | metadata10 | 234881077 | strng | 128 | |||
Value 10 Data | value10 | 234881078 | dbl | ||||
Value 10 Is Null | isNull10 | 234881079 | boool | ||||
Value 11 Enable | en11 | 234881080 | boool | ||||
Value 11 Description | desc11 | 234881081 | strng | 32 | |||
Value 11 Metadata | metadata11 | 234881082 | strng | 128 | |||
Value 11 Data | value11 | 234881083 | dbl | ||||
Value 11 Is Null | isNull11 | 234881084 | boool | ||||
Value 12 Enable | en12 | 234881085 | boool | ||||
Value 12 Description | desc12 | 234881086 | strng | 32 | |||
Value 12 Metadata | metadata12 | 234881087 | strng | 128 | |||
Value 12 Data | value12 | 234881088 | dbl | ||||
Value 12 Is Null | isNull12 | 234881089 | boool | ||||
Value 13 Enable | en13 | 234881090 | boool | ||||
Value 13 Description | desc13 | 234881091 | strng | 32 | |||
Value 13 Metadata | metadata13 | 234881092 | strng | 128 | |||
Value 13 Data | value13 | 234881093 | dbl | ||||
Value 13 Is Null | isNull13 | 234881094 | boool | ||||
Value 14 Enable | en14 | 234881095 | boool | ||||
Value 14 Description | desc14 | 234881096 | strng | 32 | |||
Value 14 Metadata | metadata14 | 234881097 | strng | 128 | |||
Value 14 Data | value14 | 234881098 | dbl | ||||
Value 14 Is Null | isNull14 | 234881099 | boool | ||||
Value 15 Enable | en15 | 234881100 | boool | ||||
Value 15 Description | desc15 | 234881101 | strng | 32 | |||
Value 15 Metadata | metadata15 | 234881102 | strng | 128 | |||
Value 15 Data | value15 | 234881103 | dbl | ||||
Value 15 Is Null | isNull15 | 234881104 | boool | ||||
Value 16 Enable | en16 | 234881105 | boool | ||||
Value 16 Description | desc16 | 234881106 | strng | 32 | |||
Value 16 Metadata | metadata16 | 234881107 | strng | 128 | |||
Value 16 Data | value16 | 234881108 | dbl | ||||
Value 16 Is Null | isNull16 | 234881109 | boool | ||||
Value 17 Enable | en17 | 234881110 | boool | ||||
Value 17 Description | desc17 | 234881111 | strng | 32 | |||
Value 17 Metadata | metadata17 | 234881112 | strng | 128 | |||
Value 17 Data | value17 | 234881113 | dbl | ||||
Value 17 Is Null | isNull17 | 234881114 | boool | ||||
Value 18 Enable | en18 | 234881115 | boool | ||||
Value 18 Description | desc18 | 234881116 | strng | 32 | |||
Value 18 Metadata | metadata18 | 234881117 | strng | 128 | |||
Value 18 Data | value18 | 234881118 | dbl | ||||
Value 18 Is Null | isNull18 | 234881119 | boool | ||||
Value 19 Enable | en19 | 234881120 | boool | ||||
Value 19 Description | desc19 | 234881121 | strng | 32 | |||
Value 19 Metadata | metadata19 | 234881122 | strng | 128 | |||
Value 19 Data | value19 | 234881123 | dbl | ||||
Value 19 Is Null | isNull19 | 234881124 | boool | ||||
Value 20 Enable | en20 | 234881125 | boool | ||||
Value 20 Description | desc20 | 234881126 | strng | 32 | |||
Value 20 Metadata | metadata20 | 234881127 | strng | 128 | |||
Value 20 Data | value20 | 234881128 | dbl | ||||
Value 20 Is Null | isNull20 | 234881129 | boool | ||||
Value 21 Enable | en21 | 234881130 | boool | ||||
Value 21 Description | desc21 | 234881131 | strng | 32 | |||
Value 21 Metadata | metadata21 | 234881132 | strng | 128 | |||
Value 21 Data | value21 | 234881133 | dbl | ||||
Value 21 Is Null | isNull21 | 234881134 | boool | ||||
Value 22 Enable | en22 | 234881135 | boool | ||||
Value 22 Description | desc22 | 234881136 | strng | 32 | |||
Value 22 Metadata | metadata22 | 234881137 | strng | 128 | |||
Value 22 Data | value22 | 234881138 | dbl | ||||
Value 22 Is Null | isNull22 | 234881139 | boool | ||||
Value 23 Enable | en23 | 234881140 | boool | ||||
Value 23 Description | desc23 | 234881141 | strng | 32 | |||
Value 23 Metadata | metadata23 | 234881142 | strng | 128 | |||
Value 23 Data | value23 | 234881143 | dbl | ||||
Value 23 Is Null | isNull23 | 234881144 | boool | ||||
Value 24 Enable | en24 | 234881145 | boool | ||||
Value 24 Description | desc24 | 234881146 | strng | 32 | |||
Value 24 Metadata | metadata24 | 234881147 | strng | 128 | |||
Value 24 Data | value24 | 234881148 | dbl | ||||
Value 24 Is Null | isNull24 | 234881149 | boool | ||||
Value Digital 1 Enable | enDig01 | 234881150 | boool | ||||
Value Digital 1 Description | descDig01 | 234881151 | strng | 32 | |||
Value Digital 1 Metadata | metadataDig01 | 234881152 | strng | 128 | |||
Value Digital 1 Data | valueDig01 | 234881153 | boool | ||||
Value Digital 1 Is Null | isNullDig01 | 234881154 | boool | ||||
Value Digital 2 Enable | enDig02 | 234881155 | boool | ||||
Value Digital 2 Description | descDig02 | 234881156 | strng | 32 | |||
Value Digital 2 Metadata | metadataDig02 | 234881157 | strng | 128 | |||
Value Digital 2 Data | valueDig02 | 234881158 | boool | ||||
Value Digital 2 Is Null | isNullDig02 | 234881159 | boool | ||||
Value Digital 3 Enable | enDig03 | 234881160 | boool | ||||
Value Digital 3 Description | descDig03 | 234881161 | strng | 32 | |||
Value Digital 3 Metadata | metadataDig03 | 234881162 | strng | 128 | |||
Value Digital 3 Data | valueDig03 | 234881163 | boool | ||||
Value Digital 3 Is Null | isNullDig03 | 234881164 | boool | ||||
Value Digital 4 Enable | enDig04 | 234881165 | boool | ||||
Value Digital 4 Description | descDig04 | 234881166 | strng | 32 | |||
Value Digital 4 Metadata | metadataDig04 | 234881167 | strng | 128 | |||
Value Digital 4 Data | valueDig04 | 234881168 | boool | ||||
Value Digital 4 Is Null | isNullDig04 | 234881169 | boool | ||||
Value Digital 5 Enable | enDig05 | 234881170 | boool | ||||
Value Digital 5 Description | descDig05 | 234881171 | strng | 32 | |||
Value Digital 5 Metadata | metadataDig05 | 234881172 | strng | 128 | |||
Value Digital 5 Data | valueDig05 | 234881173 | boool | ||||
Value Digital 5 Is Null | isNullDig05 | 234881174 | boool | ||||
Value Digital 6 Enable | enDig06 | 234881175 | boool | ||||
Value Digital 6 Description | descDig06 | 234881176 | strng | 32 | |||
Value Digital 6 Metadata | metadataDig06 | 234881177 | strng | 128 | |||
Value Digital 6 Data | valueDig06 | 234881178 | boool | ||||
Value Digital 6 Is Null | isNullDig06 | 234881179 | boool | ||||
Value Digital 7 Enable | enDig07 | 234881180 | boool | ||||
Value Digital 7 Description | descDig07 | 234881181 | strng | 32 | |||
Value Digital 7 Metadata | metadataDig07 | 234881182 | strng | 128 | |||
Value Digital 7 Data | valueDig07 | 234881183 | boool | ||||
Value Digital 7 Is Null | isNullDig07 | 234881184 | boool | ||||
Value Digital 8 Enable | enDig08 | 234881185 | boool | ||||
Value Digital 8 Description | descDig08 | 234881186 | strng | 32 | |||
Value Digital 8 Metadata | metadataDig08 | 234881187 | strng | 128 | |||
Value Digital 8 Data | valueDig08 | 234881188 | boool | ||||
Value Digital 8 Is Null | isNullDig08 | 234881189 | boool |
Table 'Value Changes Numeric', (valueChangeNum)
This table has 11 values.
Value Display Name | Value Name | Value ID | Value Type | Allowed Units | Norm Units | Options | Max Length |
Row ID | id | 234946560 | i64 | primaryKey | |||
Timestamp UTC | tsUtc | 234946561 | dtUtc | isIndex; defaultOrderBy | |||
Output Group | outGrpNum | 234946563 | i32 | isIndex | |||
Group Description | grpDesc | 234946564 | strng | 32 | |||
Group Metadata | grpMetadata | 234946565 | strng | 128 | |||
Value Description | valDesc | 234946566 | strng | 32 | |||
Value Metadata | valMetadata | 234946567 | strng | 128 | |||
Old Value | oldValue | 234946568 | dbl | ||||
New Value | newValue | 234946569 | dbl | ||||
User | user | 234946570 | strng | 128 |
Table 'Value Changes Digital', (valueChangeDig)
This table has 11 values.
Value Display Name | Value Name | Value ID | Value Type | Allowed Units | Norm Units | Options | Max Length |
Row ID | id | 235012096 | i64 | primaryKey | |||
Timestamp UTC | tsUtc | 235012097 | dtUtc | isIndex; defaultOrderBy | |||
Output Group | outGrpNum | 235012099 | i32 | isIndex | |||
Group Description | grpDesc | 235012100 | strng | 32 | |||
Group Metadata | grpMetadata | 235012101 | strng | 128 | |||
Value Description | valDesc | 235012102 | strng | 32 | |||
Value Metadata | valMetadata | 235012103 | strng | 128 | |||
Old Value | oldValue | 235012104 | boool | ||||
New Value | newValue | 235012105 | boool | ||||
User | user | 235012106 | strng | 128 |