DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

ChnCopy in DIAdem 10

Hello,
 
we just got DIAdem 10 and the thirst thing is that I have to change all my scripts.
Anyway.
On thing I do not get, is the ChnCopy. When I use the code below in DIAdem 10, I will get a new channel Time up1.
Whats the point? Why does DIAdem not use the name like i want it?
 
Call ChnCopy("[" & groupcount & "]/Time up", "[" & groupcount & "]/Time up 2")
 
 
Thomas
0 Kudos
Message 1 of 6
(3,646 Views)
Hello Thomas,

I'm sorry, but you found a bug.

One workaround  is the following:

L1 = groupcount
Call CHNCALCULATE("Ch(""["" & L1 & ""]/Time up 2"")= ch(""["" & L1 & ""]/Time up"")")

I've made an entry in our database to fix the bug.

Greetings
Walter
0 Kudos
Message 2 of 6
(3,633 Views)

I'm always wanted to be a bug hunter 😉

But what is CHNCALCULATE? Does not work and can't find it in the help.

Thomas

0 Kudos
Message 3 of 6
(3,629 Views)
... upps ...

What you nee for DIAdem 10.0 is the following:

L1 = GroupCount
Call FormulaCalc("Ch('[' + str(L1) + ']/Time up 2'):=  Ch('[' + str(L1) + ']/Time up')")

Greetings
Walter
Message 4 of 6
(3,625 Views)
Thanks for your help 🙂
 
Good weekend to everybody
 
Thomas
0 Kudos
Message 5 of 6
(3,618 Views)

Hello,

how long will it take till there will be a bug fix for it?
It's just to much I have to do, to make it run and I don't really  wanna spend that time......

Thomas

0 Kudos
Message 6 of 6
(3,592 Views)