<div dir="ltr"><div><div><div>Hi Simon,<br><br></div>I'm confused a to where the data is being sent from and to. If it's from the simulation and to the adaptor then all of that would get done before Catalyst would ever see it. If it's from the adaptor to Catalyst or to the PV GUI through the Live connection you'll probably want to look at coprocessing.py and grep through it for "live". I don't look too often at the Live sections of the code so it would take a bit of time to go through all of the details on it properly.<br><br></div>Best,<br></div>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 6, 2018 at 10:44 AM, Michalke, Simon <span dir="ltr"><<a href="mailto:simon.michalke@fau.de" target="_blank">simon.michalke@fau.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you very much, it works now.<br>
<br>
Since I am getting the initial data via http and process it manually, is there a way to "directly" open a connection and send data? I think the coprocessor structure is not suitable for my case. Something like:<br>
<br>
con = openConnection()<br>
<br>
con.sendData(data)<br>
con.sendData(data)<br>
con.sendData(data)<br>
<br>
con.close()<br>
<br>
where data is something like vtkPolyData. Or, alternatively transfer the grid at the beginning and only send the data as vtk*Array itself after first initialization.<br>
<br>
Cheers,<br>
Simon<div class="HOEnZb"><div class="h5"><br>
<br>
Am 2018-02-06 14:18, schrieb Andy Bauer:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
InĀ  cpscript.py you will need to change the following line:<br>
coprocessor.EnableLiveVisualiz<wbr>ation(False, 1)<br>
<br>
to:<br>
coprocessor.EnableLiveVisualiz<wbr>ation(True, 1)<br>
<br>
As for building VTK objects through the Python API, the VTK Examples at<br>
<a href="https://lorensen.github.io/VTKExamples/site/Python/" rel="noreferrer" target="_blank">https://lorensen.github.io/VTK<wbr>Examples/site/Python/</a> should have several<br>
will help you out.<br>
<br>
Cheers,<br>
Andy<br>
<br>
On Tue, Feb 6, 2018 at 4:37 AM, Michalke, Simon <<a href="mailto:simon.michalke@fau.de" target="_blank">simon.michalke@fau.de</a>><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I am trying to code a tool to send live data from a simulation to<br>
paraview. I build my paraview with the latest superbuild and with system<br>
python (3.4m). Then I tried to run the "PythonFullExample". After<br>
un-commenting line 25 in fedriver.py:<br>
coprocessor.addscript("cpscrip<wbr>t.py")<br>
the script still does not send any data. There are no error messages as<br>
well. I made sure that paraview is listening to the correct port.<br>
<br>
In general, I cannot find any python example on how to attach values to a<br>
poly element or a point.<br>
<br>
Regards,<br>
Simon Michalke<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensou" rel="noreferrer" target="_blank">http://www.kitware.com/opensou</a><br>
rce/opensource.html<br>
<br>
Please keep messages on-topic and check the ParaView Wiki at:<br>
<a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://paraview.org/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://paraview.org/mailman/l<wbr>istinfo/paraview</a><br>
<br>
</blockquote></blockquote>
</div></div></blockquote></div><br></div>