NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Organizing production order data

Hi,

 

I guess I am not seeing the forrest for trees

 

Constraints:

- multithreaded process models

- as little chande to the process model as possible

 

UseCase:

- Operators must read in a production order number using barcode or RFID.

- The information belonging to the order can be retrieved via webservices

 

Today, we are storing this (typedef'ed) information which applies to all DUTs in the production order in the StationGlobals which is functional, yet not really nice

 

If have been looking for a nice data structure being available to all executions, which can be extended / modified at run-time, but I have failed so far finding one...

 

... so if anyone could give me a nudge in the right direction...

 

 

Cheers

Oli

0 Kudos
Message 1 of 3
(967 Views)

Hi ,

 

I am not sure if i fully understood your requirement.

Based on my understanding :

 

Constraints:

- multithreaded process models  -- Use parallel models and Modify Pre UUT sequence

- as little chande to the process model as possible - Yes the change is only the barcode reading or RFID reading module to replace exiting serial number dialog.

 

Use Database to stored data and configurations and you can play around it.

 

Ravi

0 Kudos
Message 2 of 3
(930 Views)

Hi Ravi,

 

thanks for your suggestion.

 

Databases can't be used directly with this. 

 

I have found a way right now, just with what seem minor mods to the process model. I'll have an internal code review this week. I'll post an approach afterwards

 

Cheers

Oli

0 Kudos
Message 3 of 3
(922 Views)