Hello,
I have recently installed the MLPI-MotionLogicProgrammingInterface(mlpi4MATLAB). As it's mentioned in the help document, I am trying to connect to my PLC with
myHdl = m4MApiConnect('a.b.c.d -user=guest -password=guest')
command. However I am getting an error like
Undefined function 'm4MApiConnectMex' for input arguments of type 'MlpiConnection'.
I have checked the MLPI-SDK directory and I can see that there is a m4MApiConnectMex.mexw32 file in this directory. I would appreciate if anyone can shed some light to this error. I am using Matlab 2015a.
Thanks in advance,
Goksan