11-01-2018 04:37 AM
Hi Cory,
So, it's like my app doesn't know that location exists until I go there in explorer and them come back to my app. Why is that?
Did you read my answer here? (Talk with your IT department admin…)
Now, what the heck do I do with the snippet?
Use it to replace your overly complex own version of creating a file path…
11-01-2018 10:37 AM
My IT folks will not want to hear from me. Is there anyway to perform a 'handshake' from within Labview?
Are you saying I just use the snippet pasted into my vi as a guide to replace what I have? I was under the assumption it would become the new code in my vi.
Ron
11-01-2018 10:45 AM
Hi Cory,
My IT folks will not want to hear from me.
Why not?
Is there anyway to perform a 'handshake' from within Labview?
You may try to call SysExec with "cmd /c dir Y:\JobNumber" as argument. Let Windows initialize the network drive connection…
Are you saying I just use the snippet pasted into my vi as a guide to replace what I have?
The snippet is a replacement for your big ConcatString mess to generate a file path…11-01-2018 02:00 PM
Ron,
What happens when you try to build the file path using the method put forth by GerdW?
PahlM
11-08-2018 08:26 AM
Willing to try SysExec, but don't know what it looks like in LabVIEW. Nothing comes up in Help for SysExec. Excuse my ignorance for not knowing this vi. Never used it before.
11-08-2018 08:29 AM - edited 11-08-2018 08:29 AM
11-08-2018 08:33 AM
Found the System Executable command. Will try it. Thanks.
11-08-2018 08:40 AM
Works! Thank you! Now on to my saving data loop. I decided to go with a log timer that approximates the rpm curve on a motor run down. I really don't have a limit on the number of points saved, since they are only points, not large data arrays.
Thank you for all of your help!