cancel
Showing results for 
Search instead for 
Did you mean: 

Passing value of local property to LED_Meter Current Value

Former Member
0 Kudos

Hello Everyone !

I have an action :

Animaion_Renderer - to pass the values of the LED_Meter (Like MinRange, MaxRange,etc...)

By configuring the Animation_Renderer I am attaching it to the LED_Meter which I have created seprately.

I am testing so much and it is working fine.

But what I want is, to glow the light of LED's of LED_Meter based on the Current_Value which I am passing in the current value of the Animation_Renderer action in the transaction.

Can anyone please let me know the solution ???

Regards,

Vaibhav Singhania

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is what you have to do:-

The LEDMeter has Few properties defined. These you can find in the link editor of Animation Render Action block after you have attached the LEDMeter with the block by doing the configuration.

In these properties, you have three properties that will solve your purpose:-

1. MaxRange---Maximum Range of the LEDMeter

2. MinRange----Minimum Range of the LEDMeter

3. Value----


Current Value of the LEDMeter

You need to map your transaction/Local property which gets current value from user/frontend/some Source, with the "Value" property of the LEDMeter.

At frontend, after passing the current value, you need to refresh the rendered image of LEDMeter using coding to display the current value that you entered.

I Hope this will solve your query. If not then feel free to post your confusion.

Regards

Piyush Govil

Answers (0)