David Thomson wrote in
news:bd808n$hqc$1@mwrns.noaa.gov:
> I'm still coming up to speed with LV RT and had a question. I
> understand the general philosphy of separating the UI and the
> deterministic part of the RT engine, but haven't gotten around to fully
> implementing that yet. As a first step, I was using the front panel of
> the RT application to show all kinds of configuration info and live
> data. I put a tab control on that panel to organize it. However, when
> I download and run the program from my host to the RT chassis, the tab
> control is unresponsive and I can only interact and see those controls
> on the first tab.
> Is this a known limitation of RT (LV 7.0) - that you can only see
> and interact on the host with those controls that are visible when the
> program starts?
>
> TIA,
> Dave
> -------------------------------------------------------------
> David Thomson 303-499-1973 (voice and fax)
> Original Code Consulting dthomson@originalcode.com
> www.originalcode.com
> National Instruments Alliance Program Member
> Certified LabVIEW Developer
> Certified Instrument Driver Developer
> -------------------------------------------------------------
> Research Scientist 303-497-3470 (voice)
> NOAA Aeronomy Laboratory 303-497-5373 (fax)
> Boulder, Colorado dthomson@al.noaa.gov
> -------------------------------------------------------------
> There are 10 kinds of people: those who understand binary,
> and those who don't.
>
>
It might seem that way, but that's not what's going on. When you deploy to
the real time platform, those sockets that pass live data to the GUI on the
host side either slow things down enormously, or take place with such low
priority that they never or rarely happen. You need to religiously keep
your real time process from sending live data to the GUI!
--
Scott
Reverse first field of address to reply