HyperView HyperMath communication


Updated by Altair Forum User
Hi all,
I am trying to send result data from a HyperView script to HyperMath to preform all the math intensive calculations and then send the result back to my tcl script. I am having trouble finding out how to send information back and forth between the two programs. Has anyone done this before?
Thanks
Brian
Sort by:
1 - 3 of
31


Updated by Altair Forum User
Thanks for the reply.
I think the dynamic data exchange would be what I'm looking for.
Do you have any more information on that or where I would be able to find some?
Hello
dde is a tcl command and you can find help on it in tcl manual
Hello
You can write data to a file and let hypermath process it
Or use dynamic data exchange
Or use templex to process math tasks