JavaScope

The JavaScope is located in the main ultrazohm_sw repository in the folder ultrazohm_sw\javascope. The folder contains the following files

  • javascope_run.bat is the executable for Windows, start by double-clicking

  • UZ_GUI.jar is the binary build file of the JavaScope, the sources are in a separate repository

  • properties.ini is the configuration file that is loaded when starting the JavaScope

  • JS_plot_data.m is a Matlab script, that reads and plots the measurement data

  • lib is the folder including the required Java libraries

  • Log_yyyy-mm-dd-hh-mm-ss.csv is a log file that is created at every startup of the GUI

    ../../_images/gui0.png

    Fig. 179 JavaScope folder strucuture

Basics

The GUI is shown in Fig. 180.

../../_images/gui1.png

Fig. 180 GUI

  1. First, press the connect button (1) in order to connect your scope to the UltraZohm.

  2. You will see some moving signs at (2) if the connection was successful.

  3. The Stop (3) respectively Run button stops or restarts the scope. After the connection has been established, the Scope will be put into the Run mode automatically.

  4. You can switch between a Lightmode and Darkmode for the GUI on the fly.

  5. Go to the Setup Scope panel and press sendSelectData (all) to get the pre-selected values from the drop-down menus on the scope. For changing the entries of the drop-down menus, see Customizing.

  6. In the time-based scope it is possible to debug up to 20 values by receiving data from the ISR (R5 processor).

  7. In the top-panel it is possible to configure the data logging and time scale.

Description of the buttons and pages

Setup Scope page

The Setup Scope page is used to adjust the scope settings during operation.

../../_images/setupscope.png

Fig. 181 JavsScope Setup tab

  1. Up to 20 channels, out of a predefined variable selection, can be chosen and displayed.

    If other variables than the predefined ones are necessary, just change them in the ipc_ARM.c file of the R5 processor (see Customizing). Do not forget to press the sendSelectData (all) button always after selecting signals from the drop-down menus if you want to change them!

  2. Each channel can have a specific scale factor and an offset.

    The scale factor is comparable to the scale factor of an oscilloscope. It changes the value per grid unit.

    Do not forget to press the CHx button in the Set Scaling column if you want to change the scaling! Scaling can also be adjusted by clicking the + and - buttons. For setting offsets to the channels, type the offset value into the proper field and press the CHx button of the respective channel. The Scale All and Offset All buttons will update the respective settings for all 20 channels.

Control page

The control page is used to step through the state-machine of the system and for setting commands and reference values. All buttons and LEDs of the front panel are mirrored in the GUI. In addition, some slow data can be visualized.

../../_images/control.png

Fig. 182 Javascope Control tab

  1. The Enable System button has the same functionality as the hardware button on the main front panel.

    1. It sets the system state to enable which mainly enables IO and PWM pins.

    2. When the enable is confirmed by the R5 of the UltraZohm, the Ready LED on the front panel as well as its mirrored twin in the GUI will blink faster.

  2. The Enable Control button has the same functionality as the hardware button on the main front panel.

    1. It sets the system state to enable control which mainly executes a part of the ISR of the R5 where the user should place its real-time application code.

    2. When the enable is confirmed by the R5 of the UltraZohm, the Running LED on the front panel as well as its mirrored twin in the GUI will turn on in addition to the blinking Ready LED.

  3. The STOP button has the same functionality as the hardware button on the main front panel.

    1. It disables the control and system enable states. IOs and PWM are deactivated and the real-time application code in the ISR is no longer executed.

    2. From returning to the slow blinking of the Ready LED and turning off the Running LED it can be seen that the stop command was confirmed by the R5.

  4. The four LEDs mirror the LEDs of the front panel and always show the same state as the real LEDs do. In the case of an assert event in the UltraZohm no data is transferred anymore to the GUI. In this case, the Error LED will only be seen on the real hardware front panel.

  5. The receive_fields

    1. Here some user-defined slow data values can be visualized more prominently than in the slow data table.

    2. For the selection of which values are shown here, see section Customizing.

    3. If not all of the up to 20 channels are required, they can be set to JSSD_FLOAT_ZEROVALUE. They won’t be displayed then. Furthermore, they won’t be logged either.

  6. The send_fields

    1. Twenty values are available that can be used as references or setpoints for the user application.

    2. After typing in a value, press set for sending it to the R5. In ipc_ARM.c one can choose further usage of the value inside the application.

    ../../_images/ipcSend.png

    Fig. 183 Part of ipc_ARM.c where send_field_x values are received

  7. The mybuttons

    1. Besides the send_field values, there are 8 buttons available for the user. In ipc_ARM.c one can choose what happens when pressing the buttons.

    2. Below each button is a status indicator that can be triggered also in ipc_ARM.c if one likes to have feedback for the button actions. See /* Bit 4 - My_Button_1 */ in the right picture below for example usage.

    ../../_images/buttons1.png

    Fig. 184 left: further usage of the buttons, right: control of the status indicators of the buttons

  8. The Error Reset can be used to reset errors that occurred.

    1. What happens when pressing Error Reset can also be programmed in ipc_ARM.c

    2. For sending error codes to the GUI that are then displayed in the respective text field error code use the slow data variable JSSD_FLOAT_Error_Code.

  9. In the SlowData table it is possible to debug an almost endless number of values by receiving data from the ISR (R5 processor). However, these variables share one frame and are transferred in a chain. The more values are displayed, the longer it takes until they are updated. For changing the entries in the slow data table, see Customizing.

