|
line profile Anonymous [11 posts] |
9 year
|
dear
In my simple programe line profile values are not correct. string of all 255. the values where meet black line, should be different. would you please explain me why. in the graph I can see 2 lines correctly.
program.robo
|
|
|
Carl from Your Country [1447 posts] |
9 year
|
It does change the value to zero. You just can't see it in the Watch Variables module since that module will truncate information at around 200 characters. If you instead use the Write_Variables module to write out that variable to disk you will then see the change in values. The Watch variable module will truncate the display for performance reasons but the Write_Variables does not.
STeven.
|
|
|
Anonymous [11 posts] |
9 year
|
Great. Exactly it works. Thank you
|
|