var fDesc=new Array(); fDesc[0] = "EasyVEEP is the great free of charge graphical 2D process simulator with numerous attractive examples on PLC training. You can train with EasyVEEP in English, Spanish, German, French, Hungarian, Swedish version. Some of the modules that are available: Hot water tank, Three cylinders, Elevator, Washing machine, 7-segment display and more.

Here is one of the module where you can train:

Hot water tank

With the aid of inlet and outlet valves, you can fill and empty the tank cyclically and maintain the water temperature between two limit values. Sensors can also be moved with the mouse with the control operating.

- 4 sensors for measuring various levels (minimum level, lower level, upper level, maximum level)
- 2 sensors for temperature measurement (minimum temperature, maximum temperature).
- 4 actuators for control of temperature and water supply (inlet valve (fast inlet and slow inlet), outlet valve, heating)."; 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 = ''; } }