You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a reminder about making new variables in the robot project.
When you make a new variable you need to do a few things:
1: Make sure you initialize it in the beginning of begin.vi
2: Make sure you create it in the Global Variables Library
2.1: When you put the variable in the library, we are now starting to number each variable. Find the last number used, and add one. Put that number at the beginning of the name.
EDIT: The numbering only applies to the refnums, not the Values
Thank you!
Morgeno
The text was updated successfully, but these errors were encountered:
Hey Everyone,
This is just a reminder about making new variables in the robot project.
When you make a new variable you need to do a few things:
1: Make sure you initialize it in the beginning of begin.vi
2: Make sure you create it in the Global Variables Library
2.1: When you put the variable in the library, we are now starting to number each variable. Find the last number used, and add one. Put that number at the beginning of the name.
EDIT: The numbering only applies to the refnums, not the Values
Thank you!
Morgeno
The text was updated successfully, but these errors were encountered: