forked from M-Labs/artiq
doc/manual: list core device port
This commit is contained in:
parent
938e1c2842
commit
e61368e897
|
@ -0,0 +1,22 @@
|
||||||
|
Default network ports
|
||||||
|
=====================
|
||||||
|
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| Component | Default port |
|
||||||
|
+==========================+==============+
|
||||||
|
| Core device | 1381 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| Master (notifications) | 3250 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| Master (control) | 3251 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| PDQ2 | 3252 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| LDA | 3253 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| Novatech 409B | 3254 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| Thorlabs T-Cube | 3255 |
|
||||||
|
+--------------------------+--------------+
|
||||||
|
| NI PXI6733 | 3256 |
|
||||||
|
+--------------------------+--------------+
|
|
@ -17,4 +17,5 @@ Contents:
|
||||||
ndsp_reference
|
ndsp_reference
|
||||||
utilities
|
utilities
|
||||||
fpga_board_ports
|
fpga_board_ports
|
||||||
|
default_network_ports
|
||||||
faq
|
faq
|
||||||
|
|
|
@ -175,25 +175,3 @@ Usage example
|
||||||
:ref: artiq.frontend.pxi6733_controller.get_argparser
|
:ref: artiq.frontend.pxi6733_controller.get_argparser
|
||||||
:prog: pxi6733_controller
|
:prog: pxi6733_controller
|
||||||
|
|
||||||
Default TCP port list
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
When writing a new NDSP, choose a free TCP port and add it to this list.
|
|
||||||
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| Component | Default port |
|
|
||||||
+==========================+==============+
|
|
||||||
| Master (notifications) | 3250 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| Master (control) | 3251 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| PDQ2 | 3252 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| LDA | 3253 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| Novatech 409B | 3254 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| Thorlabs T-Cube | 3255 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
| NI PXI6733 | 3256 |
|
|
||||||
+--------------------------+--------------+
|
|
||||||
|
|
Loading…
Reference in New Issue