nisyung_lucu

Members
  • Content count

    2
  • Joined

  • Last visited

About nisyung_lucu

  • Rank
    Forum Newbie

Profile Information

  • Gender
    Female
  • Location
    Indonesia
  1. Praweda.Interface.Web.Dashboard.MVC.zip Hi Sumedh, thanks for your reply. Actually I know that libero only support for some charts. But I'm trying to implement my mvc project with other charts. I have followed the concept of Libero to make those charts and so far it works... For example, in the website of Libero, it does not support for HLinearGauge. I've been successful to make that chart appeared and its pointer showed present time. But now I want to make the chart shows real time using RefreshInterval and datastreamURL. When I Debugged the code, the xml is right. It got the real time value, But in the browser it didn't refresh. That's what make me confused Here I attached my project to be looked for you Thanks a lot
  2. Hi, I have implemented Libero in my mvc project. So far, I have successfully made charts for real time charts. The charts appeared when i running the project, but the problem came when i want to use Refresh Interval and DataStreamURL. It was refreshing, but when it called DataStreamURL, it didn't return any values. Please help me, Thanks