Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. [
  2. {
  3. "id": "d957fc8e.268b3",
  4. "type": "tab",
  5. "label": "Flow 2",
  6. "disabled": false,
  7. "info": ""
  8. },
  9. {
  10. "id": "147a919e.17e80e",
  11. "type": "inject",
  12. "z": "d957fc8e.268b3",
  13. "name": "",
  14. "topic": "x",
  15. "payload": "",
  16. "payloadType": "date",
  17. "repeat": ".5",
  18. "crontab": "",
  19. "once": false,
  20. "onceDelay": 0.1,
  21. "x": 110,
  22. "y": 220,
  23. "wires": [
  24. [
  25. "1584e2e.327271d",
  26. "c4a672e4.11021",
  27. "871f3b57.0fb5d8"
  28. ]
  29. ]
  30. },
  31. {
  32. "id": "1584e2e.327271d",
  33. "type": "file in",
  34. "z": "d957fc8e.268b3",
  35. "name": "reading Heading file",
  36. "filename": "/home/debian/basics/heading.txt",
  37. "format": "utf8",
  38. "chunk": false,
  39. "sendError": false,
  40. "x": 340,
  41. "y": 220,
  42. "wires": [
  43. [
  44. "210aae61.4b7872"
  45. ]
  46. ]
  47. },
  48. {
  49. "id": "210aae61.4b7872",
  50. "type": "ui_gauge",
  51. "z": "d957fc8e.268b3",
  52. "name": "Heading Gauge",
  53. "group": "e2020bd2.4512e8",
  54. "order": 4,
  55. "width": 0,
  56. "height": 0,
  57. "gtype": "gage",
  58. "title": "Heading",
  59. "label": "degrees from North",
  60. "format": "{{value}}",
  61. "min": "-180",
  62. "max": "180",
  63. "colors": [
  64. "#00b500",
  65. "#e6e600",
  66. "#ca3838"
  67. ],
  68. "seg1": "",
  69. "seg2": "",
  70. "x": 580,
  71. "y": 220,
  72. "wires": []
  73. },
  74. {
  75. "id": "c4a672e4.11021",
  76. "type": "file in",
  77. "z": "d957fc8e.268b3",
  78. "name": "reading xScaled file",
  79. "filename": "/home/debian/basics/xScaled.txt",
  80. "format": "utf8",
  81. "chunk": false,
  82. "sendError": false,
  83. "x": 330,
  84. "y": 280,
  85. "wires": [
  86. [
  87. "e8f2352a.8529c8"
  88. ]
  89. ]
  90. },
  91. {
  92. "id": "e8f2352a.8529c8",
  93. "type": "ui_gauge",
  94. "z": "d957fc8e.268b3",
  95. "name": "Heading Gauge",
  96. "group": "e2020bd2.4512e8",
  97. "order": 4,
  98. "width": 0,
  99. "height": 0,
  100. "gtype": "gage",
  101. "title": "xScaled",
  102. "label": "units",
  103. "format": "{{value}}",
  104. "min": "-1",
  105. "max": "1",
  106. "colors": [
  107. "#00b500",
  108. "#e6e600",
  109. "#ca3838"
  110. ],
  111. "seg1": "",
  112. "seg2": "",
  113. "x": 580,
  114. "y": 280,
  115. "wires": []
  116. },
  117. {
  118. "id": "871f3b57.0fb5d8",
  119. "type": "file in",
  120. "z": "d957fc8e.268b3",
  121. "name": "reading yScaled file",
  122. "filename": "/home/debian/basics/yScaled.txt",
  123. "format": "utf8",
  124. "chunk": false,
  125. "sendError": false,
  126. "x": 330,
  127. "y": 340,
  128. "wires": [
  129. [
  130. "3d0790a6.984a8"
  131. ]
  132. ]
  133. },
  134. {
  135. "id": "3d0790a6.984a8",
  136. "type": "ui_gauge",
  137. "z": "d957fc8e.268b3",
  138. "name": "Heading Gauge",
  139. "group": "e2020bd2.4512e8",
  140. "order": 4,
  141. "width": 0,
  142. "height": 0,
  143. "gtype": "gage",
  144. "title": "yScaled",
  145. "label": "units",
  146. "format": "{{value}}",
  147. "min": "-1",
  148. "max": "1",
  149. "colors": [
  150. "#00b500",
  151. "#e6e600",
  152. "#ca3838"
  153. ],
  154. "seg1": "",
  155. "seg2": "",
  156. "x": 580,
  157. "y": 340,
  158. "wires": []
  159. },
  160. {
  161. "id": "e2020bd2.4512e8",
  162. "type": "ui_group",
  163. "z": "",
  164. "name": "Telemetry Data",
  165. "tab": "c7fd3cff.d2f78",
  166. "disp": true,
  167. "width": "6",
  168. "collapse": false
  169. },
  170. {
  171. "id": "c7fd3cff.d2f78",
  172. "type": "ui_tab",
  173. "z": "",
  174. "name": "Home",
  175. "icon": "dashboard",
  176. "disabled": false,
  177. "hidden": false
  178. }
  179. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement