First, Pardon me if i am telling something stupid.Because i don't know what Phidget is
Now coming to graphs and events.
-You are getting same data in two graphs because you are sending same data to both graphs.
-You are getting from same .NET Refnum, that is the problem ( this is my understanding)
-How about using two loops just same as your current one loop, each corresponds different sensor and then check if it works.
-In the project you added, i can see only onSpatialdata.vi only and where is onSpatialData2.vi? is it same?
-Please keep unregister for events in the right side after while loop is completed.
Now coming to graphs and events.
-You are getting same data in two graphs because you are sending same data to both graphs.
-You are getting from same .NET Refnum, that is the problem ( this is my understanding)
-How about using two loops just same as your current one loop, each corresponds different sensor and then check if it works.
-In the project you added, i can see only onSpatialdata.vi only and where is onSpatialData2.vi? is it same?
-Please keep unregister for events in the right side after while loop is completed.