VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

-307832 error with packed custom device

I have built custom device configuration and engine into lvlivp instead of llb. Custom Device is working correctly, but when I open system explorer, error -307832 is shown (attachment). 

 

Path in XML:

<SupportedTarget>Windows</SupportedTarget>
				<Source>
					<Type>To Common Doc Dir</Type>
					<Path>Custom Devices\packed\packed Engine Windows.lvlibp\RT Driver VI.vi</Path>
				</Source>
				<RealTimeSystemDestination>c:\ni-rt\VeriStand\Custom Devices\packed\packed Engine Windows.lvlibp\RT Driver VI.vi</RealTimeSystemDestination>

 RT Drive Path from packed:

C:\Users\Public\Documents\National Instruments\NI VeriStand 2015\Custom Devices\packed\packed Engine Windows.lvlibp\RT Driver VI.vi

Paths seem to be correct, because CD is working properly. Is there a way to clear that error in System Explorer? It looks like checking driver path is not working inside lvlibp.

 

Any ideas?

 

VS 2015 SP1

0 Kudos
Message 1 of 4
(3,847 Views)

It seems that the path you edited is correct.

Can you programmatically call the RT driver on LabVIEW specifying the path?

 

http://zone.ni.com/reference/en-XX/help/371361H-01/glang/open_vi_reference/

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 4
(3,824 Views)

Yes, I can open refrence and call by refrence, it is working correctly. It looks like function which checks RT Driver path in VeriStand does not work in lvlibp, but works with llb.

0 Kudos
Message 3 of 4
(3,821 Views)

I thought NI VeriStand was based on LabVIEW so, these behavior should be same...

 

I'll try to reproduce the issue.

 

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 4 of 4
(3,813 Views)