Initial commit: Ignition 8.3.3 gateway config and watermeter project

This commit is contained in:
dohertj2
2026-02-22 04:49:06 -05:00
commit 577ef85dbc
1163 changed files with 19004 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
{
"defaultDeviceRolePermissionMappings": [
{
"permissions": [
"Browse",
"Read"
],
"role": "Anonymous"
},
{
"permissions": [
"Browse",
"Read",
"Write",
"Call"
],
"role": "AuthenticatedUser"
}
],
"defaultTagProviderRolePermissionMappings": [
{
"permissions": [
"Browse",
"Read"
],
"role": "Anonymous"
},
{
"permissions": [
"Browse",
"Read",
"Write",
"Call"
],
"role": "AuthenticatedUser"
}
],
"tagProviderRolePermissionMappings": {}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "A",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"config.json"
],
"attributes": {
"lastModification": {
"actor": "default",
"timestamp": "2026-02-19T15:42:23Z"
},
"lastModificationSignature": "064bfd2d1f641e6ca93cb60659f1167496c34f354f5d1fa36cac24ce3c833cbc"
}
}

View File

@@ -0,0 +1,44 @@
{
"profile": {
"type": "ModbusTcp"
},
"settings": {
"advanced": {
"maxRetryCount": 1,
"reconnectAfterConsecutiveTimeouts": true,
"reverseWordOrder": true,
"zeroBasedAddressing": false
},
"connectivity": {
"communicationTimeout": 2000,
"hostname": "10.200.0.31",
"localAddress": null,
"port": 502
},
"deviceSettings": "WaterSystemPLC",
"readRequests": {
"readMultipleCoilsAllowed": true,
"readMultipleDiscreteInputsAllowed": true,
"readMultipleRegistersRequestAllowed": true
},
"requestOptimization": {
"concurrentRequests": 1,
"maxCoilsPerRequest": 2000,
"maxDiscreteInputsPerRequest": 2000,
"maxHoldingRegistersPerRequest": 125,
"maxHoldingRegistersPerWriteRequest": 123,
"maxInputRegistersPerRequest": 125,
"spanGaps": true
},
"stringHandling": {
"readRawStrings": false,
"reverseByteOrder": false,
"rightJustifyStrings": false
},
"writeRequests": {
"forceMultipleRegisterWritesEnabled": false,
"writeMultipleCoilsRequestAllowed": true,
"writeMultipleRegistersRequestAllowed": true
}
}
}

View File

@@ -0,0 +1,19 @@
{
"scope": "A",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"config.json",
"address-map.txt"
],
"attributes": {
"lastModification": {
"actor": "8.3-migration",
"timestamp": "2026-02-19T15:42:14Z"
},
"uuid": "6f8228a5-8135-4724-ad39-507b404f173a",
"lastModificationSignature": "a64402c805fb96f08bd7d9ef9f89e38ce521cf47d9815f5f2d9c26c375b110c1",
"enabled": true
}
}

View File

@@ -0,0 +1,4 @@
{
"defaultAuthProfileCreated": true,
"defaultOpcUaConnectionCreated": true
}

View File

@@ -0,0 +1,16 @@
{
"scope": "A",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"config.json"
],
"attributes": {
"lastModification": {
"actor": "unknown",
"timestamp": "2026-02-19T15:42:31Z"
},
"lastModificationSignature": "b6f3163652a12eda283f71e1b56f44a1f5239b56291034c84428a4312617cf87"
}
}

View File

@@ -0,0 +1,26 @@
{
"advanced": {
"exposedTagsEnabled": true,
"maxSessionCount": 100
},
"authentication": {
"anonymousAccessAllowed": false,
"authenticationProfile": "opcua-module"
},
"endpoint": {
"bindAddresses": [
"localhost"
],
"bindPort": 62541,
"endpointAddresses": [
"\u003chostname\u003e",
"\u003clocalhost\u003e"
],
"securityPolicies": [
"Basic256Sha256"
]
},
"redundancy": {
"readOnlyWhenInactive": false
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "A",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"config.json"
],
"attributes": {
"lastModification": {
"actor": "8.3-migration",
"timestamp": "2026-02-19T15:42:14Z"
},
"lastModificationSignature": "05dc6bcd546ea05f9bbfff6597e529afc50d202687bc28e1785dcaf16e28a11c",
"enabled": true
}
}