Hi all,
I am trying to implement real time gauges in a liferay install.
All is working well for an Angular Gauge. It is updating in real time.
But when I try a different gauge type (eg: Horizontal Led or Vertical Led) it does not update.
What I did was specify a diferent SWF in my source code.
It takes over all the settings (like color ranges, min value, max value, etc) and displays the widget perfectly with a start value set.
The only thing that is not working is the realtime update.
All the datablocks are pointing to the same datafeedUrl.
As I tried to use different SWF files, i found the following:
- Cylinder: no real time update
- Horizontal linear gauge: real time update works
- Vertical LED: no real time update
- Horizontal LED: no real time update
So the horizontal linear gauge works just fine, but the other ones aren't which startles me...
Are there specific settings for the other ones?
If you need any further information, let me know.
Thanks for your help!
Regards,
Kristof
Realtime Working For Couple Of Gauge Types But Not All
Started by kristofr, Feb 16 2012 04:51 AM
2 replies to this topic
#3
Posted 29 February 2012 - 12:18 PM
Hi,
You would need to change the respective value for the different widgets on which you are updating.
Like,
Angular Gauge, Linear Gauge - update on the dial value.
Horizontal LED, Vertical LED, Cylinder - updates directly value.
For more information, please refer following links:
Angular Gauge : http://docs.fusionch...r/RealTime.html
Linear Gauge: http://docs.fusionch...r/RealTime.html
LED Gauge:http://docs.fusionch...D/RealTime.html
Cylinder Gauge: http://docs.fusionch...r/RealTime.html
Also, find attached sample demo for your reference.(you can test sample demo on local server).
Hope this helps.
You would need to change the respective value for the different widgets on which you are updating.
Like,
Angular Gauge, Linear Gauge - update on the dial value.
Horizontal LED, Vertical LED, Cylinder - updates directly value.
For more information, please refer following links:
Angular Gauge : http://docs.fusionch...r/RealTime.html
Linear Gauge: http://docs.fusionch...r/RealTime.html
LED Gauge:http://docs.fusionch...D/RealTime.html
Cylinder Gauge: http://docs.fusionch...r/RealTime.html
Also, find attached sample demo for your reference.(you can test sample demo on local server).
Hope this helps.











