"Cano Soler, Angel <angel.cano@itp.es> wrote:
> Hello all:
>
> I am using a VEE program to acquire data from a VXI chassis and show it
> continuously in real time. I am using XY graphics to show data, and my problem
> is that even in runtime program, if I click the mouse onto the graphics it
> stop. The more dangerous part is that data acquisition is also stopped, so I
> can not, for example, do a graphic zoom. Is there any method to show data
> independent of other part of the program?. I am using VEE 6.0, is it a
> multithreading enviroment or not?
What I would do is to have the data displayed by a second VEE program.
that is, do all your data acq with one VEE program but have it call
and pass data to a separate VEE program. That way you have a true
multi-threaded environment and what you do with the graphic
display won't affect the data acq part.
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> Hello all:
>
> I am using a VEE program to acquire data from a VXI chassis and show it
> continuously in real time. I am using XY graphics to show data, and my problem
> is that even in runtime program, if I click the mouse onto the graphics it
> stop. The more dangerous part is that data acquisition is also stopped, so I
> can not, for example, do a graphic zoom. Is there any method to show data
> independent of other part of the program?. I am using VEE 6.0, is it a
> multithreading enviroment or not?
What I would do is to have the data displayed by a second VEE program.
that is, do all your data acq with one VEE program but have it call
and pass data to a separate VEE program. That way you have a true
multi-threaded environment and what you do with the graphic
display won't affect the data acq part.
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".