5TI squencer to SLC500

I'm not a TI guy, but I think the instruction your looking for is OTU -(U)-. It is only needed if the output is activated by OTL -(L)-.

Hope that helps.

Charlie
 
I don't think the SLC500 has an equivalent instruction. This is the direct opposite of an OTE. If this is the only occurance of this address then the output is always on except when the rung conditions are true. Use the original rung conditions but end with an OTE to a bit location. Then, on a following run, use an XIO of that bit location to energise the output using a standard OTE instruction.



OLD RUNG

CONDITIONS OUTPUT
----| |----|\|---------------------(\)

NEW RUNGS

CONDITIONS B3:0/1 (for example)
----| |----|\|---------------------( )

B3:0/1 OUTPUT
----|\|----------------------------( )


 
You can just invert the logic, both evaluation(XIO/XIC) and order (serial/parallel), and use an OTE. For example:

XIC a XIO b !OTE c


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



Now becomes...

BST XIO a NXB XIC b BND OTE c


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

 
Last edited:

Similar Topics

I have a 5ti-1031-1 with a 32 point remote expansion module (16 in/16 out) Occasionally the outputs will fail to energize even though the output...
Replies
1
Views
1,272
Hello, I am looking for a documentation or instructions how to use this instrument. I need to repair very old machine which is using 5TI-...
Replies
1
Views
1,670
hi, We want to convert the 5TI PLC program in to the mitsubishi plc program. We are just having logic written on the paper e.g. out not...
Replies
4
Views
2,260
Dear All, I need Instruction Manual of 25 Year old 5TI PLC. I am really confused about its MCR & JMP instruction. Does anybody have it. Kindly...
Replies
1
Views
2,362
5ti
A few years ago I replaced a 5TI with a AB micrologix. A few days ago i recieved a call that the sister machine (still running on a 5Ti) is down...
Replies
2
Views
1,918
Back
Top Bottom