We are still working on migrating to the new Bosch Connected Industry Online Portal. Stay tuned! Click here for the latest updates.
11-30-2023 08:16 AM - edited 11-30-2023 08:37 AM
Hello,
One issue I have is that I try to use FileSystemAccess Addon to read a .txt file from an remote PC with a same IP network segment,
at first I map the virtual drive into an Network drive Z:\ ,
and then input the path to the ParCmd.Name, command is as below:
FileSystemAccess.ParCmd.Name := 'Z:\test\Target\test3.txt';
but the FileSystemAccess Addon reply me an error: "ADS: File or target not found."
I want to know if there are some methods to read a file in drive of a remote PC(e.g. change some parameters or use another addon),
I need your Help, thanks!
Addon Version:1.0.6.0
Solved! Go to Solution.
12-01-2023 03:58 PM
Yes, that's what I meant. Paths on network drives are invisible to the TwinCAT runtime, no matter whether on a mapped drive or as UNC path. (This has nothing to do with Control plus.)