kristofr

Realtime Working For Couple Of Gauge Types But Not All

Recommended Posts

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

Share this post


Link to post
Share on other sites

Just founf out about debug mode....

 

This is what shows up in there (see attachment):

 

received in data stream.

Invalid data: Non-numeric data 89

 

 

 

Really hoping to get some help here, it is driving me crazy!!

post-27378-0-87092500-1329428849_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

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.fusioncharts.com/widgets/Contents/?Angular/RealTime.html

 

Linear Gauge: http://docs.fusioncharts.com/widgets/Contents/?Linear/RealTime.html

 

LED Gauge:http://docs.fusioncharts.com/widgets/Contents/?LED/RealTime.html

 

Cylinder Gauge: http://docs.fusioncharts.com/widgets/Contents/?Cylinder/RealTime.html

 

Also, find attached sample demo for your reference.(you can test sample demo on local server).

 

Hope this helps. smile.gif

RealTimeCylinder.zip

Share this post


Link to post
Share on other sites

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