The PPOLL RESPONSE statement enables or disables the local IEEE-488 device parallel poll response to an active controller parallel poll request. You specify either an interface select code or an I/O Path and an enable value. An enable value of one enables the parallel poll response, whereas a zero value disables it. This statement is only supported by the IEEE-488 interface. For example:
ASSIGN @Gpib to 7
PPOLL RESPONSE @Gpib;1
The device must have been previously configured for a parallel poll response with the PARALLEL CONFIGURE statement.