motor control problum

so my programming team and i wrote a motor control and it dose not work it says on the driver station:

“WPI_MotorControlRefNum Registry Get.vi>>Teleop.vi>>Robot Main.vi”

or error 44007.

the team has tried to figure out what is wrong but cant any help is appreciated. that is what we did.

https://asset1.basecamp.com/2828922/projects/8258661/attachments/132754128/6a17383dd040c08fc3fb9618427b85080010/original/labview%20%202015%20motor%20program.PNG

That usually means you mis-spelled the name of one of the things you Open’ed or it was never Open’ed in Begin.vi.
So the code is trying to get something that hasn’t been Open’ed or named.

Mis-spelling includes extra spaces and use of caps instead of lowercase.

ok thanks i’ll check