var modbus = require('modbus'); var client = modbus.client.tcp.complete({ 'host' : '192.168.1.1', 'port' : 502, 'autoReconnect' : true, 'reconnectTimeout' : 1000, 'timeout' : 5000, 'unitId' : 1 }); client.connect(); client.on('connect', function () { // PLC connected, now you can read/write values var value = client.readCoils(0, 10, function (resp) { console.log(resp); }); });
top of page

Irrigation System Consultation

Optimize water usage and improve crop yield.

1 h
10 Ukrainian hryvnias

Service Description

Book an appointment for an irrigation system consultation.


Contact Details

Fraser Valley, BC, Canada


Copyright © 2023 Crop Eye Automation Systems.

All rights reserved

bottom of page