Hi everyone,
I posted ABB integration vision issue a week ago and got a lot of support here. I really appreciate it all
Just have another question about the rapid code here.
Basically, we have 2 different job one is LH job and the other one is RH job all vision inspection jobs. If you look at the attached if statement,
If camjob and tempjob is not equal, we load the job otherwise (I guess same job) we don't load the job and just go to runmode.
Our sequence is LH job inspection -> RH job inspection -> another RH job inspection
so after robot loads RH job, we don't need to load same RH job for 3rd inspection.
so instead of calling Camloadjob, it should go to Camsetrunmode right away
but somehow robot keep loading the job evenif it is the same job
Is my if statement wrong?? or any other method to make it work?
Thanks