NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Time stamp & array passed in a cluster through DLL are not accepted by Teststand

 

I am trying to pass  Timestamp & array data [string array]   in a cluster  from DLL  is not  getting recognized by testsand.

 

The action module (DLL)  Output (cluster)  generates   error "System Level Exception.[Error Code: -17502] "

 

 

the png file shows the cluster

 

I spoke to NI support & they  suppose that its time stamp that generates error

 

but some fields (numeric, string) i am able to read

 

 

0 Kudos
Message 1 of 3
(4,097 Views)

Hello aparab,

 

here is a link to another forum, which solves your issue:

time stamp, data type for dll:

http://forums.ni.com/t5/LabVIEW/time-stamp-data-type-for-dll/td-p/1085375

 

to summarize:

there are two possibilities to pass a cluster with a timestamp from LV to TS:
1. use a string for the timestamp, although a numeric double might be easier to work with in TestStand
2. use packed library

0 Kudos
Message 2 of 3
(3,992 Views)

thnks   Richard

0 Kudos
Message 3 of 3
(3,990 Views)