forked from AndreasHeine/SampleServer-node-opcua
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add MetalFormingMachine (AndreasHeine#818)
* feat: add MetalFormingMachine * feat: bump the sample-server version to 1.2.0 --------- Co-authored-by: Alexander Inglessi <[email protected]>
- Loading branch information
1 parent
12de215
commit aa45cc2
Showing
11 changed files
with
81,416 additions
and
74,032 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,89 @@ | ||
{ | ||
"hostname": "127.0.0.1", | ||
"port": 4840, | ||
"buildInfo": { | ||
"productUri": "SampleServer-productUri", | ||
"productName": "SampleServer-productName", | ||
"manufacturerName": "SampleServer-manufacturerName", | ||
"buildNumber": "v1.1.0", | ||
"buildDate": "2024-04-22T00:00:00.0Z" | ||
"hostname": "127.0.0.1", | ||
"port": 4840, | ||
"buildInfo": { | ||
"productUri": "SampleServer-productUri", | ||
"productName": "SampleServer-productName", | ||
"manufacturerName": "SampleServer-manufacturerName", | ||
"buildNumber": "v1.2.0", | ||
"buildDate": "2024-10-28T00:00:00.0Z" | ||
}, | ||
"serverInfo": { | ||
"applicationName": { | ||
"text": "SampleServer-applicationName", | ||
"locale": "en" | ||
}, | ||
"serverInfo": { | ||
"applicationName": { | ||
"text": "SampleServer-applicationName", | ||
"locale": "en" | ||
}, | ||
"applicationUri": "urn:SampleServer", | ||
"productUri": "SampleServer-productUri" | ||
}, | ||
"nodeset_filename": [ | ||
"./nodesets/Opc.Ua.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Di.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Machinery.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.IA.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.MachineTool.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.GeneralTypes.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.IMM2MES.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.ImmToRobot.NodeSet2.xml", | ||
"./nodesets/opc40079forumati.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.TCD.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.HotRunner.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.LDS.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.GeneralTypes.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Cutter.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.HaulOff.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Corrugator.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Extruder.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.UmatiGeneric.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Robotics.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Woodworking.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.LaserSystems.NodeSet2.xml", | ||
"./models/ShowCaseMachineTool.xml", | ||
"./models/Machinetool-Example.xml", | ||
"./models/opcroboticstestserver.xml", | ||
"./models/umati_plasticsrubber_generic_sample_instance.xml", | ||
"./models/umati_opc40077_sample_instance.xml", | ||
"./models/opc40079forumati_sample_instance.xml", | ||
"./models/umati_opc40084-3_sample_instance.xml", | ||
"./models/umati_opc40082-1_sample_instance.xml", | ||
"./models/umati_opc40082-2_sample_instance.xml", | ||
"./models/umati_opc40082-3_sample_instance.xml", | ||
"./models/umati_opc40084-9_sample_instance.xml", | ||
"./models/umati_opc40084-11_sample_instance.xml", | ||
"./models/basyskom_woodworking_instance.xml", | ||
"./nodesets/Opc.Ua.IRDI.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PADIM.NodeSet2.xml", | ||
"./nodesets/opc.ua.machinery.processvalues.xml", | ||
"./models/paefs.xml", | ||
"./models/umati_brownfieldMT.xml", | ||
"./models/LaserSystem-Example.xml", | ||
"./models/Opc.Ua.Ugg.Intances.Umati.NodeSet2.xml" | ||
|
||
], | ||
"serverCapabilities": { | ||
"serverProfileArray": [ | ||
"http://opcfoundation.org/UA-Profile/Server/StandardUA2017", | ||
"http://opcfoundation.org/UA-Profile/Server/AddressSpaceNotifier", | ||
"http://opcfoundation.org/UA-Profile/Server/StandardEventSubscription", | ||
"http://opcfoundation.org/UA-Profile/Server/Methods", | ||
"http://opcfoundation.org/UA-Profile/Server/StateMachine", | ||
"http://opcfoundation.org/UA-Profile/Server/ACBaseCondition", | ||
"http://opcfoundation.org/UA-Profile/Server/ACRefresh2", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAddressSpaceInstance", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAlarm", | ||
"http://opcfoundation.org/UA-Profile/Server/ACEnable", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAlarm", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAckAlarm", | ||
"http://opcfoundation.org/UA-Profile/Server/ACExclusiveAlarming", | ||
"http://opcfoundation.org/UA-Profile/Server/ACNon-ExclusiveAlarming", | ||
"http://opcfoundation.org/UA-Profile/Server/HistoricalRawData", | ||
"http://opcfoundation.org/UA-Profile/Server/HistoricalDataAtTime", | ||
"http://opcfoundation.org/UA-Profile/Machinery/Server/MachineIdentification", | ||
"http://opcfoundation.org/UA-Profile/Machinery/Server/State", | ||
"http://opcfoundation.org/UA-Profile/IA/Server/Stacklight", | ||
"http://opcfoundation.org/UA-Profile/MachineTool/Server/Basic", | ||
"http://opcfoundation.org/UA-Profile/MachineTool/Server/Tools" | ||
|
||
|
||
] | ||
} | ||
} | ||
"applicationUri": "urn:SampleServer", | ||
"productUri": "SampleServer-productUri" | ||
}, | ||
"nodeset_filename": [ | ||
"./nodesets/Opc.Ua.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Di.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Machinery.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.IA.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.MachineTool.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.GeneralTypes.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.IMM2MES.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.ImmToRobot.NodeSet2.xml", | ||
"./nodesets/opc40079forumati.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.TCD.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.HotRunner.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.LDS.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.GeneralTypes.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Cutter.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.HaulOff.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Corrugator.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Extruder.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PlasticsRubber.UmatiGeneric.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Robotics.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Woodworking.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.LaserSystems.NodeSet2.xml", | ||
"./models/ShowCaseMachineTool.xml", | ||
"./models/Machinetool-Example.xml", | ||
"./models/opcroboticstestserver.xml", | ||
"./models/umati_plasticsrubber_generic_sample_instance.xml", | ||
"./models/umati_opc40077_sample_instance.xml", | ||
"./models/opc40079forumati_sample_instance.xml", | ||
"./models/umati_opc40084-3_sample_instance.xml", | ||
"./models/umati_opc40082-1_sample_instance.xml", | ||
"./models/umati_opc40082-2_sample_instance.xml", | ||
"./models/umati_opc40082-3_sample_instance.xml", | ||
"./models/umati_opc40084-9_sample_instance.xml", | ||
"./models/umati_opc40084-11_sample_instance.xml", | ||
"./models/basyskom_woodworking_instance.xml", | ||
"./nodesets/Opc.Ua.IRDI.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.PADIM.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.Machinery.ProcessValues.NodeSet2.xml", | ||
"./models/paefs.xml", | ||
"./models/umati_brownfieldMT.xml", | ||
"./models/LaserSystem-Example.xml", | ||
"./models/Opc.Ua.Ugg.Intances.Umati.NodeSet2.xml", | ||
"./nodesets/Opc.Ua.MetalForming.NodeSet2.xml", | ||
"./models/MetalForming_Example.xml" | ||
], | ||
"serverCapabilities": { | ||
"serverProfileArray": [ | ||
"http://opcfoundation.org/UA-Profile/Server/StandardUA2017", | ||
"http://opcfoundation.org/UA-Profile/Server/AddressSpaceNotifier", | ||
"http://opcfoundation.org/UA-Profile/Server/StandardEventSubscription", | ||
"http://opcfoundation.org/UA-Profile/Server/Methods", | ||
"http://opcfoundation.org/UA-Profile/Server/StateMachine", | ||
"http://opcfoundation.org/UA-Profile/Server/ACBaseCondition", | ||
"http://opcfoundation.org/UA-Profile/Server/ACRefresh2", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAddressSpaceInstance", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAlarm", | ||
"http://opcfoundation.org/UA-Profile/Server/ACEnable", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAlarm", | ||
"http://opcfoundation.org/UA-Profile/Server/ACAckAlarm", | ||
"http://opcfoundation.org/UA-Profile/Server/ACExclusiveAlarming", | ||
"http://opcfoundation.org/UA-Profile/Server/ACNon-ExclusiveAlarming", | ||
"http://opcfoundation.org/UA-Profile/Server/HistoricalRawData", | ||
"http://opcfoundation.org/UA-Profile/Server/HistoricalDataAtTime", | ||
"http://opcfoundation.org/UA-Profile/Machinery/Server/MachineIdentification", | ||
"http://opcfoundation.org/UA-Profile/Machinery/Server/State", | ||
"http://opcfoundation.org/UA-Profile/IA/Server/Stacklight", | ||
"http://opcfoundation.org/UA-Profile/MachineTool/Server/Basic", | ||
"http://opcfoundation.org/UA-Profile/MachineTool/Server/Tools" | ||
] | ||
} | ||
} |
Oops, something went wrong.