Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"queueSettings": [
|
||||
{
|
||||
"description": "Generic Gateway Network queue",
|
||||
"friendlyName": "Default Queue",
|
||||
"maxActive": -1,
|
||||
"queueId": "_default_",
|
||||
"timeoutMillis": 60000
|
||||
},
|
||||
{
|
||||
"description": "Handles gateway network diagnostic information messages",
|
||||
"friendlyName": "Diagnostic Info Queue",
|
||||
"maxActive": -1,
|
||||
"queueId": "diagnosticInfoQueue",
|
||||
"timeoutMillis": 300000
|
||||
},
|
||||
{
|
||||
"description": "Handles results for remote service calls over the Gateway Network",
|
||||
"friendlyName": "Call Results Queue",
|
||||
"maxActive": -1,
|
||||
"queueId": "_rpcReturn_",
|
||||
"timeoutMillis": 60000
|
||||
},
|
||||
{
|
||||
"description": "Handles messages that take up to an hour to deliver",
|
||||
"friendlyName": "Long Wait Queue",
|
||||
"maxActive": -1,
|
||||
"queueId": "longWaitQueue",
|
||||
"timeoutMillis": 3600000
|
||||
},
|
||||
{
|
||||
"description": "Forwards requests through a proxy Gateway",
|
||||
"friendlyName": "Proxy Queue",
|
||||
"maxActive": -1,
|
||||
"queueId": "_proxy_",
|
||||
"timeoutMillis": 3600000
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:14Z"
|
||||
},
|
||||
"lastModificationSignature": "8a0ed4d7de084bdc0ee4d64a02c4804d8586c6bb719ec73e208f5d6bbbb12149"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user