| Author |
Topic  |
|
|
OndrejMM
Australia
81 Posts |
Posted - 09/14/2008 : 8:33:47 PM
|
Hi Guys,
I have a problem with my LabTalk script which I wrote in Origin 7.5 and it indeed runs in the Origin 7.5 without a problem but in Origin 8 I'm getting following error message:
Error: EPSCUP_AXIS3.2022(tmpAUp_True.Stress) LabTalk expression error: 1600
this is an error message on this interpolation command:
col(Mod.Int.2022)=epscUp_axis3.2022(col(True.Stress));
it is, however, little bit strange because Origin warns me about this error but the interpolation seems to work properly, (despite the error,?)
did I do something wrong? , please let me know what you think,...
Many Thanks Ondrej
|
|
|
Echo_Chu
China
Posts |
Posted - 09/18/2008 : 05:07:03 AM
|
Hi, Ondrej
It looks I can not reproduce your problem. I am not sure whether it depends data. Would you mind to share us your data file to help us locate the problem?
You can send your data file to tech@originlab.com and quote this post in the email.
Echo OriginLab Corp |
 |
|
|
cpyang
USA
1406 Posts |
Posted - 09/18/2008 : 06:14:40 AM
|
Please do a
list s
from the script window and check to see if you find
epscUp_axis3.2022
as a dataset listed.
Also, please let us know which service release of Origin 8 you are using.
CP
|
 |
|
|
OndrejMM
Australia
81 Posts |
Posted - 09/18/2008 : 11:30:32 PM
|
Hi,
I've tried that "list -s" but I cannot find epscUp_axis3.2022,.. (or I don't see it) and I was "using" (trying) OriginPro 8 (SR0),... if you want I can send you my OPJ file but it is little bit complicated to explain how it works,...
cheers Ondrej |
 |
|
|
Echo_Chu
China
Posts |
Posted - 09/19/2008 : 03:43:09 AM
|
Hi, Ondrej
That means you don't have dataset epscUp_axis3.2022 in your project, this is why there is error message. Is epscUp_axis3.2022 a column in your worksheet? If yes, you can use col(epscUp_axis3.2022)
It would be better that you update Origin to SR2 first. You can select Help: Check for Updates to update your Origin. Or you can download the patch in our website: http://www.originlab.com/index.aspx?s=9&lm=76
Echo OriginLab Corp
|
 |
|
| |
Topic  |
|