Red Lion G306 to Replace a CTVue 306

BCT

Member
Join Date
Nov 2009
Location
Florida
Posts
6
Ok... I know these are basically the same entity. But, I am helping a client that is helping a client that purchased a G306 to replace a faulty CTVue. Here is the problem...

Control Techniques has canned specific driver setups for their devices and the port configurations are not displayed. My client was able to get the driver to talk to the CT devices, a Commander SK and a Unidrive SP both over Modbus TCP. He gets non-viable data back from the drives. I suggested he try swapping the word order but this gave no results. Barring tweaking all of the settings does someone here have the actual communication configuration that works for these drives on a Red Lion?

Thanks all,
Rick B.
 
Based on your comment about swapping words not working, I assume you are dealing with a 32-bit register. It has been a while, but I believe they use a dynamic mapping scheme for their 32-bit registers. Where the Modbus registers you need to read vary based on which one you start with. The easiest work around is to set the Frame Register Limit for function code 03 (Read Holding Registers) to 2, so that we never try to read more than 2 at a time, which will make us only read a single 32-bit register which will have a known address.

Regards,
Dan
 
Thanks Dan,

So dynamic mapping.... sounds like the issue I had with Cognex and Red Lion several years ago.

For this app I have gone through the back door to fix. I will work on it more in detail to assure I can do this at the Modbus driver level in the future.

BTW You guys are a little bit sneaky.
 
I've used Crimson, to communicate with a Unidrive SP for some of our servo system parameters. For the Unidrive SP, I used document CTAN #262 for 32 bit registers.

I did not swap words and the only non-default frame limit is for Code 03 to 1 Word (I'm only using code 04 so I'm not sure why this is different)

Menu 20.21 = 418405.Long for a 32 bit register.
 

Similar Topics

Happy New Year everyone, I am working on a Prototype project using a AutomationDirect Click Ethernet PLC and a Red Lion G306 HMI. I have the HMI...
Replies
3
Views
1,706
So i have this application where I have to read/write from/to the serial port. Write has worked fine so far, but it is reading that I have issues...
Replies
3
Views
1,872
Hello Everyone, I have been playing with the Automation Direct Productivity 2000 PLC for the past couple days. I have a program in the PLC now...
Replies
1
Views
1,857
trying to setup tags in crimson 3.0, when i go to select the address for the tag it has the radix set as decimal, but my programing is binary, any...
Replies
12
Views
4,795
using comm module fc4a-hpc1 (rs232) on idec and connectd to g306 and i have no comm. I believe the settings might be off. Any ideas? Where to get...
Replies
1
Views
1,572
Back
Top Bottom