11-04-2015 02:29 AM
Hello,
Is there any specific control to enter the IP Address in labview??
Please let me know.
Regards,
S Nagaraju
11-04-2015 02:38 AM
No, in LabVIEW there is no ready-to-use control to input IP addresses.
But you can easily make your own (using a string input) or search for VIs/XControls in the forum. I'm pretty sure someone else already made such inputs…
11-04-2015 02:46 AM
Dear GerdW,
If i use string control I am not able to limit 8-bit number for each portion of IP Address and it also accepts the characters and special characters also.
I just want to avoid those conditions.
Regards,
S Nagaraju
11-04-2015 03:38 AM
11-04-2015 04:38 AM
11-04-2015 04:40 AM
Thank you very much GerdW,
I will try this.
Regards,
S Nagaraju
11-04-2015 04:56 AM
Dear Dennis,
We can use 4 numeric controls also, but only thing is cursor automatically move after entering 3 digits in each control.
Regards,
S Nagaraju
11-04-2015 05:57 AM
11-04-2015 09:32 AM
I use a string control and error check it like this:
11-04-2015 10:26 AM
As already pointed out:
@GerdW wrote:
...or search for VIs/XControls in the forum. I'm pretty sure someone else already made such inputs…
https://lavag.org/files/file/36-pta-ip-address/
There are probably others too.