When debugging, I find it useful to have Graphs on my FPs. Mostly for running in simulation mode but sometimes I want to verify that the compiled code behaves the same way.
I currently have to replace all of my Graphs (fed with fixed size arrays) with Arrays since I can't define the FP element to be a fixed size, unlike arrays. This makes debugging a bit more of a pain than it needs to be.
Is it possible to gbet the option to define a Graph as being a fixed size so that this replacement step is unneccessary?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.