11-23-2005 08:01 AM
11-28-2005 05:12 PM
11-29-2005 05:01 AM
hi there
i also had such problems with remote panels on cFP 2020 with LV 7.1 (both cFP and Host had the same versions). the problems involved the contents of tables and numerical indicators. at last i found that when i open the remote panel the contents shown on the host may differ from the actual values in the indicators on the server. we verified that by running the app on the target from LV (values correct) and by running the executable on the cFP with remote panel (values differ).
thus i add a "Update View" button on the front panel to re-write the current values to the indicators using local variables while the remote panel - connection was open. then i could actually see that the indicators on the remote panel were updated to the actual values. never found another solution for this behaviour ....
11-29-2005 07:50 AM - edited 11-29-2005 07:50 AM
Message Edited by Crusader on 11-29-2005 07:50 AM
11-29-2005 08:07 AM
hi there
the update button just took the data from the app and wrote it to the controls using local variables. but you are right, when the remote panel is deactivated on the client this won't work. you can poll the applications property "connections to client" on the server to trigger a update of the screen when ever a new client connects to the remote panel.