open-discussion > Instrument Control Toolbox
Showing 1-3 of 3 posts
Display:
Results per page:
Mar 21, 2017  01:03 PM | maryam_f
Instrument Control Toolbox
Hi Friend Support Group,

I have an academic licensed MATLAB. Is there any way to continue with MATLAB frontend without having 'Instrument Control Toolbox'?
(Or at least to run the examples, how can I avoid facing the error?)

Thanks in advance!
Mar 22, 2017  04:03 PM | Rodrigo Basilio - IDOR
RE: Instrument Control Toolbox
I think you need the toolbox and you wont be able to run the examples without this toolbox, but I will check with my colleages.
Mar 22, 2017  11:03 PM | Sebastian Hoefle
RE: Instrument Control Toolbox
The communication is based on TCP/IP. So any functions, that implement this protocol, will do the job. 

For older versions of Matlab, there is the tcpip object, which we used in the example frontend:

https://github.com/InstitutoDOr/FriendEN...

In newer versions, there is the tcpclient:
https://www.mathworks.com/help/matlab/re...

Another alternative could be the TCP/UDP/IP Toolbox available on exchange:
http://www.mathworks.com/matlabcentral/f... 

All these versions probably need some adaption of the original frontend code, but it should be straightforward.

Alternatively to Matlab, you can also choose a Python or Presentation frontend:
https://github.com/InstitutoDOr/FriendEN...

Best Regards

Sebastian