LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

System Exec. vi - Different issues

Solved!
Go to solution

Hi, 

 

We are trying to execute a command via SystemExec.vi and we did it (more or less).

 

The issue is the next:

We did the VI in a computer with LV15 and here it works.

Then we did the same VI in LV17 and it doesn't work.

Then we build an application (.exe) of this VI from LV17.

The exe works in computers that have LV17 Run-Time Engine on them and in the computer that has LV15.

But the .exe doesn't work in the computer that have LV17.

 

We run the command from a network directory. And yes, we tried with the cmd /c. So we don't know what to do.

 

The application give us these errors. 

 

Thank you in advance.

 

 

0 Kudos
Message 1 of 4
(261 Views)

Error 267 was discussed here: Error 267 occurred at System Exec.vi.

As first suggestion would like to recommend to try to use full absolute path to the executable and may be remove characters with accents like ó from the dir's names to avoid possible troubles with multibyte chars in the path.

 

0 Kudos
Message 2 of 4
(218 Views)

Hi Andrey, thanks for your response.

 

I already read that post, but i dont use the Current VI'S Path Function and i already checked the paths that im using.

 

I tried to delete the accents and using the full absolute path, but it didnt work.

0 Kudos
Message 3 of 4
(210 Views)
Solution
Accepted by topic author xespizua

Nevermind, I fixed the error, one of the files was corrupted.

0 Kudos
Message 4 of 4
(92 Views)