You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55-37
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,11 @@ And if you share the workflow with someone else, they get your controller as wel
15
15
16
16
## Getting started
17
17
18
-
The Controller is an extra sidebar tab. Like other sidebar tabs, just click it to bring the Controller into view.
18
+
The Controller is toggled using a button in the top menu. When the sliders icon is blue, the Controller is active.
19
19
20
-

20
+

21
+
22
+
To create a Controller window, right click on the background and select "New Controller" from the menu (if it isn't there, check the Controller is active!).
21
23
22
24
At first, the Controller will be empty. To add nodes to it, right-click on the node and in the Controller Panel menu select "Include this node".
23
25
@@ -47,27 +49,45 @@ of the original limits the workflow may fail to validate on the server.
47
49
48
50
You can change the way the scrollwheel interacts with the sliders, and the keys required to edit the limits, in the main settings.
49
51
50
-
## Getting more organised
52
+
## Groups and Tabs
51
53
52
-
For more complex workflows, you will probably find that there are quite a few nodes that you want to be able to control.
53
-
The controller scrolls to accomodate as many nodes as you like, but we can do better than that...
54
+
A new controller will show all of the selected nodes - that's what is meant by the 'All' in the top left hand corner.
The little lightning bolt icon is used to show/hide any nodes that were added as advanced controls.
70
+
If there are no advanced control, this icon won't be shown.
64
71
65
-
If there are nodes that you only occasionally need to interact with, you can designate them as 'advanced controls' when you
66
-
add them to the controller. Advanced controls will only be shown if the 'Advanced controls' icon (the gears in the top right hand corner) is blue,
67
-
and the node in the workflow gets an open circle in place of the dot in the top right. The gears icon only appears if there are advanced controls to show or hide!
72
+
The no-entry sign (circle with slash) is a placeholder - in a forthcoming release it will be
73
+
used to toggle the group between active and bypassed.
68
74
69
-
### Collapse nodes
75
+
In the top right there is a minimise button, and a close button which can be used to minimise or close
76
+
this controller window. A minimised controller just shows the tab name and the 'X':
77
+
78
+

79
+
80
+
click the tab name to restore the controller to full size.
0 commit comments