1 wire log warning
-
I am running a 1 wire data source and is working OK however in the Mango.log it is full of the folowing
*WARN 2010-03-24 09:14:25,026 (com.serotonin.mango.rt.dataSource.PollingDataSource.scheduleTimeout:66) - 1wiretest: poll at 2010/03/24 09:14:25 aborted because a previous poll started at 2010/03/24 09:14:20 is still running
WARN 2010-03-24 09:14:35,026 (com.serotonin.mango.rt.dataSource.PollingDataSource.scheduleTimeout:66) - 1wiretest: poll at 2010/03/24 09:14:35 aborted because a previous poll started at 2010/03/24 09:14:30 is still running *repeated every 10 seconds.
What is this warning about?
Thanks Zap.
-
You are probably polling your network too quickly. It looks like you're trying to poll every 5 seconds, but the 1-wire network isn't fast enough for that.
-
Thanks, bumpig the update period out to 10 seconds fixed it.
Ta Zap.