I am having trouble uploading a file (auto alignment data) from an Electroglas 2001 prober using a Windows Forms application developed under Visual Studio 2010. When I write the "UP" command to the prober, the prober's screen shows XIO BUSY as though it is responding to the request, but I never get a service request from the prober - i.e. mygpibdevice.Wait(GpibStatusFlags.DeviceServiceRequest) throws a timeout exception, as does mygpibboard.WaitForSrq(). A serflags = mygpibdevice.SerialPoll(); returns 0x00 in serflags. A statflags = mygpibdevice.GetCurrentStatus(); returns GpibStatusFlags.IOComplete. Any suggestions on why I'm not getting a DeviceServiceRequest from the prober? Anyone have code that successfully uploads a file from the prober?
↧