node-omron-fins
node-omron-fins copied to clipboard
An implementation of the Omron FINS library for node js
Functions return the `header.SID` value in order to correctly match the sent command with the reply. Example code: ```ls export class OmronFinsDriver extends DriverAbstract (@opts={}) -> super! @log = new...
There is no need for `process.exit()` when value is outside of desired range. Simply throwing error is enough.
This is a problem of not validate the SID when returning information. In my example, 2 nodes (10.20.100.254) have two query to the controller (Omron CJ2M) at the same time...
Hi guys I have a question ? I was able to connect to the PLC using this library, but I don't know how to read the information from the PLC...
Hi, thanks for sharing your work. May I ask if and how is possible to write chars in a DM? What's the correct approach? I know that I can store...
To be able to track multiple parallel requests, I simply added: return self.header.SID; to FinsClient.prototype.read and FinsClient.prototype.write. It is possible to have this patch in the code? Thank you. GT
I'm also not sure if this is the rigth place for my question... I'm a newbie with Raspberry pi and node red. Please can anyone help me using this wonderful...
I'm not sure if this is the rigth place for a question... can anyone help me with using this wonderful library in a express api ************************************** const express = require('express');...