Hello,
first and foremost sorry for my bad english
😉 hope you understand anyway...
i've tried to configure a simple parallel poll routine on gpib bus.
i followed this instruction : docs.jach.hawaii.edu/JCMT/gpib/gpib_appnote5_polling/gpib_appnote5_polling.pdf
i've tested the parallel poll with one single device , connected to my pc-interface, but i had no success..
//reset
SendIFC(0);//parallelpoll configure
Sense = 0;
PPollConfig(0,Deviceadress, Dataline, Sense);//execute parallelpoll
PPoll(0, Response)I set the Sense to 0, so the device should assert the dataline, if the IST value is equal 0.
I thought this should be pretty nice for testing ..
But the Response is always 0..
Is it possible that not every device could be configured for parallel polling ?
anyone has an idee ?
greatings,
wantai