This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMWCAS-RF-EVM: The Monitoring Report and API configuration based on MMWCAS-RF-EVM+MMWCAS-DSP-EVM

Part Number: MMWCAS-RF-EVM
Other Parts Discussed in Thread: TDA2, AWR2243, MMWCAS-DSP-EVM, , AWR1243

Hello experts

We currently want to do the test and verification of the RF board and the data acquisition and analysis of the whole board based on two AWR2243 cascaded + TDA2. Currently, the relevant firmware and parameter configuration can be downloaded normally through the mmWave studio and data collection can be done,  the master chip is normal, but the slave chip seems to work  abnormally. When the target exists, the master chip channel has obvious target peak, but the slave chip cannot see the target peak, as if there is no normal signal transmission and reception;

master:

Slave:


We suspect that the slave chip is abnormal due to the lack of FM_CW_SYNCIN signal (and SYNC_IN) input from the slave chip, resulting in no signal transmission and reception in the transceiver channel. We want to verify it through the Monitoring Report based on MMWCAS-RF-EVM+MMWCAS-DSP-EVM.

Currently, I want to read the LO signal power value (IntPMCLKLOAnalogSignalMonitoring) of the master-slave chip through ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult(device_map, 256, 0) ——(mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Cascade\Cascade_Monitoring_Example.lua)to verify whether the slave chip has LO signal input, but the report read from Cascade_Monitoring_Example.lua shows that the power of the LO signal is not correct, all of which are 0, as shown in the figure below, why the API command configuration in Cascade_Monitoring_Example.lua is not  correctly?How to modify the API command corresponding to the configuration? The command of this lua script is the same as that of DFP?What is the difference between the commands?

By the way, for  ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult(device_map, 256, 0) command, when the second bit is set to 16/32, there will be an error in the console, modified it to 256 will not report an error, as shown in the figure below. How to set the value threshold here and how to modify it? 

