Expression Function

Hi,

Is it possible to have an example of implementing the com.inductiveautomation.ignition.common.expressions.functions to create a new function?
thanks

I think all you need to do is extend AbstractFunction, sort of like the following example, and then override configureFunctionFactory() and register it with the ExpressionFunctionManager in your hooks.

gist.github.com/kevinherron/b06 … 7aad6bfb82

When i build this module with the skeleton.jar
Does the expression require a client or desinger or gateway?
thanks

You need a project for all three scopes, so each hook can register it, plus a common project where the actual implementation is located.