Skip to content

Commit

Permalink
Reduce cadence of polling, disable Pacemaker quantize. Trivial typo i…
Browse files Browse the repository at this point in the history
…n docs.
  • Loading branch information
swh76 committed Sep 26, 2024
1 parent 4c927db commit 0b63355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/agents/ifm_kq1001_levelsensor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.. _ifm_kq1001_levelsensor:

==========================
=============================
IFM KQ1001 Level Sensor Agent
==========================
=============================

The IFM KQ1001 Level Sensor Agent is an OCS Agent which monitors the
fluid level in percent reported by the sensor. The agent also records
Expand Down
2 changes: 1 addition & 1 deletion socs/agents/ifm_kq1001_levelsensor/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def acq(self, session, params=None):
}
"""
pm = Pacemaker(1, quantize=True)
pm = Pacemaker(0.2, quantize=False)
self.take_data = True

while self.take_data:
Expand Down

0 comments on commit 0b63355

Please sign in to comment.