Greg Carter

Results 10 issues of Greg Carter

**Steps to reproduce and a minimal demo of the problem** Note I am running on Windows (8.1) follow steps to setup and build in readme open project in Visual Studio...

I'm trying to get ethernet-ip working with SEW VFD's. These do NOT support the 0x6b class object used for tags. The drives support the Assembly (0x04) and Register (0x07) object...

I've recently pulled the upstream changes from this repository. Running into a problem when I attempt to do any of the following: npm start npm run build:prod npm run build:aot...

Hello, I found a few problems with native module support. I've managed to get it all working but it's required a bit of work. For my testing I cloned the...

**Describe the feature** Tag options for scaling values are currently limited to 3 methods (linear transform, ms to date, ms to time). There are situations where additional transforms must be...

feature
solved

As discussed in this issue: https://github.com/frangoteam/FUXA/issues/1197 I've tested with bacnet (see below for additional notes) http client modbus mqtt opcua General script calling In msm.js lines 50 and 59 you...

@AlexCastro-Prog @cjmccoy2 @ZhuNathan **Describe the feature** I've integrated the [ST-ethernet-ip](https://github.com/SerafinTech/ST-node-ethernet-ip) node library into FUXA. This library supports Ethernet/IP IO implicit messaging, generic explicit messages and proprietary Rockwell symbolic tags (tags...

tester wanted

While testing IO connections with a Banner Engineering XS26 safety controller I found that an exception would be generated during the forwardClose call. Code change to fix is here: https://github.com/greg9504/ST-node-ethernet-ip/tree/ioForwardCloseNoOTconnID...

For explicit messages sent using getAttributeSingle it would be useful to add an optional parameter with a buffer. This buffer is appended to the message. Some ethernet/IP devices require additional...

The SHORT_STRING data type is a single byte character string. It is sent with the first byte being the length, followed by the string data. Supporting symbolic (Rockwell) tags with...