From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to programmically set the time on a PDA

Anyone know if it possible to programmatically change a PDA's system clock using the LabVIEW 7.1 PDA module?
PDA = HP iPAQ 4700 
OS Pocket PC 2003  
Cheers, Paul
 
Cheers, Paul
Naval Surface Warfare Center - Carderock Division
West Bethesda, MD
0 Kudos
Message 1 of 2
(2,338 Views)
I do not know a lot about the API for your specific device, if there even is one, but there is not a way for a PDA app to communicate directly with it even if it exists. No invoke/property nodes.   You can, however, call a dll...so if you construct external code that performs this action you may be able to get it to work via a call library node.
 
-Brett
0 Kudos
Message 2 of 2
(2,327 Views)