RedLion Raw RS-232 Serial Input

Lonestar71

Member
Join Date
Dec 2019
Location
Houston
Posts
2
Good morning and new to the forum.

Attempting to configure a RedLion CU30D using it's RS-232 port to log the input stream. "Raw" ASCII data is considered a third party device?? Per RedLion, this requires a separate program that acts as a receive routine?

Has anyone ran into this?

Many thanks!🍻
 
Welcome to the PLCTalk forum community !

Please describe your device in more detail and your application in more context.

In general, you'll need to set up the serial port for "Raw Serial" mode as a Master, and call a Program on the OnUpdate() event.

That Program is what will read the buffers (PortRead and PortWrite and inByte instructions), process the strings, manipulate tags, and all that good stuff.

I don't have a general purpose example of "read the port and log the data" but there are some expert Red Lion folks here who can point you in the right direction.
 

Similar Topics

Hello, I man trying to use a redlion DA10 converter to read data from a Bronkhorst mini cori flow meter over rs232. I cant seem to get the...
Replies
7
Views
1,542
Working on a project where I need to set the voltage, current and read the status on some power supply's. There are 5 power supply's. Each has a...
Replies
8
Views
3,060
Some questions on raw port usage on a Redlion G3, specifically UDP. I am trying to read arbitrary bytes from a UDP stream with Ethernet but I...
Replies
4
Views
4,426
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
115
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
166
Back
Top Bottom