Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

JUMO mTRON T

delxzen
2013-01-01
2013-01-02
  • delxzen - 2013-01-01

    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?

     
  • shooter - 2013-01-02

    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.

     

Log in to post a comment.