Hi,
i'm working on a project where I am using the D/A outputs to control 4 variable valves (I chose the D/A outputs over the PWM outputs because the valves are controlled by a 0-5V voltage).
I am buying another T100MD-888 to use in a master-slave configuration so that I then have 4 D/A outputs. However, I can not figure out, from the manuals, how to send instructions from the master to the slave, specifically instructions that pertain to the D/A outputs. I would like to learn about those before purchasing the 2nd PLC.
Also, is it possible to divide my program between both PLCs? In that way, I can divide my program into 2 separate files, and do certain functions on each? As in, when the master runs into code that it does not contain, it activates the slave(somehow), and then the slave runs through its program? It would definitely make my program easier to manage.
Thanks