var fDesc=new Array();
fDesc[0] = "APOSS is the first choice, if an efficient integrated development environment (IDE) for motion control tasks and CAN communication is required. APOSS includes a high level programming language and offers powerful tools for drive optimization and application debugging.
Powerful, but Easy-to-use:
- Optimized for motion control plus PLC functionality and CAN network support
- Programming language similar to structured text supplemented with highly integrated motion control and CAN commands
- Recording and visualization of process data and motion profiles
- Comprehensive online help
- Industry-proofed by hundreds of applications and installed in thousands of machines worldwide
Application Range
Controllers powered by APOSS motion software are in use for…
- X/Y-positioning of components
- Adjustment of tools and probes
- Labeling of goods
- Winding of wire and ribbons
- Applying and positioning of glue";
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 = '';
}
}