05-08-2008 03:36 AM
05-08-2008 04:00 AM
Hi Vic,
can you show what you have so far? How do you try to print it? You can use an invoke node to get a picture of your graph and print it than.
Mike
05-08-2008 07:28 AM
Show us your code or at least the portion of the code which both refreshes / displays the image and where it prints.
You may have a race condition.. The printer is faster than the eye 😉 (At the least the print buffer). If the print command is reached before the image was processed, you'd end up with a blank picture.
RayR
05-09-2008 05:46 AM
05-09-2008 05:50 AM
Hi Mike,
Please find attached what I have done so far. I want to be able to print the signals on paper without the black background.
Vic
05-09-2008 06:24 AM
05-09-2008 07:28 AM
05-09-2008 07:35 AM
vicmart wrote:
There seems to be an error. The VI prompts me for some files e.g append VI
When? While loading, or while running? I use the same vi´s as you.
Mike
05-09-2008 08:27 AM
05-09-2008 08:29 AM
Hi Vic,
try this please. It is without the create picture solution. It uses only the vi´s which you use.
Hope this helps.
Mike