Howdy Phil_K,
Let's try configuring your GPIB interface to automatically assert the REN line when a device-level call is made. We can accomplish this through these steps:
- Open the Measurement & Automation Explorer (MAX) via Start»Programs»National Instruments
- Within MAX, expand My System»Devices and Interfaces to where you see your GPIB device
- Left-click on your GPIB device
- Under the GPIB Interface Properties on the right-hand side, check the box Assert REN when SC
As an additional piece of info, you could accomplish this by using LabVIEW as outlined in this article:
KnowledgeBase 2ICIL0M2: How Do I Set and Get the Status of the GPIB REN Line in LabVIEW. Alternatively, you could use the
viGpibControlREN() NI-VISA function in a text-based development environment like Visual Studio, LabWindows/CVI, etc. More info on the
viGpibControlRen() function can be found in the NI-VISA help.
Warm regards,
pBerg