Engineer a precision positioning setup for a paper on a roll

In summary: The paper roll is being precision positioned to a coordinate system devised for that roll.If the paper roll is 35 meters long or 35'000 mm and 914.4mm wide, I could choose a point on that roll say x=10567(where x=1 is 1mm offset) and have that point moved to a centre point between the two roll holders.Imagine the distance between the two rolls increased significantly and the first roll of paper tuck in or be held on the second spindle/shaft... The idea is to be able to roll back and forth from the left roll to the right so as to achieve a precise positioning to a specific portion within the roll.The position requested by
  • #1
nikita_physicf
2
0
There are several parts to this effort.

Bond paper roll being stretched between 2 paper feeders on wheel bearings
Precision positioning of the roll to a coordinate system devised for that roll That is if the paper roll is 35 meters long or 35'000 mm and 914.4mm wide I could choose a point on that roll say x=10567(where x=1 is 1mm offset) and have that point moved to a centre point between the two roll holders
jNOGu.jpg


Imagine the distance between the two rolls increased significantly and the first roll of paper tuck in or be held on the second spindle/shaft... The idea is to be able to roll back and forth from the left roll to the right so as to achieve a precise positioning to a specific portion within the roll. The position requested by choosing a point on the entire roll i.e. 3'500 mm(3 metres and 50 cm) on x and have that be scrolled right in the centre between the 2 rolls. So if the distance between the 2 roll holders is 2 metres The point on the roll of 3'500mm should be positioned to the middle point which is a point spaced 1 metre from either scrolls.

When I lay out the entire paper roll the surface gets the dimensions of about 35metres and 914mm.

I have:

Arduino compatible board
Raspberry pi
Laptop (Ubuntu Linux)
I need ideas on the shaft , bearings and precision positioning of the paper through rotary or linear encoders etc...
 
Engineering news on Phys.org
  • #2
If you print a “Gray Code” on the back of the paper you will be able to read the position of the paper at any time and move the roll appropriately.
http://en.wikipedia.org/wiki/Gray_code
 
  • #3
Grey code is indeed among the things I considered on the theoretical side.

I know printers rely on optical rotary encoders and linear encoders which use grey code etc.

How do I implement something like this ??
What elements/parts do I need to make a reliable setup...
 
  • #4
Since you do not know how tightly the paper will be wound you must track the paper rather than the rotation of the rolls.

With a 32 metre roll, and 1 metre pages you need a 5 bit code.
With a 32.768 metre roll, and 1 mm resolution you need a 15 bit code.

How you do it depends on the resolution you require. With a Gray code you can stop within 1mm of a transition. With 2 metres visible, do you actually need to position it to any 1 mm increment, or is fixed 1 metre pages OK? How many transitions do you need ?
 
  • #5
nikita_physicf said:
Grey code is indeed among the things I considered on the theoretical side.

I know printers rely on optical rotary encoders and linear encoders which use grey code etc.

How do I implement something like this ??
What elements/parts do I need to make a reliable setup...

Have you thought of using a PLC, they are easily setup for encoder applications. Automation direct has an affordable product line compared to AB.

On a side note how fast is the rollers turning, you will need to consider a pre-warning to stop the paper correctly to the desired position to prevent overshooting your desired position. Also to prevent tearing the paper with an immediate stop (if its a high speed application). One suggestion is to have a pulse encoder on your feed rollers. Take two rollers on each side of the paper, (rubber to prevent slippage) One of the roller will be a pulse encoder (count revolutions). Then prewarn prior to desired setpoint, slow down roller feed till desired location, then stop. With this method your just pulse counting which is easily done. Though you may need a timer control in case the desired set point is between pulses

however as your using Arduino, here is an article covering encoder implememtation

http://playground.arduino.cc/Main/RotaryEncoders

keep in mind I don't use Arduino, however a quick google pulled that article up
 
Last edited:
  • #6
Mordred said:
… Take two rollers on each side of the paper, (rubber to prevent slippage) …
Rubber rollers will accumulate errors when moving repeatedly on paper. To track paper with an encoded roller you must use a grit wheel with rounded grit particles, opposed by a rubber pinch roller. When it first runs on the paper it puts dents in the paper that it will then repeatedly follow. The grit wheel was used originally by HP for their range of roller based plan plotters.
 
  • #7
Good point, I'll have to remember that, could come in handy one day
 
  • #8
