TFecLog.log("THistoryRecord: equipment module does not have property "+prp+"!");
return;
}
if (siz == 1) keepPointsOfInterest = true;
TPropertyList plst = eqm.getPropertyList();
TPropertyDescription dsc = plst.getFirstProperty(prp).getDescription();
if (dsc != null)
{
if (TArrayType.isChannel(dsc.getArrayType())) keepPointsOfInterest = true;
range = dsc.getYRange().getMaxValue() - dsc.getYRange().getMinValue();
}
if (hspec.getPollngRate() <= 0)
{
TFecLog.log("THistoryRecord: polling interval "+hspec.getPollngRate()+" for property "+prp+" is not allowed");
return;