IDEC IZUMI FA-1 to Omron CPL conversion

Roze

Member
Join Date
Aug 2017
Location
Somewhere
Posts
2
Hi,
I'm fairly new to PLC's, I'm mostly used to regular programming languages, but recently, I've had to delve into PLC stuff at work. And now so happens that I have to convert the program of a old IDEC IZUMI FA-1 (1986) to a nearly as old, Omron CPM1 module. This is a temporary solution to get production up and running while waiting for a newer Omron PLC to arrive. (1 mo lead time).
Now to the issue at hand, the code I'm porting have a bunch of FN200-entries in the Ladder scheme, which apparently checks if the counter is more or equal to the specified value. Now I have not read how the counters in the FA-1 works, but presumably they count up.
The counters in the CPM1 counts down (not a problem) but I wonder:
What Instructions is there that performs similar tasks? That is, checks if a given counter is greater or equal (lesser or equal in this case) than the given value.


Side note, what addresses can I use in the CPM1 for intermediate variables? FA-1 reference (Page 70 for FUN200 references): http://us.idec.com/forum/getattachment.ashx?fileid=92 //Kind regards.
 
Welcome to the forum,
Not sure on the Idec.
Omron CPM1 intermediate values can be stored in DM.

The W353 manual will be very helpful on the Omron side.
This is the programming manual and will explain the instructions.
The instruction you describe would the the CMP (compare).

I hope this helps.
 
Thank you for your response. I have now read the manual, but I still cant really get that piece of code working. It is not regulating as it's supposed to, also, the lamps that tells that its regulating is not working as its supposed to either. I'll drop the original code here for anyone that is interested to try to assist.
The Synchronization code is at the last two code pages.

Also, The PLC also have 2x External Timers attached to it, which seems to be pulsing an input pin at regular intervals. Anyone know how these are decoded properly? (FA-1 Specific timers)
http://www.ridorana.se/temp/FA-1/

//Kind regards
 
Last edited:

Similar Topics

I have just picked up an Izumi Idec FA-2J PLC cheaply to learn more about PLC's. I am trying to find the best way to program it. I am on a very...
Replies
0
Views
2,645
Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
34
I'm trying to establish communication between an HMI DELTA (DOP-B07E515) and a PLC IDEC (FC6A-D16R1CEE) via the RS-232C/485 module (FC6A-SIF-52)...
Replies
2
Views
554
Has anyone interfaced a PLC with a Control Techniques drive Nidec 750 using Modbus TCP? I am attempting to do so using an Automation Direct...
Replies
2
Views
888
I'm involved in upgrading an IDEC FC5A-D12S1E PLC to a FC6A-D32P3CEE. I've attached the original layout of the system. Since then, another HG3G...
Replies
0
Views
434
Back
Top Bottom