02-05-2016, 04:25 PM
             
             
              This is the code:
              
% Generate a Robolink object RL. This object interfaces with RoboDK.
              
RL = Robolink;
              
% Get the library path
path = RL.getParam('PATH_LIBRARY');
              
and I get this error:
              
No appropriate method, property, or field 'getParam' for class 'Robolink'.
             
            % Generate a Robolink object RL. This object interfaces with RoboDK.
RL = Robolink;
% Get the library path
path = RL.getParam('PATH_LIBRARY');
and I get this error:
No appropriate method, property, or field 'getParam' for class 'Robolink'.

 
              
              