11-20-2009 10:52 PM
Solved! Go to Solution.
11-21-2009 01:06 AM
Hello!
You can only use global variables allocated with the GlobalDim command or predefined global variables like R1 or T1 in ChnCalculate.
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
11-21-2009 04:14 AM
It is still not working
here is my code
GlobalDim a
a = 10
Call ChnCalculate("Ch(""[1]/Clataca"")= (Ch(""[1]/Latac"")/Cos(Rad(a))-Tan(Rad(a)))")
11-21-2009 09:54 AM
Hi coolguru,
The syntax error is in your first line, it should be instead:
GlobaDim "a"
Brad Turpin
DIAdme Product Support Engineer
National Instruments
11-22-2009 09:29 PM
Thanks Its working perfectly fine.
Solution Accepted