mtconnect / dot_net_sdk

An assembly for the Microsoft .NET framework, based on the MC2 class.
Apache License 2.0
25 stars 23 forks source link

Implement support for MTConnect Agent commands #4

Closed saturley-hall closed 2 years ago

saturley-hall commented 5 years ago

The reference cppagent project has support for command messages that modify or create properties of a Device component specified in the devices.xml file. This branch allows consumers of the SDK to use this functionality.

The UUID command requires that agent configuration file sets PreserveUUID = false as the device.xml is intended to be a static description of the MTConnect agent (ignoring @ASSET messages).