IVI Insufficient Location Information Error When Simulating NI 54x3 AWG

Updated May 24, 2023

Reported In

Hardware

  • PXIe-5413
  • PXIe-5423
  • PXIe-5433

Driver

  • NI-FGEN

Issue Details

I try to simulate a PXIe-54x3 Arbitratry Waveform Generator via the Option String of niFgen Initialize with Options or niFegn Initialize with Channels.
I always get Error -1074134944 with possible reason IVI: Insufficient location information or resource not present in the system.
 
Error -1074134944

Solution

The NI 54x3 AWG series uses a changed naming structure to differentiate between different models. Therefore, the Option String does not contain the memory size as differentiates, but the model name is followed by the channel count.
 
54x3 Model and Option String Mapping
ModelOption String
PXIe-5413 with 1 ChannelSimulate=1,DriverSetup=Model:5413 (1CH);BoardType:PXIe
PXIe-5413 with 2 ChannelsSimulate=1,DriverSetup=Model:5413 (2CH);BoardType:PXIe
PXIe-5423 with 1 ChannelSimulate=1,DriverSetup=Model:5423 (1CH);BoardType:PXIe
PXIe-5423 with 2 ChannelsSimulate=1,DriverSetup=Model:5423 (2CH);BoardType:PXIe
PXIe-5433 with 1 ChannelSimulate=1,DriverSetup=Model:5433 (1CH);BoardType:PXIe
PXIe-5433 with 2 ChannelsSimulate=1,DriverSetup=Model:5433 (2CH);BoardType:PXIe