Difference between revisions of "Mar. 5, 2021"

From epsciwiki
Jump to navigation Jump to search
Line 26: Line 26:
 
Attendees: Tommaso C., Carmelo P., Marco B.,Francesco G., B. Raydo, Sergey B., David L., Carl T., Vardan G.
 
Attendees: Tommaso C., Carmelo P., Marco B.,Francesco G., B. Raydo, Sergey B., David L., Carl T., Vardan G.
  
# Announcements
+
#* Announcements
 
#* Update on tests @ JLab
 
#* Update on tests @ JLab
 
#** Discussed VTP data format (presented below)
 
#** Discussed VTP data format (presented below)
 +
#** VTP source is also available
 +
#** Discussed ERSAP VTP SRO component lates benchmark results
 
VTP frame header
 
VTP frame header
 
typedef struct
 
typedef struct
Line 46: Line 48:
 
Payload
 
Payload
 
9 word payload header, where first word is a tag and 8 following words contain length and a pointer to 8 FADC slots information.
 
9 word payload header, where first word is a tag and 8 following words contain length and a pointer to 8 FADC slots information.
#** VTP source is also available
 
#** Discussed ERSAP VTP SRO component lates benchmark results
 

Revision as of 13:07, 11 March 2021

Connection Info:

This meeting scheduled via Zoom. Join link should be in your calendar.


Agenda:

  1. Announcements
  2. Update on tests @ JLab
  3. Update on TriDAS commitments
  4. Introduction of Laura Cappelli (new TriDAS post-doc @ Bologna)
  5. Tentative roadmap and milestone
  6. a.o.b

Useful References


Minutes:

Attendees: Tommaso C., Carmelo P., Marco B.,Francesco G., B. Raydo, Sergey B., David L., Carl T., Vardan G.

    • Announcements
    • Update on tests @ JLab
      • Discussed VTP data format (presented below)
      • VTP source is also available
      • Discussed ERSAP VTP SRO component lates benchmark results

VTP frame header typedef struct {

unsigned int source_id;
unsigned int total_length;
unsigned int payload_length;
unsigned int compressed_length;
unsigned int magic;
unsigned int format_version;
unsigned int flags;
unsigned long long record_counter;
unsigned long long ts_sec;
unsigned long long ts_nsec;

}

Payload 9 word payload header, where first word is a tag and 8 following words contain length and a pointer to 8 FADC slots information.