Task #13120
Methods and ACNET devices for "Sync In Mode" register
Description
Need methods and devices for controlling the "Sync In Mode" register.
History
#1 Updated by John Diamond over 4 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Added a line to cmtfintadcShow(..) that displays the Sync Source Mode:
-> cmtfintadcShow 0x1000 AD/Instrumentation LCLS II Interlocks ADC Driver v0.1 Trigger Interrupts: 0 Trigger Event Message Queue Errors: 0 Digitizer mode: 4 Monitor source: 4 Sync source mode: 0 Raw data size: 135815216 Sample Count: 0 Trigger Count: 65536 Number of channels: 16 A16 base address: 0x1000, pointer: 0x1000 A24 base address: 0xffffff, pointer: 0xbfffffff A32 base address: 0x8000000, pointer: 0xa4000000 Layout ID: Unknown Firmware ID: ffffffff Firmware Revision: ffffffff Driver: CMTFInterlocksADC Driver Version: 0.1 value = 0 = 0x0
Created a CLI command to control the sync source mode:
cmtfintadcSyncSourceModeSet a16Base, mode_string
Note: mode_string can be "SYNC_EXTERNAL" or "SYNC_TCLK". Created an ACNET device for controlling the sync source mode on the test stand:
- Z:CIASSM
Verified that we are receiving triggers and interrupts on the test stand in SCOPE_EXTERNAL_ARM mode.
#2 Updated by John Diamond over 4 years ago
Deployed new version at test and development levels.