Omron addressing

Derek Scholes

Member
Join Date
Jul 2003
Posts
8
I have been given an Omron program to diagnose on a new to me PLC CS series. Can anyone tell me what the W addresses are used for?

I can't seem to open the manuals on the Omron site.

Many thanks

Derek
 
W memory area is a freely addressable 'Work' area within the PLC, which can be used for both Read and Write operations.
They can be addressed as bits (W0.00) or as words (W99).
The values held in this area are cleared on power-up, or when changing the PLC mode. (ie Run to Program, and vice-verca).
The area is 512 words in size, W0 to W511.
Hope this helps
 
Work area is internal bits only. Be careful using them if a SCADA system is to be used over the top. A lot of SCADA systems cannot address the work area.
 
W bits are for use as internal IO, Omron use CIO for Card status,Config and diagnostics. W bits will not be used as any system IO so from the point of view of the the programmer won't find himself programming in system IO areas if he uses W bits for all of his work coils.
 

Similar Topics

Hi all, I've only been learning Omron for a couple of months now. Used AB and Automation Direct. Today I went to start a program and set up my I/O...
Replies
7
Views
1,859
Hi I am going to practice with an Omron PLC CP1L but I am not sure how to address the I/O, also If I want to use an expansion unit, how will this...
Replies
6
Views
3,214
Hi Anyone please hel[p me to understand the OMRON PLC addressing and the memory areas. Some sample programs would be very useful. Thanks Regards...
Replies
1
Views
1,736
how do I address the bit inside of a dint array in Omron? I made my global DINTArray[4] (starts at W11) how can I address the bit of W11.00 I...
Replies
3
Views
2,308
guys please i bought cpu (cjim-cpu120 with input modules (CJ1W-ID262) and i wrote the whole program but i have a problem with addressing if...
Replies
5
Views
2,865
Back
Top Bottom