03-30-2015 09:26 AM
I'm using the "call executable" step type in TS 4.2. My normal command line works with windows [sflashldr com1 w 0 config.cfg binary.bin] where the bin file flashes my chip according to the cfg. I think that this is a multiple argument expression... TestStand returns "cannot open file".
How should the argument expression be configured?
03-31-2015
04:36 PM
- last edited on
12-30-2024
01:50 PM
by
Content Cleaner
Hi mcnearymw,
Is that the whole error message? If not it would be useful for us to see the entire error message.
Also have you seen this White Paper? It might give you a better idea of how the Call Executable step works in TestStand. https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3k0CAA&l=en-US
04-01-2015 06:46 AM
Did you think about paths ? I guess on the windows command line you do a "cd" to the directory, where your files are located before executing the command. Without that ( when using the call executable step) you will have to add paths.
04-01-2015 08:33 AM
What does your argument expression look like?
-Doug
03-21-2016 09:52 PM
I have the same problem. Maybe I making simple mistake, but I can run this command with its arguments from the windows commandn line, but it will not work in Teststand 2014. What is wrong with my test step properties? The arguments are correct for open OCD, I can run this exact command from the command line.
03-21-2016 10:27 PM
nevermind, my standard error tab was configured wrong. Ignore my previous post.