I found some working diagnostics in ate7.zip on their FTP site.
The following works in gpib.conf.  Notice no _accel in the board type.
Apparently the "turbo" inscription on one of the ASICS is a bit fanciful.
DMA doesn't work but is not needed to read the counter.

interface {
    minor = 0    /* board index, minor = 0 uses /dev/gpib0 */
    board_type = "ni_nec_isa"
    name = "at"
    pad = 0    /* primary address of interface             */
    sad = 0    /* secondary address of interface           */
    timeout = T3s    /* timeout for commands */

    eos = 0x0a    /* EOS Byte, 0xa is newline and 0xd is carriage return */
    set-reos = yes    /* Terminate read if EOS */
    set-bin = no    /* Compare EOS 8-bit */
    set-xeos = no    /* Assert EOI whenever EOS byte is sent */
    set-eot = yes    /* Assert EOI with last byte on writes */

/* settings for boards that lack plug-n-play capability */
    base = 0x2c0    /* Base io ADDRESS                  */
    irq  = 7    /* Interrupt request level */
    dma  = 0    /* DMA channel (zero disables)      */

    master = yes    /* interface board is system controller */
}


On 11/19/2011 07:05 AM, paul swed wrote:
Is that an isa board as I recall?
I seem to remember the 7210 chip from ages ago.
Regards
Paul.

On Sat, Nov 19, 2011 at 9:48 AM, J. Forster<j...@quikus.com>  wrote:

Call or email National support. They were very good, last seen. Try and
get the diagnostics.

-John

===========


I got a National Instruments AT-GPIB board that I can't
make work.  It has a NEC 7210 in the upper right hand
corner of the board.  It also has a National Instruments
700454-01 A "TURBO 488" chip in a socket.
It has a ASSY180625-01  REV C2  a/n 3748.

I can't find gpib.conf parameters to make it it work.

The software does work with a PCIIa board.

--
Chuck Forsberg WA7KGX N2469R     c...@omen.com   www.omen.com
Developer of Industrial ZMODEM(Tm) for Embedded Applications
    Omen Technology Inc      "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231   503-614-0430


_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.




_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


--
Chuck Forsberg WA7KGX N2469R     c...@omen.com   www.omen.com
Developer of Industrial ZMODEM(Tm) for Embedded Applications
  Omen Technology Inc      "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231   503-614-0430


_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Reply via email to