Min & Max Linear Meter scale

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
Hi-Volt
Posts: 29
Joined: Mon Sep 12, 2011 4:52 am

Min & Max Linear Meter scale

Post by Hi-Volt »

Hi. I'm a beginner iX Developer user. I have a question about linear meter. Is it possible to assign the Min Scale Value and the Max Scale Value by two Tags using a script module? In which way?
Thank you!

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: Min & Max Linear Meter scale

Post by Ron L. »

The Min and Max properties for the "Linear Meter" cannot be dynamically changed at run-time unless your project is targeting a PC. If you are targeting one of the operator terminals such as the T7A, it does not have that ability. This has to do with the difference in the way the application is compiled for WinCE vs. Windows.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

antoineA
Posts: 20
Joined: Fri Dec 02, 2011 8:22 am

Re: Min & Max Linear Meter scale

Post by antoineA »

Hi Ron L,

I have seen that it's not possible to change dynamically min and max for a linear meter but I wonder if it's possible for circular meter? Or it's impossible for all meters in iX Developer?

Thanks you for your answer,

AntoineA.

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: Min & Max Linear Meter scale

Post by Ron L. »

If your target platform is a PC then it is possible. If your target platform is a WinCE-based terminal such as the T7A, then it is not possible.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

flyhouse
Posts: 1
Joined: Wed May 13, 2015 8:13 am

Re: Min & Max Linear Meter scale

Post by flyhouse »

If we are using a PC, how is the min and max value changed in scripting?

Post Reply