Internet PLC Forum

General => Technical support => Topic started by: r412 on October 02, 2010, 08:03:27 PM

Title: Using Trilogi
Post by: r412 on October 02, 2010, 08:03:27 PM
Hi, I'm having a bit of trouble with the ladder software. What I'm
trying to do, is something like this:

-| |-------------------------------------------------------------------(        )
       |
       |--| |-----------------------------------------------------------(        )
       |
       |---| |----------------------------------------------------------(         )

Every time I try to use the #5 input branch, the x goes behind the top input or loops back to the top line. I've went through the tutorial, but I must be missing something. Any help would be appreciated.

Thank You
Title: Re:Using Trilogi
Post by: garysdickinson on October 02, 2010, 09:22:47 PM
You need to restructure your program to use 3 ladder rungs instead of one.


  Input1                                   Out1
 ---||---------------------------------------()
 
  Input1  Input2                          Out2
 ---||------||-------------------------------()

  Input1  Input3                          Out3
 ---||------||-------------------------------()



Gary D
Title: Re:Using Trilogi
Post by: support on October 03, 2010, 02:54:31 AM
TRiLOGI only supports parallel branching the way you wanted throug a [ILock] and [ILoff] pair. Please refer to the TRiLOGI help files for the use of these special functions.