Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this class, you will become familiar with basic Node-RED terms, concepts, and the editor window, and understand the process for creating flows.

...

Exercise 1.2  Basic Node-RED Dashboard

In this exercise, you will configure the dashboard layout for the slider and gauge nodes by defining groups and tabs. 

...

...

titleTabs and Groups in Node-RED Dashboard

Dashboards in Node-RED are organized in Tabs and Groups, where a Tab is used to organize multiple web dashboards, and a Group is used to define a collection of UI elements (widgets in Node-RED terminology) that are related and placed in a common grid area of a webpage. For more information, refer to the Node-RED dashboard documentation.

To create this flow, perform the following steps:

  1. Download Exercise 1.2 from the SmartServer GitHub Repository Node-RED Tutorial folder folder and import it into the Sequencing widget.  
    This downloaded flow will serve as a template for the flow that you will be creating in this exercise , and will look similar to the following in your workspace:

    Note

    figure shown below. Flows downloaded from the SmartServer GitHub repository will be disabled when they are imported into the Sequencing widget.



  2. Click Deploy to save the flow.

    Image Added

  3. Click the Add Flow button () to begin creating a new flow.

    For SmartServer 4.0 Update 1 and prior, the Sequencing widget buttons appear as follows:

    Image Added

    For SmartServer 4.1 (Beta) and higher, the Sequencing widget appears as follows:

    Image Added

    A new flow tab is added to the workspace.

  4. Double-click the new tab on the workspace .
    The and enter the flow name in the Edit flow view appears.
    Enter the flow name.



  5. Click Done.

    The workspace appears.

    Image Added

  6. Drag the slider node and gauge node onto the workspace.



  7. Connect the slider and gauge nodes together.



  8. Click Depending on your Node-RED version, click the Dashboard button () or select select the Dashboard menu option.

    Image Added

    The dashboard layout appears.
    Image Removed
    Image Added

  9. Click the add +tab button.
    Image Removed
    Image Added

    A new tab is added to the dashboard layout.
    Image Removed
    Image Added

  10. Place your cursor over the new tab (Tab 2) and select the edit option.
    Image Removed
    Image Added

    The Edit dashboard tab node view appears allowing you to set the properties including the tab name (New Tab 2 in this example).



  11. Click Update

  12. Place your cursor over the new tab again and select the +group option.
    Image Removed
    Image Added

    A new group is added to the dashboard layout just below the new tab.

    Image Added

  13. Place your cursor over the new group and select the edit option.
    Image Removed
    Image Added

    The Edit dashboard group node view appears allowing you to set the properties including the group name (New Group 2 1 in this example).
    Image Removed
    Image Added

  14. Click Update

    The workspace appears.

  15. Double-click the slider node on the workspace.

    The Edit slider node view appears.
    Image Removed
    Image Added

  16. Use Group dropdown list to select the newly created tab and group.
    Image Removed
    Image Added

  17. Click Done.

  18. Double-click the gauge node.

    The Edit gauge node view appears.
    Image Removed
    Image Added

  19. Use Group dropdown list to select the newly created tab and group.
    Image Removed
    Image Added

  20. Click Done.

    The workspace is displayed.

    Image Added

  21. Click Deploy to save the flow.
    Image Removed
    Image Added

  22. Click DASHBOARD to generate the visual display.

    NoteNote: On the first use

     Prior to SmartServer 3.0, DASHBOARD appears as FLOWS on the first use.
    Image Removed

    NoteNoteAs you create multiple tabs/groups, a Menu button (Image Removed) will appear on the dashboard allowing you to select the tab/group from a list as shown in the example below.
    Image Removed


    Image Added

    The FLOWS view appears.

    Image Added

  23. Use the slider to change the value.
    Image Removed
    Image Added

  24. Click FLOWS to return to the Sequencing widget workspace.
    Image Removed
    Image Added

    The slider node reflects the value setting change in the workspace.

...