...
Now, launching a MAKE command in the Prompt for VS should run correctly and creating a subfolder of the matlab library folder, in which you will have all the .mexw64 that you need to put into your matlab.
You will need also the dll created in the folders ezca (ezcamt.dll) and in the folders glue (mezcaglue.dll)
Precompiled Build
...
for Windows
View file | ||||
---|---|---|---|---|
|
Using LABCA within MATLAB
Extract the precompiled build for Windows (Win10-64bit-labca.zip) in any folder. Set a new path within MATLAB to this folder. By doing this it is possible to use all the LABCA functions through the MATLAB console and within any script.
A list of all the functions and how to use them is present in the LABCA-manual, downloaded from https://till-s.github.io/epics-labca/:
View file | ||||
---|---|---|---|---|
|
IMPORTANT NOTE:
In order to find an EPICS device through TCP/IP, it is needed to create a new system variable with the list of the devices IP.
In order to do so:
- Click on the search button of the WINDOWS task bar
- Search for "Visualizza Impostazioni di sistema Avanzate"
- In "Avanzate" tab, click "Variabili d'Ambiente"
- Create a new "System Vatiable" named EPICS_CA_ADDR_LIST
- Insert the device IP. To insert multiple devices, insert multiple IP's, separated by black space.