Symplify Now! is released. Run tests Today

Close

Running Macro on NHR 4760 with Symplify SCPI driver

Integrating the NHR 4760 (or other NHR equipment) into our ATS is not very different from other typical SCPI instruments (you can read about our generic driver here.) That DC load has a couple of extra options that make it very useful to test fast transient profiles: Macro and Waveform Capture.

When we were asked by our client to integrate this within their ATS to complete their Verification and Validation (V&V) testing, we began like any typical instruments and then studied how the specific features could be best integrated within the Symplify environment and the script based test plan.

Our engineers decided to break the feature to meet the requirements between the 4760 driver and a “Device Test Support”, a code module typically dedicated to performing more complex operations for data analysis or ensuring safe interactions between instruments.  The resulting system looks like this:

Simplified architecture of ATS with NHR DC load
Simplified architecture of ATS with NHR DC load

The hardware architecture is on the left and the software on the right

Step 1 – Operator creates one or many “Macros” in Excel, preview the waveform and stores as CSV files
Step 2 – The Symplify script engine tells the driver which file to load via a Tag and configure the Waveform capture
Step 3 – NHR DC Load 4760 runs the Macro and the driver retrieves the waveform
Step 4 – With the help of “Device Test Support”, multiple results from the test are updated in Tags for the script to complete

Device Test Support also makes sure that the Waveform signals from the 4760 are properly aligned in time with other signals acquired by a NI CompactDAQ before sending them to Symplify True-Speed graph and datalogging engines.

The script section of interest looks like this:

'-------------------------- NHR 4760 DC LOAD MACRO FILE ---------------------------- 'Format the Macro Path Concatenate_Tags (NHR_CC_Macro, NHR_Macro_Base_Path, "\NHR_Macro_03.txt") 'Update the Macro Path in NHR DC Load Bank Driver NHR_Macro_Enable = 1 Sleep(0.25) 'Enable Symplify TDMS Data Log Datalog_TS_Enable_Set = 1 Sleep(0.5) 'Enable the saving of data captured from the Load Bank NHR_Enable_Logging_Set = 1 'Run the Constant Current Macro NHR_Enable_CC_Macro_Mode = 1 '---------------------------- WAIT FOR THE MACRO TO FINISH EXECUTING -------------------------------- Do While (VAR_ENDTEST < 1 && ElapsedTime_Var < Timeout_Var) Sleep(0.1) Loop 'Finish the test...

The results from this project were great and the consistently accurate and repeatable results from the 4760 made our client’s life easier.

Synovus Resources

Fill the form below to access all our resources. We won't ask you again later.

  • By submitting this form you allow us to send you monthly updates on our services and news.