06-09-2018 07:29 AM
hi i created a vi that execute a C++ code. the problem is that my c++ create a txt and it works when execute it on xcode, but when i call it from labview it doesn't create my txt
do u have any solution ?
salut j'ai créé un vi qui exécute du C++. le probleme c que celui ci marche quand je l'execute seul et cree le txt que je lui demande de creer mais lorsque je l'appelle sur labview il ne crée pas de txt.
avez vous une solution svp c urgent?
06-09-2018 10:23 AM
Just a possibility, but how are you specifying the path of the file you're creating?
Is it possible you have a relative path and the different callers produce a different path and you're either unable to write the path produced when calling in LabVIEW due to different permissions for that path, or that it's just not the path you're looking for?