Memory Addressing DL06 and a GS2 Drive

AGENTTINFOIL

Member
Join Date
Jul 2005
Location
Louisville, KY
Posts
222
This question is a shot in the dark seeing how I do not understand what I am working with very well. I have an 06 processor and I am trying to write logic to control a GS2 drive. Using the GS2 manual I have gotten as far as setting up communications and setting the frequency that I want to run as well as starting the drive to run. I was able to utilize alot of what I have gotten out of the manual and so far so good but I need to understand how the addressing is in the plc and how it ties to parameters in the GS2. The manual is very vague on this and it is very confusing. Has anyone ever worked with the GS2 and the 06? and can anyone shed some light on this?
 
If you want to read parameters from the drive, you would use the MRX (Modbus Read) Instruction. If you want to write parameters to the drive, you would use the MWX (Modbus Write) Instruction.

When using the MRX, the Start Slave Memory Address refers the decimal Modbus address of the parameters of the drive. You can view this list in chapter 5 of the GS2 manual. The Start Master Memory Address refers the addresses in the 06 (V memory) that the drive values will be written into. The Number of Elements field refers to the number of parameters that you want to read. If you had entered 40001 into the Start Slave Memory Address field, V0 into the Start Master Memory Address field and 3 into the Number of Elements field, you would be reading 40001 (Parameter P 0.00), 40002 (Parameter P 0.01) and 40003 (Parameter P 0.02) into V0, V1 and V2 of the 06.

The MWX works exactly opposite of this. The Start Slave Memory Address refers to the decimal Modbus address of the parameters of the drive that you will be writing to and the Start Master Memory Address refers to the 06 addresses that the values will be written from.

Make sense?
 

Similar Topics

Im trying to figure out how to use indirect addressing of memory locations to create a "for loop"-like function that would walk through every...
Replies
2
Views
1,860
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,744
I am trying to write a function that fills a memory, for example from byte no. 6 write 100 bytes using certain pattern: IN value: start address...
Replies
11
Views
4,613
Hello. I'm new here and new the Siemens CPUs. The CPU has no documentation and I'm a little lost on the Siemens website. I understand how...
Replies
13
Views
13,326
Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
79
Back
Top Bottom