Warning

Error detection and handling have to be implemented by the user. The GUI just provides an interface.

Logging panel

The logging panel is used to setup the data logger of the GUI.

../../_images/loggingpanel.png

Fig. 185 logging panel

  1. The setTime button sets the time base of the Scope. It simply scales the time base of the scope by the selected value.

  2. After zooming in on one or both axis, the fixAxis button reverts the axis limits to the default value.

  3. Here the trigger level for a manual trigger can be set (e.g. 1V).

  4. With this slider, the preTrigger can be configured. (e.g. how much time is visible before the trigger event happens).

  5. The button setTrigger sets the selection for rising or falling edge for CH1->Ch4. Choose the desired setting in the dropdown menu above.

  6. The button SingleShot triggers the scope once.

  7. The button SaveScreen XLS saves the visible scope content in a xls file.

  8. The button Logging OFF respectively Logging ON toggles the data logger. If the button reads Logging OFF, pressing it will turn on the logger. If the button reads Logging ON and is highlighted green, pressing the button again will turn off the logger.

  9. The button Log FastData enables or disables the logging of the fast data (the selection in the Setup Scope page panel). If the selection is enabled, the text of the button is highlighted green. If the logging is active, this button is deactivated.

  10. The button Log SlowData enables or disables the logging of the slow data. The slow data values, which are logged, are the values displayed in the 20 receive fields. However, to reduce the file size, only values not equal to JSSD_FLOAT_ZEROVALUE are logged. For customizing them see Customizing. If the selection is enabled, the text of the button is highlighted green. If the logging is active, this button is deactivated.

  11. With the set n-th log value the logging rate can be configured. Only the x-th value will then be logged (e.g. Factor 10, only the values for every 10th timestamp will be logged). This logging rate counts for the fast and slow data. Choose the desired value from the dropdown menu above.

  12. The button allow ext. logging enables the start and stop of the logging via a status-bit of the R5. If this functionality is enabled, the text of the button is highlighted and the button Logging ON/OFF is disabled/overwritten. To activate this status bit, comment in the status-bit 12 in the ipc_ARM.c file and replace the variable for the condition with your own.

    Listing 210 Status bit in ipc_ARM.c to transmit the external data logger signal from the R5 to the GUI. Has to be commented in
    1 /* Bit 12 - trigger ext. logging */
    2  // if (your condition == true) {
    3  //   js_status_BareToRTOS |= (1 << 12);
    4  // } else {
    5  //   js_status_BareToRTOS &= ~(1 << 12);
    6  // }
    
  13. Status indicator to display, if the logging is active. It is highlighted green and displays Log ON if either the logging through the GUI-button press or via the external signal is active. If no logging is active, the text states Log OFF.

Customizing

The GUI itself and the variables that are visualized can be customized by the user.

Adjusting the properties.ini file

