Just about getting started with JUMO mTRON T system. Iβm well familiar with programming in general and an expert in PLC programming. But I'm new to both CoDeSys and the mTRON T. I have (tried to) made a small PLC application with CoDeSys, just to observe if digital inputs can be read and outputs set by a PLC application. But I'm not getting anywhere. Anyone with experience with the JUMO mTRON T CPU and it's PLC functionality?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just about getting started with JUMO mTRON T system. Iβm well familiar with programming in general and an expert in PLC programming. But I'm new to both CoDeSys and the mTRON T. I have (tried to) made a small PLC application with CoDeSys, just to observe if digital inputs can be read and outputs set by a PLC application. But I'm not getting anywhere. Anyone with experience with the JUMO mTRON T CPU and it's PLC functionality?
first attempt is to make a very simple program to make an output to true
var
out1 at %QX0.0:bool:=false;
end_var
this is above the line
below write
out1:=true;
try above and revert with comment.