Klockner-Moeller PS316 Program

andyf

Member
Join Date
Oct 2006
Location
york
Posts
19
I have been tasked with replacing a Obsolete Klockner-Moeller PS316 Modular PLC with a Mitsubishi Q series PLC and although im familiar with mitsibishi i havent had very much experiance with Klockner-Moeller. looking through the program i have noticed a lot of rungs which are similar to the following

-I/I------( )
M131 M131
-I/I------>>JCN LAB-0054
M131

I understand that the second rung is a conditional jump to label 54 within the program when M131 is false but i dont understand why they try to set the output on the previous rung.
Is this something to do with the way KM plcs Scan the program?
Any help or thoughts would be appriciated
Many thanks
Andy
:unsure:
 
Looks to me like they set up to jump to the label on every other scan. Do some of the rungs jump on set? That may help confirm that they were trying to optimize scan times. If they did you'll have to watch for routines that may depend on this "every other" execution whether they intended them to or not.

The key will be understanding the machine functions very well and programing to that and not worrying so much about the precious code.

In it's day, the 316 was pretty fast so I'm not exactly sure why they would do this. If I remember the refresh of comms may depended on the program scan time as well so that may be something to check.

Good luck!
 
As far as i can see there isnt any jump on set rungs but Looking into the information a little furthur it was previously converted from an PS22 to the PS316

I can feel a lot of head scratching comming on o_O
 

Similar Topics

Im am trying to decode a Klockner-Moeller PLC program and re code into mitibishi, i have come across a line that i hope someone can help me with...
Replies
2
Views
2,862
There is an old Klockner Moeller PS316 PLC (CPU-W: EBE 223.1 -5) in a machine with electronic board as a text HMI (by using RS232 to RS485...
Replies
6
Views
8,279
Hi All This is my first foray into trying to get one of these beasts going again. System setup PS316-118 rack EBE 223.1 CPU EBE 295.1 comms...
Replies
2
Views
3,697
Hi all Can anyone assist me in how to upload the code from a Sucos PS316 PLC. I have one that has a timing problem at the moment. I have loaded...
Replies
0
Views
3,973
I am looking for leads on getting a manual in English for the Klockner Moeller VTP HMI software. The software is VTP and was DOS based. From what...
Replies
0
Views
553
Back
Top Bottom