Strange thing happening in my flow with grummets
Strange thing happening in my flow with grummets
In pitstop pro my action works perfectly. I drop my file there and put my grummets with a space of 300 mm in between.
Now im trying to do the same in switch with the same action in the background but switch is is placing the grummets ride next to each other without the 300 mm in between. the rest off the flow and action is working.
Anybody know what's wrong?
Now im trying to do the same in switch with the same action in the background but switch is is placing the grummets ride next to each other without the 300 mm in between. the rest off the flow and action is working.
Anybody know what's wrong?
- magnussandstrom
- Advanced member
- Posts: 526
- Joined: Thu Jul 30, 2020 6:34 pm
- Location: Sweden
- Contact:
Re: Strange thing happening in my flow with grummets
Could you share your Action?
Re: Strange thing happening in my flow with grummets
I think I found the problem. the variable in the variables set was incorrect. I changed the meta tags there and now it's doing what I want.
Re: Strange thing happening in my flow with grummets
I thought i find it but still strange thing is happening. When i drop a file in the imput im filling in that the gromets need to go every 400mm. If i run the flow in normal Pitstop pro it does it perfectly. but in switch the grommets are places not at 400 mm but about 200 mm
Re: Strange thing happening in my flow with grummets
Still having problems with this in switch. When I run the action in pitstop pro everything is fine but in switch it not.
Is there a way to pauze the flow until everything else is done and then put the grummets (ore other way to fix this)
Is there a way to pauze the flow until everything else is done and then put the grummets (ore other way to fix this)
- Attachments
-
- Zomen+ringen (afstand) 10% (2025).eal.zip
- (229.46 KiB) Downloaded 20 times
- JimmyHartington
- Advanced member
- Posts: 491
- Joined: Tue Mar 22, 2011 7:38 am
Re: Strange thing happening in my flow with grummets
Have you set the units to Milimeters in the Pitstop Server Configurator?
Re: Strange thing happening in my flow with grummets
Yes everything is in mm. but still it puts the grummets on the wrong space. I put in 300 mm between the grummets but he places them round 150mm (see exemple)
- Attachments
-
- Schermafbeelding 2025-10-21 om 08.37.38.png (12.73 KiB) Viewed 137 times
Re: Strange thing happening in my flow with grummets
In your Action List you define the distance between the grommets as a variable. What is the definition of the variable? And what is the input value for the variable?
Re: Strange thing happening in my flow with grummets
its the distance between the grommets in mm, imput is done also in mm so 300 mm ore 400 mm ore 500 mm and so one What ever the customer wants.
Again in pitstop pro it works fine but in switch the distances is not correct. In the expampel the distance input was 300 mm
Again in pitstop pro it works fine but in switch the distances is not correct. In the expampel the distance input was 300 mm
Re: Strange thing happening in my flow with grummets
You did not answer my question.
Your action list uses the variables [Afstand ringen 10% horizontaal] and [Afstand ringen 10% vertikaal]. How is that variable defined and where does the value for that variable come from (metadata, private data, file name, database, ...)?
Your action list uses the variables [Afstand ringen 10% horizontaal] and [Afstand ringen 10% vertikaal]. How is that variable defined and where does the value for that variable come from (metadata, private data, file name, database, ...)?
Re: Strange thing happening in my flow with grummets
That is metadata coming from manual imput in switch
- Attachments
-
- Schermafbeelding 2025-10-21 om 10.23.46.png (51.82 KiB) Viewed 117 times
Re: Strange thing happening in my flow with grummets
You only answered the second part of my question.
What is the definition of the variable in the variable set?
What is the definition of the variable in the variable set?
Re: Strange thing happening in my flow with grummets
This you mean?
- Attachments
-
- Schermafbeelding 2025-10-21 om 14.11.06.png (59.02 KiB) Viewed 97 times
Re: Strange thing happening in my flow with grummets
This is what I meant.
This cannot be correct because this variable must be a "Length" and not a "Number". When choosing "Length" you will also see that you can choose the units of the value that you pick up from the Metadata, in your case "Millimeters" of course.
Side note: you can make the Path in your Metadata variable a bit shorter by writing it like this "//field[tag='Afstand ringen 10% horizontaal']/value"
This cannot be correct because this variable must be a "Length" and not a "Number". When choosing "Length" you will also see that you can choose the units of the value that you pick up from the Metadata, in your case "Millimeters" of course.
Side note: you can make the Path in your Metadata variable a bit shorter by writing it like this "//field[tag='Afstand ringen 10% horizontaal']/value"
Re: Strange thing happening in my flow with grummets
Thanks, i changed it and yes succes.. now i can kick the guys who installed everything for me



freddyp wrote: ↑Tue Oct 21, 2025 3:37 pm This is what I meant.
This cannot be correct because this variable must be a "Length" and not a "Number". When choosing "Length" you will also see that you can choose the units of the value that you pick up from the Metadata, in your case "Millimeters" of course.
Side note: you can make the Path in your Metadata variable a bit shorter by writing it like this "//field[tag='Afstand ringen 10% horizontaal']/value"