AGG Software Forums
September 19, 2024, 08:00:01 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome on our forum!
 
   Home   Help Search Login Register  

Pages: [1]
  Print  
Author Topic: ANSI decode and store  (Read 39955 times)
Tebee
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« on: February 21, 2014, 11:00:00 AM »

I need to gather data from an equipment sending-only status to a VT100/ANSI terminal using rs-232 comm's.
Data appearing on serial can be properly decoded and display in PuTTY, the raw content of communication is of this type:

Code:
7<abcdef>87<abdef>87<abcdef> <itm1> <col1> <col2> <col3> <col4> <col5>  <itm2> <col1> <col2> <col3> <col4> <col5>  7<abcdef>8<abcdef> <itm3> <col1> <col2> <col3> <col4> <col5>  <itm4> <col1> <col2> <col3> <col4> <col5> 
[/font][/font][/font][/font][/font]

I need a component that decodes ANSI/ECMA messages in a data source type component, to retrieve data from the <col1..5> fields in the message.

I found other company decoding ANSI in straight way but only from telnet/tcpip, do you have appropriate components for the aim?

Cheers.
Logged
Arthur Grasin
Tech. Support
Administrator
Hero Member
*****

Karma: +0/-0
Posts: 806



View Profile WWW
« Reply #1 on: February 25, 2014, 11:00:00 AM »

Our Advanced Serial Data Logger software can decode data from these terminals too. But this isn't a component.
Logged
Tebee
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #2 on: February 26, 2014, 11:00:00 AM »

I can not get it working, beside the vt100 option is enabled output is like simple rs232 monitor.
In receive mode (tx not used):
- The escape sequences are not interpreted
- The cursor position is always incremented with data received
General usage:
Sometime it does not start because port is already in use (not true).

Regarding your statement, it is not a component, it means the ocx has not all features of the application?

Beside all this, price is interesting if only I can get it working. For quick evaluation, do you have a saved configuration with ANSI decode?

Cheers.
Logged
Arthur Grasin
Tech. Support
Administrator
Hero Member
*****

Karma: +0/-0
Posts: 806



View Profile WWW
« Reply #3 on: June 22, 2011, 09:46:14 AM »

Our software implements a simple emulation only (line feeds, carriage returns, tabs). It doesn't work as a terminal program.

OCX (ActiveX) works as an extension for our software and can't be used separately.
Logged
Tebee
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #4 on: June 22, 2011, 10:23:44 AM »

Thanks, just let me know the reason of "vt100" option.
Cheers
Logged
Arthur Grasin
Tech. Support
Administrator
Hero Member
*****

Karma: +0/-0
Posts: 806



View Profile WWW
« Reply #5 on: June 22, 2011, 10:53:56 AM »

Remove escape sequences, send acknowledgments when necessary.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines