diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-20 05:42:52 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-20 05:42:52 +0000 |
| commit | 344e9b1a484b361cac7b07500cb7d2699cc93c29 (patch) | |
| tree | 0177d9963df8da75f438c55a4367bada0adf4324 /NT/src/testgraph.json | |
| parent | 0dfbf40106d6a6c70d949e1f5bcfa1b33b20a68f (diff) | |
updating graph
Diffstat (limited to 'NT/src/testgraph.json')
| -rw-r--r-- | NT/src/testgraph.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/NT/src/testgraph.json b/NT/src/testgraph.json new file mode 100644 index 0000000..6d48284 --- /dev/null +++ b/NT/src/testgraph.json @@ -0,0 +1,43 @@ +{ + { + "id" : "5dadaf18-8194-11e3-93c7-0b0ba07b492b", + "type" : "time", + "type_id" : "4bdaaa7a-8194-11e3-8a4f-2ff6852ae2c7", + } + { + "id" : "d6d94d3e-8194-11e3-aa9c-4302e420eaaf", + "type" : "time", + "type_id" : "4bdaaa7a-8194-11e3-8a4f-2ff6852ae2c7", + } + { + "id" : "6aaa4820-8194-11e3-8b35-a7fa04a44d58", + "type" : "multiply", + "type_id" : "11c67850-7ce4-11e3-abf6-930ef8613c46", + "ui_type" : "none", + "vars" : [ + { + "connectable" : "yes", + "input" : [ + "5dadaf18-8194-11e3-93c7-0b0ba07b492b", + "d6d94d3e-8194-11e3-aa9c-4302e420eaaf" + ], + "name" : "factors", + "type" : "number" + } + ] + }, + { + "id" : "8d1d5348-8194-11e3-a483-b3ff8d9340ef", + "type" : "print", + "type_id" : "9b9232b8-8194-11e3-a5a2-07659a1b53c3", + "vars" : [ + { + "input" : "6aaa4820-8194-11e3-8b35-a7fa04a44d58", + "name" : "inlet", + "type" : "number" + } + ] + } +} + + |
