Hello all,
Having an issue with sum bar read out chart where I am logging input data on an hourly basis but for some reason even though I am logging the data, the data will not show on the sum bar chart.
Sorry I should have said it only happens for the hour of 00:00. All other time slots fill fine.
apaologise for the font choice
The graph is taking an input 1 from a solenoid from iot digital input node. It records the amount of strikjes a machine does over a 24 hr period.
The hours from after 02:00 are empty as machine stops running around 2ish, but is certainily running in the 00:00 hours and should be giving me a reading on the chart.
Thanks for your reply.
Sorry for not answering the important ones.
I am running node red on the Siemens iot 2020.
Programming is done through this over network. Its user interface is displayed on a raspberry pi connected to a pi screen.
I just program nodes over my windows machine.
I'm not at the unit at the minute to confirm nodejs version but im pretty sure its 10.something as I have ran into trouble in the past where Siemens iot 2020 nodered software is not supported by nodejs version 12.
Was it first time or you are seeing the issue in all midnights? Or some other times when you expect other outcome? Can you collect raw data for analysis?
It is only at midnight. I have a message debug node and it does not show any data being generated during this hour, even though the machine is running. I have a couple of units running similarly and it is the exact same with them. It only does not record for the midnight hour.
Hi all just a quick update on this problm. Im still not getting any redaout at 00:00 hrs. I am now using and interval timestamp node to generate the signal for the graph to increment but still not getting anything.
Quick update on this problem.
Data is being aquired and I am still able to store it via an excel spreadsheet. The timing of the actions on my input node are timed inbetween the hours of 00:00 and 01:00 but as you can see from previous posts data not being recorded on the sum bars chart.