Post Reply 
Request for next firmware [10637]
03-14-2017, 01:29 PM
Post: #2
RE: Request for next firmware [10637]
(03-14-2017 12:59 PM)Carlos295pz Wrote:  Functions:
  • STARTVIEW (-10) // Start View [-1 does not distinguish between Start and CAS]
  • STARTVIEW (-11) // CAS View
    [For correct handling of redefined Apps, pressing HOME and CAS keys]

I think it would be better to have a function that tells the program/app what the current view is (Home vs CAS) but I am not sure how any program would make use of being able to set the view. Any running program would not be able to interact directly with either Home or CAS view (in particular with respect to obtaining user input). Could you share what your ideas are for with respect to STARTVIEW(-10) and STARTVIEW(-11)? How enabling these two instances be used?

Quote:
    Views redefined by application program:
  • STARTVIEW (8) // Symbolic view redefined (Symb BEGIN END)
  • STARTVIEW (9) // Graphic view redefined (Plot BEGIN END)
  • STARTVIEW (10) // Numeric view redefined (Num BEBIN END)
  • STARTVIEW (11) // Setup Symbolic view redefined (SymbSetup BEBIN END)
    ...
    [This can be achieved with nesting, but it would be beneficial to be able to access without resorting to this.]

Since you have presumably redefined those keys, you can simply call the functions themselves. That's all that STARTVIEW would effectively do anyway. So instead of STARTVIEW(8), simply call the Symb() function that you have redefined.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Request for next firmware [10637] - Han - 03-14-2017 01:29 PM



User(s) browsing this thread: