This handler locates target points in a station where a unique key from the cloud platform registered the points. Once the cloud platform returns a suitable identifier for a point with an export marker, this setpoint handler can apply write messages from the platform using the returned Id rather than the slot or handle ord (for example).
The JsonExportRegistrationRouter and JsonExportDeregistrationRouter enable this behaviour of applying a unique identifier from an external system to an export marker.
This allows the cloud (or other external system) to assign it’s own identifier or primary key to export-marked points in the
The messages should be in this format:
{
"messageType" : "registerId"
"niagaraId" : "h:a032",
"platformId" : "mooseForce123"
}or
{
"messageType" : "deregisterId"
"platformId" : "mooseForce123",
}This Wire Sheet and JSON loosely demonstrate some of the routers and selectors based upon a fictional point search JSON message.
