Help - Search - Members - Calendar
Full Version: Programming Omron CP1E PLC
Forums.MrPLC.com > PLCs and Supporting Devices > Omron
riyazahmad
Hi All,

I am programming Omron CP1E PLC, for machine identical allready running using CPM2A. For using same logic (CPM2A) I done following changes:
I am using CX-Programmer Version 9.
In autoconversion input getting converting but output need to do manually (e.g. 10.00 to 100.00), L word getting autoconverting to W.
In both new and old projects I am using NT11S HMI.
When I connect HMI it giving memory allocation erro.
I changed L to H word in HMI and Logic, problem seems solved.

[b][u]
Is I doing right ? or Is other better way for the same? sad.gif
[/u][/b]
Thanks in advance,

Riyaz,
Pune, India.
pfort
QUOTE (riyazahmad @ Oct 21 2009, 07:55 AM) *
Hi All,

I am programming Omron CP1E PLC, for machine identical allready running using CPM2A. For using same logic (CPM2A) I done following changes:
I am using CX-Programmer Version 9.
In autoconversion input getting converting but output need to do manually (e.g. 10.00 to 100.00), L word getting autoconverting to W.
In both new and old projects I am using NT11S HMI.
When I connect HMI it giving memory allocation erro.
I changed L to H word in HMI and Logic, problem seems solved.

[b][u]
Is I doing right ? or Is other better way for the same? sad.gif
[/u][/b]
Thanks in advance,

Riyaz,
Pune, India.


I understand that CXP changed LR words to W in autoconversion.
Then you had error with NT11, because NT11 does not recognize W words.
Then you changed W words to HR in PLC, and changed corresponding LR to HR in HMI.
I dont think there is a better way to do this. If you had, in the HMI, objects related to CPM2 outputs (words 10, 11, etc.) you will have to readress them to words 100, 101, etc.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.