Hello


To add a custom variable to my_variables.sbc and modify it from an sbp file, follow these steps:
Add Custom Variable: In my_variables.sbc, declare your custom variable. For example:

&my_custom_variable = 0
Modify in SBP File: In your sbp file, you can modify this variable using:

&my_custom_variable = 100
For detailed instructions, you may want to provide specific code snippets and ensure proper syntax according to your setup.

Hope it helps !