Error - 1074118547: User-Defined Error Code in Teststand Run-Time Error

Updated May 29, 2026

Reported In

Software

  • TestStand
  • LabVIEW

Driver

  • NI-DCPower

Issue Details

 

My TestStand encountered the following error message during execution sequence.
What should I do?

 

Solution

This error is caused by calling both niDCPower_SetSequence and niDCPower_CreateAdvancedSequence within the same session.
To resolve this issue, please use only one of these functions per session, or perform a reset between the calls to niDCPower_SetSequence and niDCPower_CreateAdvancedSequence.