The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Scirpts on 7.0PRO

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
blank_name Posted - 02/06/2003 : 07:47:21 AM
Hi!

I was using Origin 6.1 and for that I had a script that imported the file, correcting the labels of the data and inserting a time stamp column. This column was set as the first column and as an X column.
I tried using the same script for Origin 7.0PRO and the column went to the end of the worksheet. I tried to plot the way I usually do, but the data looked really strange - normally that sort of data resembles a senoid function, but this time it looked like a "kids drawing". I imported the same data on another computer with Origin 6.1, using the same script and everything worked fine.
Does anyone know what is going on?
Do I need to create a new script, using C, for the7.0PRO version?

Thanks!
samantha
2   L A T E S T    R E P L I E S    (Newest First)
Jose Posted - 02/13/2003 : 1:51:45 PM
My scripts use to work fine in 7.0, except for one command. My problem may help you to identify yours.

I want to have a dataset named %n, with an associated X dataset named %n_a. The way to do this may slightly change from one version to another. My newest script, for 7.0 Pro SR2, uses

create %n -c 5;

In other cases, I had to do

create %n 5;
create %n_a 5;

My oldest script simply states

create %n 5;


I'm not very certain about all this, I just tell you what worked.

Jose Viņa, Origin WebRing member
Mike Buess Posted - 02/06/2003 : 5:47:28 PM
Hi Samantha,

You're Origin 6.1 scripts should work fine in Origin 7.0, but you might run into problems if you use the menu -e menuID command. Origin's menu IDs occasionally change from version to version.

Mike Buess
Origin WebRing Member

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000