06-16-2005 04:55 AM
06-17-2005 03:51 AM
06-21-2005 05:57 AM
06-21-2005 06:07 AM - edited 06-21-2005 06:07 AM
@evila wrote:
Thank you for answering!
I'm not still sure that LV sends messages in ASCII text from. Are you sure, that there is no binary form conversion between those Active and passive vi's?
I'm thinking that TCP write converts ASCII to binary (before sending) and then TCP read converts it back to ASCII format in that another vi.
Message Edited by rolfk on 06-21-2005 06:10 AM
06-21-2005 06:10 AM
06-21-2005 07:51 AM
06-21-2005 08:22 AM - edited 06-21-2005 08:22 AM
@evila wrote:
Yes, the client application is written in Envision/Igrip program with Graphic Simulation Language (GSL) (a programming language developed by DELMIA)
I'm reading information from USB joysticks with LV (server) and the data should be send to the client. I can establish a connection between server and client, and I can also send data from client to LV server, but I can't read data form LV with my client application. I'm using normal TCP/IP read write routines in LV.
Here is the LV server vi, maybe here is some problems with my vi.
Message Edited by rolfk on 06-21-2005 08:24 AM
07-06-2005 04:36 AM
Thank you for helping me, the problem is now solved.