Difference between revisions of "Matlab OPTO"

From Chemical Engineering @ UP wiki
Jump to: navigation, search
(Created page with 'The Matlab OPTO dll wraps the interface provided by Opto in an ActiveX dll that can be used from matlab. It is specifically used in the opto22.m s-file. == Methods == The follo…')
 
(Methods)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
The following methods are implemented in the DLL:
 
The following methods are implemented in the DLL:
  
OpenEnetWWW
+
* OpenEnet
CloseWW
+
* Close
IsOpenDoneW
+
* IsOpenDone
GetDigPtStateWW
+
* GetDigPtState
SetDigPtStateWW
+
* SetDigPtState
GetAnaPtValueWW
+
* GetAnaPtValue
SetAnaPtValueWW
+
* SetAnaPtValue
SetAnaPtConfigurationWW
+
* SetAnaPtConfiguration
SetDigPtConfigurationWW
+
* SetDigPtConfiguration
SleepWW
+
* Sleep

Latest revision as of 14:47, 23 September 2010

The Matlab OPTO dll wraps the interface provided by Opto in an ActiveX dll that can be used from matlab. It is specifically used in the opto22.m s-file.

Methods

The following methods are implemented in the DLL:

  • OpenEnet
  • Close
  • IsOpenDone
  • GetDigPtState
  • SetDigPtState
  • GetAnaPtValue
  • SetAnaPtValue
  • SetAnaPtConfiguration
  • SetDigPtConfiguration
  • Sleep