gillesdrone Posted December 30, 2012 Author Posted December 30, 2012 for Takeoff-For-Fun Just to indicate that with your files we have problemes of Fps I solved them by changing the frequency of reading of files Export Here in Export.lua I change settimeout .01 to .001 c = socket.udp() c:setsockname("*", 0) c:setoption('broadcast', true) c:settimeout(.001) -- set the timeout for reading the socket and same Here in SIOCExport ( my file ) pit = socket.try(socket.connect(siocConfig.hostIP, siocConfig.hostPort)) -- connect to the listener socket pit:setoption("tcp-nodelay",true) -- set immediate transmission mode pit:settimeout(.001) -- set the timeout for reading the socket it is better for Fps vidéo and the send to Helios and Sioc 1
gillesdrone Posted January 8, 2013 Author Posted January 8, 2013 I continue my panel pressure and T° oil http://gilles.guesnel.free.fr/galva/GALVA1.jpg http://gilles.guesnel.free.fr/galva/GALVA3.jpg http://gilles.guesnel.free.fr/galva/AIGUILLES.jpg
gillesdrone Posted January 8, 2013 Author Posted January 8, 2013 this is the video of galva on youtube
gillesdrone Posted April 26, 2013 Author Posted April 26, 2013 new video , and it is in place :) this panel is make with galvanometer and DAC ( digital analogique converter )
gillesdrone Posted July 8, 2013 Author Posted July 8, 2013 my last Panel of my pit perssure out of turbine
Recommended Posts