09-12-2011 02:14 PM
09-12-2011 02:20 PM
And you wanted to write your own instead???
If you have a very limited set of functions (like a 4-function calculator) you might be able to create soemthing simpler, but would it be versatile enough to be useful?
Do you have a description of the possible functions, the number of variables, and the size of the formula?
Lynn
09-12-2011 02:20 PM
hehe,
Created once a "virtual tag engine" where the user could create virtual tags with math using other existing tags using thoes VI's.. well I didnt have any problems with testing a lot of these tags performance wise (but had a low update freq). However I think in "clean" LV it might be your only option?
09-12-2011 02:21 PM
09-12-2011 02:24 PM
You sure? I believe they can be used as of I can remember
09-12-2011 02:28 PM
Found the old source code in the library.
Atleast of what I saw:
Abs(), cosh, sinh, tanh, log2, acos, atan, sqrt, ln, ^, acosh, asinh, csc, cot, atanh, log, sin, cos, asin, multiply, minus, divide, add
can be used. prob more
09-12-2011 02:28 PM
09-12-2011 02:31 PM
09-12-2011 02:37 PM
Youll find them all in the LV help:
09-12-2011 02:56 PM
@Kahr wrote:
I just noticed the dll jcarmody. Is python server running in the background ?
I just uninstalled Python, put a copy of the dll in the VI's folder and modified the BD to find it. It ran fine and there's no Python server running. The documentation for the PYTHON Set Server Path VI says "This function configures the interface to use a particular Python shared library."