Syswin to Cx programmer compile error

Join Date
Mar 2009
Location
Leeds
Posts
49
I'm opening a exsisting project done in Syswin for a C200HX in Cx programmer. There are two lines which give errors if I try to complie the project in cx programmer which are fine if I do the same in syswin. The two lines are at the end of two sections of code which perform recipe functions and is a IEMS instuction which is to do with indirect addressing.
Its my first time with omron and not sure what cx programmers problem is. I've attached two pics one showing one of the networks with the problem and also the same instuction used at the begining of the section which the comiler is fine with.
Thanks for the help.

pic1.jpg pic2.jpg
 
The IEMS instruction is an expansion instruction.
Basically the C200Hx has a limited number of instructions that are directly supported by function numbers.
You need to assign a function number to the IEMS instruction.

To assign a function number, in the pull down menu, choose Insert, then Instruction, then click the button for Expansion Table. You will need to Remove 88 - ZCP, then Set IEMS to 88.
I am using 88 as that appears to be the function number being used by the existing program.

You will need to download the Expansion Table to the plc and cycle power. This should fix the issue.

Hope this will help.
 
If i go to the expansion instruction mapping its already there at slot 88.
Why does the compiler not warn me ablout the first use at the top of the recipe section? see first pic.
 

Similar Topics

Hi, I need some help with converting SYSWIN program to CX-Programmer. The PLC I'm using is "CPM1A". I can first do a download to the PLC with the...
Replies
1
Views
3,671
GOOD DAY EVERYONE I have opened a SYSWIN file in CX-PROGRAMMER everything looks good except that I do not see the bit addresses at all. Please...
Replies
4
Views
2,145
Hi everybody, This is my first visit and my first post so I would just like to say, thanks for running an excellent and interesting site. I am...
Replies
3
Views
6,507
I am looking for a Syswin 3.1 programming software download. Does anyone know if or where I can do this? I know it's an old language and that...
Replies
0
Views
2,100
Hello , I am wondering if I could get some help about the conversion of instructions from the SYSWIN software to the SIEMENS software. Currently...
Replies
18
Views
4,635
Back
Top Bottom