Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

`filewriter`: selog blocks

オープン
#89 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
kafka
領域
data

調査の方向性

filewriter のエントリポイントから開始し、ブロックの更新がどのように .nxs 出力になるかを追跡します。必要な raw_data_1/selog/ パスと現在の writer を比較し、初回更新に必要な履歴検索も含めます。各ブロックについて一覧にあるすべてのフィールドが書き込まれ、string-log 表現に関する判断が解決されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

filewriter

The filewriter must be able to write the selog data.

For each block, this includes:

  • raw_data_1/selog/<block>/read_control (was a LabVIEW VI control name; not populated by current system; could be populated as EPICS PV name)
  • raw_data_1/selog/<block>/set_control (was a LabVIEW VI control name; not populated by current system)
  • raw_data_1/selog/<block>/setpoint
  • raw_data_1/selog/<block>/setpoint_spread
  • raw_data_1/selog/<block>/value
  • raw_data_1/selog/<block>/value_log/alarm_severity
  • raw_data_1/selog/<block>/value_log/alarm_status
  • raw_data_1/selog/<block>/value_log/alarm_time
  • raw_data_1/selog/<block>/value_log/name
  • raw_data_1/selog/<block>/value_log/time
  • raw_data_1/selog/<block>/value_log/value
  • raw_data_1/selog/<block>/value_log/value_valid
  • raw_data_1/selog/<block>/value_spread
  • raw_data_1/selog/<block>/vi_name (was a LabVIEW VI name; not populated by current system)

[!IMPORTANT]
When implementing, we must ensure that the filewriter 'goes back' in time to find the most recent update for each block and log that as the initial update. Otherwise, values will be missing in the .nxs until the block happens to update or the forwarder happens to schedule one of it's periodic updates. For short runs and blocks that don't update much, it is possible that may never happen.

Questions

The ISISICP currently writes strings in a way that is not nexus-compliant. Do we want to continue to do that?

There is a new NXtextlog nexus class for storing string-logs, and as ESS vs00 schema for emitting string-type updates through Kafka.

Potential differences from existing files

  • The update frequency of blocks logged here may be different than old system; streaming system will see and be able to log all block updates (unless we choose to implement downsampling)
主要言語
言語のデータがありません
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ISISComputingGroup/DataStreaming のほかの issue

ISISComputingGroup/DataStreaming の issue をすべて見る

似ている issue

Data Engineering の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。