Hey,
Are those values coming through a driver? If yes maybe you could use msg conversion?
BR
Alex
Search found 300 matches
- Wed Aug 06, 2025 1:54 pm
- Forum: HowTos
- Topic: Is there a way to create a custom config?
- Replies: 9
- Views: 4907
- Wed Jun 21, 2023 2:00 pm
- Forum: Bugs / Problems
- Topic: How to archive value over time?
- Replies: 3
- Views: 4076
Re: How to archive value over time?
Hey, If it is for reporting purpose, I would suggest to use influx query in order to get the data every 60s. Using flux you can have aggregate windows and filling values. myserie = from(bucket: "winccoa/MEAS_WIND") |> range(start: '$startYear'-'$startMonth'-'$startDay:00:00Z, stop: '$endYe...
- Wed Jun 21, 2023 1:55 pm
- Forum: HowTos
- Topic: Connect NGA to Chronograf or Grafana or Telegraf or similar
- Replies: 2
- Views: 3559
Re: Connect NGA to Chronograf or Grafana or Telegraf or similar
Hey,
It is pretty straightforward :
https://docs.influxdata.com/influxdb/v1 ... s/grafana/
As WinCCOA is using influxdb, anything working with it is fine to use. Just be aware of the data structure.
BR
Alex
It is pretty straightforward :
https://docs.influxdata.com/influxdb/v1 ... s/grafana/
As WinCCOA is using influxdb, anything working with it is fine to use. Just be aware of the data structure.
BR
Alex
- Thu Dec 08, 2022 11:30 pm
- Forum: HowTos
- Topic: alarm add_value
- Replies: 10
- Views: 9250
Re: alarm add_value
Hey Todd,
As far as I know, you need to carry by script the add_values when the alarm status change. You can use a dedicated script for this or put it in the alert class scripts.
Alex
As far as I know, you need to carry by script the add_values when the alarm status change. You can use a dedicated script for this or put it in the alert class scripts.
Alex
- Wed Dec 07, 2022 3:27 pm
- Forum: HowTos
- Topic: Video file/GIF playback
- Replies: 2
- Views: 4262
Re: Video file/GIF playback
Hi Gabor,
Gif are natively supported.
For video, you can use VLC activeX if you are using Windows.
BR
Alex
Gif are natively supported.
For video, you can use VLC activeX if you are using Windows.
BR
Alex
- Mon Nov 14, 2022 3:57 pm
- Forum: HowTos
- Topic: CTRL script listing on TCP port
- Replies: 3
- Views: 4264
Re: CTRL script listing on TCP port
Hey,
Just have a look into TCP functions.
https://www.winccoa.com/documentation/W ... pRead.html
BR
Alex
Just have a look into TCP functions.
https://www.winccoa.com/documentation/W ... pRead.html
BR
Alex
- Thu Jul 28, 2022 6:28 pm
- Forum: HowTos
- Topic: Use multiples InfluxDB backends is recomended?
- Replies: 4
- Views: 3973
Re: Use multiples InfluxDB backends is recomended?
Hi,
Why would you run several DB to increase robustness? The logic is not good, you are just having several points of failure. If you want robustness, just go for a standalone influxdb and put in on HA cluster. Then you can put all your data there.
BR
Alex
Why would you run several DB to increase robustness? The logic is not good, you are just having several points of failure. If you want robustness, just go for a standalone influxdb and put in on HA cluster. Then you can put all your data there.
BR
Alex
- Tue Jul 26, 2022 9:41 am
- Forum: HowTos
- Topic: Module alignment in splitter
- Replies: 3
- Views: 3068
Re: Module alignment in splitter
Hey,
Did you put a layout in the contained panels? If no, then you cannot guarantee the behavior of embedding them. This is pure luck then that it happens to be center for embedded and left for splitters.
I would advice to always layout embedded modules so you always control their look and feel.
Did you put a layout in the contained panels? If no, then you cannot guarantee the behavior of embedding them. This is pure luck then that it happens to be center for embedded and left for splitters.
I would advice to always layout embedded modules so you always control their look and feel.
- Tue Jul 26, 2022 9:38 am
- Forum: HowTos
- Topic: Usage of blocking time parameter
- Replies: 2
- Views: 2927
Re: Usage of blocking time parameter
Hey, You are fully correct about blocking time. Idea is that the queryconnect will wait for the defined blocking time without triggering callback. At the end of the blocking time, every event which happened will be send in the same matrix of results. This will indeed reduce the amount of callbacks, ...
- Thu May 05, 2022 2:30 pm
- Forum: Bugs / Problems
- Topic: Data buffer too small with API driver when doing JSON operation
- Replies: 9
- Views: 3983
Re: Data buffer too small with API driver when doing JSON operation
Hey Kilian,
No it is not. I would need to clean it a lot for this but I will consider it and keep it updated here.
No it is not. I would need to clean it a lot for this but I will consider it and keep it updated here.