DL206 Modbus help

dginbuffalo

Member
Join Date
Dec 2010
Location
Buffalo,NY
Posts
630
Hello- i need some help.i am trying to do a MWX write to a GS-2 drive. i want write a run command and speed reference. they should be 2 parameters in a row (42331 and 42332). i have the MWX to "preset multiple registers" 2 elements long. from V2000 into K42331. i'm thinking this will work. my question is how do i get the data in V2000/2001 to begin with? where's the MOV instruction like AB software!! Any help? thanks :)
 
The equivalent to MOV is two instructions

LD - either a constant 'K' or a V memory location
OUT - V memory location

There are also more involved IBox instructions for those who can't deal with two instructions.

I would advise getting the CPU module manual (PDF from AutomationDirect) and read all about EVERY instruction. It besats scratching the head a lot.
 
Last edited:
Bernie,
i appreciate the help you've given me in the last week. It appears you have their product nailed down good!! I'll do some more reading. Thanks again!
 

Similar Topics

Hello, I have an automation direct d2 262 plc and C-more HMI EA9T6CL-R. I need to prepare a program, scheduled to be performed on a future date. I...
Replies
1
Views
143
Struggling a little. i want to read status adresses (48449 and 48450) from a GS2 drive. what i want to know is-- is the drive faulted and is the...
Replies
1
Views
1,489
Hello Everyone, I am using a raC_Opr_NetModbusTCPClient AOI module, as below,. So, I need some assistance to restrict in reducing the poling...
Replies
2
Views
110
I want to communicate my Q series PLC with Factory IO using GX works 2 software, I want to use modbus as server and the ips are as follows plc...
Replies
0
Views
76
Hi folks, I have a Controllogix in communication with a zigbee coordinator using Logix AIO for modbus tcp. This zigbee coordinator have 3 slaves...
Replies
10
Views
342
Back
Top Bottom