T O P I C R E V I E W |
ampacmopac |
Posted - 03/16/2008 : 12:29:40 AM Origin Version (Select Help-->About Origin): 7.5 pro Operating System:Win Xp Hi all how can draw more than 50 data point using data draw tool so that all the drawn data point will be in one draw work sheet? Each time I start to draw my data point using the data draw tool, the data draw tool stops working after the drawing of 50 data point. this leads to a problem concerning the equal distance between the first 50 drwan points and the next drawn points that go to a new drawn work sheet. Is it possible to increase the drawn worksheet raw number in advance so that I can draw all my points to be in one work sheet maintaining my scale. |
2 L A T E S T R E P L I E S (Newest First) |
ampacmopac |
Posted - 03/18/2008 : 01:49:14 AM Hi Lio You are great and I am grateful Every thing is going well now I would like to apologize to the forum about the dublicate of my question that took place unintentionally. thank you |
Leo_Li |
Posted - 03/18/2008 : 12:55:54 AM This is solved is this way:
1. Press Alt+4 to activate code builder.
2. in code builder, browser to origin application folder, open ORIGIN.OGS
3. search this line: getpts -new %B 50 modify it to: getpts -new %B 100
after saving it, origin is capable to draw 100 pts continuously.
Leo
|