Skip to content

Commit 03c7ac7

Browse files
committed
edited readme
1 parent b6be1f6 commit 03c7ac7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/dt4acc/custom_tango/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -156,25 +156,6 @@ This script:
156156
- Logs any errors encountered.
157157
- Can be stopped with `CTRL + C`.
158158

159-
## Interacting with Devices
160-
Once the server is running, you can interact with devices using `Jive` (Tango graphical interface) or `TangoTest` CLI:
161-
162-
To read attributes:
163-
```bash
164-
tango_read tango://localhost:10000/test/MagnetDevice_1/Cm_set
165-
```
166-
167-
To write attributes:
168-
```bash
169-
tango_write tango://localhost:10000/test/MagnetDevice_1/Cm_set 5.0
170-
```
171-
172-
## Stopping the Server
173-
To stop the running Tango server, use:
174-
```bash
175-
CTRL + C
176-
```
177-
178159
## Troubleshooting
179160
- Ensure that the Tango database is running (`TangoDB` service must be active).
180161
- Use `Jive` to check registered devices and their statuses.

0 commit comments

Comments
 (0)