Search found 2 matches
- Thu Oct 07, 2010 8:44 am
- Forum: NetBurner Software
- Topic: AJAX updating a graphical display
- Replies: 4
- Views: 4006
Re: AJAX updating a graphical display
The data will be a set of about 100 pairs of int or single. 1 bit graphic format (2 colors) would be sufficient as we currently only need two colors although 8 bit is more likely the minimum. The display is a scattergram with x and y axes.
- Tue Oct 05, 2010 8:14 am
- Forum: NetBurner Software
- Topic: AJAX updating a graphical display
- Replies: 4
- Views: 4006
AJAX updating a graphical display
We are looking for advice about the best means of producing a real time display of x,y data from a laser scanner. The refresh rate of the display should be as many frames per second as determined supportable by the network, hopefully no less than 4 fps. We are using AJAX on the mod5270 end and can ...