07-25-2024 08:29 AM
I think this image shows the issue. I am using a network shared variable. I send the command to set DISC_OUT::LIN OUT::VALUE to false.
The command executes, it can find DISC_OUT, but there does not seem to be anything under DISC_OUT, so it does not fine LIN OUT so it returns the Label Not Found as the Command Response.
Any thoughts on what may be going on?
07-25-2024 12:43 PM
OK, I see where the Labview VI is writing the label names and I can minpulate it manually. The program reads the Label names from an XML file, and then writes them to the CRIO to initialize it. I believe the issue is with the reading of the XML file, specifically, sending the expression for parsing the XML. I am trying to understand what @SystemName means in the below expression. Does it mean the PC Name?
07-25-2024 01:53 PM
Hi 5060,
@Fifty60 wrote:
I believe the issue is with the reading of the XML file, specifically, sending the expression for parsing the XML. I am trying to understand what @SystemName means in the below expression. Does it mean the PC Name?
The image in your message shows text that I would expect in a TestStand sequence: where does those text come from?
(The "@" char can be used in TestStand to indicate filepath data when using a string variable.)
07-25-2024 04:09 PM
07-26-2024 01:08 AM - edited 07-26-2024 01:09 AM
07-26-2024 07:40 AM
Thanks for all of the replies. I was able to get my issue resolved. Final problem was that the XML query was looking at the wrong configuration file. Definitely learned a lot, thank you!