Jump to content

burak

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by burak

  1. I have to write some program in Labview i know code how i should activate it,

    but i didnt use 488.2 earlier.

    Piece of that program is:

    // Setup Scanner

    SCAN = ibdev (0, 24, NO_SAD, T100ms, 1, 0); //

    T100mS works for my machine, errors when less than 100 uS.

    ibconfig (SCAN, IbcEOT, 0); // Sets EOS bit to 0

    // Set Line A open

    ibstop(0); // Stops the GPIB0 board

    ibwrt (SCAN, "A00\n", 4);

    but i cant find any example where i should write this commands,

    i looked for examples on www.ni.com pages but i dont found.

    Does anybody knows how do that???

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.