You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it sometimes (rarely) works, sometimes it does not work.
However, when I move MachineInfo to the top (as the first collector, before Alarms), all works as expected.
I’d assume that the order in which the collectors are defined, does not matter, i.e. fanuc-driver would solve the collector dependencies on each other.
The text was updated successfully, but these errors were encountered:
Order of collectors becomes relevant in the case of outputs backed by Scriban scripts. In the example of MTConnect output, the execution data item is created by the StateData class, however, it might be desirable to overwrite the value using data from Pmc class. In this case, Pmc must execute after StateData.
I use
ladder99/fanuc-driver:linux64-886a5a3
Docker image.When I define collectors as follows (I sort the collectors alphabetically):
it sometimes (rarely) works, sometimes it does not work.
However, when I move
MachineInfo
to the top (as the first collector, beforeAlarms
), all works as expected.I’d assume that the order in which the collectors are defined, does not matter, i.e.
fanuc-driver
would solve the collector dependencies on each other.The text was updated successfully, but these errors were encountered: