I have an old machine, program dated 1989, from a European company that I need to upgrade the PLC to an A-B PLC. Most of the logic is ladder logic, but there are a few series of STL statements that I have no idea of what they are doing. I have searched these forums, but have not seen logic that is set up quite like what I have. I have listed these below. Any help translating them to ladder will be greatlt appreciated. I do understand how to determine the address being used and the descriptions, but not the actual programming. Thanks.
SEGMENTO 1 0000 TIMER DATA
0000 :A DB 11 -TEMP TIMERS DATA
0001 :***
SEGMENTO 13 005D SPACING STEP COUNTER
005D :A DB 12 -CONT COUNTERS DATA
005E :U E 0.3 -FC4 INDEX DEVICE POS
005F :U M 12.6 -ICP START SPACING STEP
0060 :ZV Z 2 -C2 SPACING STEP
0061 :UN M 12.6 -ICP START SPACING STEP
0062 :R Z 2 -C2 SPACING STEP
0063 :L Z 2 -C2 SPACING STEP
0064 :L DW 2
0065 :>=F
0066 :S M 12.7 -FCP END SPACING STEP
0067 :U M 12.7 -FCP END SPACING STEP
0068 :U E 0.2 -FC3 INDEX DEVICE CYL
0069 :R M 12.7 -FCP END SPACING STEP
006A :A DB 11 -TEMP TIMER DATA
006B :***
SEGMENTO 24 00BE STEP MADE CONTROL
00BE :UN E 0.2 -FC3 INDEX DEVICE CYL
00BF :U A 10.5 -EV3 BAR STEP SOL VALVE
00C0 :O T 5 -T5 STEP CONTROL TIMER
00C1 :S M 13.4 -SPE STEP MADE CONTROL
00C2 :O E 0.3 -FC4 INDEX DEVICE ON POS
00C3 :O E 8.3 -PM REM EMERGENCY RESET PB
00C4 :R M 13.4 -SPE STEP MADE CONTROL
00C5 :***
SEGMENTO 1 0000 FLASHING
0000 :UN M 100.0
0001 :L KT 025.0
0003 :SE T 0
0004 :U T 0
0005 := M 100.0
0006 :U M 100.0
0007 :UN M 100.1 -FL FLASHING
0008 :S M 100.2
0009 :U M 100.0
000A :U M 100.1 -FL FLASHING
000B :R M 100.2
000C :UN M 100.0
000D :U M 100.2
000E :S M 100.1 -FL FLASHING
000F :UN M 100.0
0010 :UN M 100.2
0011 :R M 100.1 -FL FLASHING
0012 :BE
