beautypg.com

AMETEK SLM-1 User Manual

Page 58

background image

Appendix A

Sorensen SLM-1 Chassis

ibrd(load,spec,20);
if (spec[3] == '9')
printf("\n SLM series specification error !");
/* Set the channel 1, preset off, current sink 1.0 amps and load on commands to the load. */
ibwrt( load,"chan 1;pres off;curr:low 0.0;curr high 1.0;load on ",51);
ibwrt( load,"meas:curr ?",11);
/* Get the load actially sink current from the load */
ibrd( load,rdbuf,20);
/* go to local. */
ibloc(load);
}

A-2

M540070-01 Rev Bl