cancel
Showing results for 
Search instead for 
Did you mean: 

Display Animated object on browser dynamically

Former Member
0 Kudos

Hello Everyone !

I want to display LEDMeter on browser and its current value will be taken as input on the browser. As per the input taken on the browser the LED's of the LEDMeter must glow. What must be done for this ???

Regards,

Vaibhav Singhania

Accepted Solutions (1)

Accepted Solutions (1)

former_member4529
Active Contributor
0 Kudos

Hi,

Pass the browser input to a BLS where you can use the Animated Object action blocks to generate the png/jpeg image of the Animated Object (e.g. LED Meter) dynamically and manipulate its properties (color, label, etc). Link the image content property to an output property of the BLS of type string. Then call the BLS by Runner service and use it as the IMG SRC in the web page.

You can have a JS function in the page to refresh the image using a timer automatically or refresh it on button click.

Thanks,

Dipankar

Answers (0)