Skip to content

Instantly share code, notes, and snippets.

@dmalawey
Created September 25, 2019 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmalawey/b724f6673a9007460be7d76c269f1c28 to your computer and use it in GitHub Desktop.
Save dmalawey/b724f6673a9007460be7d76c269f1c28 to your computer and use it in GitHub Desktop.
[
{
"id": "6cb40ed0.4205e",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "975b262b.d595d8",
"type": "inject",
"z": "6cb40ed0.4205e",
"name": "ts",
"topic": "x",
"payload": "",
"payloadType": "date",
"repeat": "1",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 150,
"y": 120,
"wires": [
[
"fc44ebc0.eadc68",
"124b878f.c91288"
]
]
},
{
"id": "fc44ebc0.eadc68",
"type": "file in",
"z": "6cb40ed0.4205e",
"name": "x dot",
"filename": "/home/debian/basics/xd.txt",
"format": "utf8",
"chunk": false,
"sendError": false,
"x": 300,
"y": 140,
"wires": [
[
"405c0b3e.0b5964"
]
]
},
{
"id": "124b878f.c91288",
"type": "file in",
"z": "6cb40ed0.4205e",
"name": "t dot",
"filename": "/home/debian/basics/td.txt",
"format": "utf8",
"chunk": false,
"sendError": false,
"x": 300,
"y": 200,
"wires": [
[
"fe31f8a0.789c48"
]
]
},
{
"id": "405c0b3e.0b5964",
"type": "ui_gauge",
"z": "6cb40ed0.4205e",
"name": "",
"group": "5667702c.35e5",
"order": 0,
"width": 0,
"height": 0,
"gtype": "gage",
"title": "x dot (m/s)",
"label": "x dot (m/s)",
"format": "{{value}}",
"min": "-0.5",
"max": "0.5",
"colors": [
"#00b500",
"#e6e600",
"#ca3838"
],
"seg1": "",
"seg2": "",
"x": 450,
"y": 140,
"wires": []
},
{
"id": "fe31f8a0.789c48",
"type": "ui_gauge",
"z": "6cb40ed0.4205e",
"name": "",
"group": "5667702c.35e5",
"order": 1,
"width": 0,
"height": 0,
"gtype": "gage",
"title": "t dot (rad/s)",
"label": "units",
"format": "{{value}}",
"min": "-1",
"max": "1",
"colors": [
"#00b500",
"#e6e600",
"#ca3838"
],
"seg1": "",
"seg2": "",
"x": 450,
"y": 200,
"wires": []
},
{
"id": "5667702c.35e5",
"type": "ui_group",
"name": "Group 1",
"tab": "16055f9f.b3939",
"order": 1,
"disp": true,
"width": 6
},
{
"id": "16055f9f.b3939",
"type": "ui_tab",
"z": "",
"name": "Kinematics",
"icon": "dashboard",
"order": 1,
"disabled": false,
"hidden": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment