Comparators — Greater Than, Less Than, Equal
Copied to clipboard ✓
স্কুল Maths Class — এটা আমরা আগেই শিখেছি
শিক্ষক জিজ্ঞাসা করেন: "Is 23 greater than 24?" আপনি দুটি সংখ্যা compare করেন এবং একটি উত্তর দেন — হ্যাঁ বা না। এটাই একটি comparator।
Greater Than ( > ) — Pressure Cooker
নিরাপত্তা নিয়ম: যদি pressure 2 bar এর বেশি হয় → release valve খুলে যায়।
Pressure 1.8 bar → 1.8 > 2.0? → FALSE → Valve stays closed
Pressure 2.3 bar → 2.3 > 2.0? → TRUE → Valve opens
BMS example — high temp alarm:
Supply air temp = 19°C, limit = 18°C → 19 > 18 → TRUE → Alarm raised
Less Than ( < ) — বাড়ির Water Tank
Low level: যদি level 20% এর নিচে নেমে যায় → pump চালু হয়।
Level 45% → 45 < 20? → FALSE → Pump stays off
Level 15% → 15 < 20? → TRUE → Pump starts
Equal To ( = ) — Lift Door
Lift door তখনই খোলে যখন cabin ঠিক floor level-এ থাকে। উপরে নয়। নিচে নয়। ঠিক equal।
Cabin at Floor 3 = Floor 3 sensor → Equal → Door opens
BMS example — Modbus register verification commissioning এর সময়:
Expected value = 100, read value = 100 → Equal → Communication verified
Expected value = 100, read value = 87 → Not equal → Check wiring
Was this answer helpful?
✓ Thanks — your feedback was recorded.