PV-WAVE: wtworkproc [message #4510] |
Wed, 14 June 1995 00:00 |
grueber
Messages: 3 Registered: June 1995
|
Junior Member |
|
|
Hello all,
I have problems with the function wtworkproc. This is the
situation: I want to do time consuming operations like
reading large signal channels via the HDF-Interface in
the background. So I use wtworkproc to initiate these
operations, but it results in an error message:
% Procedure/function called with too many parameters: READ_SIGNAL_BG.
% WTMAINLOOP: Unable to manage a WorkProc.
I did exactly as it's descriped in the manual. Does anybody have
a working example with this function
My program fragment:
-----------------------------------
...
param = 0
wtid = wtworkproc("add",'read_signal_bg',param)
....
PRO read_signal_bg, wid, bind , wtid
...
status = wtworkproc("remove",wtid)
END
------------------------------------
Thanks for help in advance
Wilhelm
+=========================================================== ================+
: : :
: : Wilhelm Gr"uber :
: : :
+=========================================================== ================+
: : E-mail: grueber@informatik.uni-bonn.de :
: : :
: \\\!/// : Rheinische Friedrich-Wilhelms- :
: / \ : Universit"at Bonn :
: ( o o ) : Informatikinstitut Abt. II :
: ,,,----- U -----,,,--- : R"omerstr. 164 :
: : D-53117 Bonn :
: : Telephone (0228) 550421 :
: : Fax (0228) 687740 :
+=========================================================== ================+
: : :
: /| : E-Mail: grueber@dv.kp.dlr.de :
: ___/_|___ : :
: / / / / : Deutsche Forschungsanstalt f"ur :
: /__/__/__/ : Luft- und Raumfahrt e.V. K"oln-Porz :
: | / : Institut f"ur Luft- und Raumfahrtmedizin :
: |/ DLR : D-51147 K"oln :
: : Telephone (02203) 601-3079 /3065 :
: : FAX (02203) 695211 :
+=========================================================== ================+
|
|
|