fledge-iot / fledge

An open source platform for the Industrial Internet of Things, it acts as an edge gateway between sensor devices and cloud storage systems.
https://www.lfedge.org/projects/fledge/
Apache License 2.0
117 stars 43 forks source link

FOGL-8743: Delimiter for PI data streams is user configurable #1370

Closed RVerhoeff closed 1 month ago

RVerhoeff commented 1 month ago

The default naming convention of PI tags created by the OMF North plugin was [asset].[attribute]. This change allows the system manager to set a different character as the delimiter. Default remains the dot ("."). The implementation checks to make sure the chosen delimiter is a legal PI data stream character. Documentation has been updated.