var fDesc=new Array(); fDesc[0] = "SECS Pack is a software tool package designed for easy SECS/GEM driver interface development.
The SECS Pack package comprises of various components such as: DLL, ActiveX and DELPHI but this training is based only on the ActiveX component.
Topics for this course include:
* Introduction to the SECS Pack Custom Control
* Examination of the SECS Pack object hierarchy
* SECS-I and HSMS communications through the SECS Pack control
* Using SECS Library, SECS Transaction, SECS Message, and SECS Item objects to model machine-specific SECS-II message sets
* Using the SECS Pack sample applications, both as development tools and as examples of Visual Basic code using the custom control"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }