10-03-2006 01:36 PM
10-04-2006 07:19 AM
Hello,
you would like design a communication interface between your program and DASYLab. Here some hints for this:
1) Your program can't direct send any command which start a worksheet under DASYLab itself (only via keyboard buffer handling). But you can start a DASYLab worksheet via console command for instance with the Windows WinExec command. In the worksheet you can write any data into an ASCII Multi file. So you can read out the current-1 Multi files from your program. You can also transfer data between your program and DASYLab via TCP/IP socket programming or you write a special data "sending" module for DASYLab with the Extension Toolkit driver.
2) There are no DASYLab internal API interfaces for your job available.
3) sorry, not available
Best regards,
MHa
10-05-2006 05:01 AM
Hi Alex,
I am not sure about the full capabilities of COMO SOftware. However, one approach to this problem is to use TCP/IP communication. If the external application you are using can send TCP/IP commands, then you can use TCP/IP for communicating with DASYLab.
Please refer to this discussion forum for further information.
http://forums.ni.com/ni/board/message?board.id=50&message.id=37&query.id=110112#M37
Thanks,
Kalyan
10-18-2006 12:49 PM
10-18-2006 02:19 PM
10-18-2006 02:36 PM
Hi Mr. Kalyanramu Vemishetty,
1)Is TCP/IP only applicable for connection between software or PC over the network? Can it be used for my case which the COMO will be operate on the same PC together with the Dasylab?
2)As i know, Labview code can be integrated into other programming languages by either creating VI into share libraries, or transform labview code into standard interface that allows other program to execute the labview code in process. Does Dasylab have such features too? Can i intergrate Dasylab module /interface to my software?If yes, could you please show me how to do it?
Thanks!
Regards,
Alex