Hi Bryan,
I have a follow up question regarding global variables in C-Scripts.
You are writing that all variables in Code declarations are global in the local C-Script, but they are not accessible from other C-Scripts. This seems logical and it corresponds with my simulations (Normal and CodeGen).
However, as soon as I want to generate code for the RT Box the compiler writes an error that the same variable is defined multiple times (same happens for functions). Renaming all variables and functions for each C-Script resolves this problem. Therefore my question, are they just disturbing each other’s or are they now global for all C-Scripts?