|
ComediAnalogOutput [AnalogOutput] [Comedi Plugins]Interface for accessing analog output of a daq-board via comedi.
For software calibrated boards (like NI M-Series boards) do $ comedi_soft_calibrate -f /dev/comedi0
You may want to read the man page of ComediDigitalIO [AnalogOutput] [Comedi Plugins]Interface for accessing digital I/O lines of a daq-board via comedi.
ComediNIPFI [AnalogOutput] [Comedi Plugins]Controlls the PFI pins of a NI M-series daq-board via comedi. Use for routing either the following integer values or the names without the "NI_PFI_OUTPUT_" part (from comedi.h): enum ni_pfi_routing {
NI_PFI_OUTPUT_PFI_DEFAULT = 0,
NI_PFI_OUTPUT_AI_START1 = 1,
NI_PFI_OUTPUT_AI_START2 = 2,
NI_PFI_OUTPUT_AI_CONVERT = 3,
NI_PFI_OUTPUT_G_SRC1 = 4,
NI_PFI_OUTPUT_G_GATE1 = 5,
NI_PFI_OUTPUT_AO_UPDATE_N = 6,
NI_PFI_OUTPUT_AO_START1 = 7,
NI_PFI_OUTPUT_AI_START_PULSE = 8,
NI_PFI_OUTPUT_G_SRC0 = 9,
NI_PFI_OUTPUT_G_GATE0 = 10,
NI_PFI_OUTPUT_EXT_STROBE = 11,
NI_PFI_OUTPUT_AI_EXT_MUX_CLK = 12,
NI_PFI_OUTPUT_GOUT0 = 13,
NI_PFI_OUTPUT_GOUT1 = 14,
NI_PFI_OUTPUT_FREQ_OUT = 15,
NI_PFI_OUTPUT_PFI_DO = 16,
NI_PFI_OUTPUT_I_ATRIG = 17,
NI_PFI_OUTPUT_RTSI0 = 18,
NI_PFI_OUTPUT_PXI_STAR_TRIGGER_IN = 26,
NI_PFI_OUTPUT_SCXI_TRIG1 = 27,
NI_PFI_OUTPUT_DIO_CHANGE_DETECT_RTSI = 28,
NI_PFI_OUTPUT_CDI_SAMPLE = 29,
NI_PFI_OUTPUT_CDO_UPDATE = 30
};
ComediRouting [AnalogOutput] [Comedi Plugins]Route a signal to a channel of a subdevice. For routing signals to NI M-Series PFI lines, use the ComediNIPFI plugin (this plugin knows that the PFI channels are at subdevice 7 and provides meaningful names for the signals to be routed).
* [AnalogOutput] [Comedi Plugins] |