Skip to content

Instantly share code, notes, and snippets.

View biancode's full-sized avatar
🚀
building a company and trainee new open source developers

Klaus Landsdorf biancode

🚀
building a company and trainee new open source developers
View GitHub Profile
@biancode
biancode / Dockerfile
Created February 26, 2019 20:31 — forked from erossignon/Dockerfile
Docker file to run node-red-contrib-iiot-opcua tests in a container
# docker build . -t node-red-contrib-iiot-opcua
# docker run node-red-contrib-iiot-opcua
FROM mhart/alpine-node
RUN apk add git make python g++ openssl
RUN cd /home && git clone https://github.com/biancode/node-red-contrib-iiot-opcua.git
RUN cd /home/node-red-contrib-iiot-opcua && \
git reset HEAD --hard && \
git fetch && \
git checkout develop && \
@biancode
biancode / gist:1da656e99012a673459077e7505b7381
Created December 31, 2017 10:11
SDM630 CSV for CSV to IO-File Transformation
Outputs;Modbus Input Registers;%QD30001;SDM 630 v2
Outputs[30001];fPhaseLine1NeutralVolts;%QD30001;Phase 1 line to neutral volts. Volts
Outputs[30003];fPhaseLine2NeutralVolts;%QD30003;Phase 2 line to neutral volts. Volts
Outputs[30005];fPhaseLine3NeutralVolts;%QD30005;Phase 3 line to neutral volts. Volts
Outputs[30007];fPhase1Current;%QD30007;Phase 1 current. Amps
Outputs[30009];fPhase2Current;%QD30009;Phase 2 current. Amps
Outputs[30011];fPhase3Current;%QD30011;Phase 3 current. Amps
Outputs[30013];fPhase1Power;%QD30013;Phase 1 power. Watts
Outputs[30015];fPhase2Power;%QD30015;Phase 2 power. Watts
Outputs[30017];fPhase3Power;%QD30017;Phase 3 power. Watts
@biancode
biancode / gist:46bfc4fe78cc059a379b383ea445d2d0
Created December 30, 2017 20:55
CODESYS CSV to JSON IO-File for node-red-contrib-modbus
[
{
"id": "c57e318a.a1151",
"type": "tab",
"label": "CODESYS CSV TO JSON",
"disabled": false,
"info": "CODESYS Ethernet CSV export \ntransformation into JSON IO-File"
},
{
"id": "61a19e09.0f7588",