You will not get high accuracy or consistency by trying to measure the paper movement with any type of pinch wheel or roller, because normal quality paper like bond is not dimensionally stable. Even a 0.1% change in length because of changes in humidity would add up to 35mm over your 35m scroll, and the length changes could be up to 1% depending on the conditions where this is being used.

If you want reproducible positioning, you need to print some type of scale on the paper itself and use that to sense the position.

With vertical cylinders you may get problems because of the weight of the paper. For example if the rolls are not kept under enough tension the outside coils will drop down under their own weight. Horizontal rolls and vertical scrolling would eliminate those types of problem (which is why high speed printing presses are designed that way!)
 
  • #9
AlephZero said:
You will not get high accuracy or consistency by trying to measure the paper movement with any type of pinch wheel or roller, because normal quality paper like bond is not dimensionally stable.
HP invented the “gritwheel plotter” in the 1980s to make accurate pen plotting possible without a heavy flat bed. Maybe you don't yet understand the positive engagement and repeatability of HP gritwheels in the HP7470, HP7475 series of plotters.

I would consider using an HP gritwheel or inkjet plotter to print a Gray code or barcode on the back of the paper.

I agree the paper roll on its end will be a problem unless some form of differential paper guidance such as optical positioning is implemented. Maybe consider a 45° diameter guide roller to transform a wall of paper onto a horizontal axis roll. We do not yet know why this project is being attempted, projection might be a more economic alternative.
 
  • #10
Baluncore said:
HP invented the “gritwheel plotter” in the 1980s to make accurate pen plotting possible without a heavy flat bed. Maybe you don't yet understand the positive engagement and repeatability of HP gritwheels in the HP7470, HP7475 series of plotters.

I know very well (from using them) what the print quality was compared with professional flatbed plotters, and I'm not surprised they became obsolete. The current price on ebay (around $30) is about fair value IMO.

They only plotted on single A4 size sheets, not continuous paper rolls. Dimensional stability of the paper isn't much of an issue if it only takes a couple of minutes to make a plot. You would need a lot more engineering to transport 35m of paper between two rolls in a controlled manner and use a grit wheel to monitor its position.
 
  • #11
The HP 7596 “Draftmaster” pen plotter series handled A0 sheet and continuous roll. Gritwheel plotters became obsolete because, HP ink jet technology combined with vector to raster converters, were faster as they no longer required multiple passes.

The relative quality of flatbed and gritwheel plotter output is not relevant when positioning rather than drawing ink lines with a pen. I have never had a problem with alignment or repeatability with my gritwheel plotters.

How do you print a code on the back of a 35 metre roll of paper if you do not use roll handling plotter technology?
 

Related to Engineer a precision positioning setup for a paper on a roll

1. What is the purpose of a precision positioning setup for a paper on a roll?

A precision positioning setup is used to accurately control the movement and placement of paper on a roll. This is important in industries such as printing, packaging, and manufacturing where precise positioning is crucial for producing high-quality products.

2. What components are needed to engineer a precision positioning setup for a paper on a roll?

The components needed for a precision positioning setup may vary depending on the specific setup, but generally include a motor or actuator, sensors, a control system, and a mechanism for adjusting and controlling the position of the paper.

3. How does a precision positioning setup work?

A precision positioning setup uses sensors to measure the position of the paper on the roll and then sends this information to a control system. The control system then adjusts the position of the paper by controlling the motor or actuator, ensuring precise positioning.

4. What are the benefits of using a precision positioning setup for a paper on a roll?

The main benefit of using a precision positioning setup is the ability to achieve high levels of accuracy and consistency in positioning the paper on the roll. This can result in improved product quality, reduced waste, and increased efficiency in production processes.

5. Are there any challenges associated with engineering a precision positioning setup for a paper on a roll?

One of the main challenges in engineering a precision positioning setup is ensuring the system is robust and can withstand the demands of the production environment. Additionally, precise calibration and maintenance of the setup are crucial for optimal performance.

Similar threads

  • Classical Physics
Replies
1
Views
1K
  • Advanced Physics Homework Help
Replies
8
Views
3K
  • Introductory Physics Homework Help
Replies
2
Views
7K
  • Engineering and Comp Sci Homework Help
Replies
26
Views
8K
Replies
2
Views
928
  • Special and General Relativity
3
Replies
75
Views
4K
Replies
96
Views
9K
  • Introductory Physics Homework Help
Replies
2
Views
2K
  • Special and General Relativity
Replies
2
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
12K
Back
Top