You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TankAlarm-112025-Client-BluesOpta/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,7 @@ Hall effect sensors can be used to measure RPM (rotations per minute) for applic
258
258
-`pulsesPerRevolution`: Number of pulses generated per complete rotation (default: 1)
259
259
- Single magnet: 1 pulse per revolution
260
260
- Multiple magnets: Set to number of magnets
261
+
-**Note:** For **bipolar** or **omnipolar** sensors, a single magnet generates 2 pulses per revolution (one for each pole). Set `pulsesPerRevolution` to `2 × number of magnets` in these cases.
261
262
-`hallEffectType`: Sensor type - "unipolar", "bipolar", "omnipolar", or "analog"
262
263
-`hallEffectDetection`: Detection method - "pulse" or "time"
263
264
-`highAlarm`: Maximum expected RPM for alarm (e.g., 3000)
@@ -286,7 +287,7 @@ Hall effect sensors can be used to measure RPM (rotations per minute) for applic
286
287
- Use "time" detection for faster response to speed changes
287
288
- Use "pulse" detection for better accuracy at steady speeds
288
289
- For multiple magnets, set `pulsesPerRev` to the number of magnets
289
-
- For omnipolar sensors, each magnet passing creates a pulse (N and S poles both trigger)
290
+
- For omnipolar sensors, each magnet passing creates 2 pulses (both N and S poles trigger)
290
291
- Monitor both high and low thresholds to detect over-speed and stall conditions
0 commit comments