Plc Dl-250 (how Can I Find A V-memory Address?)

delatorre

Member
Join Date
Jun 2002
Location
Tonaya, Jalisco
Posts
20
Could you help me to find a v-memory address in a DL-250 PLC?

My problem is that when I want to search the V2100 address with the Direct Soft program, it says that it "can´t find the item given" but with my project running on my PC in a place where I can change a value I can see that this item it has the V2100 addressing.

What can I do? because I need to copy the part of the program where this address is, in order to add a new sequence.

I appreciate all Your Help.
 
A litle more info may be required.

If the V register is directly referenced in the ladder logic as a timer preset, or in a compare, or in a math function, the find function (CTRL-F) will locate it.

If the V register is buried in the middle of a block of registers like a communication command to another PLC, then the find command won't locate it.

Whether or not the register is used in the program, you can enter the register in a watch window or in the Debug / Change Value window and you can enter values and see the current value. That register just may not be doing anything for your control logic.

Remember, you can assign nicknames or values on all kinds of registers and bits that aren't ever used in the program.

What exactly is V2100 supposed to do? Where does the value originate? Where is it supposed to end up? A little more detail will be helpful.
 
You can monitor v-memory tables by going to debug-data view-new in the directsoft program.

Under the element tag put in v2100.

If you have a nickname assigned to that address it will automatically change to the nickname.

Under view-options-data view check all boxes.

Once you are online with the plc click debug-all status on and you will be able to view your data in the data view window.

One other suggestion is that under data view, you select split screen vertically so you can view ladder and data at the same time.

Hope this helps

John
 

Similar Topics

Hi, I am currently challenging in a new requirement on my new project. We have delivered a project long year ago using DL-250-1 PLC+ 8 point...
Replies
1
Views
1,516
I've got a print-out of old code (PLC-5/250) that I am trying to decipher. I am hung up on an expression in one of the compute blocks. The block...
Replies
7
Views
2,984
Dear Experts, Attached is the photo of old MODICON A250 PLC of CPU type AEG ALU 151-1. PLC & HMI backups are available on below link...
Replies
2
Views
2,936
I was wondering if there is a way to set a new path to the PLC manually in the PV+? They had me change the IP of the PLC's and of course the HMI...
Replies
8
Views
2,353
I have a problem with PLC 5/250 PI. Two (dual reduandant) data concentrators have recently been "locking up" and showing red light on the...
Replies
3
Views
2,128
Back
Top Bottom