Skip to content

Commit 3d91c80

Browse files
DAQ.md: fix doc link
1 parent 2affbdd commit 3d91c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specific_iocs/DAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DAQmxConfig ( Asyn_port_name, physical_channel_address, channel_number, data_typ
3737

3838
- `channel_number` should start from zero, this is used to address each channel within an Asyn port.
3939
- `data_type` is the data type of the channel (AI, AO, BI, ...)
40-
- `options` Some common options are described here. All options can be found in [the documentation for DAQmxBase](https://github.com/ISISComputingGroup/EPICS-DAQmxBase/tree/master/documentation):
40+
- `options` Some common options are described here. All options can be found in [the documentation for DAQmxBase](https://isiscomputinggroup.github.io/EPICS-DAQmxBase/):
4141
- Read mode can be continuous (default), OneShot (get data when record processed), or MONSTER (see below)
4242
- `F` is the frequency (speed) at which samples will be collected
4343
- `N` is the number of samples DAQmxBase will collect and then return to the IOC.

0 commit comments

Comments
 (0)