필터 지우기
필터 지우기

What folder(s) does the MATLAB2013b OPC (Industrial Communications) Toolbox install info on Windows ?

조회 수: 1 (최근 30일)
What folder(s) does the MATLAB2013b OPS (Industrial Communications) Toolbox install info on Windows ?
  댓글 수: 1
Rik
Rik 2023년 10월 21일
Do you mean where this toolbox is installed by default? Or where is stores preferences?
What is prompting this question? Why are you using a release from 10 years ago?

댓글을 달려면 로그인하십시오.

채택된 답변

Simar
Simar 2023년 11월 20일
Hi Eric,
I understand that you want to know where does MATLAB 2013b version puts the files for the OPC Toolbox. MATLAB OPC Toolbox is used for interfacing with OPC servers for reading, writing, and logging data from/to OPC servers, typically installs its files in a directory within the MATLAB installation directory. For MATLAB R2013b on a Windows system, the default installation path for MATLAB is usually:
C:\Program Files\MATLAB\R2013b\
Within this directory, the OPC Toolbox files would be in a subdirectory along these lines:
C:\Program Files\MATLAB\R2013b\toolbox\opc\
This folder would contain all the functions, scripts, and resources related to the OPC Toolbox. It is important to note that the actual path may vary if a custom installation directory was chosen during the installation process.
To find the exact location of the OPC Toolbox on your system, you can use the MATLAB command “which. For example, to find the location of a specific OPC Toolbox function, you can type the following command in the MATLAB Command Window:
which opcda 
This command will return the path to the “opcda function, which is part of the OPC Toolbox. You can replace “opcda with any other OPC Toolbox function you are interested in. If the OPC Toolbox is installed, MATLAB will return the path to the function file; otherwise, it will indicate that the function does not exist in the current MATLAB search path.
Please refer to the following documentation link-
Hope it helps!
Best Regards,
Simar

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Server Connection and Browsing에 대해 자세히 알아보기

태그

제품


릴리스

R2013b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by