ASCII from L81 rack ?

Point I/O has a an RS-232 module (1734-232ASC). Obviously not going directly into a 1756 chassis, but Ethernet accessible.
 
The Real Time Automation gateways are very rugged and easy to use, and will both receive and transmit ASCII strings.

Digi One IAP is probably the most mature and flexible Swiss Army knife in this category of devices.

For a low-cost but still industrially hardened and EtherNet/IP tested and compliant device, I like the Hilscher NetTap NT50. The configuration is... let's say it's very German, so once you know how it works it's obvious and simple.

What do you need to transmit ASCII strings to ?
 
Last edited:
The RTA gateways are configured to read one String tag, and write one String tag in the ControlLogix over EtherNet/IP.

When they get an incoming ASCII string on their serial port, they write it to the configured tag.

When they see a .LEN greater than zero in the tag they are reading, they transmit that string out of the ASCII serial port.

They're super, super simple. All web-based configuration, no MSG instructions or I/O object.

I really like the compactness of the Hilscher NT50, but SYCON.net is a DTM-based configuration tool that is necessarily general-purpose, and setting up the data object mapping is non-intuitive.

And of course I overlooked another stalwart of the industry, the HMS Communicator.
 
This application is simply sending 2 or 3 characters out a serial port to initiate an announcement from a wav player. I can read back the response which is 2 characters also, but I don't bother doing so.

Using a PLC5 for this now. They need to retire that thing. Someday if they are willing I'll go full TTS for this job.

I looked at a couple vids on configuring this Hilscher device and it looks like you need to set up canned strings and then call them to be delivered from the PLC. That would work but I'd prefer to send a string from the PLC right through this device to the end point so I could configure the string on the fly.
 
I like the way the HMS Communicator works for this sort of application.

You set up an I/O image, and the Output data array contains a transmit sequence register, and a .LENGTH value, and the bytes you want to transmit.

Increment the Tx Sequence register +1, and the data is transmitted.
 
that sounds about right... off I go.

Got any ideas on a TTS (Text To Speech) appliance? I'm looking at Textspeak at the
moment for someone else but I just got started on that quest. I've no idea how practical this will be. But it will be interesting to sort out.
 

Similar Topics

Hi, We couldn’t find anything specific, so am starting a new thread. I’m trying to migrate a config from a ML1400 to a micro820 & am experiencing...
Replies
1
Views
93
I have an L24ER-QB1B with a 1769-ASCII card in slot number 4. I'm looking to send data to this zebra printer after every completed sequence. I'm a...
Replies
2
Views
443
Hi to everybody. I need to read the first 12 characters of the message that a barcode reader sends to the ascii card (1734-rs232 ascii) and I...
Replies
8
Views
728
I am trying to import addresses and symbols from a PanelBuilder32 application into the RSLogix 5 Address/Symbol database - however each time I...
Replies
5
Views
535
Good day! I am working on a project at our campus to integrate fleet vehicle chargers with load management so we don't overwhelm our service. The...
Replies
37
Views
3,832
Back
Top Bottom