Hello, I have some Python code that calls an O(h) code subroutine to do 
some probing. My problem is, if the subroutine barfs, the next 
subroutine picks up the unfinished stored parameters or MDI commands 
left from the failed routine (I haven't confirmed which yet). I'm 
looking into methods of somehow resetting MDI (in case there are 
commands left over), and/or resetting parameters. This way I don't need 
to care what happened in the past.

Or, I can look at flagging events that cause the subroutine to not run 
to completion. It looks like subroutines don't have return values, but 
it is suggested that variables above #30 could be used. There might be a 
problem with this, in that the source of the status value might not be 
known.

If anyone has looked into this and you have words of wisdom to share, 
please do.
-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to