MexBIOS Development Studio: Palette, Inspector, Watch Window, Project Manager
PALETTE
Structure
Palette consists from sections in form of the bookmarks and the block groups as shown in fig. 1.
Fig. 1. Palette
The palette contains all blocks for the processor.
INSPECTOR
Structure
The Inspector window is intended for displaying and editing the block properties. To display and edit the properties the block should be selected.
Fig. 2. Inspector window
There are two properties groups: Design and Run-Time. The group Design contains settings of the block face and version, link to the block documentation and ability to place an image on the block.
The properties group Design
To the group the block face settings are related.
Fig. 3. The block parameters
Image
This property replaces the block face with selected image. The image should be copied to folder Images in the MexBIOS™ Development Studio directory.
Help
The property attaches any file to the block. The selected file should be copied to folder Help in the MexBIOS™ Development Studio directory.
Run-Time group
The group contains internal block properties. To the internal block properties are related, for example, the regulator coefficients, the motor parameters etc.
WATCH WINDOW
The window is intended for displaying the block parameters during the simulation and emulation in real-time mode.
Fig. 4. Watch Window
Adding components to Watch Window
- Into Watch Window only block parameters, and only the parameters, available in global data buffer (type Variable).
- Select the blocks.
- Press [F4] key or right-click one of the selected blocks to activate the pop-up menu and choose Add To Watch.
Fig. 5. Adding to Watch Window from contextual menu
Deleting components of Watch Window
- Pressing Delete key removes the selected components of Watch Window.
- Pressing button with icon clears Watch Window.
Saving parameters settings
- Pressing saves the values of Watch Window components in the corresponding block parameters. So the tuning coefficients of the regulators will be saved to the block parameters.
Changing the sequence of Watch Window components
- By pressing buttons the selected component moves up and down in the list of Watch Window components.
Changing value of Watch Window component
- Changing values of Watch Window components before starting the active mode (of simulation/emulation) does not really cause changes of the parameter settings.
Monitor handling
In the MexBIOS™ kernel there is an ability to view graphically the value changes of global variables. To trace the changes of value in any address of global data, the MexBIOS kernel with specified frequency saves data in the address into an array. This array is referred to as Monitor Channel. At the same time MexBIOS™ kernel can monitor up to 6 channels. MexBIOS™ Development Studio outputs channels in form of graphs.
- Function of the Monitor channels
- In column Ch of the Watch Window opposite to the address that is to be viewed in Monitor double-click the cell to activate a drop-down list.
- In opened list choose the channel number, in which the specified address will be viewed.
Fig. 6. Choosing first channel in forth address
Creating and activating Monitor window
To view the channels a Monitor window should be created.
- In monitor options panel click the button with icon , thereafter a new component appears in the available window list – it is created Monitor window.
- To activate the Monitor window double-click the corresponding component in the list.
- After closing the Monitor window it can be re-activate by double-clicking it.
- Number of created windows is unlimited.
Fig. 7. Creating and activating the Monitor window
Fig. 8. Creating and activating the Monitor window
- Deleting window
Pressing the button with icon removes the Monitor window selected in the list.
- Renaming window
Pressing the button with icon activates editor for renaming the component in the available window list.
- Channel settings
Fig. 9. Channel settings
-
Setting tick Collect data collects all incoming data to the Monitor.
-
Button RUN/STOP starts and stops Monitor refreshing (it does not influence the channels refreshing).
-
In drop-down list the dimension of horizontal (time) axis in milliseconds or in sampling periods can be defined: msec, samples.
-
Button SAVE allows to save a data array displayed in Monitor, when STOP button is pressed.
-
Button Clear clears the plots from the Monitor window.
-
Setting tick Show zero allows to view the whole graph at steady-state value.
-
Ticks Сh1…Ch6 switch on/off beams of the Monitor corresponding to the channels.
-
In drop-down list corresponding to channels Сh1…Ch6 the color of the corresponding beam is chosen.
-
The beam settings will be available, only if it is added to Watch Window, and the address is assigned to corresponding channel.
Fig. 10. Monitor window
PROJECT MANAGER