Thanks.

  • Hi,

         Please help with below queries, for me to understand the context:

    1. Are you using TI 4-Chip Cascade EVM in 2 Chip Configuration or is it your own design?

    2. Have you tried enabling the monitors from mmWave studio manually or through some script?

    3. Please share your complete mmWave studio log from the SOP set to capturing of data.

    Regards

  • Hello

    thanks for your reply.

    For 1, the monitoring report(based on Cascade_Monitoring_Example.lua) is currently verified based on TI 4-Chip Cascade EVM. If the API configuration and Monitoring Report of the four-chip cascade development board are correct, then prepare to verify the two-chip cascade. Our own two-chip cascaded radar has a problem with the signal from the slave chip.

    For 2, this is currently verified by LUA Shell in mmWave Studio(mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Cascade\Cascade_Monitoring_Example.lua), but not verified by AnalogTxMon. Are there any instructions for setting up AnalogTx/RxMon monitoring verification in Radar API?
    In addition, the API commands in the current LUA are different from those in the AWR2243 DFP. Are the AnalogTx/RxMon monitoring commands in the Radar API based on the API commands in the AWR2243 DFP for verification?

    For 3, the mmWave studio log is as follows, the lua script is based on Cascade_Configuration_MIMO.lua and Cascade_Monitoring_Example.lua (refer to 'mmwave_studio_cascade_user_guide.pdf'   Section 7.2—— Use case 4 : Monitoring and Calibration).

    Configuration_MIMO.lua:

    [15:46:16] LuaLoad("E:/ti/mmwave_studio_03_00_00_14_2nd/mmwave_studio_03_00_00_14/mmWaveStudio/Scripts/Cascade/Cascade_Configuration_MIMO.lua")
    [15:46:18] Setting up Studio for Cascade started..
    [15:46:18] [RadarAPI]: ar1.SelectCaptureDevice("TDA2XX")
    [15:46:18] [RadarAPI]: Status: Passed
    [15:46:18] [RadarAPI]: TDAStatusCallback Event Registered
    [15:46:18] [RadarAPI]: registerTDAStatusCallback Status: Passed
    [15:46:18] [RadarAPI]: ar1.ConnectTDA("192.168.33.180", 5001, 15)
    [15:46:18] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:46:18] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:46:18] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_VERSION_INFO Async event recieved() with status 0. TDA Version : REL_VISION_SDK_03_07_01_00 Aug 5 2019 15:04:45[15:46:18] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:46:19] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:46:19] [RadarAPI]: ConnectTDACaptureCard Status: Passed
    [15:46:19] TDA Capture Card Status : CONNECTED!
    [15:46:20] ConnectTDA Successful
    [15:46:20] selectCascadeMode Successful
    [15:46:20] Setting up Studio for Cascade ended..
    [15:46:20] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:46:20] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:46:20] [RadarAPI]: ar1.FullReset(1)
    [15:46:20] [RadarAPI]: Status: Passed
    [15:46:20] [RadarAPI]: ar1.SOPControl_mult(1,4)
    [15:46:20] [RadarAPI]: Status: Passed
    [15:46:20] Master : SOP Reset Successful
    [15:46:21] [DeviceId-0] MSS CPU Fault error status Async event recieved(0x3, 0x0,0xFFFFE580, 0x0,0x0, 0x0,0x0, 0xFFFF,0xFF, 0xFF,0xFF, 0xFF)
    [15:46:21] [DeviceId-0] MSS power up done async event received!
    [15:46:21] [RadarAPI]: ar1.PowerOn_mult(1, 0, 1000, 0,0)
    [15:46:21] [RadarAPI]: Status: Passed
    [15:46:21] Master : SPI Connection Successful
    [15:46:21] [RadarAPI]: ar1.DownloadBssFwOvSPI_mult(1, E:\\ti\\mmwave_dfp_02_02_00_03-ES1.0\\firmware\\xwr22xx_metaImage.bin)
    [15:46:22] [DeviceId-0] MSS ESM Fault error status Async event recieved(0x0, 0x2000000)
    [15:48:20] Master : FW Download Successful
    [15:48:21] [RadarAPI]: ar1.SelectChipVersion("AR1243")
    [15:48:21] [RadarAPI]: Status: Passed
    [15:48:21] [RadarAPI]: ar1.SelectChipVersion("AR1243")
    [15:48:21] [RadarAPI]: Status: Passed
    [15:48:21] [RadarAPI]: ar1.deviceVariantSelection("XWR2243")
    [15:48:21] [RadarAPI]: Status: Passed
    [15:48:21] [RadarAPI]: ar1.frequencyBandSelection("77G")
    [15:48:21] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
    [15:48:21] [RadarAPI]: Status: Passed
    [15:48:21] Device Status : XWR2243/ASIL-B/SOP:4/ES:1.0
    [15:48:21] [RadarAPI]: Device Restarted, Power On Async Event received
    [15:48:21] [RadarAPI]: ar1.RfEnable_mult(1)
    [15:48:21] [DeviceId-0] MSS power up done async event received!
    [15:48:21] [DeviceId-0] BSS power up done async event received!
    [15:48:21] [RadarAPI]: Status: Passed
    [15:48:23] Master : RF Power Up Successful
    [15:48:23] [RadarAPI]: ar1.ChanNAdcConfig_mult(1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 1)
    [15:48:23] [RadarAPI]: Status: Passed
    [15:48:23] Master : Channel & ADC Configuration Successful
    [15:48:23] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:48:24] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:48:24] [RadarAPI]: ar1.FullReset(2)
    [15:48:24] [RadarAPI]: Status: Passed
    [15:48:24] [RadarAPI]: ar1.SOPControl_mult(2,4)
    [15:48:24] [RadarAPI]: Status: Passed
    [15:48:24] Device 2 : SOP Reset Successful
    [15:48:24] [DeviceId-1] MSS CPU Fault error status Async event recieved(0x3, 0x0,0xFFFFE580, 0x0,0x0, 0x0,0x0, 0xFFFF,0xFF, 0xFF,0xFF, 0xFF)
    [15:48:24] [DeviceId-1] MSS power up done async event received!
    [15:48:24] [RadarAPI]: ar1.AddDevice(2)
    [15:48:24] [RadarAPI]: Status: Passed
    [15:48:24] Device 2 : SPI Connection Successful
    [15:48:24] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:48:25] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:48:25] [RadarAPI]: ar1.FullReset(4)
    [15:48:25] [RadarAPI]: Status: Passed
    [15:48:25] [RadarAPI]: ar1.SOPControl_mult(4,4)
    [15:48:25] [RadarAPI]: Status: Passed
    [15:48:25] Device 3 : SOP Reset Successful
    [15:48:25] [DeviceId-2] MSS CPU Fault error status Async event recieved(0x3, 0x0,0xFFFFE580, 0x0,0x0, 0x0,0x0, 0xFFFF,0xFF, 0xFF,0xFF, 0xFF)
    [15:48:25] [DeviceId-2] MSS power up done async event received!
    [15:48:25] [RadarAPI]: ar1.AddDevice(4)
    [15:48:25] [RadarAPI]: Status: Passed
    [15:48:25] Device 3 : SPI Connection Successful
    [15:48:25] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:48:26] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
    [15:48:26] [RadarAPI]: ar1.FullReset(8)
    [15:48:26] [RadarAPI]: Status: Passed
    [15:48:26] [RadarAPI]: ar1.SOPControl_mult(8,4)
    [15:48:26] [RadarAPI]: Status: Passed
    [15:48:26] Device 4 : SOP Reset Successful
    [15:48:26] [DeviceId-3] MSS CPU Fault error status Async event recieved(0x3, 0x0,0xFFFFE580, 0x0,0x0, 0x0,0x0, 0xFFFF,0xFF, 0xFF,0xFF, 0xFF)
    [15:48:26] [DeviceId-3] MSS power up done async event received!
    [15:48:26] [RadarAPI]: ar1.AddDevice(8)
    [15:48:26] [RadarAPI]: Status: Passed
    [15:48:26] Device 4 : SPI Connection Successful
    [15:48:26] [RadarAPI]: ar1.DownloadBssFwOvSPI_mult(14, E:\\ti\\mmwave_dfp_02_02_00_03-ES1.0\\firmware\\xwr22xx_metaImage.bin)
    [15:48:28] [DeviceId-1] MSS ESM Fault error status Async event recieved(0x0, 0x2000000)
    [15:50:27] Slaves : FW Download Successful
    [15:50:28] [RadarAPI]: ar1.SelectChipVersion("AR1243")
    [15:50:28] [RadarAPI]: Status: Passed
    [15:50:28] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
    [15:50:28] [RadarAPI]: Status: Passed
    [15:50:28] Slave1 Device Status : XWR2243/ASIL-B/SOP:4/ES:1.0
    [15:50:29] [RadarAPI]: ar1.SelectChipVersion("AR1243")
    [15:50:29] [RadarAPI]: Status: Passed
    [15:50:29] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
    [15:50:29] [RadarAPI]: Status: Passed
    [15:50:29] Slave2 Device Status : XWR2243/ASIL-B/SOP:4/ES:1.0
    [15:50:30] [RadarAPI]: ar1.SelectChipVersion("AR1243")
    [15:50:30] [RadarAPI]: Status: Passed
    [15:50:30] [RadarAPI]: ar1.SelectChipVersion("XWR2243")
    [15:50:30] [RadarAPI]: Status: Passed
    [15:50:30] Slave3 Device Status : XWR2243/ASIL-B/SOP:4/ES:1.0
    [15:50:31] [RadarAPI]: Device Restarted, Power On Async Event received
    [15:50:31] [DeviceId-3] MSS power up done async event received!
    [15:50:31] [RadarAPI]: ar1.RfEnable_mult(14)
    [15:50:31] [DeviceId-2] MSS power up done async event received!
    [15:50:31] [DeviceId-1] MSS power up done async event received!
    [15:50:31] [DeviceId-3] BSS power up done async event received!
    [15:50:31] [DeviceId-2] BSS power up done async event received!
    [15:50:31] [DeviceId-1] BSS power up done async event received!
    [15:50:31] [RadarAPI]: Status: Passed
    [15:50:36] Slaves : RF Power Up Successful
    [15:50:36] [RadarAPI]: ar1.ChanNAdcConfig_mult(14, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 2)
    [15:50:36] [RadarAPI]: Status: Passed
    [15:50:36] Slaves : Channel & ADC Configuration Successful
    [15:50:36] [RadarAPI]: ar1.RfLdoBypassConfig_mult(15, 0xF)
    [15:50:36] [RadarAPI]: Status: Passed
    [15:50:36] LDO Bypass Successful
    [15:50:36] [RadarAPI]: ar1.LPModConfig_mult(15, 0,0)
    [15:50:36] [RadarAPI]: Status: Passed
    [15:50:36] Low Power Mode Configuration Successful
    [15:50:36] [RadarAPI]: ar1.SetMiscConfig_mult(15, 1, 0, 0, 0)
    [15:50:36] [RadarAPI]: Status: Passed
    [15:50:36] Misc Control Configuration Successful
    [15:50:36] [RadarAPI]: ar1.RfInitCalibConfig_mult(15, 1, 1, 1, 1, 1, 1, 1, 65537)
    [15:50:36] [RadarAPI]: Status: Passed
    [15:50:36] RF Init Calibration Successful
    [15:50:36] [RadarAPI]: ar1.RfInit_mult(15)
    [15:50:37] [DeviceId-0] RF Init async event received!
    [15:50:37] [RadarAPI]: Time stamp, Temperture: 135072,39; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;
    [15:50:37] [DeviceId-3] RF Init async event received!
    [15:50:37] [DeviceId-2] RF Init async event received!
    [15:50:37] [DeviceId-1] RF Init async event received!
    [15:50:37] [RadarAPI]: Time stamp, Temperture: 5410,38; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;
    [15:50:37] [RadarAPI]: Time stamp, Temperture: 5410,38; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;
    [15:50:37] [RadarAPI]: Time stamp, Temperture: 5410,38; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 1, 1;
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] RF Init Successful
    [15:50:37] [RadarAPI]: ar1.DataPathConfig_mult(15, 0, 1, 0)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] Data Path Configuration Successful
    [15:50:37] [RadarAPI]: ar1.LvdsClkConfig_mult(15, 1,1)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] Clock Configuration Successful
    [15:50:37] [RadarAPI]: ar1.CSI2LaneConfig_mult(15, 1, 0, 2, 0, 4, 0, 5,0,3,0, 0)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] CSI2 Configuration Successful
    [15:50:37] [RadarAPI]: ar1.ProfileConfig_mult(15, 0, 77, 5, 6, 40, 0, 0, 0, 0, 0, 0, 78.986, 0, 256, 8000, 0, 0, 48)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] Profile Configuration successful
    [15:50:37] [RadarAPI]: ar1.ChirpConfig_mult(1, 0, 0, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] Device 1 : Chirp 0 Configuration successful
    [15:50:37] [RadarAPI]: ar1.ChirpConfig_mult(1, 1, 1, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] Device 1 : Chirp 1 Configuration successful
    [15:50:37] [RadarAPI]: ar1.ChirpConfig_mult(1, 2, 2, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:37] [RadarAPI]: Status: Passed
    [15:50:37] Device 1 : Chirp 2 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 3, 3, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 3 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 4, 4, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 4 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 5, 5, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 5 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 6, 6, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 6 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 7, 7, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 7 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 8, 8, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 8 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 9, 9, 0, 0, 0, 0, 0, 0, 0,1)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 9 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 10, 10, 0, 0, 0, 0, 0, 0, 1,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 10 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(1, 11, 11, 0, 0, 0, 0, 0, 1, 0,0)
    [15:50:38] [RadarAPI]: Status: Passed
    [15:50:38] Device 1 : Chirp 11 Configuration successful
    [15:50:38] [RadarAPI]: ar1.ChirpConfig_mult(2, 0, 0, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 0 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 1, 1, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 1 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 2, 2, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 2 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 3, 3, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 3 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 4, 4, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 4 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 5, 5, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 5 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 6, 6, 0, 0, 0, 0, 0, 0, 0,1)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 6 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 7, 7, 0, 0, 0, 0, 0, 0, 1,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 7 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 8, 8, 0, 0, 0, 0, 0, 1, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 8 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 9, 9, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 9 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 10, 10, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:39] [RadarAPI]: Status: Passed
    [15:50:39] Device 2 : Chirp 10 Configuration successful
    [15:50:39] [RadarAPI]: ar1.ChirpConfig_mult(2, 11, 11, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 2 : Chirp 11 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 0, 0, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 0 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 1, 1, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 1 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 2, 2, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 2 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 3, 3, 0, 0, 0, 0, 0, 0, 0,1)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 3 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 4, 4, 0, 0, 0, 0, 0, 0, 1,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 4 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 5, 5, 0, 0, 0, 0, 0, 1, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 5 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 6, 6, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 6 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 7, 7, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 7 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 8, 8, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:40] [RadarAPI]: Status: Passed
    [15:50:40] Device 3 : Chirp 8 Configuration successful
    [15:50:40] [RadarAPI]: ar1.ChirpConfig_mult(4, 9, 9, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 3 : Chirp 9 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(4, 10, 10, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 3 : Chirp 10 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(4, 11, 11, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 3 : Chirp 11 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 0, 0, 0, 0, 0, 0, 0, 0, 0,1)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 0 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 1, 1, 0, 0, 0, 0, 0, 0, 1,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 1 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 2, 2, 0, 0, 0, 0, 0, 1, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 2 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 3, 3, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 3 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 4, 4, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 4 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 5, 5, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 5 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 6, 6, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 6 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 7, 7, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:41] [RadarAPI]: Status: Passed
    [15:50:41] Device 4 : Chirp 7 Configuration successful
    [15:50:41] [RadarAPI]: ar1.ChirpConfig_mult(8, 8, 8, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] Device 4 : Chirp 8 Configuration successful
    [15:50:42] [RadarAPI]: ar1.ChirpConfig_mult(8, 9, 9, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] Device 4 : Chirp 9 Configuration successful
    [15:50:42] [RadarAPI]: ar1.ChirpConfig_mult(8, 10, 10, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] Device 4 : Chirp 10 Configuration successful
    [15:50:42] [RadarAPI]: ar1.ChirpConfig_mult(8, 11, 11, 0, 0, 0, 0, 0, 0, 0,0)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] Device 4 : Chirp 11 Configuration successful
    [15:50:42] Test Source Already Disabled...!!!
    [15:50:42] [RadarAPI]: ar1.DisableTestSource_mult(1,0)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] [RadarAPI]: ar1.FrameConfig_mult(1, 0, 11, 10, 64, 100, 0, 1)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] Master : Frame Configuration successful
    [15:50:42] Test Source Already Disabled...!!!
    [15:50:42] [RadarAPI]: ar1.DisableTestSource_mult(14,0)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:42] [RadarAPI]: ar1.FrameConfig_mult(14, 0, 11, 10, 64, 100, 0, 2)
    [15:50:42] [RadarAPI]: Status: Passed
    [15:50:43] Slaves : Frame Configuration successful
    [15:50:43]
    [15:50:43] ***Script completed successfully.***

    Monitoring_Example.lua:

    [15:52:05] LuaLoad("E:/ti/mmwave_studio_03_00_00_14_2nd/mmwave_studio_03_00_00_14/mmWaveStudio/Scripts/Cascade/Cascade_Monitoring_Example.lua")
    [15:52:05] Test Source Already Disabled...!!!
    [15:52:05] [RadarAPI]: ar1.DisableTestSource_mult(1,0)
    [15:52:05] [RadarAPI]: Status: Passed
    [15:52:05] [RadarAPI]: ar1.FrameConfig_mult(1, 0, 11, 10, 64, 100, 0, 1)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] Master : Frame Configuration successful
    [15:52:06] Test Source Already Disabled...!!!
    [15:52:06] [RadarAPI]: ar1.DisableTestSource_mult(14,0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.FrameConfig_mult(14, 0, 11, 10, 64, 100, 0, 2)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] Slaves : Frame Configuration successful
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.SetCalMonTimeUnitConfig_mult(1, 4, 4, 0, 0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.SetCalMonTimeUnitConfig_mult(2, 4, 4, 1, 0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.SetCalMonTimeUnitConfig_mult(4, 4, 4, 2, 0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.DisableMonitoringLogging(0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.SetCalMonTimeUnitConfig_mult(8, 4, 4, 3, 0)
    [15:52:06] [RadarAPI]: Status: Passed
    [15:52:06] [RadarAPI]: ar1.SetRfAnaMonConfig_mult(15, 0x4F07FFF, 0x0)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTempMonConfig_mult(15, 0, -40, 135, -40, 135, 30)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfRxGainPhMonConfig_mult(15, 0, 1, 1, 1 , 0, 0, 50, 50, 50, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfRxNoiseMonConfig_mult(15, 0, 1, 1, 1, 0, 30)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfRxIfStageMonConfig_mult(15, 0, 0, 20, 2.7, 3, 3)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTx0PowMonConfig_mult(15, 0, 1, 1, 1, 0, 3, 3)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTx1PowMonConfig_mult(15, 0, 1, 1, 1, 0, 3, 3)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTx2PowMonConfig_mult(15, 0, 1, 1, 1, 0, 3, 3)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTx0BallbreakMonConfig_mult(15, 0, -6)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTx1BallbreakMonConfig_mult(15, 0, -6)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:07] [RadarAPI]: ar1.SetRfTx2BallbreakMonConfig_mult(15, 0, -6)
    [15:52:07] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfTx0PhShiftMonConfig_mult(15, 0, 0, 7, 3, 7, 0, 5.625, 11.25, 16.875, 0, 0, 0, 0, 10, 2)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfTx1PhShiftMonConfig_mult(15, 0, 0, 7, 3, 7, 0, 5.625, 11.25, 16.875, 0, 0, 0, 0, 10, 2)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfTx2PhShiftMonConfig_mult(15, 0, 0, 7, 3, 7, 0, 5.625, 11.25, 16.875, 0, 0, 0, 0, 10, 2)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfTxGainPhaseMismatchMonConfig_mult(15, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 10, 60, 0, 0, -5, 0, 0, -5, 0, 0, -5, 0, 0, 0, 0,0, 0, 0, 0, 0, 0,0)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfSynthFreqMonConfig_mult(15, 0, 0, 4000, 25, 0, 0, 1)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfMixerInpPowMonConfig_mult(15, 0, 0, 1, 1, 0, 14548992)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult(15, 256, 0)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfGpadcIntAnaSignalsMonConfig_mult(15, 0)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfPllContrlVoltMonConfig_mult(15, 0, 1, 1, 1)
    [15:52:08] [RadarAPI]: Status: Passed
    [15:52:08] [RadarAPI]: ar1.SetRfDualClkCompMonConfig_mult(15, 0, 1, 1, 1, 1, 1, 1)
    [15:52:09] [RadarAPI]: Status: Passed
    [15:52:09] Starting Frame Trigger sequence...
    [15:52:09] [RadarAPI]: ar1.StartFrame_mult(8)
    [15:52:09] [RadarAPI]: Status: Passed
    [15:52:09] Device 4 : Start Frame Successful
    [15:52:09] [RadarAPI]: ar1.StartFrame_mult(4)
    [15:52:09] [RadarAPI]: Status: Passed
    [15:52:09] [DeviceId-3] Frame start async event received!
    [15:52:09] Device 3 : Start Frame Successful
    [15:52:09] [DeviceId-2] Frame start async event received!
    [15:52:09] [RadarAPI]: ar1.StartFrame_mult(2)
    [15:52:09] [RadarAPI]: Status: Passed
    [15:52:09] Device 2 : Start Frame Successful
    [15:52:09] [RadarAPI]: ar1.StartFrame_mult(1)
    [15:52:09] [DeviceId-1] Frame start async event received!
    [15:52:09] [RadarAPI]: Status: Passed
    [15:52:09] Device 1 : Start Frame Successful
    [15:52:09] [DeviceId-0] Frame start async event received!
    [15:52:09] [DeviceId-1] Monitoring report header async event received!
    [15:52:09] [DeviceId-1] Synthesizer frequency monitoring async event received!
    [15:52:09] [DeviceId-2] Monitoring report header async event received!
    [15:52:09] [DeviceId-3] Monitoring report header async event received!
    [15:52:09] [DeviceId-2] Synthesizer frequency monitoring async event received!
    [15:52:10] [DeviceId-0] Monitoring report header async event received!
    [15:52:10] [DeviceId-3] Synthesizer frequency monitoring async event received!
    [15:52:10] [DeviceId-0] Temperature monitoring async event received!
    [15:52:10] [DeviceId-0] Rx gain phase monitoring async event received!
    [15:52:10] [DeviceId-0] Rx Noise figure monitoring async event received!
    [15:52:10] [DeviceId-1] Monitoring report header async event received!
    [15:52:10] [DeviceId-1] Temperature monitoring async event received!
    [15:52:10] [DeviceId-1] Rx gain phase monitoring async event received!
    [15:52:10] [DeviceId-1] Rx Noise figure monitoring async event received!
    [15:52:10] [DeviceId-0] Rx IF Stage monitoring async event received!
    [15:52:10] [DeviceId-0] Tx0 Power monitoring async event received!
    [15:52:10] [DeviceId-0] Tx1 Power monitoring async event received!
    [15:52:10] [DeviceId-0] Tx2 Power monitoring async event received!
    [15:52:10] [DeviceId-0] Tx0 Ball Break async event received!
    [15:52:10] [DeviceId-0] Tx1 Ball Break async event received!
    [15:52:10] [DeviceId-0] Tx2 Ball Break async event received!
    [15:52:10] [DeviceId-2] Monitoring report header async event received!
    [15:52:10] [DeviceId-2] Temperature monitoring async event received!
    [15:52:10] [DeviceId-2] Rx gain phase monitoring async event received!
    [15:52:10] [DeviceId-2] Rx Noise figure monitoring async event received!
    [15:52:10] [DeviceId-1] Rx IF Stage monitoring async event received!
    [15:52:10] [DeviceId-1] Tx0 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Tx1 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Tx2 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Tx0 Ball Break async event received!
    [15:52:10] [DeviceId-1] Tx1 Ball Break async event received!
    [15:52:10] [DeviceId-1] Tx2 Ball Break async event received!
    [15:52:10] [DeviceId-0] Tx gain phase mismatch monitoring async event received!
    [15:52:10] [DeviceId-0] Tx0 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-0] Tx1 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-0] Tx2 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-3] Monitoring report header async event received!
    [15:52:10] [DeviceId-0] Synthesizer frequency monitoring async event received!
    [15:52:10] [DeviceId-2] Rx IF Stage monitoring async event received!
    [15:52:10] [DeviceId-3] Temperature monitoring async event received!
    [15:52:10] [DeviceId-2] Tx0 Power monitoring async event received!
    [15:52:10] [DeviceId-3] Rx gain phase monitoring async event received!
    [15:52:10] [DeviceId-2] Tx1 Power monitoring async event received!
    [15:52:10] [DeviceId-3] Rx Noise figure monitoring async event received!
    [15:52:10] [DeviceId-2] Tx2 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Tx gain phase mismatch monitoring async event received!
    [15:52:10] [DeviceId-2] Tx0 Ball Break async event received!
    [15:52:10] [DeviceId-1] Tx0 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-2] Tx1 Ball Break async event received!
    [15:52:10] [DeviceId-1] Tx1 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-2] Tx2 Ball Break async event received!
    [15:52:10] [DeviceId-1] Tx2 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-1] Synthesizer frequency monitoring async event received!
    [15:52:10] [DeviceId-0] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-0] Internal GPADC Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-0] PLL control voltage monitoring async event received!
    [15:52:10] [DeviceId-0] Dual clock Comparator monitoring async event received!
    [15:52:10] [DeviceId-3] Rx IF Stage monitoring async event received!
    [15:52:10] [DeviceId-3] Tx0 Power monitoring async event received!
    [15:52:10] [DeviceId-2] Tx gain phase mismatch monitoring async event received!
    [15:52:10] [DeviceId-3] Tx1 Power monitoring async event received!
    [15:52:10] [DeviceId-2] Tx0 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-3] Tx2 Power monitoring async event received!
    [15:52:10] [DeviceId-2] Tx1 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-1] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-2] Tx2 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-3] Tx0 Ball Break async event received!
    [15:52:10] [DeviceId-1] Internal GPADC Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-2] Synthesizer frequency monitoring async event received!
    [15:52:10] [DeviceId-1] PLL control voltage monitoring async event received!
    [15:52:10] [DeviceId-3] Tx1 Ball Break async event received!
    [15:52:10] [DeviceId-1] Dual clock Comparator monitoring async event received!
    [15:52:10] [RadarAPI]: Frame Ended
    [15:52:10] [DeviceId-3] Tx2 Ball Break async event received!
    [15:52:10] [DeviceId-1] Rx mixer input power monitoring async event received!
    [15:52:10] [DeviceId-0] Rx mixer input power monitoring async event received!
    [15:52:10] [DeviceId-2] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-2] Internal GPADC Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-2] PLL control voltage monitoring async event received!
    [15:52:10] [DeviceId-2] Dual clock Comparator monitoring async event received!
    [15:52:10] [DeviceId-0] Monitoring report header async event received!
    [15:52:10] [DeviceId-3] Tx gain phase mismatch monitoring async event received!
    [15:52:10] [DeviceId-1] Monitoring report header async event received!
    [15:52:10] [DeviceId-0] Temperature monitoring async event received!
    [15:52:10] [DeviceId-3] Tx0 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-1] Temperature monitoring async event received!
    [15:52:10] [DeviceId-0] Rx gain phase monitoring async event received!
    [15:52:10] [DeviceId-2] Rx mixer input power monitoring async event received!
    [15:52:10] [DeviceId-3] Tx1 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-1] Rx gain phase monitoring async event received!
    [15:52:10] [DeviceId-0] Rx Noise figure monitoring async event received!
    [15:52:10] [DeviceId-3] Tx2 Phase Shifter monitoring async event received!
    [15:52:10] [DeviceId-1] Rx Noise figure monitoring async event received!
    [15:52:10] [DeviceId-3] Synthesizer frequency monitoring async event received!
    [15:52:10] [DeviceId-2] Frame End async event received!
    [15:52:10] [DeviceId-0] Rx IF Stage monitoring async event received!
    [15:52:10] [DeviceId-0] Tx0 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Rx IF Stage monitoring async event received!
    [15:52:10] [DeviceId-3] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-0] Tx1 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Tx0 Power monitoring async event received!
    [15:52:10] [DeviceId-3] Internal GPADC Analog Signals monitoring async event received!
    [15:52:10] [DeviceId-0] Tx2 Power monitoring async event received!
    [15:52:10] [DeviceId-1] Tx1 Power monitoring async event received!
    [15:52:10] [DeviceId-2] Monitoring report header async event received!
    [15:52:10] [DeviceId-3] PLL control voltage monitoring async event received!
    [15:52:11] [DeviceId-0] Tx0 Ball Break async event received!
    [15:52:11] [DeviceId-2] Temperature monitoring async event received!
    [15:52:11] [DeviceId-1] Tx2 Power monitoring async event received!
    [15:52:11] [DeviceId-3] Dual clock Comparator monitoring async event received!
    [15:52:11] [DeviceId-0] Tx1 Ball Break async event received!
    [15:52:11] [DeviceId-2] Rx gain phase monitoring async event received!
    [15:52:11] [DeviceId-1] Tx0 Ball Break async event received!
    [15:52:11] [DeviceId-0] Tx2 Ball Break async event received!
    [15:52:11] [DeviceId-1] Tx1 Ball Break async event received!
    [15:52:11] [DeviceId-2] Rx Noise figure monitoring async event received!
    [15:52:11] [DeviceId-1] Tx2 Ball Break async event received!
    [15:52:11] [DeviceId-3] Rx mixer input power monitoring async event received!
    [15:52:11] [DeviceId-1] Tx gain phase mismatch monitoring async event received!
    [15:52:11] [DeviceId-0] Tx gain phase mismatch monitoring async event received!
    [15:52:11] [DeviceId-2] Rx IF Stage monitoring async event received!
    [15:52:11] [DeviceId-1] Tx0 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-3] Frame End async event received!
    [15:52:11] [DeviceId-0] Tx0 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-1] Tx1 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-2] Tx0 Power monitoring async event received!
    [15:52:11] [DeviceId-0] Tx1 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-1] Tx2 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-2] Tx1 Power monitoring async event received!
    [15:52:11] [DeviceId-0] Tx2 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-1] Synthesizer frequency monitoring async event received!
    [15:52:11] [DeviceId-2] Tx2 Power monitoring async event received!
    [15:52:11] [DeviceId-0] Synthesizer frequency monitoring async event received!
    [15:52:11] [DeviceId-2] Tx0 Ball Break async event received!
    [15:52:11] [DeviceId-2] Tx1 Ball Break async event received!
    [15:52:11] [DeviceId-2] Tx2 Ball Break async event received!
    [15:52:11] [DeviceId-1] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:11] [DeviceId-1] Internal GPADC Analog Signals monitoring async event received!
    [15:52:11] [DeviceId-1] PLL control voltage monitoring async event received!
    [15:52:11] [DeviceId-0] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:11] [DeviceId-1] Dual clock Comparator monitoring async event received!
    [15:52:11] [DeviceId-0] Internal GPADC Analog Signals monitoring async event received!
    [15:52:11] [DeviceId-2] Tx gain phase mismatch monitoring async event received!
    [15:52:11] [DeviceId-0] PLL control voltage monitoring async event received!
    [15:52:11] [DeviceId-2] Tx0 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-0] Dual clock Comparator monitoring async event received!
    [15:52:11] [DeviceId-2] Tx1 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-1] Rx mixer input power monitoring async event received!
    [15:52:11] [DeviceId-2] Tx2 Phase Shifter monitoring async event received!
    [15:52:11] [DeviceId-2] Synthesizer frequency monitoring async event received!
    [15:52:11] [DeviceId-0] Rx mixer input power monitoring async event received!
    [15:52:11] [DeviceId-1] Frame End async event received!
    [15:52:11] [DeviceId-2] Internal PMCLKLO Analog Signals monitoring async event received!
    [15:52:11] [DeviceId-2] Internal GPADC Analog Signals monitoring async event received!
    [15:52:11] [DeviceId-2] PLL control voltage monitoring async event received!
    [15:52:11] [DeviceId-2] Dual clock Comparator monitoring async event received!
    [15:52:11] [DeviceId-0] Frame End async event received!
    [15:52:11] [DeviceId-2] Rx mixer input power monitoring async event received!
    [15:53:51] Capture sequence completed...
    [15:53:51]
    [15:53:51] ***Script completed successfully.***

  • Hi,

             From the log it appears you are not doing the RF Init of Primary device(Master) first. 

    Please follow the steps listed in the mmWave cascade user guide in docs folder of mmWave studio. 

    You need to RF init the Primary device first so that it can feed the 40mhz clock to the secondary device. If you will not do this and try to connect and flash the secondary device(slave device), you may make it enter in fault status and won't see it functioning.

    Regards

  • Hi

    RF Init has been successful.

    Currently I run Cascade_Configuration_MIMO.lua and Cascade_Monitoring_Example.lua (mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Cascade)  according to Use case 4 : Monitoring and Calibration from the mmWave cascade user guide Chapter 7.2-Running LUA Script , and want to  verify that the Internal PMCLKLO Signals through MonitoringReport , but the result of the MonitoringReport on the TI 4-Chip Cascade EVM for IntPMCLKLOAnalogSignalMonitoring is 0, as follows, why is the monitoring report result verified by the EVM and the LUA script incorrect, and the LUA script needs to be modified?

    Thanks.

  • Hi,

           The default script would be for 4Chip EVM configuration, and you are using the 2-Chip configuration. You will have to have the device ID sent in the API correctly.

    But before running the script did you manually confirm running the monitors on your hardware using the mmwave studio?

    Regards

  • Sorry, maybe I didn't express it clearly.

    Currently I just want to confirm whether the internal PMCLKLO Signals can be obtained correctly by configuring the API command according to TI 4-Chip Cascade EVM. In Cascade_Monitoring_Example.lua(mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Cascade), I only changed ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult(device_map, 256, 0) , and the others are completely unchanged.

    I want to confirm that the API command configuration of the TI 4-Chip Cascade EVM to obtain the monitoring report is completely correct, and then configure the two-chip cascade, but the current monitoring report  is not as expected,as follows, so please help to see if the monitoring_Example configuration of the four-chip cascade is correct,  Whether the configuration of API commands needs to be modified.

    thanks.

  • Hi,

                 You are correct, the default script needs the update of value as shown below.

    Otherwise the script does run well.

    Regards

  • Hi 

    But why the LO power value (IntPMCLKLOAnalogSignalMonitoring from monitoring report) ,obtained from four-chip, is zero, as shown below. Are there any other API command configurations that need to be modified?

    Thanks.

    Motoring Report_0:

    [31/03/2022 14:46:53] DeviceId [0] MonitoringReportHeader: 0, 44, 0
    [31/03/2022 14:46:53] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 45, 46, 46, 45, 42, 44, 44, 44, 40, 0, 0, 383016
    [31/03/2022 14:46:53] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 46.20, 46.60, 45.50, 46.40, 47.80, 47.40, 47.60, 47.40, 46.40, 46.20, 46.80, 46.00, 30.68, 22.72, 24.17, 20.82, 119.38, 116.45, 119.30, 117.39, 200.77, 198.29, 198.08, 198.47, -58, -58, -58, -58, -56, -58, 0, -58, -58, -58, -58, -58, -58, 0, 383019
    [31/03/2022 14:46:53] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.40, 12.10, 13.70, 12.70, 10.70, 10.70, 10.90, 11.00, 11.50, 11.20, 10.60, 11.80, 0, 0, 0, 383019
    [31/03/2022 14:46:53] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -3, -4, 0, -1, -4, -3, -1, 0, 4.6, 4.6, 4.4, 4.4, 4.6, 4.6, 4.6, 4.4, 0.30, 0.40, 0.70, 0.80, 0.60, 0.20, 0.90, 0.40, 14, 0, 1.6, 1.6, 1.6, 1.6, 1.4, 1.6, 383021
    [31/03/2022 14:46:53] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.70, 13.70, 0, 383022
    [31/03/2022 14:46:53] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.60, 13.50, 0, 383023
    [31/03/2022 14:46:53] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.70, 13.50, 13.30, 0, 383023
    [31/03/2022 14:46:53] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -12.40, 0, 0, 383023
    [31/03/2022 14:46:53] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -10.00, 0, 0, 383024
    [31/03/2022 14:46:53] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -8.70, 0, 0, 383024
    [31/03/2022 14:46:54] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -50, -52, -11.30, -11.20, -21.00, -9.40, -9.80, -19.30, -9.60, -10.90, -20.70, 272.26, 279.27, 258.07, 155.48, 155.18, 139.78, 40.16, 43.98, 36.52, -50 -51 -53 -50, -51, -52, 383026
    [31/03/2022 14:46:54] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 167.93, 167.88, 0.00, 0.00, -10.10, -10.10, 0.00, 0.00, -31, -31, 0, 0, 383026, 0
    [31/03/2022 14:46:54] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 167.10, 167.08, 0.00, 0.00, -10.40, -10.40, 0.00, 0.00, -31, -31, 0, 0, 383027, 0
    [31/03/2022 14:46:54] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 158.38, 158.37, 0.00, 0.00, -19.70, -19.70, 0.00, 0.00, -39, -39, 0, 0, 383027, 0
    [31/03/2022 14:46:54] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -1031, 0 0 0, 0, 383381
    [31/03/2022 14:46:54] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 383021
    [31/03/2022 14:46:54] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 445.28, 1195.04, 0, 383021
    [31/03/2022 14:46:54] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 908, 1225, 242, 2034, 1165, 235, 5376, 0, 0, 383021
    [31/03/2022 14:46:54] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6003, 1999, 1000, 100, 102, 999, 0, 0, 383021
    [31/03/2022 14:46:54] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 7.03, 0.00, 0.00, 0, 383428
    [31/03/2022 14:46:54] DeviceId [0] MonitoringReportHeader: 1, 44, 0
    [31/03/2022 14:46:54] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 45, 46, 46, 46, 43, 46, 46, 46, 41, 0, 0, 383416
    [31/03/2022 14:46:54] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 46.20, 46.60, 45.60, 46.40, 47.80, 47.40, 47.60, 47.40, 46.40, 46.20, 46.80, 45.90, 28.18, 20.09, 22.10, 18.76, 116.06, 113.29, 116.01, 114.17, 204.47, 201.97, 201.83, 202.48, -58, -58, -58, -58, -58, -56, 0, -58, -56, -58, -58, -58, -58, 0, 383419
    [31/03/2022 14:46:54] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.70, 12.00, 13.50, 12.70, 10.50, 10.80, 10.40, 11.20, 11.60, 11.40, 11.00, 11.60, 0, 0, 0, 383419
    [31/03/2022 14:46:54] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -3, -4, 0, -1, -4, -3, -1, -1, 4.6, 4.6, 4.4, 4.4, 4.6, 4.6, 4.6, 4.4, 0.30, 0.40, 0.70, 0.80, 0.60, 0.20, 0.90, 0.40, 14, 0, 1.4, 1.6, 1.6, 1.6, 1.4, 1.4, 383421
    [31/03/2022 14:46:54] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.70, 13.70, 0, 383422
    [31/03/2022 14:46:54] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.50, 13.50, 0, 383423
    [31/03/2022 14:46:54] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.40, 13.30, 0, 383423
    [31/03/2022 14:46:54] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -12.40, 0, 0, 383423
    [31/03/2022 14:46:54] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -9.90, 0, 0, 383424
    [31/03/2022 14:46:54] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -8.70, 0, 0, 383424
    [31/03/2022 14:46:54] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -51, -52, -11.40, -11.30, -21.00, -9.30, -9.90, -19.40, -9.80, -10.90, -20.80, 270.87, 280.67, 255.77, 150.49, 155.63, 139.68, 42.94, 41.52, 38.51, -50 -50 -53 -50, -50, -53, 383426
    [31/03/2022 14:46:54] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 166.34, 188.71, 0.00, 0.00, -10.10, -10.10, 0.00, 0.00, -30, -30, 0, 0, 383426, 0
    [31/03/2022 14:46:54] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 168.53, 190.78, 0.00, 0.00, -10.60, -10.60, 0.00, 0.00, -32, -32, 0, 0, 383427, 0
    [31/03/2022 14:46:54] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 159.06, 181.18, 0.00, 0.00, -19.80, -19.80, 0.00, 0.00, -39, -39, 0, 0, 383427, 0
    [31/03/2022 14:46:54] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -1007, 0 0 0, 0, 383781
    [31/03/2022 14:46:54] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 383421
    [31/03/2022 14:46:54] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 443.52, 1195.04, 0, 383421
    [31/03/2022 14:46:54] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 914, 1228, 249, 2042, 1165, 237, 5387, 0, 0, 383421
    [31/03/2022 14:46:54] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 999, 100, 102, 999, 0, 0, 383421
    [31/03/2022 14:46:54] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 35.15, 7.03, 0, 383828

    ...

    Motoring Report_1:

    [31/03/2022 14:46:53] DeviceId [1] MonitoringReportHeader: 0, 35, 0
    [31/03/2022 14:46:53] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 253321
    [31/03/2022 14:46:53] DeviceId [1] MonitoringReportHeader: 1, 44, 0
    [31/03/2022 14:46:53] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 46, 45, 45, 43, 42, 43, 45, 40, 0, 0, 253356
    [31/03/2022 14:46:53] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 44.10, 44.50, 45.40, 45.60, 45.90, 46.00, 47.10, 46.70, 45.60, 45.90, 45.90, 44.50, 28.40, 26.45, 31.04, 25.20, 125.62, 125.76, 123.83, 115.46, 208.54, 208.90, 204.49, 197.77, -60, -58, -58, -58, -60, -58, 0, -58, -58, -58, -58, -58, -58, 0, 253359
    [31/03/2022 14:46:53] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.30, 12.70, 12.30, 11.50, 11.00, 10.60, 9.60, 9.80, 10.40, 10.00, 10.20, 11.90, 0, 0, 0, 253360
    [31/03/2022 14:46:54] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.2, 1.2, 1, 0, 2, 0, 0, 2, -1, 0, 4.0, 4.0, 3.8, 3.8, 3.8, 4.0, 4.0, 4.0, -1.10, -1.40, -1.00, -1.00, -1.30, -0.90, -0.70, -1.40, 14, 0, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 253361
    [31/03/2022 14:46:54] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.50, 13.20, 0, 253362
    [31/03/2022 14:46:54] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.50, 13.40, 0, 253363
    [31/03/2022 14:46:54] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.50, 0, 253363
    [31/03/2022 14:46:54] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -9.40, 0, 0, 253364
    [31/03/2022 14:46:54] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -11.30, 0, 0, 253364
    [31/03/2022 14:46:54] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -7.50, 0, 0, 253364
    [31/03/2022 14:46:54] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -52, -54, -11.20, -12.30, -21.80, -8.90, -10.20, -19.80, -10.60, -11.30, -21.40, 272.13, 267.57, 262.18, 142.80, 143.13, 140.12, 21.71, 30.93, 33.72, -49 -51 -54 -52, -52, -55, 253366
    [31/03/2022 14:46:54] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 156.09, 161.94, 0.00, 0.00, -9.10, -9.10, 0.00, 0.00, -27, -28, 0, 0, 253367, 0
    [31/03/2022 14:46:54] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 156.87, 161.46, 0.00, 0.00, -10.40, -10.40, 0.00, 0.00, -28, -29, 0, 0, 253367, 0
    [31/03/2022 14:46:54] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 155.57, 160.98, 0.00, 0.00, -20.10, -20.10, 0.00, 0.00, -39, -39, 0, 0, 253368, 0
    [31/03/2022 14:46:54] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 253721
    [31/03/2022 14:46:54] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 253361
    [31/03/2022 14:46:54] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1193.28, 0, 253361
    [31/03/2022 14:46:54] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 824, 1193, 233, 2083, 1218, 233, 5076, 0, 0, 253362
    [31/03/2022 14:46:54] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6002, 1999, 1000, 100, 103, 1000, 0, 0, 253362
    [31/03/2022 14:46:54] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 21.09, 7.03, 0, 253768
    [31/03/2022 14:46:54] DeviceId [1] MonitoringReportHeader: 2, 44, 0
    [31/03/2022 14:46:54] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 46, 45, 45, 43, 43, 43, 46, 40, 0, 0, 253756
    [31/03/2022 14:46:54] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 44.10, 44.60, 45.50, 45.70, 46.00, 46.10, 47.20, 46.70, 45.50, 45.80, 45.90, 44.50, 26.63, 24.78, 28.53, 22.53, 122.47, 122.74, 120.47, 111.98, 212.30, 212.55, 207.99, 201.31, -60, -58, -58, -58, -58, -58, 0, -58, -58, -60, -58, -58, -60, 0, 253759
    [31/03/2022 14:46:54] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.30, 12.70, 12.10, 11.80, 10.90, 10.70, 9.90, 9.90, 10.80, 9.90, 10.50, 11.50, 0, 0, 0, 253760
    [31/03/2022 14:46:54] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.2, 1.2, 1, 0, 2, 0, 0, 2, -1, 0, 4.0, 4.0, 3.8, 3.8, 4.0, 4.0, 4.2, 4.0, -1.10, -1.40, -1.00, -1.00, -1.30, -0.80, -0.70, -1.40, 14, 0, 1.2, 1.4, 1.2, 1.2, 1.2, 1.2, 253761
    [31/03/2022 14:46:54] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.50, 13.20, 0, 253762
    [31/03/2022 14:46:54] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.50, 13.40, 0, 253763
    [31/03/2022 14:46:54] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.50, 0, 253763
    [31/03/2022 14:46:54] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -9.50, 0, 0, 253764
    [31/03/2022 14:46:54] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -11.50, 0, 0, 253764
    [31/03/2022 14:46:54] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -7.60, 0, 0, 253764
    [31/03/2022 14:46:54] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -52, -52, -54, -11.30, -12.30, -21.80, -9.00, -10.20, -19.90, -10.60, -11.40, -21.50, 271.00, 269.43, 260.29, 137.58, 144.13, 140.31, 24.89, 28.52, 35.92, -50 -51 -54 -52, -52, -55, 253766
    [31/03/2022 14:46:54] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 154.56, 182.26, 0.00, 0.00, -9.10, -9.10, 0.00, 0.00, -27, -27, 0, 0, 253767, 0
    [31/03/2022 14:46:54] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 159.50, 186.87, 0.00, 0.00, -10.40, -10.50, 0.00, 0.00, -29, -29, 0, 0, 253767, 0
    [31/03/2022 14:46:54] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 156.49, 183.67, 0.00, 0.00, -20.10, -20.10, 0.00, 0.00, -40, -40, 0, 0, 253768, 0
    [31/03/2022 14:46:54] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 254121
    [31/03/2022 14:46:54] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 253761
    [31/03/2022 14:46:54] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1195.04, 0, 253761
    [31/03/2022 14:46:54] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 826, 1195, 237, 2087, 1218, 235, 5086, 0, 0, 253762
    [31/03/2022 14:46:54] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 5998, 1999, 1000, 100, 103, 1000, 0, 0, 253762
    [31/03/2022 14:46:54] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 254168

    ...

    Motoring Report_2:

    [31/03/2022 14:46:53] DeviceId [2] MonitoringReportHeader: 0, 36, 0
    [31/03/2022 14:46:53] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 253421
    [31/03/2022 14:46:53] DeviceId [2] MonitoringReportHeader: 1, 45, 0
    [31/03/2022 14:46:53] DeviceId [2] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 47, 47, 47, 44, 44, 44, 47, 39, 0, 0, 253456
    [31/03/2022 14:46:53] DeviceId [2] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 46.30, 45.10, 45.70, 46.30, 47.80, 47.20, 47.70, 47.30, 47.30, 46.60, 47.20, 46.30, 29.64, 24.03, 31.39, 26.03, 124.82, 121.77, 129.43, 122.88, 207.39, 203.66, 206.23, 204.52, -58, -58, -58, -56, -56, -56, 0, -58, -56, -56, -58, -56, -56, 0, 253459
    [31/03/2022 14:46:54] DeviceId [2] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.90, 13.80, 13.40, 12.70, 10.20, 11.20, 10.90, 11.00, 10.50, 10.80, 10.70, 11.20, 0, 0, 0, 253460
    [31/03/2022 14:46:54] DeviceId [2] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -2, -5, -5, -5, -4, -2, -5, -3, 4.6, 4.6, 4.6, 4.4, 4.6, 4.4, 4.6, 4.6, 1.00, 0.30, 0.50, 0.60, 0.80, 0.40, 0.90, 0.40, 14, 0, 1.6, 1.6, 1.6, 1.4, 1.6, 1.4, 253461
    [31/03/2022 14:46:54] DeviceId [2] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.60, 0, 253463
    [31/03/2022 14:46:54] DeviceId [2] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.70, 0, 253463
    [31/03/2022 14:46:54] DeviceId [2] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.60, 13.50, 0, 253464
    [31/03/2022 14:46:54] DeviceId [2] TX0BallBreakMonitoring: 0, 0, 0, -11.20, 0, 0, 253464
    [31/03/2022 14:46:54] DeviceId [2] TX1BallBreakMonitoring: 0, 0, 0, -9.50, 0, 0, 253464
    [31/03/2022 14:46:54] DeviceId [2] TX2BallBreakMonitoring: 0, 0, 0, -8.80, 0, 0, 253464
    [31/03/2022 14:46:54] DeviceId [2] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -50, -50, -52, -8.80, -10.00, -18.90, -6.90, -7.60, -17.60, -7.60, -8.50, -18.30, 264.39, 267.83, 255.41, 137.22, 142.58, 132.26, 19.99, 30.28, 30.58, -49 -49 -53 -49, -49, -53, 253466
    [31/03/2022 14:46:54] DeviceId [2] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 150.98, 162.27, 0.00, 0.00, -7.10, -7.10, 0.00, 0.00, -27, -27, 0, 0, 253467, 0
    [31/03/2022 14:46:54] DeviceId [2] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 155.30, 166.57, 0.00, 0.00, -8.00, -8.00, 0.00, 0.00, -29, -29, 0, 0, 253467, 0
    [31/03/2022 14:46:54] DeviceId [2] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 148.61, 160.03, 0.00, 0.00, -17.80, -17.80, 0.00, 0.00, -38, -38, 0, 0, 253468, 0
    [31/03/2022 14:46:54] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 253821
    [31/03/2022 14:46:54] DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 253462
    [31/03/2022 14:46:54] DeviceId [2] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1196.80, 0, 253462
    [31/03/2022 14:46:54] DeviceId [2] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 894, 1186, 253, 2143, 1223, 240, 5086, 0, 0, 253462
    [31/03/2022 14:46:54] DeviceId [2] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 5998, 1999, 999, 100, 105, 1000, 0, 0, 253462
    [31/03/2022 14:46:54] DeviceId [2] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 253868
    [31/03/2022 14:46:54] DeviceId [2] MonitoringReportHeader: 2, 45, 0
    [31/03/2022 14:46:54] DeviceId [2] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 47, 47, 47, 48, 45, 45, 45, 47, 40, 0, 0, 253856
    [31/03/2022 14:46:54] DeviceId [2] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 46.40, 45.20, 45.80, 46.40, 47.90, 47.30, 47.80, 47.40, 47.20, 46.60, 47.20, 46.30, 27.45, 22.28, 29.53, 23.91, 121.46, 118.42, 126.04, 119.58, 211.09, 207.25, 209.84, 208.21, -58, -58, -58, -56, -58, -56, 0, -58, -56, -58, -58, -58, -58, 0, 253859
    [31/03/2022 14:46:54] DeviceId [2] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.10, 13.60, 12.80, 12.80, 10.70, 10.80, 10.70, 10.70, 10.50, 10.90, 10.40, 11.50, 0, 0, 0, 253860
    [31/03/2022 14:46:54] DeviceId [2] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -2, -5, -5, -5, -4, -2, -4, -3, 4.6, 4.8, 4.6, 4.4, 4.6, 4.6, 4.6, 4.4, 1.00, 0.30, 0.50, 0.60, 0.80, 0.40, 0.90, 0.40, 14, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 253861
    [31/03/2022 14:46:54] DeviceId [2] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.60, 0, 253863
    [31/03/2022 14:46:54] DeviceId [2] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.70, 0, 253863
    [31/03/2022 14:46:54] DeviceId [2] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.60, 13.50, 0, 253864
    [31/03/2022 14:46:54] DeviceId [2] TX0BallBreakMonitoring: 0, 0, 0, -11.10, 0, 0, 253864
    [31/03/2022 14:46:54] DeviceId [2] TX1BallBreakMonitoring: 0, 0, 0, -9.60, 0, 0, 253864
    [31/03/2022 14:46:54] DeviceId [2] TX2BallBreakMonitoring: 0, 0, 0, -8.90, 0, 0, 253864
    [31/03/2022 14:46:54] DeviceId [2] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -49, -50, -52, -8.80, -10.00, -18.90, -6.90, -7.70, -17.70, -7.70, -8.40, -18.40, 263.54, 269.06, 253.85, 132.41, 143.54, 132.61, 23.32, 28.19, 32.92, -49 -49 -52 -49, -50, -53, 253866
    [31/03/2022 14:46:54] DeviceId [2] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 149.63, 183.30, 0.00, 0.00, -7.10, -7.20, 0.00, 0.00, -27, -27, 0, 0, 253867, 0
    [31/03/2022 14:46:54] DeviceId [2] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 157.39, 190.82, 0.00, 0.00, -8.10, -8.10, 0.00, 0.00, -29, -29, 0, 0, 253867, 0
    [31/03/2022 14:46:54] DeviceId [2] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 149.58, 183.36, 0.00, 0.00, -17.90, -17.90, 0.00, 0.00, -38, -39, 0, 0, 253868, 0
    [31/03/2022 14:46:54] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 254221
    [31/03/2022 14:46:54] DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 253862
    [31/03/2022 14:46:54] DeviceId [2] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1198.56, 0, 253862
    [31/03/2022 14:46:54] DeviceId [2] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 898, 1123, 225, 2227, 1204, 235, 5159, 0, 0, 253862
    [31/03/2022 14:46:54] DeviceId [2] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 999, 100, 105, 1000, 0, 0, 253862
    [31/03/2022 14:46:54] DeviceId [2] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 254268

    ...

    Motoring Report_3:

    [31/03/2022 14:46:53] DeviceId [3] MonitoringReportHeader: 0, 35, 0
    [31/03/2022 14:46:53] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 253521
    [31/03/2022 14:46:54] DeviceId [3] MonitoringReportHeader: 1, 44, 0
    [31/03/2022 14:46:54] DeviceId [3] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 46, 44, 46, 43, 44, 43, 46, 39, 0, 0, 253556
    [31/03/2022 14:46:54] DeviceId [3] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -40, 0, 44.80, 44.40, 43.90, 45.40, 46.00, 45.60, 46.00, 46.00, 44.30, 43.50, 44.70, 44.10, 24.13, 20.50, 25.63, 15.33, 114.23, 110.10, 115.83, 102.70, 195.39, 195.39, 194.73, 187.89, -58, -58, -58, -58, -58, -58, 0, -58, -56, -58, -58, -58, -58, 0, 253559
    [31/03/2022 14:46:54] DeviceId [3] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.00, 12.50, 13.20, 11.40, 10.70, 10.20, 10.10, 10.40, 11.90, 12.30, 11.20, 11.90, 0, 0, 0, 253559
    [31/03/2022 14:46:54] DeviceId [3] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.6, -1, -3, -1, -2, -4, -1, -3, -2, 4.4, 4.4, 4.4, 4.4, 4.6, 4.4, 4.4, 4.4, 0.40, 0.30, 0.40, 0.60, 0.60, 0.40, 0.20, 0.40, 12, 0, 1.4, 1.4, 1.4, 1.4, 1.6, 1.6, 253561
    [31/03/2022 14:46:54] DeviceId [3] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.60, 0, 253562
    [31/03/2022 14:46:54] DeviceId [3] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.60, 13.40, 0, 253562
    [31/03/2022 14:46:54] DeviceId [3] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.20, 13.90, 13.70, 0, 253563
    [31/03/2022 14:46:54] DeviceId [3] TX0BallBreakMonitoring: 0, 0, 0, -10.30, 0, 0, 253563
    [31/03/2022 14:46:54] DeviceId [3] TX1BallBreakMonitoring: 0, 0, 0, -9.00, 0, 0, 253563
    [31/03/2022 14:46:54] DeviceId [3] TX2BallBreakMonitoring: 0, 0, 0, -7.90, 0, 0, 253564
    [31/03/2022 14:46:54] DeviceId [3] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -52, -52, -54, -11.30, -12.10, -22.20, -9.80, -10.30, -20.10, -11.20, -12.30, -22.00, 267.59, 265.14, 255.87, 147.79, 148.51, 143.74, 32.17, 34.55, 38.17, -50 -52 -54 -53, -53, -55, 253566
    [31/03/2022 14:46:54] DeviceId [3] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 158.84, 175.55, 0.00, 0.00, -10.50, -10.40, 0.00, 0.00, -31, -31, 0, 0, 253566, 0
    [31/03/2022 14:46:54] DeviceId [3] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 159.85, 176.36, 0.00, 0.00, -11.00, -11.00, 0.00, 0.00, -31, -31, 0, 0, 253567, 0
    [31/03/2022 14:46:54] DeviceId [3] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 159.24, 175.95, 0.00, 0.00, -20.70, -20.70, 0.00, 0.00, -40, -41, 0, 0, 253567, 0
    [31/03/2022 14:46:54] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 253921
    [31/03/2022 14:46:54] DeviceId [3] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 253561
    [31/03/2022 14:46:54] DeviceId [3] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1202.08, 0, 253561
    [31/03/2022 14:46:54] DeviceId [3] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 704, 1119, 228, 2244, 1260, 239, 4897, 0, 0, 253561
    [31/03/2022 14:46:54] DeviceId [3] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6002, 1999, 1000, 100, 101, 999, 0, 0, 253561
    [31/03/2022 14:46:54] DeviceId [3] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 21.09, 0, 253968
    [31/03/2022 14:46:54] DeviceId [3] MonitoringReportHeader: 2, 44, 0
    [31/03/2022 14:46:54] DeviceId [3] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 46, 44, 46, 43, 45, 44, 46, 39, 0, 0, 253956
    [31/03/2022 14:46:54] DeviceId [3] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -40, 0, 44.80, 44.50, 44.00, 45.40, 46.00, 45.50, 46.00, 46.00, 44.40, 43.60, 44.70, 44.10, 20.98, 17.47, 22.99, 12.21, 110.72, 106.62, 112.29, 99.20, 198.74, 198.54, 198.20, 191.35, -58, -58, -58, -58, -56, -58, 0, -56, -56, -58, -58, -58, -58, 0, 253959
    [31/03/2022 14:46:54] DeviceId [3] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.40, 12.40, 13.00, 11.60, 10.30, 10.70, 10.30, 10.40, 11.80, 12.30, 11.00, 12.00, 0, 0, 0, 253959
    [31/03/2022 14:46:54] DeviceId [3] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.4, -1, -3, -1, -2, -4, -1, -3, -2, 4.4, 4.4, 4.4, 4.4, 4.6, 4.4, 4.4, 4.4, 0.40, 0.30, 0.40, 0.60, 0.60, 0.40, 0.20, 0.40, 12, 0, 1.4, 1.4, 1.4, 1.4, 1.6, 1.4, 253961
    [31/03/2022 14:46:54] DeviceId [3] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.60, 0, 253962
    [31/03/2022 14:46:54] DeviceId [3] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.50, 13.40, 0, 253962
    [31/03/2022 14:46:54] DeviceId [3] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.20, 13.90, 13.60, 0, 253963
    [31/03/2022 14:46:54] DeviceId [3] TX0BallBreakMonitoring: 0, 0, 0, -10.10, 0, 0, 253963
    [31/03/2022 14:46:54] DeviceId [3] TX1BallBreakMonitoring: 0, 0, 0, -9.00, 0, 0, 253963
    [31/03/2022 14:46:54] DeviceId [3] TX2BallBreakMonitoring: 0, 0, 0, -7.80, 0, 0, 253964
    [31/03/2022 14:46:54] DeviceId [3] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -52, -52, -54, -11.30, -12.10, -22.20, -9.70, -10.40, -20.10, -11.40, -12.20, -22.10, 266.58, 267.07, 254.16, 143.10, 149.46, 144.10, 35.19, 32.60, 40.31, -52 -52 -54 -52, -53, -55, 253966
    [31/03/2022 14:46:54] DeviceId [3] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 157.58, 196.24, 0.00, 0.00, -10.40, -10.40, 0.00, 0.00, -31, -31, 0, 0, 253966, 0
    [31/03/2022 14:46:54] DeviceId [3] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 161.86, 200.24, 0.00, 0.00, -11.20, -11.20, 0.00, 0.00, -32, -32, 0, 0, 253967, 0
    [31/03/2022 14:46:54] DeviceId [3] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 160.22, 198.67, 0.00, 0.00, -20.80, -20.70, 0.00, 0.00, -41, -41, 0, 0, 253967, 0
    [31/03/2022 14:46:54] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 254321
    [31/03/2022 14:46:55] DeviceId [3] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 253961
    [31/03/2022 14:46:55] DeviceId [3] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1202.08, 0, 253961
    [31/03/2022 14:46:55] DeviceId [3] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 704, 1105, 223, 2267, 1242, 235, 4965, 0, 0, 253961
    [31/03/2022 14:46:55] DeviceId [3] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 5998, 1999, 999, 100, 101, 999, 0, 0, 253961
    [31/03/2022 14:46:55] DeviceId [3] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 7.03, 0.00, 0.00, 14.06, 0, 254368

    ...

  • Hi,

        Please double check the steps. I am getting it all good. Reports attached.

    MonitoringReport_1.txt
     [13/04/2022 12:58:23] DeviceId [1] MonitoringReportHeader: 0, 46, 0
     [13/04/2022 12:58:23] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 47, 48, 46, 46, 48, 49, 49, 46, 41, 0, 0, 575269
     [13/04/2022 12:58:23] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -40, 0, 28.10, 27.50, 27.50, 28.80, 28.40, 27.90, 29.10, 28.30, 30.40, 29.60, 30.80, 29.50, 25.05, 21.54, 19.21, 17.49, 40.67, 39.07, 36.81, 39.91, 69.07, 67.77, 70.37, 63.39, -58, -58, -58, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 575272
     [13/04/2022 12:58:23] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 17.80, 18.70, 18.50, 17.20, 17.30, 18.50, 17.40, 18.10, 15.20, 16.50, 15.00, 16.70, 0, 0, 0, 575272
     [13/04/2022 12:58:23] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 0, 0, 1, 0, -2, 0, 0, 0, 4.0, 3.8, 3.8, 4.0, 4.0, 4.0, 4.0, 4.0, -0.60, 0.00, -0.20, -0.20, -0.40, -0.10, -0.30, -0.60, -2, 0, 1.6, 1.6, 1.4, 1.6, 1.6, 1.6, 575274
     [13/04/2022 12:58:23] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.60, 13.90, 13.70, 0, 575275
     [13/04/2022 12:58:23] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.60, 14.00, 13.80, 0, 575276
     [13/04/2022 12:58:23] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.60, 14.00, 14.10, 0, 575276
     [13/04/2022 12:58:23] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -9.20, 0, 0, 575276
     [13/04/2022 12:58:23] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -9.60, 0, 0, 575277
     [13/04/2022 12:58:23] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -8.60, 0, 0, 575277
     [13/04/2022 12:58:23] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -48, -49, -52, -8.30, -9.70, -19.20, -7.90, -8.80, -19.40, -8.00, -8.40, -18.50, 275.44, 275.48, 262.60, 242.26, 244.88, 229.17, 200.99, 204.32, 200.40, -48 -48 -51 -48, -48, -51, 575279
     [13/04/2022 12:58:23] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 254.04, 253.98, 0.00, 0.00, -8.20, -8.20, 0.00, 0.00, -29, -29, 0, 0, 575279, 0
     [13/04/2022 12:58:23] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 256.24, 256.19, 0.00, 0.00, -9.10, -9.20, 0.00, 0.00, -30, -30, 0, 0, 575280, 0
     [13/04/2022 12:58:23] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 239.17, 239.09, 0.00, 0.00, -19.40, -19.40, 0.00, 0.00, -41, -41, 0, 0, 575280, 0
     [13/04/2022 12:58:23] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 409600 0 0, 0, 575424
     [13/04/2022 12:58:23] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 575434
     [13/04/2022 12:58:23] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1202.08, 0, 575434
     [13/04/2022 12:58:23] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 710, 1290, 232, 1890, 1186, 233, 5246, 0, 0, 575434
     [13/04/2022 12:58:23] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 1000, 100, 103, 999, 0, 0, 575434
     [13/04/2022 12:58:23] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 575441
     [13/04/2022 12:58:23] DeviceId [1] MonitoringReportHeader: 1, 46, 0
     [13/04/2022 12:58:23] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 47, 46, 46, 48, 49, 49, 46, 42, 0, 0, 575429
     [13/04/2022 12:58:23] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -40, 0, 28.20, 27.60, 27.60, 28.90, 28.30, 27.90, 29.00, 28.30, 30.50, 29.70, 30.90, 29.60, 24.05, 20.60, 18.52, 16.03, 39.82, 38.03, 35.40, 38.97, 71.22, 69.95, 72.55, 65.22, -58, -60, -58, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 575432
     [13/04/2022 12:58:23] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 17.90, 18.70, 18.50, 17.50, 17.60, 18.00, 16.90, 17.80, 15.10, 16.30, 15.50, 16.70, 0, 0, 0, 575432
     [13/04/2022 12:58:23] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 0, 0, 1, 0, -2, 0, 0, 0, 4.0, 4.0, 3.8, 3.8, 4.0, 3.8, 4.0, 3.8, -0.60, 0.00, -0.20, -0.20, -0.40, -0.10, -0.30, -0.60, -2, 0, 1.6, 1.6, 1.4, 1.6, 1.6, 1.6, 575434
     [13/04/2022 12:58:23] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.50, 13.90, 13.70, 0, 575435
     [13/04/2022 12:58:23] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.50, 14.00, 13.80, 0, 575436
     [13/04/2022 12:58:23] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.60, 14.00, 14.10, 0, 575436
     [13/04/2022 12:58:23] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -9.30, 0, 0, 575436
     [13/04/2022 12:58:23] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -9.80, 0, 0, 575437
     [13/04/2022 12:58:23] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -8.70, 0, 0, 575437
     [13/04/2022 12:58:23] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -49, -49, -52, -8.30, -9.70, -19.10, -7.90, -8.70, -19.40, -8.00, -8.40, -18.50, 276.31, 277.86, 263.85, 242.94, 242.43, 230.20, 202.46, 205.08, 200.52, -48 -49 -51 -48, -49, -52, 575439
     [13/04/2022 12:58:23] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 251.15, 257.00, 0.00, 0.00, -8.00, -8.00, 0.00, 0.00, -29, -29, 0, 0, 575439, 0
     [13/04/2022 12:58:23] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 252.23, 257.94, 0.00, 0.00, -9.00, -9.00, 0.00, 0.00, -29, -29, 0, 0, 575440, 0
     [13/04/2022 12:58:23] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 239.41, 245.02, 0.00, 0.00, -19.40, -19.40, 0.00, 0.00, -41, -41, 0, 0, 575440, 0
     [13/04/2022 12:58:23] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -204796, 409600 0 0, 0, 575544
     [13/04/2022 12:58:24] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 575434
     [13/04/2022 12:58:24] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1202.08, 0, 575434
     [13/04/2022 12:58:24] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 710, 1290, 232, 1890, 1186, 233, 5246, 0, 0, 575434
     [13/04/2022 12:58:24] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 1000, 100, 103, 999, 0, 0, 575434
     [13/04/2022 12:58:24] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 575441
    
    MonitoringReport_2.txt
     [13/04/2022 12:58:23] DeviceId [2] MonitoringReportHeader: 0, 46, 0
     [13/04/2022 12:58:23] DeviceId [2] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 46, 46, 46, 47, 47, 46, 46, 43, 0, 0, 575308
     [13/04/2022 12:58:23] DeviceId [2] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 28.10, 28.20, 28.70, 29.40, 29.50, 28.40, 29.00, 29.00, 31.10, 30.10, 30.70, 30.30, 25.82, 30.69, 24.96, 20.75, 44.75, 48.07, 43.89, 41.89, 77.06, 76.96, 72.64, 67.89, -58, -58, -58, -56, -56, -58, 0, -56, -56, -56, -58, -56, -56, 0, 575311
     [13/04/2022 12:58:23] DeviceId [2] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 18.10, 17.90, 17.40, 17.20, 16.60, 17.60, 17.20, 17.60, 14.70, 15.70, 14.90, 15.90, 0, 0, 0, 575312
     [13/04/2022 12:58:23] DeviceId [2] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.6, 1, -2, 0, -1, -2, -1, 0, 1, 4.0, 3.8, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, -0.60, -1.30, -1.00, -1.10, -0.90, -1.20, -0.70, -0.80, -4, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 575313
     [13/04/2022 12:58:23] DeviceId [2] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.70, 13.30, 13.20, 0, 575315
     [13/04/2022 12:58:23] DeviceId [2] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.20, 13.10, 0, 575315
     [13/04/2022 12:58:23] DeviceId [2] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.20, 12.90, 12.90, 0, 575316
     [13/04/2022 12:58:23] DeviceId [2] TX0BallBreakMonitoring: 0, 0, 0, -14.00, 0, 0, 575316
     [13/04/2022 12:58:23] DeviceId [2] TX1BallBreakMonitoring: 0, 0, 0, -16.00, 0, 0, 575316
     [13/04/2022 12:58:23] DeviceId [2] TX2BallBreakMonitoring: 0, 0, 0, -10.00, 0, 0, 575316
     [13/04/2022 12:58:23] DeviceId [2] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -50, -51, -53, -10.60, -11.10, -21.10, -10.80, -11.20, -21.30, -9.80, -10.40, -20.10, 293.40, 298.54, 280.94, 259.51, 265.33, 246.51, 225.75, 230.82, 215.90, -51 -50 -52 -49, -50, -53, 575318
     [13/04/2022 12:58:23] DeviceId [2] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 269.91, 269.81, 0.00, 0.00, -10.80, -10.90, 0.00, 0.00, -32, -32, 0, 0, 575319, 0
     [13/04/2022 12:58:23] DeviceId [2] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 275.81, 275.77, 0.00, 0.00, -11.20, -11.20, 0.00, 0.00, -32, -32, 0, 0, 575319, 0
     [13/04/2022 12:58:23] DeviceId [2] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 255.81, 255.77, 0.00, 0.00, -21.40, -21.40, 0.00, 0.00, -43, -43, 0, 0, 575320, 0
     [13/04/2022 12:58:23] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 409600 0 0, 0, 575463
     [13/04/2022 12:58:23] DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 575473
     [13/04/2022 12:58:23] DeviceId [2] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1198.56, 0, 575473
     [13/04/2022 12:58:23] DeviceId [2] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 618, 1126, 249, 2280, 1288, 226, 4708, 0, 0, 575474
     [13/04/2022 12:58:23] DeviceId [2] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 999, 100, 104, 999, 0, 0, 575474
     [13/04/2022 12:58:23] DeviceId [2] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 7.03, 0.00, 0.00, 0, 575480
     [13/04/2022 12:58:23] DeviceId [2] MonitoringReportHeader: 1, 46, 0
     [13/04/2022 12:58:23] DeviceId [2] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 46, 46, 46, 46, 47, 48, 46, 46, 43, 0, 0, 575468
     [13/04/2022 12:58:23] DeviceId [2] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 28.20, 28.30, 28.80, 29.50, 29.50, 28.40, 29.00, 29.00, 31.20, 30.20, 30.80, 30.40, 24.97, 29.51, 23.64, 19.20, 43.32, 47.04, 42.66, 40.80, 79.13, 79.02, 74.61, 69.74, -58, -58, -58, -56, -56, -56, 0, -56, -56, -56, -56, -56, -56, 0, 575471
     [13/04/2022 12:58:23] DeviceId [2] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 18.00, 17.70, 17.50, 16.90, 16.60, 17.80, 17.50, 17.60, 14.60, 15.70, 14.90, 15.90, 0, 0, 0, 575472
     [13/04/2022 12:58:23] DeviceId [2] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.6, 1, -1, 0, -1, -2, -1, 0, 1, 4.0, 3.8, 4.0, 3.8, 4.0, 4.0, 4.0, 4.0, -0.60, -1.30, -1.00, -1.00, -0.90, -1.20, -0.70, -0.80, -4, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 575473
     [13/04/2022 12:58:23] DeviceId [2] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.30, 13.20, 0, 575475
     [13/04/2022 12:58:23] DeviceId [2] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.20, 13.10, 0, 575475
     [13/04/2022 12:58:23] DeviceId [2] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.10, 12.90, 12.90, 0, 575476
     [13/04/2022 12:58:23] DeviceId [2] TX0BallBreakMonitoring: 0, 0, 0, -13.90, 0, 0, 575476
     [13/04/2022 12:58:23] DeviceId [2] TX1BallBreakMonitoring: 0, 0, 0, -16.00, 0, 0, 575476
     [13/04/2022 12:58:23] DeviceId [2] TX2BallBreakMonitoring: 0, 0, 0, -9.90, 0, 0, 575476
     [13/04/2022 12:58:24] DeviceId [2] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -49, -51, -53, -10.60, -11.00, -21.00, -10.80, -11.10, -21.30, -9.90, -10.40, -20.10, 294.55, 301.81, 282.41, 260.24, 263.20, 247.73, 227.45, 231.70, 216.33, -51 -51 -53 -50, -50, -53, 575478
     [13/04/2022 12:58:24] DeviceId [2] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 267.22, 272.98, 0.00, 0.00, -10.80, -10.80, 0.00, 0.00, -32, -32, 0, 0, 575479, 0
     [13/04/2022 12:58:24] DeviceId [2] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 271.93, 277.42, 0.00, 0.00, -11.20, -11.20, 0.00, 0.00, -32, -32, 0, 0, 575479, 0
     [13/04/2022 12:58:24] DeviceId [2] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 256.34, 261.95, 0.00, 0.00, -21.30, -21.30, 0.00, 0.00, -43, -43, 0, 0, 575480, 0
     [13/04/2022 12:58:24] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -204796, 409600 0 0, 0, 575543
     [13/04/2022 12:58:24] DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 575473
     [13/04/2022 12:58:24] DeviceId [2] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1198.56, 0, 575473
     [13/04/2022 12:58:24] DeviceId [2] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 618, 1126, 249, 2280, 1288, 226, 4708, 0, 0, 575474
     [13/04/2022 12:58:24] DeviceId [2] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 999, 100, 104, 999, 0, 0, 575474
     [13/04/2022 12:58:24] DeviceId [2] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 7.03, 0.00, 0.00, 0, 575480
    
    MonitoringReport_3.txt
     [13/04/2022 12:58:23] DeviceId [3] MonitoringReportHeader: 0, 43, 0
     [13/04/2022 12:58:23] DeviceId [3] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 43, 43, 44, 43, 45, 46, 46, 44, 40, 0, 0, 575348
     [13/04/2022 12:58:23] DeviceId [3] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 27.70, 27.20, 27.70, 28.20, 28.80, 28.00, 28.50, 28.10, 30.40, 29.30, 29.90, 29.40, 31.07, 28.42, 26.20, 23.04, 49.61, 49.12, 46.80, 44.60, 81.52, 79.47, 77.48, 71.79, -58, -58, -58, -58, -58, -58, 0, -58, -58, -58, -58, -56, -56, 0, 575351
     [13/04/2022 12:58:23] DeviceId [3] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 18.80, 19.30, 19.30, 19.10, 17.80, 18.30, 18.40, 19.10, 15.70, 17.00, 17.30, 17.50, 0, 0, 0, 575351
     [13/04/2022 12:58:23] DeviceId [3] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.6, 0, -3, 1, 0, -3, -2, 1, 2, 4.0, 3.8, 4.0, 3.8, 4.0, 4.0, 3.8, 3.8, -0.20, -1.20, -0.60, -0.70, -0.50, -0.90, -0.30, -0.70, -2, 0, 1.6, 1.6, 1.6, 1.6, 1.4, 1.4, 575352
     [13/04/2022 12:58:23] DeviceId [3] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.40, 13.30, 0, 575354
     [13/04/2022 12:58:23] DeviceId [3] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.30, 13.10, 0, 575355
     [13/04/2022 12:58:23] DeviceId [3] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.70, 13.30, 13.30, 0, 575355
     [13/04/2022 12:58:23] DeviceId [3] TX0BallBreakMonitoring: 0, 0, 0, -10.90, 0, 0, 575355
     [13/04/2022 12:58:23] DeviceId [3] TX1BallBreakMonitoring: 0, 0, 0, -12.20, 0, 0, 575356
     [13/04/2022 12:58:23] DeviceId [3] TX2BallBreakMonitoring: 0, 0, 0, -10.30, 0, 0, 575356
     [13/04/2022 12:58:23] DeviceId [3] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -52, -53, -11.40, -12.00, -21.90, -10.70, -11.50, -21.90, -10.50, -11.20, -21.10, 302.22, 304.58, 291.42, 268.25, 265.94, 256.20, 230.60, 232.90, 224.74, -50 -51 -52 -51, -51, -53, 575518
     [13/04/2022 12:58:23] DeviceId [3] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 275.72, 281.16, 0.00, 0.00, -10.80, -10.80, 0.00, 0.00, -32, -32, 0, 0, 575518, 0
     [13/04/2022 12:58:23] DeviceId [3] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 275.12, 280.88, 0.00, 0.00, -11.50, -11.50, 0.00, 0.00, -33, -33, 0, 0, 575519, 0
     [13/04/2022 12:58:23] DeviceId [3] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 264.98, 270.39, 0.00, 0.00, -21.90, -21.90, 0.00, 0.00, -43, -43, 0, 0, 575519, 0
     [13/04/2022 12:58:23] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -204796, 409600 0 0, 0, 575543
     [13/04/2022 12:58:23] DeviceId [3] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 575513
     [13/04/2022 12:58:23] DeviceId [3] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1198.56, 0, 575513
     [13/04/2022 12:58:23] DeviceId [3] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 820, 1142, 225, 2181, 1139, 233, 5518, 0, 0, 575513
     [13/04/2022 12:58:23] DeviceId [3] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6004, 1999, 999, 100, 102, 999, 0, 0, 575513
     [13/04/2022 12:58:23] DeviceId [3] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 575520
     [13/04/2022 12:58:23] DeviceId [3] MonitoringReportHeader: 1, 43, 0
     [13/04/2022 12:58:23] DeviceId [3] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 43, 43, 43, 43, 45, 46, 46, 44, 41, 0, 0, 575508
     [13/04/2022 12:58:23] DeviceId [3] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 27.80, 27.30, 27.80, 28.30, 28.80, 28.00, 28.50, 28.10, 30.50, 29.40, 30.00, 29.50, 30.04, 27.34, 25.06, 21.55, 48.24, 47.78, 45.38, 43.44, 83.61, 81.51, 79.43, 73.67, -58, -58, -58, -58, -56, -58, 0, -56, -58, -58, -56, -58, -56, 0, 575511
     [13/04/2022 12:58:23] DeviceId [3] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 18.70, 19.10, 19.60, 18.60, 17.90, 18.80, 18.70, 19.20, 15.90, 17.30, 16.80, 17.20, 0, 0, 0, 575511
     [13/04/2022 12:58:24] DeviceId [3] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.6, 0, -3, 1, 0, -3, -2, 1, 2, 4.0, 3.8, 4.0, 3.8, 4.0, 3.8, 3.8, 3.8, -0.20, -1.20, -0.60, -0.70, -0.50, -0.90, -0.30, -0.70, -2, 0, 1.6, 1.6, 1.4, 1.4, 1.4, 1.6, 575512
     [13/04/2022 12:58:24] DeviceId [3] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.50, 13.30, 0, 575514
     [13/04/2022 12:58:24] DeviceId [3] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.20, 13.10, 0, 575515
     [13/04/2022 12:58:24] DeviceId [3] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.30, 13.30, 0, 575515
     [13/04/2022 12:58:24] DeviceId [3] TX0BallBreakMonitoring: 0, 0, 0, -11.00, 0, 0, 575515
     [13/04/2022 12:58:24] DeviceId [3] TX1BallBreakMonitoring: 0, 0, 0, -12.30, 0, 0, 575516
     [13/04/2022 12:58:24] DeviceId [3] TX2BallBreakMonitoring: 0, 0, 0, -10.20, 0, 0, 575516
     [13/04/2022 12:58:24] DeviceId [3] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -52, -53, -11.40, -12.00, -21.90, -10.70, -11.50, -21.90, -10.50, -11.20, -21.10, 302.22, 304.58, 291.42, 268.25, 265.94, 256.20, 230.60, 232.90, 224.74, -50 -51 -52 -51, -51, -53, 575518
     [13/04/2022 12:58:24] DeviceId [3] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 275.72, 281.16, 0.00, 0.00, -10.80, -10.80, 0.00, 0.00, -32, -32, 0, 0, 575518, 0
     [13/04/2022 12:58:24] DeviceId [3] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 275.12, 280.88, 0.00, 0.00, -11.50, -11.50, 0.00, 0.00, -33, -33, 0, 0, 575519, 0
     [13/04/2022 12:58:24] DeviceId [3] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 264.98, 270.39, 0.00, 0.00, -21.90, -21.90, 0.00, 0.00, -43, -43, 0, 0, 575519, 0
     [13/04/2022 12:58:24] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -204796, 409600 0 0, 0, 575543
     [13/04/2022 12:58:24] DeviceId [3] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 575513
     [13/04/2022 12:58:24] DeviceId [3] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1198.56, 0, 575513
     [13/04/2022 12:58:24] DeviceId [3] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 820, 1142, 225, 2181, 1139, 233, 5518, 0, 0, 575513
     [13/04/2022 12:58:24] DeviceId [3] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6004, 1999, 999, 100, 102, 999, 0, 0, 575513
     [13/04/2022 12:58:24] DeviceId [3] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 575520
    
    MonitoringReport_0.txt
     [13/04/2022 12:58:23] DeviceId [0] MonitoringReportHeader: 0, 41, 0
     [13/04/2022 12:58:23] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 40, 41, 41, 40, 42, 45, 43, 43, 40, 0, 0, 587195
     [13/04/2022 12:58:23] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 27.60, 28.10, 28.60, 28.30, 27.40, 26.80, 27.60, 27.50, 29.50, 27.80, 28.00, 29.00, 44.05, 42.46, 36.41, 34.33, 57.71, 66.73, 63.99, 53.77, 83.45, 83.82, 80.70, 76.35, -58, -58, -58, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 587198
     [13/04/2022 12:58:23] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 18.10, 17.00, 17.20, 17.80, 18.20, 18.50, 17.80, 18.60, 15.90, 17.20, 17.70, 16.80, 0, 0, 0, 587199
     [13/04/2022 12:58:23] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.8, 1.8, 0, -2, 0, -1, -2, -1, 0, 1, 4.2, 4.0, 4.2, 4.2, 4.4, 4.2, 4.2, 4.2, 0.50, 0.10, 0.50, 0.70, 0.80, 0.40, 0.60, 0.50, -4, 0, 1.6, 1.8, 1.6, 1.6, 1.8, 1.8, 587200
     [13/04/2022 12:58:23] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.50, 13.30, 0, 587201
     [13/04/2022 12:58:23] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.70, 13.40, 13.00, 0, 587202
     [13/04/2022 12:58:23] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.70, 13.40, 13.00, 0, 587202
     [13/04/2022 12:58:23] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -15.90, 0, 0, 587203
     [13/04/2022 12:58:23] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -10.10, 0, 0, 587203
     [13/04/2022 12:58:23] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -7.30, 0, 0, 587203
     [13/04/2022 12:58:23] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -50, -50, -53, -9.70, -10.70, -20.40, -10.90, -11.00, -20.70, -10.80, -11.30, -20.50, 268.35, 274.58, 265.98, 231.48, 241.07, 232.23, 205.57, 206.91, 200.40, -51 -50 -53 -50, -51, -52, 587205
     [13/04/2022 12:58:23] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 240.36, 240.31, 0.00, 0.00, -10.40, -10.40, 0.00, 0.00, -29, -29, 0, 0, 587206, 0
     [13/04/2022 12:58:23] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 250.02, 249.98, 0.00, 0.00, -10.80, -10.80, 0.00, 0.00, -30, -30, 0, 0, 587206, 0
     [13/04/2022 12:58:23] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 239.99, 239.96, 0.00, 0.00, -20.60, -20.60, 0.00, 0.00, -40, -40, 0, 0, 587206, 0
     [13/04/2022 12:58:23] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -632, 0 0 0, 0, 587350
     [13/04/2022 12:58:23] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 7.5, 0, 587360
     [13/04/2022 12:58:23] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1196.80, 0, 587360
     [13/04/2022 12:58:23] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 852, 1123, 246, 2280, 1197, 240, 5224, 0, 0, 587361
     [13/04/2022 12:58:23] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 1000, 100, 104, 999, 0, 0, 587361
     [13/04/2022 12:58:23] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 587367
     [13/04/2022 12:58:23] DeviceId [0] MonitoringReportHeader: 1, 41, 0
     [13/04/2022 12:58:23] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 41, 42, 42, 41, 43, 46, 45, 43, 40, 0, 0, 587355
     [13/04/2022 12:58:23] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 27.60, 28.10, 28.50, 28.30, 27.20, 26.70, 27.50, 27.30, 29.50, 27.80, 28.00, 29.00, 43.35, 41.22, 35.10, 33.24, 57.43, 66.40, 63.41, 53.42, 85.86, 85.79, 82.36, 78.56, -58, -58, -56, -58, -58, -60, 0, -58, -58, -58, -58, -58, -56, 0, 587358
     [13/04/2022 12:58:23] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 17.90, 16.80, 17.30, 17.90, 18.90, 18.60, 18.10, 18.90, 15.70, 17.40, 17.60, 17.00, 0, 0, 0, 587359
     [13/04/2022 12:58:23] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.8, 0, -2, 0, -1, -2, -1, 0, 1, 4.2, 4.2, 4.0, 4.2, 4.4, 4.2, 4.2, 4.2, 0.50, 0.10, 0.50, 0.70, 0.80, 0.40, 0.60, 0.50, -4, 0, 1.6, 1.6, 1.6, 1.6, 1.8, 1.8, 587360
     [13/04/2022 12:58:23] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.80, 13.40, 13.30, 0, 587361
     [13/04/2022 12:58:23] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.40, 13.00, 0, 587362
     [13/04/2022 12:58:23] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.70, 13.50, 13.00, 0, 587362
     [13/04/2022 12:58:23] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -15.80, 0, 0, 587363
     [13/04/2022 12:58:23] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -10.10, 0, 0, 587363
     [13/04/2022 12:58:23] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -7.30, 0, 0, 587363
     [13/04/2022 12:58:24] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -49, -50, -52, -9.70, -10.70, -20.40, -11.00, -11.00, -20.70, -11.00, -11.30, -20.50, 268.86, 277.05, 266.64, 231.33, 238.24, 232.86, 205.97, 206.89, 199.98, -50 -51 -52 -50, -51, -52, 587365
     [13/04/2022 12:58:24] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 236.69, 242.40, 0.00, 0.00, -10.60, -10.60, 0.00, 0.00, -29, -29, 0, 0, 587366, 0
     [13/04/2022 12:58:24] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 245.26, 250.70, 0.00, 0.00, -10.90, -10.90, 0.00, 0.00, -30, -30, 0, 0, 587366, 0
     [13/04/2022 12:58:24] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 239.73, 245.49, 0.00, 0.00, -20.60, -20.60, 0.00, 0.00, -40, -40, 0, 0, 587366, 0
     [13/04/2022 12:58:24] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -671, 0 0 0, 0, 587510
     [13/04/2022 12:58:24] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 7.5, 0, 587360
     [13/04/2022 12:58:24] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1196.80, 0, 587360
     [13/04/2022 12:58:24] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 852, 1123, 246, 2280, 1197, 240, 5224, 0, 0, 587361
     [13/04/2022 12:58:24] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 1000, 100, 104, 999, 0, 0, 587361
     [13/04/2022 12:58:24] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 587367
    

    Regards

  • Hi

    API commands can obtain IntPMCLKLOAnalogSignal now, but there is a big difference between the master and slave chips. Is this normal?

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 5.5, 0, 311460

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 183622

    DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 183721

    DeviceId [3] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 183821


    In addition, there are some exceptions to the LOAnalogSignal corresponding to some MonitoringReportHeaders, as follows MonitoringReport2: MonitoringReportHeader: 2, 51, 0(like the red mark below)
    Why do different MonitoringReportHeaders have such results?

    Thanks.

    Motoring Report_0:

    [14/04/2022 14:05:40] DeviceId [0] MonitoringReportHeader: 0, 49, 0
    [14/04/2022 14:05:40] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 48, 49, 51, 49, 46, 0, 0, 311455
    [14/04/2022 14:05:40] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -40, 0, 45.70, 46.10, 45.10, 45.90, 47.30, 46.80, 47.10, 46.90, 45.70, 45.50, 46.20, 45.30, 31.42, 23.33, 25.07, 21.57, 119.48, 116.57, 119.38, 117.53, 200.71, 198.19, 197.89, 198.43, -58, -58, -58, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 311458
    [14/04/2022 14:05:40] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.30, 12.90, 13.80, 13.30, 11.20, 11.10, 11.10, 11.00, 12.40, 11.80, 11.00, 12.50, 0, 0, 0, 311458
    [14/04/2022 14:05:40] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -3, -4, 0, -1, -4, -3, -1, -1, 4.6, 4.6, 4.6, 4.4, 4.6, 4.6, 4.6, 4.4, 0.30, 0.40, 0.70, 0.80, 0.60, 0.20, 0.90, 0.40, 14, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 311460
    [14/04/2022 14:05:40] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.80, 13.90, 0, 311461
    [14/04/2022 14:05:40] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 13.80, 13.80, 0, 311461
    [14/04/2022 14:05:40] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.80, 13.70, 0, 311462
    [14/04/2022 14:05:40] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -12.30, 0, 0, 311462
    [14/04/2022 14:05:40] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -10.00, 0, 0, 311462
    [14/04/2022 14:05:40] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -8.60, 0, 0, 311463
    [14/04/2022 14:05:40] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -51, -53, -11.20, -11.10, -20.90, -9.40, -9.80, -19.30, -9.60, -11.00, -20.70, 264.11, 271.01, 250.06, 148.81, 148.45, 133.14, 34.67, 38.30, 31.30, -50 -51 -53 -50, -51, -53, 311465
    [14/04/2022 14:05:40] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 161.18, 161.14, 0.00, 0.00, -10.10, -10.20, 0.00, 0.00, -31, -31, 0, 0, 311465, 0
    [14/04/2022 14:05:40] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 160.25, 160.18, 0.00, 0.00, -10.50, -10.50, 0.00, 0.00, -32, -32, 0, 0, 311466, 0
    [14/04/2022 14:05:40] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 151.71, 151.56, 0.00, 0.00, -19.80, -19.80, 0.00, 0.00, -39, -39, 0, 0, 311466, 0
    [14/04/2022 14:05:40] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -976, 0 0 0, 0, 311820
    [14/04/2022 14:05:40] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 5.5, 0, 311460
    [14/04/2022 14:05:40] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 445.28, 1196.80, 0, 311460
    [14/04/2022 14:05:40] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 636, 1183, 239, 2118, 1158, 239, 5440, 0, 0, 311460
    [14/04/2022 14:05:40] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 1000, 100, 102, 1000, 0, 0, 311460
    [14/04/2022 14:05:40] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 311867
    [14/04/2022 14:05:41] DeviceId [0] MonitoringReportHeader: 1, 49, 0
    [14/04/2022 14:05:41] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 50, 51, 51, 50, 49, 51, 51, 51, 47, 0, 0, 311855
    [14/04/2022 14:05:41] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 45.80, 46.10, 45.10, 46.00, 47.30, 46.80, 47.10, 46.90, 45.70, 45.50, 46.10, 45.20, 28.74, 20.54, 22.87, 19.35, 116.07, 113.32, 116.00, 114.22, 204.32, 201.77, 201.55, 202.32, -58, -58, -58, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 311858
    [14/04/2022 14:05:41] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.10, 12.60, 14.00, 13.10, 10.60, 11.10, 11.20, 11.60, 12.50, 11.90, 11.30, 12.60, 0, 0, 0, 311858
    [14/04/2022 14:05:41] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -3, -4, 0, -1, -4, -3, -1, -1, 4.6, 4.6, 4.6, 4.4, 4.6, 4.6, 4.6, 4.4, 0.30, 0.40, 0.70, 0.80, 0.60, 0.20, 0.90, 0.40, 14, 0, 1.6, 1.6, 1.6, 1.6, 1.4, 1.4, 311860
    [14/04/2022 14:05:41] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.80, 13.80, 0, 311861
    [14/04/2022 14:05:41] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.70, 0, 311861
    [14/04/2022 14:05:41] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.60, 13.50, 0, 311862
    [14/04/2022 14:05:41] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -12.30, 0, 0, 311862
    [14/04/2022 14:05:41] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -9.80, 0, 0, 311862
    [14/04/2022 14:05:41] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -8.50, 0, 0, 311863
    [14/04/2022 14:05:41] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -51, -53, -11.30, -11.10, -20.90, -9.30, -9.90, -19.30, -9.80, -10.90, -20.80, 262.86, 272.59, 248.00, 143.96, 148.93, 133.25, 37.47, 36.01, 33.55, -50 -51 -52 -50, -50, -53, 311865
    [14/04/2022 14:05:41] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 159.69, 182.28, 0.00, 0.00, -10.10, -10.10, 0.00, 0.00, -31, -31, 0, 0, 311865, 0
    [14/04/2022 14:05:41] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 161.74, 184.00, 0.00, 0.00, -10.60, -10.70, 0.00, 0.00, -32, -32, 0, 0, 311866, 0
    [14/04/2022 14:05:41] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 152.46, 174.60, 0.00, 0.00, -19.80, -19.90, 0.00, 0.00, -39, -39, 0, 0, 311866, 0
    [14/04/2022 14:05:41] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -960, 0 0 0, 0, 312220
    [14/04/2022 14:05:41] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 5.5, 0, 311860
    [14/04/2022 14:05:41] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 445.28, 1195.04, 0, 311860
    [14/04/2022 14:05:41] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 639, 1184, 244, 2127, 1158, 242, 5458, 0, 0, 311860
    [14/04/2022 14:05:41] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6003, 1999, 1000, 100, 102, 999, 0, 0, 311860
    [14/04/2022 14:05:41] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 311867

    Motoring Report_1:

    [14/04/2022 14:05:40] DeviceId [1] MonitoringReportHeader: 0, 39, 0
    [14/04/2022 14:05:40] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 183582
    [14/04/2022 14:05:40] DeviceId [1] MonitoringReportHeader: 1, 48, 0
    [14/04/2022 14:05:40] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 51, 51, 49, 49, 47, 47, 47, 49, 44, 0, 0, 183617
    [14/04/2022 14:05:40] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 43.60, 44.10, 45.00, 45.20, 45.40, 45.50, 46.70, 46.20, 45.10, 45.40, 45.40, 43.90, 28.35, 26.37, 30.66, 24.64, 125.16, 125.21, 123.12, 114.70, 207.91, 208.24, 203.89, 197.18, -58, -60, -60, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 183620
    [14/04/2022 14:05:40] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.80, 13.40, 12.70, 11.80, 11.40, 11.30, 10.20, 10.20, 11.00, 10.60, 11.20, 12.00, 0, 0, 0, 183620
    [14/04/2022 14:05:40] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.2, 1.4, 1, 0, 2, 0, 0, 2, -1, 0, 4.0, 4.0, 3.8, 4.0, 3.8, 3.8, 4.0, 4.0, -1.10, -1.30, -1.00, -1.00, -1.30, -0.80, -0.70, -1.30, 14, 0, 1.2, 1.2, 1.2, 1.4, 1.2, 1.2, 183622
    [14/04/2022 14:05:40] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 13.70, 13.50, 0, 183623
    [14/04/2022 14:05:40] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.80, 13.70, 0, 183623
    [14/04/2022 14:05:40] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 13.80, 13.70, 0, 183624
    [14/04/2022 14:05:40] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -9.50, 0, 0, 183624
    [14/04/2022 14:05:40] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -11.10, 0, 0, 183624
    [14/04/2022 14:05:40] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -7.50, 0, 0, 183625
    [14/04/2022 14:05:40] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -52, -54, -11.30, -12.30, -21.80, -9.00, -10.30, -19.90, -10.70, -11.40, -21.50, 267.25, 262.73, 256.78, 139.34, 139.67, 135.89, 19.13, 28.28, 30.46, -50 -51 -55 -51, -52, -55, 183627
    [14/04/2022 14:05:40] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 152.67, 158.24, 0.00, 0.00, -9.20, -9.20, 0.00, 0.00, -28, -28, 0, 0, 183627, 0
    [14/04/2022 14:05:40] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 153.38, 159.18, 0.00, 0.00, -10.50, -10.60, 0.00, 0.00, -29, -29, 0, 0, 183628, 0
    [14/04/2022 14:05:40] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 151.37, 157.02, 0.00, 0.00, -20.20, -20.20, 0.00, 0.00, -40, -40, 0, 0, 183628, 0
    [14/04/2022 14:05:40] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 183982
    [14/04/2022 14:05:40] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 183622
    [14/04/2022 14:05:40] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1193.28, 0, 183622
    [14/04/2022 14:05:40] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 840, 1177, 240, 2134, 1219, 242, 5117, 0, 0, 183622
    [14/04/2022 14:05:40] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 999, 101, 104, 1000, 0, 0, 183622
    [14/04/2022 14:05:41] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 7.03, 0.00, 0.00, 0.00, 0, 184029
    [14/04/2022 14:05:41] DeviceId [1] MonitoringReportHeader: 2, 48, 0
    [14/04/2022 14:05:41] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 52, 50, 50, 49, 48, 47, 48, 50, 45, 0, 0, 184017
    [14/04/2022 14:05:41] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -40, 0, 43.70, 44.10, 45.00, 45.30, 45.60, 45.70, 46.70, 46.20, 45.00, 45.30, 45.40, 43.90, 26.49, 24.62, 28.05, 21.82, 121.94, 122.12, 119.67, 111.12, 211.65, 211.88, 207.34, 200.64, -58, -58, -58, -58, -60, -58, 0, -58, -58, -60, -58, -58, -58, 0, 184020
    [14/04/2022 14:05:41] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.70, 13.30, 12.60, 12.10, 11.10, 11.20, 10.20, 10.40, 11.20, 10.60, 10.50, 12.40, 0, 0, 0, 184020
    [14/04/2022 14:05:41] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.2, 1.2, 1, 0, 2, 0, 0, 2, -1, 0, 3.8, 4.0, 4.0, 4.0, 3.8, 4.0, 4.0, 4.0, -1.10, -1.30, -1.00, -1.00, -1.30, -0.80, -0.70, -1.30, 14, 0, 1.2, 1.2, 1.2, 1.4, 1.2, 1.2, 184022
    [14/04/2022 14:05:41] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 13.70, 13.50, 0, 184023
    [14/04/2022 14:05:41] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.80, 13.70, 0, 184023
    [14/04/2022 14:05:41] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 13.80, 13.70, 0, 184024
    [14/04/2022 14:05:41] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -9.40, 0, 0, 184024
    [14/04/2022 14:05:41] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -11.10, 0, 0, 184024
    [14/04/2022 14:05:41] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -7.60, 0, 0, 184025
    [14/04/2022 14:05:41] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -51, -52, -54, -11.30, -12.40, -21.80, -9.00, -10.30, -19.90, -10.70, -11.50, -21.50, 266.34, 264.67, 255.18, 134.17, 140.83, 136.20, 22.42, 26.00, 32.71, -50 -51 -55 -51, -51, -54, 184027
    [14/04/2022 14:05:41] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 151.22, 178.89, 0.00, 0.00, -9.20, -9.20, 0.00, 0.00, -28, -28, 0, 0, 184027, 0
    [14/04/2022 14:05:41] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 156.10, 183.82, 0.00, 0.00, -10.60, -10.60, 0.00, 0.00, -29, -29, 0, 0, 184028, 0
    [14/04/2022 14:05:41] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 152.31, 180.19, 0.00, 0.00, -20.20, -20.20, 0.00, 0.00, -40, -40, 0, 0, 184028, 0
    [14/04/2022 14:05:41] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 184382
    [14/04/2022 14:05:41] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 184022
    [14/04/2022 14:05:41] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 445.28, 1193.28, 0, 184022
    [14/04/2022 14:05:41] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 841, 1179, 242, 2134, 1221, 244, 5117, 0, 0, 184022
    [14/04/2022 14:05:41] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 1000, 100, 103, 999, 0, 0, 184022
    [14/04/2022 14:05:41] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 7.03, 0.00, 0.00, 0.00, 0, 184029

    Motoring Report_2:

    [14/04/2022 14:05:40] DeviceId [2] MonitoringReportHeader: 0, 41, 0
    [14/04/2022 14:05:40] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 183681
    [14/04/2022 14:05:40] DeviceId [2] MonitoringReportHeader: 1, 51, 0
    [14/04/2022 14:05:40] DeviceId [2] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 52, 52, 52, 53, 50, 49, 49, 52, 45, 0, 0, 183715
    [14/04/2022 14:05:40] DeviceId [2] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 45.80, 44.60, 45.20, 45.80, 47.30, 46.70, 47.20, 46.70, 46.70, 46.00, 46.60, 45.70, 29.54, 24.08, 31.26, 25.73, 124.30, 121.21, 128.70, 122.22, 206.76, 202.99, 205.45, 203.82, -58, -58, -58, -58, -56, -56, 0, -56, -56, -58, -58, -56, -58, 0, 183719
    [14/04/2022 14:05:40] DeviceId [2] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.70, 14.40, 13.80, 13.10, 11.30, 11.60, 10.90, 11.40, 11.00, 11.70, 11.00, 12.00, 0, 0, 0, 183719
    [14/04/2022 14:05:40] DeviceId [2] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -2, -5, -5, -5, -4, -2, -4, -3, 4.6, 4.6, 4.6, 4.6, 4.6, 4.6, 4.6, 4.4, 0.90, 0.30, 0.40, 0.60, 0.80, 0.40, 0.90, 0.50, 14, 0, 1.6, 1.6, 1.6, 1.6, 1.4, 1.6, 183720
    [14/04/2022 14:05:40] DeviceId [2] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.70, 13.60, 0, 183722
    [14/04/2022 14:05:40] DeviceId [2] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.80, 13.60, 0, 183722
    [14/04/2022 14:05:40] DeviceId [2] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.60, 13.50, 0, 183723
    [14/04/2022 14:05:40] DeviceId [2] TX0BallBreakMonitoring: 0, 0, 0, -11.10, 0, 0, 183723
    [14/04/2022 14:05:40] DeviceId [2] TX1BallBreakMonitoring: 0, 0, 0, -9.50, 0, 0, 183723
    [14/04/2022 14:05:40] DeviceId [2] TX2BallBreakMonitoring: 0, 0, 0, -8.70, 0, 0, 183724
    [14/04/2022 14:05:40] DeviceId [2] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -49, -50, -52, -9.20, -10.40, -19.20, -7.30, -8.00, -17.90, -8.00, -8.90, -18.60, 259.99, 263.41, 250.74, 134.22, 139.60, 128.81, 17.21, 27.38, 27.37, -49 -49 -52 -49, -50, -53, 183726
    [14/04/2022 14:05:40] DeviceId [2] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 147.71, 159.02, 0.00, 0.00, -7.50, -7.50, 0.00, 0.00, -28, -28, 0, 0, 183726, 0
    [14/04/2022 14:05:40] DeviceId [2] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 152.01, 163.28, 0.00, 0.00, -8.40, -8.40, 0.00, 0.00, -29, -29, 0, 0, 183727, 0
    [14/04/2022 14:05:40] DeviceId [2] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 144.88, 156.35, 0.00, 0.00, -18.10, -18.10, 0.00, 0.00, -39, -39, 0, 0, 183727, 0
    [14/04/2022 14:05:40] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 184081
    [14/04/2022 14:05:41] DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 183721
    [14/04/2022 14:05:41] DeviceId [2] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1198.56, 0, 183721
    [14/04/2022 14:05:41] DeviceId [2] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 912, 1132, 242, 2247, 1209, 244, 5181, 0, 0, 183721
    [14/04/2022 14:05:41] DeviceId [2] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 1000, 100, 105, 999, 0, 0, 183721
    [14/04/2022 14:05:41] DeviceId [2] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 183728
    [14/04/2022 14:05:41] DeviceId [2] MonitoringReportHeader: 2, 51, 0
    [14/04/2022 14:05:41] DeviceId [2] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 52, 52, 52, 52, 50, 50, 50, 53, 46, 0, 0, 184115
    [14/04/2022 14:05:41] DeviceId [2] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 45.80, 44.70, 45.30, 45.90, 47.40, 46.80, 47.30, 46.80, 46.60, 46.00, 46.60, 45.70, 27.28, 22.19, 29.23, 23.51, 120.88, 117.75, 125.21, 118.81, 210.47, 206.61, 209.06, 207.51, -58, -58, -58, -56, -58, -56, 0, -56, -56, -56, -58, -56, -56, 0, 184119
    [14/04/2022 14:05:41] DeviceId [2] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 13.40, 14.30, 13.90, 12.90, 11.00, 11.50, 11.20, 11.70, 11.50, 11.70, 11.00, 11.90, 0, 0, 0, 184119
    [14/04/2022 14:05:41] DeviceId [2] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, -2, -5, -5, -5, -4, -2, -4, -2, 4.6, 4.6, 4.6, 4.4, 4.6, 4.6, 4.6, 4.6, 1.00, 0.30, 0.50, 0.60, 0.80, 0.40, 0.90, 0.50, 14, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.4, 184120
    [14/04/2022 14:05:41] DeviceId [2] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.70, 13.60, 0, 184122
    [14/04/2022 14:05:41] DeviceId [2] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.00, 13.70, 13.60, 0, 184122
    [14/04/2022 14:05:41] DeviceId [2] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.90, 13.60, 13.50, 0, 184123
    [14/04/2022 14:05:41] DeviceId [2] TX0BallBreakMonitoring: 0, 0, 0, -11.00, 0, 0, 184123
    [14/04/2022 14:05:41] DeviceId [2] TX1BallBreakMonitoring: 0, 0, 0, -9.50, 0, 0, 184123
    [14/04/2022 14:05:41] DeviceId [2] TX2BallBreakMonitoring: 0, 0, 0, -8.90, 0, 0, 184124
    [14/04/2022 14:05:41] DeviceId [2] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -50, -51, -52, -9.20, -10.40, -19.20, -7.30, -8.00, -17.90, -8.00, -8.90, -18.70, 259.14, 264.62, 249.27, 129.38, 140.54, 129.16, 20.54, 25.38, 29.72, -48 -49 -52 -49, -49, -53, 184126
    [14/04/2022 14:05:41] DeviceId [2] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 146.39, 180.14, 0.00, 0.00, -7.50, -7.50, 0.00, 0.00, -27, -28, 0, 0, 184126, 0
    [14/04/2022 14:05:41] DeviceId [2] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 154.07, 187.52, 0.00, 0.00, -8.50, -8.50, 0.00, 0.00, -30, -30, 0, 0, 184127, 0
    [14/04/2022 14:05:41] DeviceId [2] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 145.84, 179.70, 0.00, 0.00, -18.20, -18.20, 0.00, 0.00, -39, -39, 0, 0, 184127, 0
    [14/04/2022 14:05:41] DeviceId [2] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 184481
    [14/04/2022 14:05:41] DeviceId [2] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -12.5, 0, 184121
    [14/04/2022 14:05:41] DeviceId [2] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1200.32, 0, 184121
    [14/04/2022 14:05:41] DeviceId [2] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 915, 1132, 242, 2247, 1209, 244, 5181, 0, 0, 184121
    [14/04/2022 14:05:41] DeviceId [2] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 5998, 1999, 1000, 100, 105, 1000, 0, 0, 184121
    [14/04/2022 14:05:42] DeviceId [2] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 184128

    Motoring Report_3:

    [14/04/2022 14:05:40] DeviceId [3] MonitoringReportHeader: 0, 41, 0
    [14/04/2022 14:05:40] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 183781
    [14/04/2022 14:05:40] DeviceId [3] MonitoringReportHeader: 1, 50, 0
    [14/04/2022 14:05:40] DeviceId [3] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 51, 52, 49, 52, 49, 49, 49, 51, 43, 0, 0, 183816
    [14/04/2022 14:05:40] DeviceId [3] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -42, 0, -40, 0, -42, 0, 44.30, 43.90, 43.40, 44.90, 45.50, 45.00, 45.40, 45.40, 43.70, 42.90, 44.00, 43.40, 24.58, 20.93, 26.20, 15.61, 114.30, 110.29, 115.73, 102.74, 195.42, 195.62, 194.50, 187.90, -58, -58, -58, -58, -58, -58, 0, -58, -58, -58, -58, -58, -58, 0, 183819
    [14/04/2022 14:05:40] DeviceId [3] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 12.40, 12.50, 13.40, 11.40, 10.90, 11.00, 10.30, 10.90, 12.40, 12.80, 11.60, 12.30, 0, 0, 0, 183820
    [14/04/2022 14:05:40] DeviceId [3] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.4, 1.6, -1, -3, -1, -2, -4, -1, -3, -2, 4.4, 4.4, 4.4, 4.4, 4.6, 4.4, 4.4, 4.6, 0.40, 0.30, 0.40, 0.60, 0.60, 0.40, 0.20, 0.40, 12, 0, 1.6, 1.4, 1.4, 1.6, 1.6, 1.6, 183821
    [14/04/2022 14:05:40] DeviceId [3] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 13.80, 13.80, 0, 183822
    [14/04/2022 14:05:40] DeviceId [3] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.10, 13.80, 13.60, 0, 183823
    [14/04/2022 14:05:40] DeviceId [3] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 14.30, 14.00, 13.80, 0, 183823
    [14/04/2022 14:05:40] DeviceId [3] TX0BallBreakMonitoring: 0, 0, 0, -10.20, 0, 0, 183823
    [14/04/2022 14:05:40] DeviceId [3] TX1BallBreakMonitoring: 0, 0, 0, -8.80, 0, 0, 183824
    [14/04/2022 14:05:40] DeviceId [3] TX2BallBreakMonitoring: 0, 0, 0, -7.80, 0, 0, 183824
    [14/04/2022 14:05:41] DeviceId [3] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -52, -53, -55, -11.40, -12.10, -22.20, -10.00, -10.40, -20.20, -11.30, -12.40, -22.10, 260.10, 257.63, 248.52, 141.82, 142.38, 137.85, 26.81, 28.82, 32.91, -52 -52 -54 -53, -53, -55, 183826
    [14/04/2022 14:05:41] DeviceId [3] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 152.58, 169.13, 0.00, 0.00, -10.60, -10.60, 0.00, 0.00, -31, -31, 0, 0, 183826, 0
    [14/04/2022 14:05:41] DeviceId [3] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 153.49, 170.22, 0.00, 0.00, -11.20, -11.10, 0.00, 0.00, -31, -31, 0, 0, 183827, 0
    [14/04/2022 14:05:41] DeviceId [3] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 153.07, 169.83, 0.00, 0.00, -20.80, -20.80, 0.00, 0.00, -41, -41, 0, 0, 183827, 0
    [14/04/2022 14:05:41] DeviceId [3] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 184181
    [14/04/2022 14:05:41] DeviceId [3] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 183821
    [14/04/2022 14:05:41] DeviceId [3] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1202.08, 0, 183821
    [14/04/2022 14:05:41] DeviceId [3] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 720, 1116, 237, 2275, 1248, 246, 4990, 0, 0, 183821
    [14/04/2022 14:05:41] DeviceId [3] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6003, 1999, 999, 100, 101, 999, 0, 0, 183822
    [14/04/2022 14:05:41] DeviceId [3] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 0.00, 0, 183828

  • Hi

    On the basis of TI 4-chip cascade EVM, I modified the script to configure the parameters of two-chip cascade radar. The MonitoringReport obtained by our internal two-chip cascade radar is as follows. The LO signal power value is small, and the master and slave chips also have difference, is this a problem with the hardware structure?
    At present, the slave chip of our internal two-chip cascade radar  seem to be a little abnormal, and there is no normal signal transmission and reception.

    Thanks.

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -3.5, 0, 32638

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 26340

    MonitoringReport_0:

    [14/04/2022 15:32:19] DeviceId [0] MonitoringReportHeader: 0, 37, 0
    [14/04/2022 15:32:19] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 37, 37, 38, 37, 35, 38, 37, 38, 31, 0, 0, 32633
    [14/04/2022 15:32:19] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 28.10, 27.50, 27.90, 26.90, 27.90, 27.40, 27.90, 26.70, 27.80, 27.30, 27.80, 26.60, 210.99, 210.13, 209.50, 205.31, 220.94, 219.92, 218.90, 215.33, 228.15, 227.26, 226.12, 222.89, -54, -54, -54, -56, -54, -56, 0, -56, -56, -54, -56, -56, -56, 0, 32636
    [14/04/2022 15:32:19] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 16.90, 17.10, 17.30, 18.60, 17.10, 17.50, 17.10, 19.20, 17.00, 17.60, 17.40, 18.90, 0, 0, 0, 32636
    [14/04/2022 15:32:19] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.8, 1.8, 1, 0, 1, 0, 0, 1, -1, 0, 4.2, 3.8, 3.8, 3.8, 3.8, 3.8, 4.0, 4.0, -0.90, -1.00, -0.70, -1.00, -0.50, -0.90, -0.30, -1.00, -4, 0, 1.6, 1.6, 1.6, 1.8, 1.8, 1.8, 32637
    [14/04/2022 15:32:19] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.60, 13.50, 0, 32639
    [14/04/2022 15:32:19] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.00, 13.10, 13.20, 0, 32639
    [14/04/2022 15:32:19] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.20, 13.10, 13.00, 0, 32640
    [14/04/2022 15:32:19] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -20.30, 0, 0, 32640
    [14/04/2022 15:32:19] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -18.80, 0, 0, 32640
    [14/04/2022 15:32:19] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -18.20, 0, 0, 32641
    [14/04/2022 15:32:19] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -48, -47, -47, -13.60, -15.10, -23.90, -13.30, -15.50, -23.90, -13.30, -15.50, -23.90, 56.86, 49.55, 61.21, 44.76, 40.85, 47.57, 27.29, 34.22, 35.15, -47 -49 -50 -48, -48, -49, 32642
    [14/04/2022 15:32:19] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 54.79, 54.74, 0.00, 0.00, -13.50, -13.50, 0.00, 0.00, -35, -35, 0, 0, 32643, 0
    [14/04/2022 15:32:19] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 47.54, 47.51, 0.00, 0.00, -15.10, -15.10, 0.00, 0.00, -38, -38, 0, 0, 32643, 0
    [14/04/2022 15:32:19] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 58.69, 58.61, 0.00, 0.00, -23.80, -23.80, 0.00, 0.00, -45, -46, 0, 0, 32644, 0
    [14/04/2022 15:32:19] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -515, 0 0 0, 0, 33019
    [14/04/2022 15:32:20] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -3.5, 0, 32638
    [14/04/2022 15:32:20] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1193.28, 0, 32638
    [14/04/2022 15:32:20] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 900, 1179, 230, 2107, 1337, 228, 4508, 0, 0, 32638
    [14/04/2022 15:32:20] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6000, 1999, 1000, 100, 102, 999, 0, 0, 32638
    [14/04/2022 15:32:20] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 33044
    [14/04/2022 15:32:20] DeviceId [0] MonitoringReportHeader: 1, 37, 0
    [14/04/2022 15:32:20] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 38, 38, 38, 38, 36, 38, 38, 39, 32, 0, 0, 33033
    [14/04/2022 15:32:20] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 28.00, 27.40, 27.80, 26.80, 27.90, 27.30, 27.80, 26.70, 27.60, 27.20, 27.70, 26.50, 208.60, 207.82, 207.34, 202.96, 218.42, 217.38, 216.41, 212.68, 231.17, 230.33, 229.17, 226.10, -54, -54, -54, -56, -54, -54, 0, -54, -56, -56, -56, -56, -56, 0, 33036
    [14/04/2022 15:32:20] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 17.10, 17.60, 17.20, 18.60, 17.40, 17.80, 17.10, 19.10, 17.00, 17.60, 17.10, 19.10, 0, 0, 0, 33036
    [14/04/2022 15:32:20] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.8, 1.6, 1, 0, 1, 0, 0, 1, -1, 0, 4.0, 3.8, 3.8, 3.8, 4.0, 3.8, 4.2, 4.0, -0.90, -1.00, -0.70, -1.00, -0.50, -0.90, -0.30, -1.00, -4, 0, 1.6, 1.6, 1.6, 1.8, 1.8, 1.8, 33037
    [14/04/2022 15:32:20] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.50, 13.40, 0, 33039
    [14/04/2022 15:32:20] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.10, 13.00, 13.10, 0, 33039
    [14/04/2022 15:32:20] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.10, 13.10, 13.00, 0, 33040
    [14/04/2022 15:32:20] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -21.10, 0, 0, 33040
    [14/04/2022 15:32:20] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -18.70, 0, 0, 33040
    [14/04/2022 15:32:20] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -18.20, 0, 0, 33041
    [14/04/2022 15:32:20] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -47, -50, -51, -13.60, -15.10, -24.00, -13.40, -15.50, -23.90, -13.40, -15.60, -24.00, 55.77, 50.50, 59.38, 43.23, 41.54, 50.35, 24.52, 33.07, 34.04, -48 -48 -50 -49, -48, -49, 33442
    [14/04/2022 15:32:20] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 54.33, 65.96, 0.00, 0.00, -13.60, -13.60, 0.00, 0.00, -35, -35, 0, 0, 33443, 0
    [14/04/2022 15:32:20] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 48.78, 60.40, 0.00, 0.00, -15.10, -15.10, 0.00, 0.00, -38, -38, 0, 0, 33443, 0
    [14/04/2022 15:32:20] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 59.22, 70.94, 0.00, 0.00, -23.90, -23.90, 0.00, 0.00, -45, -45, 0, 0, 33444, 0
    [14/04/2022 15:32:20] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -156, 0 0 0, 0, 33619
    [14/04/2022 15:32:20] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -4.5, 0, 33438
    [14/04/2022 15:32:20] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1193.28, 0, 33438
    [14/04/2022 15:32:20] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 1183, 237, 2114, 1337, 232, 4524, 0, 0, 33438
    [14/04/2022 15:32:20] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6003, 1999, 1000, 100, 101, 1000, 0, 0, 33438
    [14/04/2022 15:32:20] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 33444
    [14/04/2022 15:32:20] DeviceId [0] MonitoringReportHeader: 2, 37, 0
    [14/04/2022 15:32:20] DeviceId [0] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 38, 38, 39, 38, 36, 38, 38, 39, 33, 0, 0, 33433
    [14/04/2022 15:32:20] DeviceId [0] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 28.00, 27.40, 27.80, 26.80, 27.90, 27.30, 27.80, 26.60, 27.60, 27.20, 27.60, 26.40, 208.35, 207.59, 207.05, 202.72, 218.14, 217.12, 216.14, 212.44, 231.72, 230.91, 229.71, 226.67, -54, -54, -54, -54, -54, -56, 0, -56, -56, -56, -56, -54, -56, 0, 33436
    [14/04/2022 15:32:20] DeviceId [0] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 16.80, 17.60, 17.20, 18.60, 17.00, 17.40, 17.60, 19.00, 17.30, 17.40, 17.70, 18.90, 0, 0, 0, 33436
    [14/04/2022 15:32:21] DeviceId [0] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.6, 1.8, 1, 0, 1, 0, 0, 1, -1, 0, 4.0, 3.8, 4.0, 4.0, 4.2, 4.0, 4.2, 4.0, -0.90, -0.90, -0.70, -1.00, -0.50, -0.90, -0.30, -1.00, -4, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.8, 33437
    [14/04/2022 15:32:21] DeviceId [0] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.60, 13.60, 13.40, 0, 33439
    [14/04/2022 15:32:21] DeviceId [0] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.00, 13.10, 13.20, 0, 33439
    [14/04/2022 15:32:21] DeviceId [0] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.10, 13.10, 13.00, 0, 33440
    [14/04/2022 15:32:21] DeviceId [0] TX0BallBreakMonitoring: 0, 0, 0, -21.10, 0, 0, 33440
    [14/04/2022 15:32:21] DeviceId [0] TX1BallBreakMonitoring: 0, 0, 0, -18.90, 0, 0, 33440
    [14/04/2022 15:32:21] DeviceId [0] TX2BallBreakMonitoring: 0, 0, 0, -18.40, 0, 0, 33441
    [14/04/2022 15:32:21] DeviceId [0] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -47, -50, -51, -13.60, -15.10, -24.00, -13.40, -15.50, -23.90, -13.40, -15.60, -24.00, 55.77, 50.50, 59.38, 43.23, 41.54, 50.35, 24.52, 33.07, 34.04, -48 -48 -50 -49, -48, -49, 33442
    [14/04/2022 15:32:21] DeviceId [0] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 54.33, 65.96, 0.00, 0.00, -13.60, -13.60, 0.00, 0.00, -35, -35, 0, 0, 33443, 0
    [14/04/2022 15:32:21] DeviceId [0] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 48.78, 60.40, 0.00, 0.00, -15.10, -15.10, 0.00, 0.00, -38, -38, 0, 0, 33443, 0
    [14/04/2022 15:32:21] DeviceId [0] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 59.22, 70.94, 0.00, 0.00, -23.90, -23.90, 0.00, 0.00, -45, -45, 0, 0, 33444, 0
    [14/04/2022 15:32:21] DeviceId [0] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -156, 0 0 0, 0, 33619
    [14/04/2022 15:32:21] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -4.5, 0, 33438
    [14/04/2022 15:32:21] DeviceId [0] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 448.80, 1193.28, 0, 33438
    [14/04/2022 15:32:21] DeviceId [0] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 599, 1183, 237, 2114, 1337, 232, 4524, 0, 0, 33438
    [14/04/2022 15:32:21] DeviceId [0] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6003, 1999, 1000, 100, 101, 1000, 0, 0, 33438
    [14/04/2022 15:32:21] DeviceId [0] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 33444

    MonitoringReport_1:

    [14/04/2022 15:32:19] DeviceId [1] MonitoringReportHeader: 0, 37, 0
    [14/04/2022 15:32:19] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 38, 38, 38, 38, 35, 36, 35, 38, 32, 0, 0, 25935
    [14/04/2022 15:32:19] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 29.60, 29.50, 29.50, 28.50, 29.40, 29.30, 29.30, 28.10, 29.20, 29.10, 29.10, 27.80, 228.94, 228.54, 227.16, 224.40, 239.40, 238.76, 237.57, 235.25, 247.01, 246.35, 245.26, 242.99, -56, -56, -54, -56, -56, -56, 0, -56, -56, -56, -56, -56, -56, 0, 25938
    [14/04/2022 15:32:19] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 16.60, 16.80, 16.30, 18.40, 16.40, 16.70, 16.80, 18.50, 17.10, 17.20, 17.40, 18.70, 0, 0, 0, 25939
    [14/04/2022 15:32:19] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.8, 1.8, 0, -4, -4, -4, 0, 0, -2, -1, 4.0, 4.6, 4.4, 4.4, 4.2, 4.2, 4.4, 4.4, 1.00, 1.20, 1.00, 0.80, 0.90, 1.20, 0.50, 0.50, -4, 0, 2.0, 1.8, 2.0, 1.8, 1.8, 1.8, 25940
    [14/04/2022 15:32:19] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.20, 13.40, 13.40, 0, 25941
    [14/04/2022 15:32:19] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.50, 13.50, 13.30, 0, 25942
    [14/04/2022 15:32:19] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.10, 13.10, 13.00, 0, 25942
    [14/04/2022 15:32:20] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -19.40, 0, 0, 25943
    [14/04/2022 15:32:20] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -18.10, 0, 0, 25943
    [14/04/2022 15:32:20] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -14.40, 0, 0, 25943
    [14/04/2022 15:32:20] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -48, -47, -47, -11.30, -11.30, -21.70, -11.40, -11.20, -21.40, -11.00, -11.10, -21.30, 38.65, 35.54, 39.03, 29.35, 22.29, 25.48, 16.23, 8.55, 11.86, -48 -48 -46 -48, -47, -48, 25945
    [14/04/2022 15:32:20] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 37.01, 36.94, 0.00, 0.00, -11.30, -11.30, 0.00, 0.00, -35, -35, 0, 0, 25945, 0
    [14/04/2022 15:32:20] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 32.72, 32.75, 0.00, 0.00, -11.30, -11.30, 0.00, 0.00, -33, -33, 0, 0, 25946, 0
    [14/04/2022 15:32:20] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 36.48, 36.53, 0.00, 0.00, -21.70, -21.60, 0.00, 0.00, -43, -43, 0, 0, 25946, 0
    [14/04/2022 15:32:20] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 26322
    [14/04/2022 15:32:20] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 25940
    [14/04/2022 15:32:20] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1200.32, 0, 25940
    [14/04/2022 15:32:20] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 761, 1253, 228, 1951, 1267, 235, 4844, 0, 0, 25940
    [14/04/2022 15:32:20] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 1000, 100, 97, 999, 0, 0, 25941
    [14/04/2022 15:32:20] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 0.00, 35.15, 0, 25947
    [14/04/2022 15:32:20] DeviceId [1] MonitoringReportHeader: 1, 37, 0
    [14/04/2022 15:32:20] DeviceId [1] TemperatureMonitoring: 0, 0, 0, 0, 0, 0, 0, 38, 38, 38, 38, 35, 36, 36, 38, 32, 0, 0, 26335
    [14/04/2022 15:32:20] DeviceId [1] RXGainPhaseMonitoring: 0, 0, 0, 0, 0, 0, 0, -40, 0, -40, 0, -40, 0, 29.70, 29.50, 29.60, 28.60, 29.40, 29.30, 29.30, 28.20, 29.20, 29.10, 29.00, 27.80, 226.04, 225.73, 224.24, 221.36, 236.58, 235.96, 234.72, 232.33, 250.03, 249.38, 248.27, 246.03, -54, -54, -54, -56, -54, -56, 0, -54, -56, -56, -56, -56, -56, 0, 26338
    [14/04/2022 15:32:20] DeviceId [1] RXNoiseFigureMonitoring: 0, 0, 0, 0, 0, 16.50, 16.90, 16.50, 17.70, 16.90, 17.00, 17.10, 18.10, 16.80, 17.00, 17.20, 18.30, 0, 0, 0, 26339
    [14/04/2022 15:32:20] DeviceId [1] RXIFStageMonitoring: 0, 0, 0, 0, 0, 0, 0, 1.8, 1.8, 0, -4, -4, -4, 0, 0, -2, -1, 4.2, 4.6, 4.4, 4.2, 4.2, 4.4, 4.4, 4.4, 1.00, 1.20, 1.00, 0.80, 0.90, 1.20, 0.50, 0.50, -4, 0, 2.0, 1.8, 2.0, 1.8, 1.8, 2.0, 26340
    [14/04/2022 15:32:20] DeviceId [1] TX0PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.30, 13.40, 13.40, 0, 26341
    [14/04/2022 15:32:20] DeviceId [1] TX1PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.50, 13.40, 13.40, 0, 26342
    [14/04/2022 15:32:20] DeviceId [1] TX2PowerMonitoring: 0, 0, 0, 0, 0, 0, 13.10, 13.20, 13.10, 0, 26342
    [14/04/2022 15:32:20] DeviceId [1] TX0BallBreakMonitoring: 0, 0, 0, -19.50, 0, 0, 26343
    [14/04/2022 15:32:20] DeviceId [1] TX1BallBreakMonitoring: 0, 0, 0, -18.20, 0, 0, 26343
    [14/04/2022 15:32:20] DeviceId [1] TX2BallBreakMonitoring: 0, 0, 0, -14.50, 0, 0, 26343
    [14/04/2022 15:32:20] DeviceId [1] TXGainPhaseMismatchMonitoring: 0, 0, 0, 0, 0, -47, -47, -47, -11.40, -11.30, -21.70, -11.40, -11.20, -21.50, -11.10, -11.10, -21.30, 38.02, 37.67, 37.86, 26.75, 23.19, 25.75, 18.39, 6.88, 14.06, -48 -48 -47 -48, -48, -47, 26345
    [14/04/2022 15:32:20] DeviceId [1] Tx0PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 36.28, 42.05, 0.00, 0.00, -11.40, -11.30, 0.00, 0.00, -35, -35, 0, 0, 26345, 0
    [14/04/2022 15:32:20] DeviceId [1] Tx1PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 34.78, 40.33, 0.00, 0.00, -11.30, -11.30, 0.00, 0.00, -33, -33, 0, 0, 26346, 0
    [14/04/2022 15:32:20] DeviceId [1] Tx2PhaseShifterMonitoring: 0, 0, 0, 0, 0, 0, 37.27, 42.92, 0.00, 0.00, -21.70, -21.70, 0.00, 0.00, -43, -43, 0, 0, 26346, 0
    [14/04/2022 15:32:20] DeviceId [1] SynthFrequencyMonitoring: 0, 0, 0, 0, 0, -655359, 524287 0 0, 0, 26722
    [14/04/2022 15:32:20] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 26340
    [14/04/2022 15:32:20] DeviceId [1] IntGPADCAnalogSignalMonitoring: 0, 0, 0, 0, 447.04, 1200.32, 0, 26340
    [14/04/2022 15:32:20] DeviceId [1] PLLControlVoltageSignalMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0, 761, 1237, 223, 1972, 1267, 235, 4844, 0, 0, 26340
    [14/04/2022 15:32:20] DeviceId [1] DualClockComparatorMonitoring: 1, 1, 1, 1, 1, 1, 0, 0, 6001, 1999, 1000, 100, 97, 1000, 0, 0, 26341
    [14/04/2022 15:32:21] DeviceId [1] RxMixerInputPowerMonitoring: 0, 0, 0, 0, 0, 0, 0, 0, 0.00, 0.00, 7.03, 0.00, 0, 26347

  • Hi,

           Are these reports(values) for Sync_OUT or SYNC_IN? 

    Regards

  • Yes,this should be 20GHz SYNC OUT power.

  • Hi,

             Did you enable the SYNC_OUT in Secondary device first? It is disabled by default.

    Regards

  • Sorry,where can I enable this SYNC_OUT? Is there a description of the API command of LUA Script? It is different from the API command of DFP.
    Currently, LUA  script  API configuration commands can be found through LUA help, but how to find and confirm unknown LUA API commands?

    Thanks.

  • Hi,

             Please find the option marked in below snapshot.

    Regards

  • Hi 

    It seems that SYNC_OUT is enabled, and the result read by IntPMCLKLOAnalogSignalMonitoring is similar.

    I would like to ask how to use the ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult function and how to correctly read the LO signal power?
    The value read by IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -7.0, 0, 48211 in the Monitoring Report has always been abnormal.

    Thanks.

  • In addition, the power value read from the slave chip IntPMCLKLOAnalogSignalMonitoring is always -64, and the frequencies of 77GHz, 79.5GHz and 80GHz are all the same. Is there an abnormality from the slave chip? How to verify whether it is abnormal?

    Thanks.

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -7.0, 0, 28466

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 21335

  • Hi,

           The reported values for slave are invalid as it has to be between 63 to -63. 

    Secondly, If this report is SYNC_OUT monitor then for primary device also it is not proper. it should be fairly high, like around 7 to 9dbm.

    Can you run SYNC_IN monitor and share the values?

    Also, did you ascertain the power rails section and levels for the device?

    Regards

  • Hi

    Thanks for your reply.

    I always feel that the current power value read from the slave chip(including the master chip) is wrong. I'm not sure if there is a misconfiguration of the API function command,because I am not familiar with the functions and API commands in the lua script, so I would like to ask how to correctly read the power value of FMCW_SYNC_OUT/IN (20GHz LO) and SYNC_OUT/IN ?

    How to configure and use the ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult function?

    In addition, currently based on TI 4chip cascade EVM and our internal two-chip cascaded radar hardware environment, the same configuration of two chips to work (exactly the same parameter configuration), and ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult(device_map, 256, 0) is modified, the power value of IntPMCLKLOAnalogSignalMonitoring is quite different for different frequencies.

    The signal power of our two cascaded radar boards looks abnormal,  the power value of TI 4chip cascade EVM is also quite different, but it is much larger than our two cascaded boards.  So I want to confirm,


    1) Is the 20GHz SYNC OUT power value read based on Cascade_Monitoring_Example.lua (modified to two-chip cascade) correct? Why is the TI 4chip cascade EVM power value also different?  How to correctly configure the API command to obtain the correct LO signal power value?


    2) Can the power value obtained by IntPMCLKLOAnalogSignalMonitoring indicate that the LO signal power of our internal radar board is too low, so that the target signal cannot be seen from the slave chip?


    thanks.

    77GHz:

    1)TI 4chip cascade EVM(Configure two chips to work)

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 5.5, 0, 256997

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 135014

    2)Internal two chip cascade

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -4.0, 0, 51004

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 44287

    79.5GHz:

    1)TI 4chip cascade EVM(Configure two chips to work)

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 7.0, 0, 587147

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 465402

    2)Internal two chip cascade

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -7.0, 0, 28466

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 21335

    80GHz:

    1)TI 4chip cascade EVM(Configure two chips to work)

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 6.0, 0, 148236

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 51.0, 0, 26369

    2)Internal two chip cascade

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -4.5, 0, 121528

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0, 0, 113794

  • Hi,

          I would recommend to first affirm the scripts and setup with 4-Chip Cascade EVM.

    I have been running the SYNC monitors on EVM and do not see the reported behavior. The SyncOUT or SYNC_IN reported values across device may be different but will be consistent at every read at a temperature. They may vary across temperature.

    I would recommend to run the monitors manually on the mmWave studio on EVM. If the reported values in manual mode from mmWave studio are not consistent then there is something wrong with the configuration steps. Once the manual mode reports are ok, you can try then using the script and once there is consistency between manual and script, you can move on your setup in the same steps(manual -> script).

    I am attaching my side studio log and reports. For more clarification. 

    /cfs-file/__key/communityserver-discussions-components-files/1023/8306.Log0230_5F00_0.txt

    /cfs-file/__key/communityserver-discussions-components-files/1023/MonitoringReport_5F00_Sync_5F00_IN.zip

    Regards

  • Hi

    Thank you very much for your reply.

    Based on your studio log and reports, I  run the monitors manually on the mmWave studio on EVM and internal two chip cascade radar, and get the reports values as below:

    For  SYNC_IN:

    1)TI 4chip cascade EVM(Configure two chips to work)

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 5.5/6, 0, 308263

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 9.0, 0, 186336

    2)Internal two chip cascade

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -3.5/-4.0, 0, 77068

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0/-15.5/-12.5, 0, 70079

    Does the above SYNC_IN result directly correspond to the signal power value in dBm? Such as 5.5dBm, 6dBm,9dBm(Does this value exceed the signal power range of FMCW_SYNC_IN by 7dBm?)?Why is the power of the slave chip higher than that of the master chip?

    In addition, does the SYNC_IN signal power value directly correspond to the following 20GHz FM_CW_SYNCIN signal power value, and if so, does it mean that the LO signal from the slave chip of our two-chip cascade radar board is indeed abnormal? As a result, the target peak information cannot be analyzed from the data received from the slave chip.

    Although the signal power of the master chip is also low, but it is greater than -6dBm, can it work normally in theory?
    In fact, the current master chip can indeed analyze and see the target peak normally.

    For  SYNC_OUT:

    1)TI 4chip cascade EVM(Configure two chips to work)

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 8.0, 0, 260769

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 5.5/6, 0, 138355

    2)Internal two chip cascade

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 8.5, 0, 181085

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, -64.0/-15.5, 0, 174239

    Similarly, does SYNC_OUT directly correspond to the signal power value of the following 20GHz FMCW_SYNC_OUT?  If so, why is the SYNC_OUT power value of the slave chip lower than that of the master chip,  different from SYNC_IN.

    Can it be determined from the abnormal power values of SYNC_IN and SYNC_OUT of the above slave chip that the failure of the target peak value from the analysis of the slave chip is caused by the  lower power of the LO input and output signals?

    If so, what are the possible reasons for the low signal power of LO, and the attenuation caused by design and processing is too large?

    Thanks.

  • Besides, one more question I would like to consult.   What is the specific usage of ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult function, how to set Sync_20G_SIG_SEL[b15:8] corresponding to different PMCLKLOIntAnalogSigMon monitors? Is there a description of the function?

    In addition to this,which monitor value corresponds to the following 20GHzSyncDis, and how to configure it correctly to get the correct report?

    I have enabled Sync OutMasterDis and INTLO Master Ena, but the results obtained by IntPMCLKLOAnalogSignalMonitoring are all 0. How can I configure and view the results of this monitor?

    DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 265868

    DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 142903

    Thanks.

  • Hi

    Is there any update on this question?

    Thanks.

  • Hi,

        The SYNC_IN report value interpretation has to be done as per the ICD. After that you will see the difference.

    Based on your collected values it appears your board's 20G LO section is showing lot of loss(may be a soldering or fabrication issue). 

    The primary device's reported SYNCIN values are itself very low, whereas the secondary is reporting high loss value.

    Regards

  • However, the current master and slave chip firmware download, data acquisition and the size of the collected data files are all normal, but the data analysis of the slave chip has no target peak information.

    If there is a soldering or fabrication issue, is it possible that the firmware download is abnormal? But it's normal now.

    In addition, the SYNC_IN/OUT power value of the cascaded two AWR1243 cascade radar is obtained in the same way, but the value of IntPMCLKLOAnalogSignalMonitoring is both 0. 
    Is there any difference in usage of ar1.SetRfPmClkLoIntAnaSignalsMonConfig_mult between AWR1243 and AWR2243?

    Master:

    [25/04/2022 11:25:10] DeviceId [0] MonitoringReportHeader: 0, 42, 0
    [25/04/2022 11:25:10] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 109042
    [25/04/2022 11:25:10] DeviceId [0] MonitoringReportHeader: 1, 42, 0
    [25/04/2022 11:25:11] DeviceId [0] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 109442

    slave:

    [25/04/2022 11:25:10] DeviceId [1] MonitoringReportHeader: 0, 54, 0
    [25/04/2022 11:25:10] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 88131
    [25/04/2022 11:25:10] DeviceId [1] MonitoringReportHeader: 1, 52, 0
    [25/04/2022 11:25:11] DeviceId [1] IntPMCLKLOAnalogSignalMonitoring: 1, 1, 0, 0, 0, 0, 0, 0.0, 0, 88531

    Thanks.

  • Hi,

             Are you saying you have AWR1243 cascade EVM? or you are having 1243 mounted on your board?

    Regards

  • Yes, we have two AWR2243 cascade radar boards and two AWR1243 radar cascade boards inside.
    However, the 20GHz LO SYNC_IN/OUT power values obtained by the same method on mmWave studio are all 0. Is there any difference in the configuration of this API command?

  • HI,

         Can you please specify which device is mounted on EVM and on your board? There should not be any difference in the API, however, best method would be to do it manually(using mmwave studio) on both the boards and check.

    Regards