Quote:
Originally Posted by aeastet
I am working on a major upgrade to your code. Even if you choose not to use it you should look through it and try to learn from it. Do you have a place for me to put the code when I am done?
|
If you message me your email, I can add you to a google drive folder that our team has been using to transport and store code. Thank you!
Quote:
|
Originally Posted by The_Waffleing
Is there any particular reason for doing that. another thing that you can do for your begin.vi is replacing the write global variable that you have going with a funcional global variable (FGV) since the only place your are needing all that information is in autonomous.
|
I don't quite understand how a functional global variable would help in this situation. We are only writing the variable once (in begin.vi), so why would the data need to be feed into a loop/shift register? Thanks for your help.