The Override Inspector is a useful tool available in all BlackBoxes which support overrides. It will list all available overrides, and help you understand what they do, what options they have, and will help you generate the code needed to apply the override permanently using the
BlackBoxOverride() function.
Getting Started
To use the Override Inspector, you must
enable BlackBox debugging. Once BlackBox debugging is enabled, any BlackBox which supports overrides will display a small setup/cog icon in the top right of the WebViewer. If you can't see the cog icon, then the BlackBox you're using doesn't support overrides.
Clicking this icon will open the Override Inspector and you'll immediately be able to see a list of overrides that are available to use, and which overrides have already been applied.
Clicking any of the override options in the list to the left will display a description of the override, and the possible values that you can apply. This will also show you any override options you've set, so its a good tool to check if your overrides have been applied correctly or not.
Changing the values within the Override Inspector won't permanently apply the override to the BlackBox, however The Override Inspector will automatically generate the code for you to copy and paste into the web viewer calculation using
BlackBoxOverride().

Comments