bfattouh
unread,Oct 15, 2004, 5:35:17 PM10/15/04You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thank you Logan S. for your message. The reason I Don't want to
programm the DMM in LabVIEW, is that I have a graphical user interface
for the NI-4060 device developed with Java, and which is intended to
control this device remotely, so I need a wrapper as a an interface
between java code and C code based on VISA Library to access and
control the VISA device, that is N-4060. Possibly the interface can be
developed using JNI (Java Naming Interface).
Now, I run some C code using VISA library to communicate with device,
I could access the device using its description string
(PXI2::13::INSTR), but I want to read the measuring data, I figured
out that : viRead(ViSession vi, ViPBuf buf, ViUInt32 count,ViPUInt32
retCount) is not supported by the PXI INSTR class, so how can I read
data using VISA library.
In the extent to this issue, when it is useful to use either IVI or
VISA libraries?
Thank you for the help.