✦ Verified product
ECOLOG-PRO 2PTR
USD 850.00
Operational Conditions
Application
Calibration
ELPRO Online Shop US
Verified independent store
→
Key Features Wireless temperature measurement module with connectors for 2 external Pt100 probes (3 m standard, up to 17 m extension) High accuracy: ±0.2 °C; resolution ±0.1 °C; me
asurement range –200 °C to +200 °C (probe dependent) Local storage: buffers up to 43,000 measurement values to prevent data loss during temporary disconnections Long battery life: 14 months with 3 × AA batteries (user-replaceable) Flexible positioning: connects via ECOLOG-PRO RBR; supports up to 50 modules per bridge; excellent signal range (868 MHz / 915 MHz) Environmental compatibility: Operating temp 0–40 °C, storage –10–50 °C, RH 10–90 % LED indicators for communication and measurement status Robust and compliant: ABS plastic, 137 × 70 × 57 mm; CE / UKCA / FCC / RoHS certified Important Notice: PT100 Probe not included. Yearly elproCLOUD Software licenses are not included and must be purchased separately. .accordion { background-color: #f3f3f3; color: #333; cursor: pointer; padding: 16px 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 1rem; font-weight: 600; font-family: 'PT Sans', sans-serif; border-radius: 8px; margin-top: 10px; transition: all 0.3s ease; } .accordion:hover { background-color: #e6e6e6; } .active, .accordion.active { background-color: #db1515; color: #fff; } .accordion:after { content: '\02795'; font-size: 13px; color: #777; float: right; margin-left: 5px; transition: 0.3s; } .active:after { content: "\2796"; color: #fff; } .panel { padding: 0 18px; display: none; background-color: white; overflow: hidden; border-left: 3px solid #db1515; margin-bottom: 10px; border-radius: 0 0 8px 8px; } table { width: 100%; border-collapse: collapse; font-size: 0.95rem; } td { padding: 8px 6px; vertical-align: top; } td:first-child { font-weight: 600; color: #555; width: 30%; } td ul { margin: 0; padding-left: 20px; } a.download-link { color: #000; text-decoration: underline; font-weight: 600; } Specifications Product Type: Wireless temperature measurement module Recording Mode: Multiple use Type of Probe: 2 independent temperature channels with separate external connected 4-wire Pt100 probes Measurement range: Measurement range (depending on probe): -200 °C..+200 °C Measurement interval: 1, 2, 3, 5, 10, 15, 20, 30, 60 minutes, user configurable Memory capacity: 43’000 measurement values Battery: 14 months, 3x AA-Alkaline batteries Software: elproCLOUD; elproMONITOR; Documents Technical Specifications document.querySelectorAll(".accordion").forEach(button => { button.addEventListener("click", () => { button.classList.toggle("active"); let panel = button.nextElementSibling; panel.style.display = panel.style.display === "block" ? "none" : "block"; }); });