Ok, so we’re trying to upload new code onto the roboRio but every time I try, it keeps running the code from last year. But when it has a problem loading (all the time) I keep getting this.
WPI_CamersSetScaledAttr.vi loaded with errors on the target and was closed.
LabVIEW: (Hex 0x627) The function name for the niimaqdx.dll: LV_IMAQdxAttributeBatch:C node cannot be found in the library. To correct this error, right-click the Call Library Function Node and select Configure from the shortcut menu. Then choose the correct function name.
Deployment complete with errors.
I don’t have a Call Library Function Node in the code, should I? And if so, what should the function name be?
I think you need to activate NI Vision. Open the NI License Manager and see if the vision stuff at the bottom is activated. Use the same serial number as you used with LabVIEW.
First I would find this vi and see if it is broken:
WPI_CamersSetScaledAttr.vi
You can do a find in LabVIEW to find this vi. If it really is broken then you will need to fix the problem. Do you know how to tell of vi’s are broken?
If this vi is actually functional then we have a different problem.