12-10-2007 04:17 AM
12-12-2007 12:25 PM
Howdy,
LabVIEW 8.2 was the first PDA module version to support VISA. For more info please see this article. As for registry key manipulation, I don’t know. The first sentence in the article you listed above says: “If the driver for the infrared port on the PDA device supports the IrCOMM protocol, you can use the Serial Compatibility VIs in the LabVIEW PDA Module to communicate using IrCOMM.”
Basically, LabVIEW talks serial using the VISA VIs or the Serial Compatibility VIs. It is left to the hardware and driver of the PDA to take those serial commands and turn them into IrCOMM.
01-10-2008 05:41 AM
01-11-2008 10:38 AM
Hi Jabili,
First, make sure that you have installed VISA on the PDA. To do so, in the LabVIEW Project Explorer, right-click on your PDA device and select: Install>>Support for NI-VISA.
If I understand your question, when you try to choose a VISA Resource Name, as an input to a VISA function, on the PDA, nothing shows up as an option. However, when you do so for a VI on a PC, it does give you some options. This is most likely because those options that appear in the PC environment came from the Measurement and Automation Explorer (MAX). There is no MAX on the PDA. What you may want to do is dig through your PDA and find out the exact name of your resource is. Then, in the LabVIEW help, search for a document titled “VISA Resource Name Control.” This will help you understand the syntax of a VISA Resource Name. For example:
COM1 is ASRL1::INSTR
01-21-2008 06:37 AM
01-22-2008 02:11 PM - edited 01-22-2008 02:12 PM