Switch: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
== Device class programming ==
== Device class programming ==


The module Switch has the standard fields 'Label', 'Device', 'Port', and 'Channel'. Further parameters can be arbitrarily chosen and will be presented in the field 'Paremeters'. How to creaete drivers and define custom user input fields is described on the page [Device Class Programming].
The module Switch has the standard fields 'Label', 'Device', 'Port', and 'Channel'. Further parameters can be arbitrarily chosen and will be presented in the field 'Paremeters'. How to creaete drivers and define custom user input fields is described on the page [[Device Class Programming]].




[[Category:Modules]]
[[Category:Modules]]
[[Category:Device Modules]]
[[Category:Device Modules]]

Revision as of 07:13, 16 April 2021

The Switch module is generic one that can be used to create and load instrument drivers that do not match to any of the more specific device modules.

Typical instruments =

Typical instruments are ones where the main task is to apply a value rather than reading values.

  • Motor
  • Lamp
  • Digital or analog outputs
  • Filter wheel

Device class programming

The module Switch has the standard fields 'Label', 'Device', 'Port', and 'Channel'. Further parameters can be arbitrarily chosen and will be presented in the field 'Paremeters'. How to creaete drivers and define custom user input fields is described on the page Device Class Programming.