coussej / node-opcua-logger

An OPCUA Client for logging data to InfluxDB! 🔌 🏭
https://www.factry.io
MIT License
179 stars 63 forks source link

Add support for UA Array Nodes #42

Closed lephisto closed 4 years ago

lephisto commented 4 years ago

This is just a propoasal... Several OPCUA of different PLC report values as arrays. This is a quick solution but enables the storage of arrays in influxdb measurements. I noticed there has been a PR from 2018 which was not merged. Maybe this one makes it..

coussej commented 4 years ago

That is actually a pretty smart way of adding support for arrays! I will certainly add this in the next release!

coussej commented 4 years ago

Merged it into the dev branch!