Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ESC code draw OVAL

Status
Not open for further replies.

barnarasta

Vendor
Jul 29, 2009
17
0
0
ES
Good evening friends,
well to start a new legislation I can print oval shaped delivery notes for feeding.

I was doing google and found how to make rectangles, lines, circles, ..... but can not find how to do graphic OVAL.
The software only allows using ESC codes, PCL5-6, GL / 2, PJL, but no matter graphics bmp, jpg, tiff .....

registro_sanitario_leite_ulla.jpg


Thank's
 
That is actually fairly easy in HP-GL/2.

All yo do is draw a circle, but have the unit of measure with
different values for the x and y axes. In this case you would want
the y uom to be higher than the x uom.

Jim Asman
 
Thanks jlasman for your input,
I use to draw rectangles:
Code:
Ec%0B
IN;
SP1;
PA100,1250;
EA3800,2000;
PA4000,1250;
EA7700,2000;
Ec%0A
for circles:
Code:
Ec%0B
IN;
SP1;
PA3000,8500;
CI600;
Ec%0A
What would be the code to define the X and Y axes ???


Thank you !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top