Posts by paulfile

    I get an error like this when doing a restore.How can I fix this?


    and not (*) perform the same task as door or door?




    for example


    do1=false and do3=false and do4=false results do2=?

    -Lact "do1 & *do3 &* do4 " -Lres "do2"



    do1= false or do3= false or do4=false results do2= false

    how can I do that?



    (Must be wrong when done with the OR gate.)


    What will be the result when we do it with gate and not (*)?

    Or can I use a symbol for the door?





    Hello



    I am working with the m98 s4c controller. I am using QuickTeach the a program.I have to use cross connection.Only from and to options are available in section cross conneciton.Your example from= do1 to=do2.When do1 is true ,the do2 signal becomes true.It appeares as -Lact "do1" Lres "do2" in the EİO file.The system only allows me to use one Lact (From).I want to use mor than one Lact.Is there a way to make a program like -Lact 1 "do1" and -Lact 2 "do3" -Lres "do2"?(Irc 5 allows this.)


    Let do2 true(1) when do1 true(1) and do3 true(1).And or is it possible to use its doors?