Configuring Signal Routing Settings
- 업데이트 날짜:2024-07-03
- 2분 (읽기 시간)
Modify the Signal Routing configuration file to define synchronization triggers when using the RF Recording Software in systems that use more than one chassis.
Find the file at <Program Files>\National Instruments\NI ICsc\Support\SignalRouting.ini.
[Settings] Section
Use the [Settings] section to configure the master VST trigger line to import and export. The [Settings] section is required.
| Key | Value | Required? |
|---|---|---|
| SyncPulseExport | PXI trigger line, as listed in NI MAX, that the master VST (VST_00) uses to export the synchronization pulse. | Required |
| SyncPulseImport | PXI trigger line, as listed in NI MAX, that all VSTs use to import the synchronization pulse. | Required |
| StartTriggerExport | PXI trigger line, as listed in NI MAX, that the master VST (VST_00) uses to export its start trigger. | Required |
| StartTriggerImport | PXI trigger line, as listed in NI MAX, that all VSTs use to import the start trigger. | Required |
Example:
[Settings] SyncPulseExport = PXI_Trig0 SyncPulseImport = PXI_Trig1 StartTriggerExport = PXI_Trig2 StartTriggerImport = PXI_Trig3
[Chassis:X] Section
Use [Chassis:X] sections to specify the timing module, synchronization routes, and trigger routes for each chassis. [Chassis:X] section names are required and must be unique, for example: [Chassis:0]. Create a new [Chassis:X] section for each chassis in your system.
| Key | Value | Required? |
|---|---|---|
| TimingCardName | NI MAX alias for the synchronization module in the chassis | Required |
| SyncPulseRoutes | Comma-separated routes formatted as <trigger source>:<trigger destination>. Terminal names are dictated by NI-Sync. Refer to Trigger Terminal Connections in the NI-Sync User Manual for more information. | Required |
| StartTriggerRoutes | Comma-separated routes formatted as <trigger source>:<trigger destination>. Terminal names are dictated by NI-Sync. Refer to Trigger Terminal Connections in the NI-Sync User Manual for more information. | Required |
Example:
[Chassis:0] TimingCardName = 6674T_00 SyncPulseRoutes = PXI_Trig0:PFI0,PFI1:PXI_Trig1 StartTriggerRoutes = PXI_Trig2:PFI0,PFI1:PXI_Trig3 [Chassis:1] TimingCardName = 6674T_01 SyncPulseRoutes = PFI1:PXI_Trig1 StartTriggerRoutes = PFI1:PXI_Trig3
관련 콘텐츠
- RF Recording Software Theory of Operation
RF Recording Software is a multi-faceted software solution that you can use with compatible NI VSTs and PXIe platform to accomplish wideband, multichannel, phase-coherent RF recordings.
- Trigger Terminal Connections