Netlinx Feature Request ? Ability to FILE_OPEN on any master in the URL list.
Joe Hebert
Posts: 2,159
I can?t speak for others but I see great benefit if we can open and read files on other masters in the URL list. My thought is if the file path starts with a double whack then that means we?re looking to open the file on a remote master. The remote master can be specified by the system number. A file path might look something like this:
?\\<system number>\<directory>\<filename>?
I don?t know enough about the inner workings of the hardware or firmware to know whether this is technologically possible. Even if we?re limited to read only access that would still be big step in the right direction.
Thanks.
?\\<system number>\<directory>\<filename>?
I don?t know enough about the inner workings of the hardware or firmware to know whether this is technologically possible. Even if we?re limited to read only access that would still be big step in the right direction.
Thanks.
0
Comments
Joe you can FTP any files to your master from another master, use i!-FTPSender... You can also use HTTP to open/read a file on another master.
Thanks for the reply.
I need this as well.. Any thoughts yet?
You could easliy whip out a .axi file to reside in each master, each with its own virtual dev then send a string to the vDev (master) of your choosing and request a file or pass it a file using string_to _var and var_to_string as necassary, file open, read and write as necassary.
I basically do this now from remote masters to my office master using my office master as a generic server on a port of my choosing and the client's masters, well, as clients. The files I receive from the clients are truncated on the client's side to a max of 60k. It's a really bad system day when they need to be truncated though, normally these files run 14K.