Y-UNOS (Yamaha Unified Network Operation Service)

Y-UNOS (Yamaha Unified Network Operation Service)

1. Summary

This is the page for operations related to the Y-UNOS function.

This function is not available when the stack function is enabled.

2. Top page

This is the top page for the Y-UNOS.

2.1. System settings

  • Displays the current status of the Y-UNOS function.

  • Press the "Setting" button to display a page where you can change the settings of the Y-UNOS function.

    • The button is disabled when the stack function is enabled.

2.2. Detected devices list

  • Press the "Next" button to display a page where you can check the detected devices' information.

    • The button is disabled when the stack function is enabled.

3. System settings page

This page is for configuring the Y-UNOS settings for the system.

Enter the settings, and then press the "Confirm" button.

If there are no mistakes in the input content of the confirmation screen, press the "OK" button.

3.1. System settings

  • Y-UNOS function

    • Specify whether to enable or disable the Y-UNOS function.

4. Detected devices list page

This page displays the information of devices detected by the Y-UNOS function.

4.1. Detected devices list

  • Displays the information of devices detected by the Y-UNOS function.

  • Up to 128 items will be displayed.

  • You can search neighbor information from the "Search" box.

    • Press image to execute the search.

    • Press image to clear the search.

    • You can use regular expressions shown below in search keywords.

    • Lowercase and capital letters are treated the same for keywords.

      Syntax Explanation

      A

      The character "A"

      ABC

      The characters "ABC"

      [ABC]

      One character, either "A", "B" or "C"

      [A-C]

      One character between "A" and "C"

      [^ABC]

      An arbitrary character that is neither "A", "B" or "C"

      .

      An arbitrary character

      A+

      At least one "A" character

      A*

      At least zero "A" characters

      A?

      Zero or one "A" character

      ^A

      A string that begins with "A"

      A$

      A string that ends with "A"

      ABC|DEF|GHI

      "ABC", "DEF" or "GHI"

      A{2}

      Two "A" characters (AA)

      A{2,}

      Two or more "A" characters (AA, AAA, AAAA…​)

      A{2,3}

      Two to three "A" characters (AA, AAA)

      \b

      Word breaks, such as spaces

      \B

      Any character besides \b

      \d

      An arbitrary number (same as [0-9])

      \D

      Any character besides numbers (same as [^0-9])

      \s

      Single breaking character

      \S

      Any single character besides \s

      \w

      Alphanumeric characters including underlines (same as [A-Za-z0-9_])

      \W

      Any character besides \w

    • Press image to update information to the latest information.

    • The number of search results to display at one time can be selected by pressing "Display number" on the "Select" menu.

    • Press the sort switch to sort by each item.

      • With default settings, the list is sorted in ascending order by model name.

      • Press the sort switch again to toggle between ascending and descending order.