Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page properties


Target release
Task List

Jira
serverINFN Ticketing System
columnIdsissuekey,summary,created,updated,duedate,assignee,status,resolution
columnskey,summary,created,updated,due,assignee,status,resolution
maximumIssues20
jqlQuerylabels=dafne_epics_temp AND status!=Done
serverId8087fedc-8816-3706-9e66-78f987f39e0c

Document status
Status
titleDRAFT
Document owner
Designer
Developers
Project

https://baltig.infn.it/lnf-da-control/iocsh-icpdas/-/tree/main (modbus IOC scripts)

https://baltig.infn.it/chaos-lnf-control/epics-archiver-on-dafne.git (archive + modbus IOC scripts)



Goals

  • New acquisition and visualisation of Dafne temperature probes.

Background and strategic fit

We want to acquire PT100 probes + xx, we want to use EPICS as base control system to acquire modbus ICPDAS interface ICPDAS ET7xx. Show historical data using Grafana dashboard.

HW

List and information of acquisition modules are available at Asset Management.

...

Rack 86/87/90 (ground floor) - 4 Modules

1 DC (20W) for 4 Modules (3W each)


Rack 091 (ground floor) - 5 modules

1 DC (20W) for 2 Modules (3W etch) & 1 DC (20W) for 3 Modules (3W each)

Image Modified

Probe List

Insert here the information about the Element Name of the probe, the installation Zone, Probe type (i.e PT100),the ICPDAS IP that acquires the probe, the Analog Input the number of (1:7) connected to  the probe, the switch IP and port connected to the ICPDAS that acquire the probe.

...

View file
nameSequenza sonde temperatura Dafne.xlsx
height250

Grafana dashboard

Grafana Dashboard


How to add sensors

Sensors must be added to file epics-archiver-on-dafne/iocsh-icpdas/dafne-icpdas.cmd.

The configuration is self-explanatory, please pay attention to change the name accordingly when cut and paste.

Add sensor to Epics Config

Code Block
ssh dante@vldanteco101
cd epics-archiver-on-dafne
cd iocsh-icpdas
gedit dafne-icpdas.cmd

...

Code Block
ssh dante@vldanteco101
docker exec -it epics bash
root@367907cf46e3:/mnt/data/iocsh-icpdas# caget DAFNE:ICP-23-0001:Temp_TRAES104
DAFNE:ICP-23-0001:Temp_TRAES104 20.5366

Add sensor to !CHAOS Config


Open Chaos Dashboard node configuration, edit DAFNE/MAINRING/TEMP/ALL and add new PVs.

...

Restart the CU DAFNE/MAINRING/TEMP/ALL



Git commit changes

Code Block
ssh dante@vldanteco101
cd epics-archiver-on-dafne
cd iocsh-icpdas
git commit -m "my comment" .
git push origin


Add PV to Epics Archiver

Open Epics Archiver

Add the new PV(s) in the text box, then check and archive.

Update Grafana


Update Grafana  Temperature Dasboard

...