09-23-2025 10:21 AM
Dear everyone,
I'm having issues trying to execute an external program inside a vi using System Exec.vi!
Platform: Windows 10, Labview2025, NI-XNET lib
What the .vi do:
I'm interfacing through CAN-bus using XNET with a device to retrieve MAC address. With that MAC I would like to generate a QRcode with an external python generated exe. The program cmd is the following:
cmd /c C:\Users\blablabla\SW_Collaudo_Inverter\qr_generator.exe --ssid EStorage_WiFi_629104 --encryption nopass --extra MACaddr:90b841629104
C:\Users\blablabla\SW_Collaudo_Inverter\qr_generator.exe --ssid EStorage_WiFi_629104 --encryption nopass --extra MACaddr:90b841629104
Both are working fine inside Windows CMD, wherever I launch them.
What I tried to solve the problem:
2) using the build path.vi
Anyway I'm attaching the vi.
Any help or suggestion will be really appreciated!
Cheers