BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Inject Node shows no configuration options. #105

Closed youngkzy closed 4 years ago

youngkzy commented 5 years ago

I filled in the blanks below and described the issue.

Problem

Information

Current behaviour

Nothing inside the configuration on OPC-IIot Inject node.

Expected behaviour

Minimal reproduction of the problem with instructions

  1. Clicked on the OPC IIoT Inject
  2. Nothing is inside it.

Your Environment

Please tell us about your environment:

OPC Connections seem to work OK.

PS C:\Users\me.work> node-red 19 Jun 11:39:48 - [info]

Welcome to Node-RED

19 Jun 11:39:48 - [info] Node-RED version: v1.0.0-beta.2 19 Jun 11:39:48 - [info] Node.js version: v10.15.1 19 Jun 11:39:48 - [info] Windows_NT 10.0.16299 x64 LE 19 Jun 11:39:49 - [info] Loading palette nodes 19 Jun 11:39:55 - [info] Dashboard version 2.15.4 started at /ui 19 Jun 11:39:56 - [info] Settings file : \Users\me.work.node-red\settings.js 19 Jun 11:39:56 - [info] Context store : 'default' [module=memory] 19 Jun 11:39:56 - [info] User directory : \Users\me.work.node-red 19 Jun 11:39:56 - [warn] Projects disabled : editorTheme.projects.enabled=false 19 Jun 11:39:56 - [info] Flows file : \Users\me.work.node-red\flows_me.json 19 Jun 11:39:56 - [info] Server now running at http://127.0.0.1:1880/ 19 Jun 11:39:56 - [warn]

vdwpsmt commented 5 years ago

Same problem here. Extra info When loading the Node-Red UI page, I get the following error message in Chrome:

VM504:1 Uncaught SyntaxError: Identifier 'injectNode' has already been declared at :1:1 at b (vendor.js:2) at Ie (vendor.js:2) at e.fn.init.append (vendor.js:2) at r (red.min.js:16) at i (red.min.js:16) at r (red.min.js:16) at i (red.min.js:16) at r (red.min.js:16) at i (red.min.js:16)

Workaround for now: export the node, edit json, import again

kind regards Pascal

piyush-gupt commented 4 years ago

I faced the same problem. Although it was working perfectly fine in version 0.7 but as soon as I updated to version 1.0.1, the edit configuration for OPC items was missing. Another work around it to use normal OPCUA contribs instead of OPCUA IIOT.

biancode commented 4 years ago

106

hakonskaug commented 4 years ago

I'm also having this problem on a Wago PFC200 8212 PLC. Here's the version: https://hub.docker.com/r/wagoautomation/node-red-iot

Rainotronik commented 4 years ago

I have the same problem on a WAGO PFC200 8212. With both: FW12 and FW14

scorbin-ewi commented 4 years ago

same issue.

Node Red version: 1.0.1 node-red-contrib-iiot-opcua version: 3.10.2 KepServer 6 with Mitsubishi and Modbus Suite Debian Buster (10) all mainstream updates current

Worked prior to Node Red 1.0.1. Now only way to edit Inject nodes is to export json, edit, and import json again as scelle suggested. However I do not get dashboard error that scelle mentioned.

biancode commented 4 years ago

you could test prerelease 3.11.1-4 - button in Node-RED changed with 1.x so it is a duplicate of #106

vdwpsmt commented 4 years ago

Ok, I replaced opcua-iiot-inject.html with the version of the prerelease. This works fine now. Thanks @lemariva @biancode