Hey people,
The text of the message subject is almost directly lifted from the
LabVIEW help file. I'm currently a DataSocket server for communication
between a laptop and a Compact FieldPoint unit. My application is
currently functioning, but I'm searching for a way to easily change the
IP of the server without having to recompile the VI into a startup.exe
file.
The help file says it is possible to create a file (.dsl extension)
which contains the URL of the server, with the following format:-
[InternetShortcut]
URL=dstp://servername.com/tag
I have created such a file, but the help file refers to reading the URL
from the DSL file directly, which I'm not sure how to do. The examples
use hard-coded strings as their reference URLs, so no help there, and
as far as I can see the question has not been raised before on these
boards.
I am aware that I could probably use the File Open vis and manually
read the information contained within the file, but then it wouldn't
make sense to rename it to .dsl or to have any other text other than
the URL contained within.
Thanks for your replies.