Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. [
  2. {
  3. "id": "6cb40ed0.4205e",
  4. "type": "tab",
  5. "label": "Flow 1",
  6. "disabled": false,
  7. "info": ""
  8. },
  9. {
  10. "id": "975b262b.d595d8",
  11. "type": "inject",
  12. "z": "6cb40ed0.4205e",
  13. "name": "ts",
  14. "topic": "x",
  15. "payload": "",
  16. "payloadType": "date",
  17. "repeat": "1",
  18. "crontab": "",
  19. "once": false,
  20. "onceDelay": 0.1,
  21. "x": 150,
  22. "y": 120,
  23. "wires": [
  24. [
  25. "fc44ebc0.eadc68",
  26. "124b878f.c91288"
  27. ]
  28. ]
  29. },
  30. {
  31. "id": "fc44ebc0.eadc68",
  32. "type": "file in",
  33. "z": "6cb40ed0.4205e",
  34. "name": "x dot",
  35. "filename": "/home/debian/basics/xd.txt",
  36. "format": "utf8",
  37. "chunk": false,
  38. "sendError": false,
  39. "x": 300,
  40. "y": 140,
  41. "wires": [
  42. [
  43. "405c0b3e.0b5964"
  44. ]
  45. ]
  46. },
  47. {
  48. "id": "124b878f.c91288",
  49. "type": "file in",
  50. "z": "6cb40ed0.4205e",
  51. "name": "t dot",
  52. "filename": "/home/debian/basics/td.txt",
  53. "format": "utf8",
  54. "chunk": false,
  55. "sendError": false,
  56. "x": 300,
  57. "y": 200,
  58. "wires": [
  59. [
  60. "fe31f8a0.789c48"
  61. ]
  62. ]
  63. },
  64. {
  65. "id": "405c0b3e.0b5964",
  66. "type": "ui_gauge",
  67. "z": "6cb40ed0.4205e",
  68. "name": "",
  69. "group": "5667702c.35e5",
  70. "order": 0,
  71. "width": 0,
  72. "height": 0,
  73. "gtype": "gage",
  74. "title": "x dot (m/s)",
  75. "label": "x dot (m/s)",
  76. "format": "{{value}}",
  77. "min": "-0.5",
  78. "max": "0.5",
  79. "colors": [
  80. "#00b500",
  81. "#e6e600",
  82. "#ca3838"
  83. ],
  84. "seg1": "",
  85. "seg2": "",
  86. "x": 450,
  87. "y": 140,
  88. "wires": []
  89. },
  90. {
  91. "id": "fe31f8a0.789c48",
  92. "type": "ui_gauge",
  93. "z": "6cb40ed0.4205e",
  94. "name": "",
  95. "group": "5667702c.35e5",
  96. "order": 1,
  97. "width": 0,
  98. "height": 0,
  99. "gtype": "gage",
  100. "title": "t dot (rad/s)",
  101. "label": "units",
  102. "format": "{{value}}",
  103. "min": "-1",
  104. "max": "1",
  105. "colors": [
  106. "#00b500",
  107. "#e6e600",
  108. "#ca3838"
  109. ],
  110. "seg1": "",
  111. "seg2": "",
  112. "x": 450,
  113. "y": 200,
  114. "wires": []
  115. },
  116. {
  117. "id": "5667702c.35e5",
  118. "type": "ui_group",
  119. "name": "Group 1",
  120. "tab": "16055f9f.b3939",
  121. "order": 1,
  122. "disp": true,
  123. "width": 6
  124. },
  125. {
  126. "id": "16055f9f.b3939",
  127. "type": "ui_tab",
  128. "z": "",
  129. "name": "Kinematics",
  130. "icon": "dashboard",
  131. "order": 1,
  132. "disabled": false,
  133. "hidden": false
  134. }
  135. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement