1.7.5 • Published 10 months ago

node-red-contrib-mcprotocol-ind v1.7.5

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

node-red-contrib-mcprotocol

About

Overview

This is a Node-RED node module to directly interface with MITSUBISHI PLCs over Ethernet using MC Protocol.

Features

  • Both TCP and UDP connections are possible
  • frames 1E, 3E and 4E are possible
  • works for PLC types
    • A (See Note 1)
    • QnA
    • Q
    • L
    • R
  • ASCII and BINARY mode (See Note 2)

Recommendation

If your PLC suports UDP + 4E, this is by far most reliable.

NOTES

  1. For A series PLC, only 1E frames are supported
  2. ASCII mode is currently not supported for frames 3E and 4E

Install

Prerequisites

  • node.js (runtime for Node-RED)
  • Node-RED
  • optional git (Used for repository cloning/downloads)

Easy install

Use the Manage Palette > Install option from the menu inside node-red

NPM install

cd ~/.node-red
npm install node-red-contrib-mcprotocol

GIT install Direct

cd ~/.node-red
npm install Steve-Mcl/node-red-contrib-mcprotocol

GIT Install

Make a directory for the base files on the disk (somewhere secure) and open the created folder and open PowerShell (SHIFT + right_click) or "Git Bash Here" with right mouse inside the folder. Now enter the following:

cd c:/tempsourcefolder
git clone https://github.com/Steve-Mcl/node-red-contrib-mcprotocol.git

cd ~/.node-red
npm install c:/tempsourcefolder/node-red-contrib-mcprotocol

Credits

  • plcpeople for the original implementation of mcprotocol
1.7.5

10 months ago

1.7.4

10 months ago

1.7.2

10 months ago

1.7.1

10 months ago

1.7.0

10 months ago

1.6.2

10 months ago

1.6.1

10 months ago

1.6.0

10 months ago

1.5.3

10 months ago

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.2

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.24

10 months ago

1.2.23

10 months ago

1.2.22

10 months ago

1.2.21

10 months ago

1.2.20

10 months ago

1.2.19

10 months ago

1.2.18

10 months ago

1.2.17

10 months ago

1.2.16

10 months ago

1.2.15

10 months ago

1.2.14

10 months ago

1.2.13

10 months ago

1.2.12

10 months ago

1.2.11

10 months ago

1.2.10

10 months ago

1.2.9

10 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago