MODICON to Siemens

fahadzaman

Member
Join Date
Apr 2005
Posts
23
Dear Memebers
I have a project in which i will be converting the logic from modicon plc to siemens s7-300. I have the backup of modicon plc. i can open the logic in proworks.
Now the problem is that i am totally new to modicon. i am not understanding the addressing inside it. i cannot differentiate between the internal outputs and actual outputs.also, i am unable to differentiate between analog outputs and timers. I request the members to help me in this regard. I willl be grateful. my email address is [email protected]. Please dont hesitate to ask me any further questions.
 
modicon to siemens

Dear Members, I also want to add to my questions that how can i see the hardware configuration and the addressing of the IO cards.

I will be thankful

Fahad
 
I'm not familiar with proworks, but in most Modicon platforms a block of adresses in the 3XXXX range is assigned to inputs and a block in the 4XXXX range is assigned to outputs. Unlike most PLC brands there isn't a specific designator that (like I or X) that differentiates these from internal data or coils. You should be able to find a memory map or I/O configuration in the software that identifies I/O.
 
what abotu hardware configuration

How can i see the addressing of the IO cards. I am unable to see inside the project.

Fahad
 
ProWORX uses the menu function Traffic Cop to assign addresses to each individual card.

Modicon addressing is not dependent on the location of the cards.

Modicon does not have specific addresses for memory coils (internal relays) or memory words (storage locations). Depending on the processor the address can be 5 digit or 6 digits, it does not matter so I usually abbreviate the "extra digits" as X.

The common addresses are:
0 (example 00001 or 0X1), are digital outputs and internal coils
1 (example 10001 or 1X1), are digital inputs
3 (example 30001 or 3X1), are analog inputs, they are 16 bit
4 (example 40001 or 4X1), are analog outputs and internal memory words, they are 16 bit
 
Modicon does not differentiate between output coils and internal addresses. The usual practice is to use the lower numbered output coils as real outputs and the higher numbered coils as internal coils.
The standard we use at my site is:
Outputs:
00001 to 00512 (Digital)
40001 to 40128 (Analog)

Internals:
02001+
40500+ <Have to check if this one is correct>

Hope this helps.

PS, I know that some time over the next five years I will be trying the same job.
 

Similar Topics

I need to convert some Siemens PLC logic using Siemens TIA V16 to Modicon M580 logic. Is there a tool out there that will get me started? How...
Replies
3
Views
2,687
Going to be Connecting a Siemens G120 over Ethernet to a Modicon CPU. Programing in Unity Pro. I am having a really hard time finding any sort of...
Replies
4
Views
2,232
It is first time we are working with CANOpen. There is a task to control Siemens Micromaster430 from Modicon M340. We've got EDS from Siemens...
Replies
5
Views
5,181
Hi everyone, I'm trying to communicate a MultiPanel MP277 touch screen (from Siemens) with a Modicon PLC (984), so, I built the proyect on WinCC...
Replies
5
Views
5,362
Hi everyone, I'm installing a MultiPanel 277 touch (MP277) on a machine where I've a Modicon PLC, the thing is that in order to have...
Replies
1
Views
6,556
Back
Top Bottom