Skip to content

Commit

Permalink
DC_PlaceDataInDAQDataWave: Suggest to tweak DAScale in case of too la…
Browse files Browse the repository at this point in the history
…rge values

Change requested by Tim Jarsky.
  • Loading branch information
t-b committed Jan 20, 2025
1 parent 15ef1de commit db6e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_DataConfigurator.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ static Function DC_PlaceDataInDAQDataWave(string device, variable numActiveChann
[ret, row, column] = DC_CheckIfDataWaveHasBorderVals(device, dataAcqOrTP)

if(ret)
printf "Some values in DataWave exceed device limits for %s mode (channel index %g, position %g). Maybe the DA/AD Gain needs adjustment?\r", SelectString(dataAcqOrTP, "DATA_ACQUISITION", "TestPulse"), column, row
printf "Some values in DataWave exceed device limits for %s mode (channel index %g, position %g). Maybe the DA scale needs adjustment?\r", SelectString(dataAcqOrTP, "DATA_ACQUISITION", "TestPulse"), column, row
ControlWindowToFront()
Abort
endif
Expand Down

0 comments on commit db6e32c

Please sign in to comment.