I have noticed what I think is a bug when a function running in one interval calls another that is running at a different interval.
The problem, in this case, is that the lines drawn reflect changes in the called EFS return and not what I think should be the return of the Caller EFS. This looks to me like it could be a called by address type error in eSignal, but maybe the experts can see some error in my code I'm missing.
I have recreated the error with a pretty simple set of EFS files (the original problem was created in a much more complex set of EFS files). CallerTest.efs is the Caller, and is attached in this message...CalledTest.efs is the called EFS and will be posted in the next message.
CallerTest.efs has the instructions for running.
Thanks for any help!
Garth
The problem, in this case, is that the lines drawn reflect changes in the called EFS return and not what I think should be the return of the Caller EFS. This looks to me like it could be a called by address type error in eSignal, but maybe the experts can see some error in my code I'm missing.
I have recreated the error with a pretty simple set of EFS files (the original problem was created in a much more complex set of EFS files). CallerTest.efs is the Caller, and is attached in this message...CalledTest.efs is the called EFS and will be posted in the next message.
CallerTest.efs has the instructions for running.
Thanks for any help!
Garth
Comment