Menu

#285 Flow data is not displayed for F&P Icon Auto+

v1.0
open
nobody
None
5
2016-03-09
2016-03-09
Roy Stone
No

When importing data from F&P Icon, the detailed flow and associated graphs are not displayed. The file icon_loader.cpp on line 485 rejects flow readings with timestamps on or after 1/1/2015. Making the following change will allow the flow to be displayed:

  • if (ts > QDateTime(QDate(2015,1,1), QTime(0,0,0)).toTime_t()) {
  • if (ts > QDateTime(QDate(2017,1,1), QTime(0,0,0)).toTime_t()) {

This is only a temporary fix. Maybe it should should reject dates after the date imported.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB