Redlion Crimson 3.1 - SLC 5/04

jhelliot

Member
Join Date
Oct 2021
Location
concord
Posts
3
Newbie here, so apologies in advance.

In short, we are using a Redlion DA30D to read/write values from an Allen Bradley SLC 5/04. Communications are through RS-232 (DF1).

We aren't having any issues reading values from the PLC, but we are not able to write to the PLC.

We've implemented this setup on a few other machines without this issue, but these machines previously had an AB HMI connected to DF1 whereas this machine did not, so I'm assuming that there may be some channel configuration change needed?
 
Welcome to the PLCTalk forum community !

Please provide some additional detail about the problems you are having writing to the SLC-5/04's data table files.

Which data table file addresses are you writing to ?

Is the Red Lion indicating a communications problem ?

SLC-500 controllers do have data table protection features; you can designate a whole data table file to have "Constant" protection (meaning that all the values are constants and cannot be written to by the program or comms channels) or "Static" protection, which prevents the communication channels from writing to that file. You will find those selections in the Data File Properties window for each data file in RSLogix 500.

There is also a "Write Protected" feature that can be enabled for a communications port, in the Channel Configuration selection. That pretty much locks out all modifications to the program or data tables ever via that port, and would not be typical for a port connected to an HMI. You cannot un-check the Write Protect feature via a Write Protected port, so if you select it on Channel 0 you will need a DH+ connection to Channel 1 to ever modify the program.
 
Last edited:

Similar Topics

Hello, I'm taking in two 16 bit ints from the field via modbus, one low order and one high order to combine into their proper 32-bit form. I've...
Replies
1
Views
1,295
Hey guys, hoping someone here could give me a little advice. I'm working with a CR1000-04000 in Crimson 3.1 and I was interested in adding the...
Replies
4
Views
147
Hi, I have a complex database in Crimson 3.0 and in one of the display pages I am trying to get a tag to show the sum of several other tags. The...
Replies
3
Views
181
It states WinPcap must be installed for the Emulator to function. WinPcap.org states that the technology is mature with no updates planned. Am I...
Replies
3
Views
870
Following on from another thread, I just downloaded Crimson 3.2 and it now supports CR and Graphite HMIs. Time for a 'play' :-) It seems to have...
Replies
14
Views
2,044
Back
Top Bottom