Origin Ver. and Service Release (Select Help-->About Origin): 2019b Operating System: Windows
Hello everyone,
i'm a beginner in Origin LabTalk and i try to make my evaluation of my mesurements by a LabTalk Skript. I'm importing some .xlsx files in one workbook with many worksheets. This step works pretty well. But after this my skript bugs. I try to Plot with plotxy from every sheet a small Data range in one Graph. But it doesn't work with the following script:
string wbook_name$ = page.name$; ....
win - a %(wbook_name$); page.active$ = Data;
plotxy iy:=(9,10)[6:17] plot:=201 ogl:=!1; page.longname$ = "tau-gamma"; win - a %(wbook_name$);
loop(ii,2,page.nlayers) { win - a %(wbook_name$); page.active = ii;
plotxy iy:=(9,10)[6:17] plot:=201 ogl:=[tau-gamma]; }
(9,10([6:17] is the small data Range
First, i create a new Graph und Rename it. After this i try to plot the other worksheet Data with the loop Structure in the Graph called: tau-gamma.
The loop Structure isn't work, because after plotting the first layer in the graph, the skript finished.
Maybe anyone can helps me?
Thank you for all replays, Best Regards M. |