GPIB Initialization Function

Configures the GPIB interface at address string.

Refer to GPIB Function Defaults for more information about the timeout and address defaults.


icon

Inputs/Outputs

  • cbool.png require re-addressing (T)

    If require re-addressing is TRUE, the function addresses the device before every read or write.

    If FALSE, the device must be able to retain addressing from one read or write to the next.
  • cbool.png assert REN with IFC (T)

    If assert REN with IFC is TRUE, and if this Controller (specified by the ID in address string) is the System Controller, the function asserts the Remote Enable line.

  • cbool.png system controller (T)

    If system controller is TRUE, this Controller acts as the System Controller.

  • cstr.png address string

    address string sets the GPIB address of the GPIB controller itself.

    The default value for address string is the configured address for the primary GPIB controller on your system. The configured address is usually 0. You usually do not need to wire this input.

    When there are multiple GPIB controllers that LabVIEW can use, a prefix to address string in the form ID:address (or ID: if no address is necessary) determines which controller the function uses. If a controller ID is not present, the function defaults to controller (or bus) number 0.

  • cbool.png IST bit sense (T)

    If IST bit sense is TRUE, the Individual Status bit of the device responds TRUE to a parallel poll; if IST bit sense is FALSE, the Individual Status bit of the device responds FALSE to a parallel poll.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • cbool.png disallow DMA (F)

    If disallow DMA is TRUE, this device uses programmed I/O for data transfers.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.