LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

invoke node error

Hi everybody,

I'm using import invoke node to import a language file into my vi before running it but I receive an error. Error 1000 ocurred at invoke node in main.vi.....? The path I link to import invoke node is right but It generates this error. Why?

I attach you the piece of code where the error is generated. Also I attach the vi that return the path to the import invoke node.

Thanks,

ToNi.
0 Kudos
Message 1 of 4
(2,805 Views)
This is the vi that returns the path to the import invoke node and this path is right.

ToNi
0 Kudos
Message 2 of 4
(2,803 Views)
Hi,

I have found the problem to this... The type specifier VI Refnum that I link to open reference block makes that Import VI Strings block doesn't recognize this reference but if I delete the type specifier VI Refnum and I don't link it to open reference it works fine. But I need to link type specifier VI Refnum to open reference block because I use the method call by reference after and.... then.... How can I do it?

Thanks very much,

ToNi.
0 Kudos
Message 3 of 4
(2,794 Views)

hi there

don't connect the "type specifier VI refnum" to the "Open Reference" function. Leave this connection blank. Then use the "Run VI" and "Get Control Value" methods. see attachment.

 

 

 

 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 4 of 4
(2,781 Views)