npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

node-red-contrib-otplc

v0.0.904

Published

Is for setting a instance of otplc in Node-RED

Readme

node-red-contrib-otplc

Is a Node-RED ui version to use oiyshTerminal - plc layes

in result we have

Nice ot-plc engine node in Node-RED

basic example node set

.json to import to Node-RED

[     {         "id": "a3660857227f36b6",         "type": "otplcEngine",         "z": "bf43b163cb91aff3",         "name": "basicExample",         "location": "exampleInstance",         "otPlcSel": "",         "x": 3720,         "y": 260,         "wires": [             [                 "60d8ae19edf3fce1"             ]         ]     },     {         "id": "60d8ae19edf3fce1",         "type": "debug",         "z": "bf43b163cb91aff3",         "name": "Engine msgs...",         "active": true,         "tosidebar": true,         "console": false,         "tostatus": false,         "complete": "true",         "targetType": "full",         "statusVal": "",         "statusType": "auto",         "x": 3940,         "y": 360,         "wires": []     },     {         "id": "20c8adb79b88670c",         "type": "inject",         "z": "bf43b163cb91aff3",         "name": "getAll",         "props": [             {                 "p": "payload"             },             {                 "p": "topic",                 "vt": "str"             }         ],         "repeat": "",         "crontab": "",         "once": false,         "onceDelay": 0.1,         "topic": "getAll",         "payloadType": "date",         "x": 3370,         "y": 240,         "wires": [             [                 "a3660857227f36b6"             ]         ]     },     {         "id": "40edeeee2eabd3ad",         "type": "inject",         "z": "bf43b163cb91aff3",         "name": "getAllTypes / location",         "props": [             {                 "p": "payload"             },             {                 "p": "topic",                 "vt": "str"             }         ],         "repeat": "",         "crontab": "",         "once": false,         "onceDelay": 0.1,         "topic": "getAllTypes",         "payload": "location",         "payloadType": "str",         "x": 3420,         "y": 280,         "wires": [             [                 "a3660857227f36b6"             ]         ]     },     {         "id": "0bc873df87a30ebc",         "type": "inject",         "z": "bf43b163cb91aff3",         "name": "add 2 ...",         "props": [             {                 "p": "payload"             },             {                 "p": "topic",                 "vt": "str"             }         ],         "repeat": "",         "crontab": "",         "once": false,         "onceDelay": 0.1,         "topic": "add",         "payload": "{\"plcType\":\"fromInjectionExample\",\"name\":\"test2 - add bt 2\",\"location\":\"exampleInstance\",\"srcName\":\"Node-RED injection\"}",         "payloadType": "json",         "x": 3380,         "y": 320,         "wires": [             [                 "a3660857227f36b6"             ]         ]     },     {         "id": "936e6657578909d6",         "type": "inject",         "z": "bf43b163cb91aff3",         "name": "zeroAll",         "props": [             {                 "p": "payload"             },             {                 "p": "topic",                 "vt": "str"             }         ],         "repeat": "",         "crontab": "",         "once": false,         "onceDelay": 0.1,         "topic": "zeroAll",         "payloadType": "date",         "x": 3370,         "y": 360,         "wires": [             [                 "a3660857227f36b6"             ]         ]     },     {         "id": "aceaf00a8a877a47",         "type": "inject",         "z": "bf43b163cb91aff3",         "name": "getAllTypes / plcTypes",         "props": [             {                 "p": "payload"             },             {                 "p": "topic",                 "vt": "str"             }         ],         "repeat": "",         "crontab": "",         "once": false,         "onceDelay": 0.1,         "topic": "getAllTypes",         "payload": "plcType",         "payloadType": "str",         "x": 3420,         "y": 400,         "wires": [             [                 "a3660857227f36b6"             ]         ]     },     {         "id": "e6ece57e14ebc9a4",         "type": "inject",         "z": "bf43b163cb91aff3",         "name": "add ...",         "props": [             {                 "p": "payload"             },             {                 "p": "topic",                 "vt": "str"             }         ],         "repeat": "",         "crontab": "",         "once": false,         "onceDelay": 0.1,         "topic": "add",         "payload": "{\"plcType\":\"fromInjectionExample\",\"name\":\"test1Inject\",\"location\":\"exampleInstance\",\"srcName\":\"Node-RED injection\"}",         "payloadType": "json",         "x": 3230,         "y": 320,         "wires": [             [                 "a3660857227f36b6"             ]         ]     },     {         "id": "49e759d6ef381466",         "type": "comment",         "z": "bf43b163cb91aff3",         "name": "About ot-plc Engine",         "info": "Use it to add, and manipulate data about ot-plc layer as documentation describes ...\n\n[link to documentation ...](https://github.com/yOyOeK1/oiyshTerminal/tree/main/OTNPM/node-red-contrib-otplc)\n\n",         "x": 3250,         "y": 140,         "wires": []     } ]

this is a import json to get example node set or link to exampleNodeSet.json

status

in progress ...

screenshots

In dept topics in docs in Node-RED and at otplc site ...