Hi Everybody!
We have two machines controlled by Philips MC30 PLCs.
Does anybody have any information, manual or programming software for them?
Best regards.
Balazs
[?]: Philips MC30
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: Philips MC30
This is an obsolete PLC.
plctalk.net wrote:Software is PDS3.5. MC30/1 requires a programming adaptor (CI30), as the comms is not RS232 on the PLC
-
- Posts: 4
- Joined: Tue Jun 14, 2011 10:40 pm
Re: [?]: Philips MC30
Hi!
Thanks, my plc is shown on the 1st picture.
Question: From where can I download the software and a manual?
Or may I ak you to send them by e-mail?
Regards
Balazs
Thanks, my plc is shown on the 1st picture.
Question: From where can I download the software and a manual?
Or may I ak you to send them by e-mail?
Regards
Balazs
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: [?]: Philips MC30
I don't think that electronic version of manual exists, because:
Some information about this PLC and software:plctalk.net wrote:the manuals were on paper only and about a 1000 pages
plctalk.net wrote:MC30 system. The main module (the PLC itself) is mounted on the panel with two I/O extension modules (the IO30's) piggybacked on it.
The programming language is PC20 and was used for the PC20, MC20 and MC30 family of PLCs. The instruction set consists of only 31 low level mnemonic instructions. The addresses range consists of 4 pages of 512 nibbles (4 bits). Only the first page is bit-addressable. It doesn't even know a timer instruction: you have to count clockpulses in several BCD registers to construct a timer, you do the same but without the clockpulses to construct a counter. Those days we had to know how a timer did work, if not we couldn't even program one. But it did use BCD instructions to count and do math (add, subtract, divide and multiply only). Programming calculations had a lot in common with doing math on paper, long divisions and so on.
I hope you're able to find the PDS3.5 software, if not you'll have to find a handterminal and save the program on audio tape. Or type it in entirely whenever you want to change something.
-
- Posts: 180
- Joined: Sat Jul 23, 2011 2:02 pm