06-27-2012 10:53 AM
I also am trying to launch the app in th camera - did you find out how to do it?
06-27-2012 12:23 PM
If you're trying to have an inspection start running by default when the remote target boots, you can configure this by going to Configuration mode while connected to the target, and selecting Target>>Target Options and there's an option for Startup, where you can select an inspection to start running when the device boots up.
Hope this helps,
Brad
12-01-2016 09:26 AM
Hi, do you know if there's a command to run an inspection just once then stop?
12-01-2016 09:33 AM
No way to do this currently. Would it be an option to use the state diagram to just go to an empty state at the end and loop on it until user does something or I/O or communication get the inspection running again?
12-01-2016 01:05 PM
Actually, what im trying to do is to run several tasks one after the other and because of my program, i don´t want to close the prev task so i don´t have to re open Vision Builder, but when i am running a task and run the command to open another one, it opens a new Vision Builder window, is there a way to avoid that? i mean, stop the task and open another one withowt closing vision builder
12-01-2016 01:10 PM
You could use the product select state to automatically switch to a different inspection after one iteration of the current inspection. I would use a System Variable to determine which inspection to load next and have each inspection set this value to a different value. To configure the Product Select state, in Configuration mode, go the menu View>>View Complete Inspection Setup. On the left hand side, click on Select Inspection. If you're using a System variable, you can just add a Select Inspection step (located at the bottom of the Additional Tools palette) to configure which inspection to load when the variable is a particular numeric value.
Hope this helps,
Brad
12-01-2016 01:50 PM
Thank you, so there is no instruction to stop the inspection? I was thinking of making a call to run the other task. But i do need to stop the first task and to open another one without the need of closing Vision Builder
12-01-2016 02:22 PM
When the Product Select state runs and determines it needs to load a different inspection, it will stop the current one, load the new one, and after every iteration (i.e. when you hit the End state), it will go through the Product Select State to see if it needs to change the inspection.
Hope this helps,
Brad