LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My device don't understand any other commands except addressing. How to use it in LabView?

Advise me some usefull things please.
Many thanks in advance
0 Kudos
Message 1 of 4
(2,691 Views)
More information is needed to help with this. What interface are you
using? (GPIB, VXI, etc...). If it's GPIB, and can only be addressed,
there may be a problem with the messages being sent. Also, make sure
that HS488 is turned off if your instrument is not compatible (and it's
a GPIB instrument.

A little more info would help in solving this problem.

Thanks,

Kevin Mescher
0 Kudos
Message 2 of 4
(2,691 Views)
Here's how to manually address a GPIB device.


1. Assert the ATN and REN lines
2. For listening, assert the sixth bit (B5 on a scale of B0 to B7) of
the data lines
3. For talking, assert the seventh bit

Set the 5 LSB's (least significant bits) to the binary address of your
device.

At some point, the device should have asserted the NDAC line. The NRFD
line should not be asserted at the moment.

When all of those steps are complete, assert the DAV line until the
device asserts NRFD. You can then unassert the DAV line.

After those steps are complete, the device should be either listening or
talking (depending on what you set) and in remote mode.

After it's addressed, you can send commands to it manually by byte.

For more info, see this book:

Caristi,
Anthony J. IEEE-488, General Purpose Instrumentation Bus
Manual. San Diego, Academic Press, 1989.

Library of Congress call no: TK7895 B87 C37 1989


Hope this info helps.
0 Kudos
Message 4 of 4
(2,691 Views)
If it's an acquisition card, you have to use the InPort and OutPort VI to
write directly at the address of the card .
Under Win NT you must use a patch, and be carreful...

"Vi" wrote in message news:8p7ibl$tb4$1@gavrilo.mtu.ru...
> Advise me some usefull things please.
> Many thanks in advance
>
>
0 Kudos
Message 3 of 4
(2,691 Views)