tryerson

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by tryerson

  1. I am missing a key step in setting DAC outputs using two LJTick-DACs on a T7 Labjack.  I have a sequence that executes the following code (copied from https://labjack.com/support/datasheets/accessories/ljtick-dac)

    err = LJM_eWriteName(handle, "TDAC0", 1.0)
    

    err = LJM_eWriteName(handle, "TDAC1", 2.0)

    err = LJM_eWriteName(handle, "TDAC2", 3.0)

    which is intended to set DACA to 1 volt and DACB to 2 volts for a LJTick-DAC connected to the FIO0/FIO1 terminal block of a T7 Labjack, and set DACA to 3 volts for a second LJTick-DAC connected to the FIO2/FIO3 terminal block on the same T7.

    What am I missing?

    Thanks in advance - much obliged