Jump to content

Recommended Posts

Posted

Hi! I've made a Function that calculates flow to quantity a day. I want to use this as a UDFB several times, for all of my flowmeters (30), but only the first of them gives an output-value??

Can't a UDFB only be used more than once?

Posted

The whole point of a Function/UDFB is to be used more than once with different parameters.

For it to work, you should avoid the use of Global tags in the UDFB if those Global tags are needed to be different on each call (You should rather define them as Function-In/Out and pass them as a parameter).

 

Without seeing your code, I cannot know what you are trying to do, or what you are doing wrong.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.