🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

HyperView HyperMath communication

User: "Altair Forum User"
Altair Employee
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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    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?

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hello

    dde is a tcl command and you can find help on it in tcl manual

    http://www.tcl.tk/man/tcl8.4/TclCmd/dde.htm