Academic Company Events NI Developer Zone Support Solutions Products & Services Contact NI MyNI
This Document is not yet Rated  Rate this Document

Why Does Xmath Not Record a Diary Session, Even Though Diary Has Been Turned On?

Primary Software: MATRIXx
Primary Software Version: 6.2
Primary Software Fixed Version: N/A
Secondary Software:

Problem: I have turned on the diary, but XMath does not seem to be recording it. What could be wrong?

Solution: You must both turn on echo as well as the diary turned on to record a diary. In addition to using set sessionDiary to turn on the diary, use set echo to turn on echo. If echo is off, nothing will be written to the open session diary.

Here is an example Xmath diary session:
    set echo on
    set sessionDiary "session.txt"
    test=0.75?
    sin(test)?
    remove sessionDiary

Set echo on turns on echo. Set sessionDiary turns on the diary. Remove sessionDiary undefines the diary. The file session.txt can be viewed in any text editor.

Related Links:

Attachments:





Report Date: 01/13/2003
Last Updated: 02/07/2003
Document ID: 2TCG2TOH

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
  1 2 3 4 5
Please Contact NI for all product and support inquiries.submit