Error 1026 occurred at close reference in Cscope

Asked By 10 points N/A Posted on -
qa-featured

Hi Pro,

Need Professional guidance to solve my error, so I landed up here. I got this error when I am trying to save reference in an function global variable shift register. Googled the error message and I got cause for this error is VI reference is invalid. Explain me how to make it valid and solve the issue. Your help is appreciated.

Image of the Error

Error Message in the Image

Error 1026 occurred at Close Reference in cscope run vi.vi->Cscope control driver.vi->Minimum scope.vi

Possible reason(s):

LabVIEW: IV Reference is invalid

SHARE
Answered By points N/A #179358

Error 1026 occurred at close reference in Cscope

qa-featured

This error means, the control driver reference is not appropriate. You are using the Control Driver with a different version of Labview than the service built it in. They built it in Labview 2012 but you are using Labview 2012 SP1, so you need to re-build it.

To do that, first of all, open the vi 'Cscope vi container.vi' from the “Cscope Control Driver.llb” and then click on 'Save All'.

The “Save All” will recompile all the sub VI's as well as save them back. 

Related Questions