How can I re-poll the events or alarms from a given meter?
If you want to re-populate an Event Table:
- Set the value of the EventScanComplete field on the FloBoss Scanner that you are using to poll events to FALSE.
- Either:
- Call the GetEvents method on the scanner
- Call the Refresh method on the scanner
- Wait for the next automatic poll.
To avoid having duplicate entries in the Event Data Table, we recommend that you remove the existing entries from the Event Data Table beforehand. The FloBossDemo.sde file includes an EventsAndAlarms Mimic, which has a button for deleting the existing entries from an Event Data Table.
If you want to re-populate an Alarm Table:
- Set the value of the AlarmScanComplete field on the FloBoss Scanner that you are using to poll alarms to FALSE.
- Either:
- Call the GetAlarms method on the scanner
- Call the Refresh method on the scanner
- Wait for the next automatic poll.
To avoid having duplicate entries in the Alarm Data Table, we recommend that you remove the existing entries from the Alarm Data Table beforehand. The FloBossDemo.sde file includes an EventsAndAlarms Mimic, which has a button for deleting the existing entries from an Alarm Data Table.