-
When using the code in "Getting Connected", I'm getting an error while attempting to read PLC properties.
## My code
```
const { Controller } = require("ethernet-ip");
const PLC = new Control…
-
src/tag.js
const regex = /^[a-zA-Z_][a-zA-Z0-9_]*([a-zA-Z0-9_]|\[\d+\])$/i;
## Current Behavior
## Expected Behavior
## Possible Solution (Optional)
## Context
## S…
-
Hi, Kyle
I have promblem when trying to read data from my PLC, I executed your simple.c that you provided with a small adjustment about the data type from INT into FLOAT. However, when I execute, it …
-
## Expected Behavior
Calling `readTagGroup`/`writeTagGroup` while scanning or calling multiple `readTag`/`writeTag` methods in a row without the use of `ASYNC/AWAIT` will be handled appropria…
-
Changing PLC Scan rate has no effect.
Tags are scanned as fast as possible
## Current Behavior
Tags are scanned as fast as possible
## Expected Behavior
Tags should be scanned every…
-
**Edit: for easy reference, the proposed new API is at https://github.com/micropython/micropython/wiki/Hardware-API**
Since we have the WiPy TODO list (#1425) Damien and I spent some time today discu…
-
I find it to be beyond my immediate capabilities to figure out how to communicate with the HX1K via USB. I can follow the instructions on https://wiki.debian.org/FPGA/Lattice, can modify that code, al…
-
Hi,
I am testing a Beckhoff ELM3004 with oversampling (10 samples per cycle), but it seems that due to the timing of the thread, it does not always stay synchronised, giving wrong data. well that's a…
-
I have copied some of Kev's code which is similar to the one I used to have in mine for performing this:
```
import javax.swing.JFileChooser;
JFileChooser c = new JFileChooser();
int rVal = …
-
Uses a Unitronics Vision 130 PLC to control opening and closing.
Has a very simple RS-232 protocol according to this extract the installation manual:
2. Using a serial communication program like M…