Red Lion HMI to PLC Direct Koyo Question

ncparks01

Member
Join Date
Jul 2012
Location
Southeastern
Posts
1
I'm attempting to use the RedLion G306 HMI's to replace some obsolete units. The PLC is a DL405(Koyo). Part of the existing HMI coding uses illuminated pushbuttons, with GX inputs for the buttons and GY outputs for the lights. My version of Crimson 3 (493) doesn't list the GY outputs. What are my options?
 
A quick and dirty method would be ladder logic in the PLC that uses the GX or GY memory to turn on C memory points.

GX001 C123
-] [---------( )-



Another alternative is to identify the V memory addresses that the GX and GY points are mapped to (Appendix A of the DL405 manual) and read the bits of those words.
 
Last edited:

Similar Topics

Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
99
I am having issues getting a Red Lion HMI and Micro830 controller to communicate. I am using the cable here to connect the controller to the RS232...
Replies
0
Views
136
Hi I need to send a null command down a comms port. But in the crimson software when i used /x00 it coming back "Cannot use null character is...
Replies
2
Views
438
Hi Everyone, I am hoping a Red Lion Expert can point me in the right direction. I am experimenting with data logging on a CR3000 10" screen...
Replies
4
Views
634
I have a Red Lion G09 scanning 8 Invertek P2 VFDs via modbus RTU - I've setup necessary comms and tags and all works well. I have a 'Settings'...
Replies
3
Views
1,896
Back
Top Bottom