Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

target connection at launch

Solved!
Go to solution

I also am trying to launch the app in th camera - did you find out how to do it?

 

0 Kudos
Message 11 of 18
(1,449 Views)

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

0 Kudos
Message 12 of 18
(1,443 Views)

Hi, do you know if there's a command to run an inspection just once then stop?

0 Kudos
Message 13 of 18
(1,350 Views)

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?

0 Kudos
Message 14 of 18
(1,347 Views)

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

0 Kudos
Message 15 of 18
(1,339 Views)

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

0 Kudos
Message 16 of 18
(1,335 Views)

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

 

0 Kudos
Message 17 of 18
(1,324 Views)

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

0 Kudos
Message 18 of 18
(1,318 Views)