The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Print/Output text to message log window?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

johannes.kastl

Germany
71 Posts

Posted - 04/24/2012 :  4:10:36 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin 8.6.0 SR3 on Win XP

Hello,

Origin 8.6 introduced the message log window, where e.g. the output of expgraph is shown. Is it possible to print text into that window, rather than into the script window?

I have some status message printed with 'type ...', and would like them to appear in the message log. So no script window is opened anymore. If that is possible?

Sam Fang

293 Posts

Posted - 04/25/2012 :  03:18:42 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
The output of expgraph is shown in the message log window by default. It is controlled by the system variable @NOI, the default value is 8. So it may be changed if it still printed into Script Window. You can type the script to restore the default value:
@NOI=8;


The output of printed text can be controlled by type.redirection, you can change its value to 1024, it will always output to the message log.
type.redirection=1024;


We need to update our document. Thanks for your pointing it out.

Sam
OriginLab Technical Services
Go to Top of Page

johannes.kastl

Germany
71 Posts

Posted - 04/25/2012 :  3:00:08 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for your answer, Sam. Its working!
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000