级联板只启用一个射频芯片的配置问题

想在级联板使用单芯片进行测试,按照你们的建议,修改了

RadarDevice = {1, 0, 0, 0}
cascade_mode_list = {0, 2, 2, 2}
但是有错误:
[19:54:30] Test Source Already Disabled...!!!
[19:54:30] [RadarAPI]: ar1.DisableTestSource_mult(1,0)
[19:54:30] [RadarAPI]: Status: Passed
[19:54:30] [RadarAPI]: ar1.FrameConfig_mult(1, 0, 11, 10, 64, 100, 0, 1)
[19:54:30] [RadarAPI]: Status: Passed
[19:54:30] Master : Frame Configuration successful
[19:54:30] Test Source Already Disabled...!!!
[19:54:30] [RadarAPI]: ar1.DisableTestSource_mult(0,0)
[19:54:30] Status: Failed, Error Type: INVALID INPUT
[19:54:30] [RadarAPI]: ar1.FrameConfig_mult(0, 0, 11, 10, 64, 100, 0, 2)
[19:54:30] [RadarAPI]: Status: Passed
[19:54:30] Slaves : Frame Configuration successful
[19:54:30]
[19:54:30] ***Script completed successfully.***

进而屏蔽了config中下边的代码:

-- Slaves
--if (0 == ar1.FrameConfig_mult(deviceMapSlaves,start_chirp_tx,end_chirp_tx,nframes_slave, nchirp_loops,
-- Inter_Frame_Interval, 0, 2)) then
-- WriteToLog("Slaves : Frame Configuration successful\n", "green")
--else
-- WriteToLog("Slaves : Frame Configuration failed\n", "red")
--end

config执行通过。
但运行capture.lua 出错:
[20:17:18] Loops Remaining : 1
[20:17:18] Starting TDA ARM...
[20:17:18] [RadarAPI]: ar1.TDACaptureCard_StartRecord_mult(1, 0, 0, afterCMP_UseMimo421_room_1, 0)
[20:17:18] Device 0 - Configuring TDA with Width : 2048 and Height : 768
[20:17:18] [RadarAPI]: Device 0 - setWidthAndHeight Status: Passed
[20:17:18] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:18] Device 1 - Configuring TDA with Width : 0 and Height : 0
[20:17:18] [RadarAPI]: Device 1 - setWidthAndHeight Status: Passed
[20:17:18] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:18] Device 2 - Configuring TDA with Width : 0 and Height : 0
[20:17:18] [RadarAPI]: Device 2 - setWidthAndHeight Status: Passed
[20:17:18] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:18] Device 3 - Configuring TDA with Width : 0 and Height : 0
[20:17:18] [RadarAPI]: Device 3 - setWidthAndHeight Status: Passed
[20:17:18] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:18] Sending Frame Periodicity of 100 to TDA..
[20:17:18] [RadarAPI]: Status: Passed. Frame Periodicity sent to TDA
[20:17:18] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:18] Sending Capture Directory with name /mnt/ssd/afterCMP_UseMimo421_room_1 to TDA..
[20:17:18] [RadarAPI]: Status: Passed. Capture Directory sent to TDA
[20:17:18] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:19] Sending File Allocation of 0 files to TDA..
[20:17:19] [RadarAPI]: Status: Passed. File Allocation sent to TDA
[20:17:19] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:19] Sending Enable Data Packaging (0 - 16-bit; 1 - 12-bit) with value of 0 to TDA..
[20:17:19] [RadarAPI]: Status: Passed. Enable Data Packaging sent to TDA
[20:17:19] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:19] Sending Number of frames to capture with value of 0 to TDA..
[20:17:19] [RadarAPI]: Status: Passed. Number of frames to capture sent to TDA
[20:17:19] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:17:19] [RadarAPI]: Status: Passed for notifying TDA about Creating Application
[20:17:29] Create Application Response from Capture Card timed out!!
[20:17:29] TDA ARM Failed
[20:17:29]
[20:17:29] ***Script completed successfully.***

请问该如何修改 config 和 capture这两个 LUA 文件才能使其单芯片正常工作?感谢回复!