Skip to content

Commit 2affbdd

Browse files
Update DAQ.md
1 parent 52cc9d7 commit 2affbdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specific_iocs/DAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Notes:
2727
- You will need to know the hostname of the cDAQ for the "Find Network NI-DAQmx Devices" dialogue
2828

2929
## Configuring a DAQ IOC
30-
The Asyn port for each channel for the daq is defined using the `DAQmxConfig` iocsh command. This is typically located in a st-daq.cmd file next to the device's st.cmd. The DAQmxBase documentation is here: https://github.com/ISISComputingGroup/EPICS-DAQmxBase/tree/master/documentation
30+
The Asyn port for each channel for the daq is defined using the `DAQmxConfig` iocsh command. This is typically located in a st-daq.cmd file next to the device's st.cmd. The DAQmxBase documentation is here: https://isiscomputinggroup.github.io/EPICS-DAQmxBase/
3131

3232
```
3333
DAQmxConfig ( Asyn_port_name, physical_channel_address, channel_number, data_type, options)
@@ -91,4 +91,4 @@ If this happens immediately on IOC boot, check if the DAQ is connected in NI-MAX
9191
```
9292
### DAQmx ERROR (ReadAnalogF64): The specified operation cannot be performed because a task is in the process of being aborted or a device is in the process of being removed from the system. Wait until the abort operation is complete and attempt to perform the operation again.
9393
```
94-
This error usually occurs when the connection between the IOC and DAQ has been interrupted after the IOC has started running normally. Check that the machine running the IOC still has the device reservation and can connect to the DAQ. Restart the IOC.
94+
This error usually occurs when the connection between the IOC and DAQ has been interrupted after the IOC has started running normally. Check that the machine running the IOC still has the device reservation and can connect to the DAQ. Restart the IOC.

0 commit comments

Comments
 (0)