Hi, I'm trying to implement an Action Engine in a project I'm working on. One of the actions is for it to act as a global variable of an array. I stripped away all the other functions except the ones giving me trouble. I am able to initialize the array, and write to the array, but when I try to read the values back from the AE it gives me an array with nothing in it. I've tried using the AE to write and read in series and parallel, but I get the same result.
This seems like the most basic and simple implementation of an AE and I don't know what my issue is here. Anyone see anything?
Thanks,
gintree