Error when remotely configuring modules for the NI 9146

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

Hello,

Recently, I got an error message when remotely configuring modules or variables for NI 9148 or NI 9146. LabVIEW encountered this weird error message. I searched online for the resolution but I can’t resolve this issue without an expert’s advice. Any help would be appreciated.

 

Thanks for everything.

Error-1950678962 occurred at open variable connection in untitled 1.vi Possible reason(s): LabVIEW : the specified variable does not support the specified read, write, or open operation.

 

 

 

SHARE
Answered By 0 points N/A #168126

Error when remotely configuring modules for the NI 9146

qa-featured

When the URL’s of your variables are not in the correct format, you will receive Error -1950678962. The format ni.var.io://IPaddress/ModX will allow you to configure each module. In order to view the URLs for the scan engine variables, use the property node AllVariables[]. to stop receiving this error message, you will have to modify each variable to ni.var.psp://IPaddress/ModX/CHX.

Related Questions