We are moving! We are currently migrating our community to the new Bosch Connected Industry Online Portal. The community will be available latest in the new year again, until then it will be in read-only mode. Click here for more information.
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.)