Some settings can be configured before the start-up of the GUI in the properties.ini file.

  1. The smallestTimeStepUSEC variable sets the time, with which data is assumed to be transferred to Java. It’s used to calculate the time-axis of the scope and logger. It should match the sample time of the ISR (e.q. ISR-frequency of 10kHz -> smallestTimeStepUSEC=100).

  2. The initScaleChx variable sets the initial scaling factor for each of the 20 channels in the scope. Use delimiter (;) to separate the scaling values for the channels.

  3. The initOffsetCHx variable sets the initial offset for each of the 20 channels in the scope. Use delimiter (;) to separate the scaling values for the channels.

  4. The preSelectedChannelNumbers variable sets the pre-selected channel number for each of the 20 channels in the scope. The numbers correspond to the JS_OberservableData enum in the javascope.h file (E.g. selecting 1 for CH1 will set CH1 to ISR_ExecTime_us). Use delimiter (;) to separate the scaling values for the channels.

  5. The preSelectedChannelVisibility variable sets the initial visibility for each of the 20 channels in the scope. Using 0 disables the visibility of the specific channel, whilst 1 turns it on. The visibility of the channels can still be changed during runtime by clicking on the appropriate channel in the legend of the scope. Use delimiter (;) to separate the scaling values for the channels.

  6. Panel extension selection. Setting the ParameterID variable to 1 enables this extension panel.

Add variables to the scope drop-down menus

For adding a variable to the drop-down menus of the 20 scope channels, two steps are required:

  1. Open javascope.h (Vitis: Baremetal\src\include\) and add the name that should appear in the drop-down menu into the enum JS_ObservableData inside javascope.h (see blue box in the middle picture below). Pay attention to the naming convention starting with JSO_.

  2. Open javascope.c (Vitis: Baremetal\src\sw\) and assign a pointer of the variable to be viewed in the scope to the new enum entry from step 1 (see red and blue boxes in the right picture below).

The GUI parses the enum JS_ObservableData at startup and your new variable will appear in the drop-down menu (see green box in the left picture below). This way the user can add an almost infinite number of observable variables to the list, where 20 of them can be seen in the GUI at the same time.

../../_images/addscopevariable.png

Fig. 186 Correlation of javascope.c, javascope.h and GUI for adding scope data

Add variables to the slow data table

For adding a variable to the slow data table, two steps are required:

  1. Open javascope.h (Vitis: Baremetal\src\include\) and add the name that should appear in the slow data table into the enum JS_SlowData inside javascope.h (see the blue box in the middle picture below). Pay attention to the naming convention starting with JSSD_INT_ or JSSD_FLOAT_.

  2. Open javascope.c (Vitis: Baremetal\src\sw\) and assign a variable to be viewed in the slow data table to the new enum entry from step 1 (see red and blue boxes in the right picture below).

The GUI parses the enum JS_SlowData at startup and your new variable will appear in the slow data table (see green box in the left picture below). This way the user can add an almost infinite number of slow data variables to the list. The longer the table, the slower it is updated, because the slow data are sent one after another with each scope data frame.

../../_images/addslowdatavariable.png

Fig. 187 Correlation of javascope.c, javascope.h and GUI for adding slow data

Customize the Control tab in the GUI

For better usability and presentations, one might want to customize the slow data variables to be shown in the receive_field_x section as well as the description and physical units of send_field_x and receive_field_x entries in the control tab of the GUI. All those can be customized in the javascope.h file. Towards the end of this file, you will notice a commented-out section that begins with /* Visualization Config for GUI */. The text below is parsed by the GUI at startup and configures some text and the slow data to be displayed in the receive_field section. As shown below, one can simply change the text strings to adopt the GUI for the user application. The eight individual buttons can be labeled in the same way.

../../_images/customizingGUI.png

Fig. 188 Correlation of javascope.h and text entries in the GUI

The selection of which slow data values are displayed in the receive_field section works the same way. Simply copy the proper entries from the JS_SlowData enum into the commented out enum at the end of the file javascope.h as shown below. The slow data values of the twenty JSSD_FLOAT_x entries that are above the JSSD_FLOAT_Error_Code will be displayed in the receive_fields 1 to 20 from top to bottom. The JSSD_FLOAT_Error_Code value is always mapped to the error code text field of the GUI and should not be changed.

../../_images/customizationslowdata.png

Fig. 189 Correlation of javascope.h and which slow data are displayed in the control tab

If not every out of the 20 receive_fields is needed, the unnecessary channels can be set to JSSD_FLOAT_ZEROVALUE. They will appear as value 0 in the receive fields. Furthermore, to reduces the size of the .csv logging file, the receive_fields with the value JSSD_FLOAT_ZEROVALUE won’t be logged.

Known issues

Warning

  • If the JavaScope is distorted or the font is not readable, this may is due to an old Java version.

  • If this is the case, just update your local Java version, as described in the section Installation.

See also

Designed by

Philipp Loehdefink (THN), Sebastian Wendel (THN), Eyke Liegmann (TUM), Michael Hoerner (THN) , Dennis Hufnagel (THN) in 04/2022