09-21-2023 01:06 AM
I have a problem with Spanish language during IP connection of My exe to Machine.
When I run exe on that PC which have OS Language English then Connection made successfully . But when I run EXE on that PC which have Spanish Language then IP Connection is fail between Machine and Software.
Is LabVIEW support Spanish Language or not?
Solved! Go to Solution.
09-21-2023 10:15 AM
What kind of IP connection? To what machine?
You need to provide significantly more details.
09-22-2023 12:35 AM
The communication between the PC running the my program and ATE is made via an Ethernet connection. the ATE becomes discoverable on the network and the IP Address assigned to the ATE is seen. This IP address needs to be entered in the relevant Software screen to link the ATE and application together. but when I run my exe it is not discoverable IP. My OS Language is Spanish. and when I am running my exe which PC language is English , on that PC connection is discoverable in my software.
09-22-2023 12:59 AM
Hi Poojaavi,
@Poojaavi123 wrote:
but when I run my exe it is not discoverable IP. My OS Language is Spanish. and when I am running my exe which PC language is English , on that PC connection is discoverable in my software.
So you use two different computers to test your executable?
Can you open a cmd shell on both computers and try to ping your ATE using its IP address? Is the ping successful on BOTH computers?
(The other way around: do both computers use the same settings on their network connection to your ATE?)
09-22-2023 01:20 AM
Yes I use two different computer and ping is successful on BOTH computers.
And also both computers use the same settings on their network connection.
09-22-2023 01:28 AM
Hi Poojaavi,
@Poojaavi123 wrote:
Yes I use two different computer and ping is successful on BOTH computers.
And also both computers use the same settings on their network connection.
Then the error is in your executable: start debugging!
(When you want us to help you with this part then you need to attach code…)
09-22-2023 01:34 AM
I have check on multiple pc which OS have Spanish language then connection is fail and which Have English Language then connection is happening.
09-22-2023 01:47 AM
Hi Poojaavi,
@Poojaavi123 wrote:
I have check on multiple pc …
This is just an observation (of the problem), but that's not debugging…
09-22-2023 02:49 AM
Do you only have the executable binary or do you have the LabVIEW VIs? Do you have LabVIEW installed on the spanish- language- PC?
Advice: extract the connection- part of your VIs and make a reduced exe, showing which connection settings are used and which error messages come up. Use that on both PCs to examine the differences