01-02-2015 08:00 AM
Hi everyone,
How to do audio communication between two systems via remote panel connections or else web publishing tool...? Need help as soon as possible. . .
01-02-2015 09:17 AM
"Audio communication"? What have you tried so far?
01-02-2015 10:38 PM - edited 01-02-2015 10:45 PM
Thank you for your reply.
For you I am giving explanations for how i did.
Method 1:
# Main VI file is running in server PC.
# I will give my server PC IP address in local client PC. Steps are: operate-->Remote Panel Connection--> in that dialog box, I enter IP adress--> then VI name
# Then I can control or monitor according to my need.
Method 2:
# Tools-->options-->Web server--> Give enable for remote control
# Tools-->Web publishing tool-->Choose the VI file-->Embedded option-->then according to screen instructions I ll get the html page link.
# If I am post that link in my client PC it will show the fron panel of the VI file. After that I can control.
please see attachment. In both procedures, while I am running that VI file, I ll browse my sound file(.wav) in my local system(server PC) I can able to hear the sound . But, I couldn't here the sound in my client PC.
I am looking forward from your answer.
01-03-2015 09:05 AM
I've seen you ask this somewhere else. Creating the second thread won't get you answers faster.
The problem is you're trying to play a sound that doesn't exist on the remote computer. You're not sending this audio in any meaningful way. It sounds like both computers are on the same network. Create a network location and move the wav there. Link to the network location instead of a local file on one pc. Then, both computers should have access to the file.
01-03-2015 01:00 PM