03-29-2009 10:09 PM
I'm trying to use one of the example dowlnoaded from NI example using it to find a way to set a locals container in teststand by Labview code.
Suddenly I got the error that the connection between the nodes is at error. I opened backup file for the same code and got the same error.
I attached a file that shows the error.
Also, I can set a reference similar to the error container, but different type like, simple container or Labview dynamic data container, in this example from Testtand to Labview.
Please let me know if there is a solution. I've tried UI messages with no success passing values from Labview to Teststand.
Thank you.
Elik
03-30-2009 01:12 PM - edited 03-30-2009 01:15 PM
Hi Elik,
It looks like something is wrong with the SequenceContext property node. This may be caused by an invalid parameter being passed into the sequenceContext control. In your sequence, make sure that you are passing ThisContext into the SequenceContext control. If you are still having problems, try recreating it using this method:
03-30-2009 02:23 PM
Thank you Al,
That took care of this issue.
The example I use from the NI forum is send notifier to teststand. URL http://zone.ni.com/devzone/cda/epd/p/id/6138
About the second part of my question.
How can I set a reference similar to the error container, but different type like, simple TestStand container or Labview dynamic data container, in this example from Testtand to Labview.
I wish to transfer TestStand container that is a cluster similar to error cluster, but my container to and from TestStand to Labview.
All the example I saw using the error container to transfer container out to TestsStand.
The issue here is synchronization using the nofitier mechanism to transfer data fro Labview to TestStand and from TestStand to Labview.
Please refer me to any article or example not using the error container.
Thank you.
Elik