NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence View Parallel Model CVI interface

Hi,

 

  I want to run a sequence in Parallel Mode entry point (2 Sockets), how i visualize each socket in my sequence viewer in CVI?

 

I  have the following code:

TSUI_ApplicationMgrGetEngine(gMainWindow.applicationMgr, &errorInfo, &gMainWindow.engine));

TSUI_ApplicationMgrStart(gMainWindow.applicationMgr, &errorInfo));

TSUI_ApplicationMgrOpenSequenceFile(gMainWindow.applicationMgr, &errorInfo, "C:\\Vectralis\\Software\\TestStand\\OP10_2.seq", &file);
TSUI_SequenceFileViewMgrGetExecutionEntryPoints(gMainWindow.sequenceFileViewMgr, &errorInfo, &EntryPoints);
TSUI_EntryPointsGetItem(EntryPoints, &errorInfo, CA_VariantULong(0), &EntryPoint);
TSUI_EntryPointRun(EntryPoint, &errorInfo, CA_DEFAULT_VAL, &EntryPointExecution);

 

Regards

0 Kudos
Message 1 of 1
(1,836 Views)