Double Declaration error #136
Answered
by
visose
alexmkrolak
asked this question in
Q&A
-
I'm having an issue with a KR30 robot. When I upload the files I get 8 double declaration errors (error #: 2324) which all refer to the Global variables declared in the .DAT file. The SRC and DAT files are in their own folder in the R1/Program/ folder on the robot. Any tips? |
Beta Was this translation helpful? Give feedback.
Answered by
visose
Jan 24, 2022
Replies: 1 comment 2 replies
-
This means the same variable name appears twice. This is likely because you have two .dat files in your robot in different places. Delete all the previous files generated with Grasshopper from the robot. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
visose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This means the same variable name appears twice. This is likely because you have two .dat files in your robot in different places. Delete all the previous files generated with Grasshopper from the robot.