RSLogix5000 ASCII

SMills

Member
Join Date
May 2016
Location
Atlanta
Posts
2
This might be a simple question. I have a red lion display which i can communicate over rs232 or 485. I am needing to get information from a plc and send it to the unit for it to display. Is it as easy as grabbing the information from the plc, putting it into a ascii string, and sending it to the unit over the rs comport?
 
Welcome to the Forum !

What model of Red Lion display ?

Most ASCII slave displays do require a few characters of control data along with the string information. It's relatively straightforward to add those and put together an output string in Studio 5000.

Modern ControlLogix and CompactLogix controllers don't have built-in serial ports so you might need a network/serial device if your system is new.
 
Thanks Ken! I'm new to PLCs and found this forum. I will be looking to it for help in learning and understanding. I have read a few of the post already and look forward to reading more.

It is model LD4006P0. And I believe you are right with the control data needed with the input string from what I've read in the manual for this.

Thanks again
 

Similar Topics

Hey, i've been working on getting some add-on instructions defaulted in the company i work in. i am currently trying to create a string which...
Replies
7
Views
3,071
hi, I tring to mov Ascii in RSLogix5000 to a string at structured text code: for example: if temp=5 then string_tag = [3,'abc'] end_if but I...
Replies
4
Views
2,962
Using Controllogix PLC and RSlogix5000 to scan in data over devicenet ascii module (1734-232ASC). Data scans in and displays correctly. I need to...
Replies
2
Views
4,036
I need to convert ascii data scanned in on Devicenet serial (1734-232ASC) to individual Integer values. Perform math and convert integer values...
Replies
3
Views
11,450
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
129
Back
Top Bottom