- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Powerterm escape sequences
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 07:50 PM
тАО07-24-2006 07:50 PM
The Ericom website is not very helpful, because it wants a valid serial number before you can down load the User Guide.
Has anyone any pointers?
Thanks in advance,
Bart Zorn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 07:56 PM
тАО07-24-2006 07:56 PM
Re: Powerterm escape sequences
Since it is supposed to be a VT emulator, try
http://www.cs.utk.edu/~shuford/terminal_index.html
for lots of useful terminal stuff.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 08:07 PM
тАО07-24-2006 08:07 PM
Re: Powerterm escape sequences
Yes, it is supposed to emulate a VT terminal and it does that very well. There is indeed a lot of information on the UTK site.
However, I am looking for PowerTerm specific escape sequences, such as setting the Window title.
Thanks anyway!
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 09:22 PM
тАО07-24-2006 09:22 PM
Re: Powerterm escape sequences
Some actions for PowerTerm 525 (V5.4.2 is my version) does not use escape sequences. Comands are on .psl files. You can obtain scripts using Ctrl+Alt+F9 to record scripts and after save these modifications.
I use a file similar to:
set session-name "name of session"
set comm-type telnet
set host-name ip-address
ok = [session open]
if {$ok == 0} {return}
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 09:27 PM
тАО07-24-2006 09:27 PM
Re: Powerterm escape sequences
This looks good, but I am wondering how can I initiate the execution of such a script from the host (as would be possible with escape sequences)?
Thanks,
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 09:33 PM
тАО07-24-2006 09:33 PM
SolutionThis is the content of help from PowerTerm:
A host application may activate a script file or script commands via special escape sequences.
Escape Sequences for VT
Activating a script file by the name Script-Name:
ESCP$sScript-NameESC \
Example: activating the message.psl script:
ESCP$smessage.pslESC\
Note
ESC is the ASCII 27 code.
Activating script commands Script-Commands:
ESCP$tScript-CommandsESC \
Example: activating the "message testing ; send end" commands:
ESCP$tmessage testing ; send endESC\
Escape Sequences for DG
Activating a script file by the name Script-Name:
ESCWsScript-Name000
Note
ESC is the ASCII 30 code, 000 is the ASCII 0 code.
Activating script commands Script-Commands:
ESCWtScript-Commands000
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2006 09:36 PM
тАО07-24-2006 09:36 PM
Re: Powerterm escape sequences
This looks like what I was looking for.
Thanks!
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2006 09:57 AM
тАО07-25-2006 09:57 AM
Re: Powerterm escape sequences
$SAY:=WRITE SYS$OUTPUT
$NODE=F$GETSYI("NODENAME")
$ESC[0,8]=27
$SAY ESC,"P$tset session-name ",NODE,ESC,"\"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2006 06:31 PM
тАО07-25-2006 06:31 PM
Re: Powerterm escape sequences
Thanks to all who responded!
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2006 09:17 PM
тАО07-25-2006 09:17 PM
Re: Powerterm escape sequences
This isn't terribly important. Just curious...
Thanks,
Galen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2006 05:04 AM
тАО07-26-2006 05:04 AM