03-19-2010 05:49 AM
Hi all,
I am initiating a .vi file from a program I use to log data from a device. When the .vi file is first executed from a process by the main visual c++ program, the behaviour is as expected, with all channel results logged to text-files (I use triggered, sequential loggging of the channels with the logging starting on the first activity on the channel) . When the application is again run after that, only the first channel is logged. This remains to be the case until I open the .vi file directly without the use of a process and save it (with no changes made). The next execution (when run as a process) is again as expected and defined. The execution after that only logs the first channel yet again. The channels logged produce consistent behaviour, so it has to be an issue with the .vi file or the execution thereof.
I end the Labview 7.1 process properly, using shortcut keystrokes, so I have no idea why this behaviour is occuring.
Does anybody have any explanation on this?
Thanks is advance
03-19-2010 05:53 AM
03-19-2010 10:18 AM - edited 03-19-2010 10:19 AM
Wall-e wrote:I am initiating a .vi file from a program I use to log data from a device. When the .vi file is first executed from a process by the main visual c++ program, the behaviour is as expected, with all channel results logged to text-files (I use triggered, sequential loggging of the channels with the logging starting on the first activity on the channel) . When the application is again run after that, only the first channel is logged. This remains to be the case until I open the .vi file directly without the use of a process and save it (with no changes made). The next execution (when run as a process) is again as expected and defined. The execution after that only logs the first channel yet again. The channels logged produce consistent behaviour, so it has to be an issue with the .vi file or the execution thereof.
I end the Labview 7.1 process properly, using shortcut keystrokes, so I have no idea why this behaviour is occuring.
Does anybody have any explanation on this?
03-19-2010 10:43 AM
altenbach a écrit:I am replying here, in the hope this thread will be move to the LabVIEW forum.
Note : The message was initially posted in the Breakpoint board. Now it has been moved, my previous message can be ignored.