cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How can I display multi datasorce in time serise chart

ryukorin
1-Newbie

How can I display multi datasorce in time serise chart

Hello,

I'm new thingwork academic user.

I have trouble with displaying multi datasorce.

When I uncheck single datasorce checkbox, timeseriese graph display noting.

There is no error log about it.

http://univoftokyo.cloud.thingworx.com/Thingworx/Runtime/index.html#mashup=Am2302_new&__fromBuilder=f75f95e8-f538-40ed-8…

Would you like advise to me?

About Edge server program:

I changed the sample program, temperature-thing with rpi as follows.


I want to test scalability, so I increase the same thing to 100.

But I think there is no polling miss on rpi, because I run the program simulation mode.

I checked things get simulation value.

---------------------

Main.java

public static void main(String[] args) {

        try {

            parseArguments(args);

            client=getEdgeClient();

            for(int i=0;i<100;i++){

  client.bindThing(new TempAndHumidityThing(THING_NAME+String.valueOf(i), THING_DESCRIPTION, client, simulated));

  }

            LOG.debug("Connecting to " + address + " using key " + appKey);

            client.start();

            monitorThings();

        } catch (Exception e) {

            LOG.error("Server shutdown due to an exception.",e);

        }

    }

1 ACCEPTED SOLUTION

Accepted Solutions

I solve the problem.

selected Row -> All Data.

Thanks,

View solution in original post

4 REPLIES 4
paic
1-Newbie
(To:ryukorin)

Did you bind Data to each of the individual DataSource Properties of the Chart?

And do you have a trigger that is running the service to retrieve the data?

ryukorin
1-Newbie
(To:paic)

Thank you for your help.As this photo,Binding is apropriate,maybe.

Could you have anything else idea?

image.jpg

I solve the problem.

selected Row -> All Data.

Thanks,

Top Tags