01-17-2006 08:57 AM
01-17-2006 09:11 AM
01-17-2006 09:47 AM
Bluetooth communication will only be used for transfering of data. The instrument is self contained and will download to the handheld (very little data). Industrial PDA is out of the question (powers that be decided so), and so is Wi-Fi. Medium duty mathematics = some light matrix math (3D rotation/transposition). Thanks for the response. You can find an example of the math here although this was not design to run on a PDA and I'm not incredibly familiar with the PDA development.
Greycat
01-17-2006 09:56 AM
The math seems to be fairly simple, although I don't remember whether the PDA module supports the formula node and it definitely won't support the ActiveX 3D graph (nor most other stuff which includes references). Also, at least the former versions of the module were somewhat buggy and I wouldn't be shocked if this code also triggered one of those bugs. The new 8.0 is probably better. At any rate, I can't bench this at the moment, but I would suggest that you come up with a pure math VI (no graphics) with timing and post it so you will get uniform results from all those who would be willing to test it.
In general, I don't think PDAs will be that slow when it comes to calculations like this one. This should probably take considerably less than a second (I wouldn't be surprised if it was less than a ms, as it's only a few lines of code).
01-17-2006 10:19 AM
01-17-2006 01:39 PM
02-21-2006 12:57 PM