cancel
Showing results for 
Search instead for 
Did you mean: 

intensity printed

Former Member
0 Kudos

Hi,

I am working on a sapscript form which is almost finished except the shading.

My problem:

sapscript form box intensity printed as dots instead of equal grey shade. In the printview i can see nice grey shade but when i print it i see dots. Which disturb my text in the box.

My code in sapscript:

/: POSITION XORIGIN -1 MM YORIGIN +104 MM

/: BOX WIDTH 80 MM HEIGHT 38 MM INTENSITY 20

/: BOX XPOS 0 MM WIDTH 0 MM HEIGHT 38 MM FRAME 10 TW

/: BOX XPOS 80 MM WIDTH 0 MM HEIGHT 38 MM FRAME 10 TW

/: BOX YPOS 38 MM WIDTH 80 MM HEIGHT 0 MM FRAME 10 TW

/: BOX YPOS 9 MM WIDTH 80 MM HEIGHT 0 MM FRAME 10 TW

I already adjust the intensity from 10 - 50 it didn't help. Same result with bigger dots.

Can someone help me with this problem?

Best regards,

Muhammet Ali Kara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Thank you all for the fast response.

I tried your recommendations. Below you can find the adjustments

/: POSITION XORIGIN -1 MM YORIGIN +104 MM

/: BOX WIDTH 80 MM HEIGHT 38 MM INTENSITY

/: BOX XPOS 0 MM WIDTH 0 MM HEIGHT 38 MM FRAME 10 TW

/: BOX XPOS 80 MM WIDTH 0 MM HEIGHT 38 MM FRAME 10 TW

/: BOX YPOS 38 MM WIDTH 80 MM HEIGHT 0 MM FRAME 10 TW

/: BOX YPOS 9 MM WIDTH 80 MM HEIGHT 0 MM FRAME 10 TW

/: BOX YPOS 0 MM WIDTH 80 MM HEIGHT 0 MM FRAME 10 TW

After printing the box, doesn't have any shade. Text i can read. No shade no dots.

So this is not the answer to my problem. I also tried different printers with same result.

Best regards,

Muhammet Ali Kara

Former Member
0 Kudos

hmmm i hope you got me right.

i didnt mean to use various printers, but another printer type e.G. sapswin.

Anyway, are you working with LOCL? Or may it be that your printer (the hardware) is not able to provide a saturation without falling into dots?

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Florian Kemmer,

Thank you for helping me out. It has something to do with printer settings from SAP in SPAD.

It worked choosing printer LOCL SAPWIN.

Now I have to find out which parameters/settings i need to change in other print settings to get the same result. Maybe you can help me with this problem also?

Best regards,

Muhammet Ali Kara

Former Member
0 Kudos

sry but helping you here scratched the edge of my knowledge about this. Never got any further into detail here since we have some printer specialists in company.

But maybe you can just check what setting the sapwin printer has on which iit works and then make a try and error scenario until you got desired result..

anyway sorry but here my wisdom ends.

Former Member
0 Kudos

erm, if he has an intensity of 100% he´s getting a totally black box, how do you want to read anything there printed in black...

This is more probably a problem of a wrong printer type beeing used.

try other printer types for your desired output, see TA SPAD

Former Member
0 Kudos

Hi,

If you donot write any number after intensity it will consider as 100 % as default value. please try with this.

Thanks,

Suma.

Former Member
0 Kudos

Hi,

Increase the Intensity, if that is also not workes then use BOX WIDTH 80 MM HEIGHT 38 MM INTENSITY (Do not write any number).

Thanks

Sudheer