<HTML>
<HEAD>
<TITLE>Re: [Paraview] Getting requested time in reader with multiple outputs</TITLE>
</HEAD>
<BODY>
<BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Does the request object not have a <BR>
int port = request->Get(FROM_OUTPUT_PORT());<BR>
if so, you can do it that way.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>It probably does, I was just not aware of that key. Thanks to you an Utkarsh for pointing it out.<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
How is it that different ports are receiving different time requests? I need to make sure my redesigned pipeline will cope with this correctly. (what does your pipeline look like?)<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I am just using it in ParaView. Create the reader, show both outputs, hit play. It is a demand driven pipeline and the sinks of the pipeline are visited one at a time to pull data. So first one output is hit and then the other. The update time is only set on the output being accessed. I’m not sure what to do other than that. I suppose the Executive could also set the time on all the other siblings, but what if they intentionally have a different time range?<BR>
<BR>
Another issue I have run into is that the DATA_TIME_STEPS key is only set on the output attached to the output from which the request comes from. This is easy to get around, just set DATA_TIME_STEPS on the output in the reader. It would be nice if they all got set, but you may run into the same problems as above.<BR>
<BR>
-Ken<BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>