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,21 @@
{
"profile": {
"cacheValidationTimeout": 1,
"failoverMode": "HARD",
"failoverProfile": null,
"lockoutAttempts": 5,
"lockoutEnabled": true,
"lockoutWindow": 15,
"scheduleRestricted": false,
"type": "INTERNAL"
},
"settings": {
"passwordComplexity": 1,
"passwordContainsPassword": false,
"passwordContainsUserName": false,
"passwordHistory": 0,
"passwordMaxAge": 0,
"passwordMaxRepeatedChars": 0,
"passwordMinLength": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"scope": "A",
"description": "OPC UA clients will authenticate against this profile by default.",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"config.json",
"users.json"
],
"attributes": {
"lastModification": {
"actor": "8.3-migration",
"timestamp": "2026-02-19T15:42:14Z"
},
"uuid": "f5bed12b-8f99-4957-9a8e-f97b1f59e6fa",
"lastModificationSignature": "871e6cd43475c530796c9337268c4ebf7d78e889f8f9e5acf92e372ea8f97e6a",
"enabled": true
}
}

View File

@@ -0,0 +1,33 @@
{
"users": [
{
"uuid": "2",
"username": "opcuauser",
"firstName": "",
"lastName": "",
"schedule": "Always",
"description": "",
"password": "[F7D88C33]48fec6b4f40ed1c7a393eba12d0e39f979c0094edb61e980930672a5d6513744",
"passwordDate": "20231123.132441768-0500",
"passwordHistory": [],
"badge": "",
"createdDate": "20260219.104214895-0500",
"lastModifiedDate": "20260219.104214895-0500",
"roles": [
"6c0ea0cb-7de8-4c43-a687-e9ff2d1205be"
],
"extraProps": [],
"scheduleAdjustments": [],
"contactInfos": []
}
],
"roles": [
{
"uuid": "6c0ea0cb-7de8-4c43-a687-e9ff2d1205be",
"rolename": "ReadWrite",
"description": "",
"createdDate": "20260219.104214895-0500",
"lastModifiedDate": "20260219.104214895-0500"
}
]
}