Hi Everybody!
Thanks a lot for your help! I have really learned alot. For the next users with same or similar problem, here is my solution:
[{"id":"a75dd19f.913c7","type":"tab","label":"Dashbaord","disabled":false,"info":""},{"id":"cd5e91e.6b7ec7","type":"ui_gauge","z":"a75dd19f.913c7","name":"","group":"217b64fe.56738c","order":0,"width":0,"height":0,"gtype":"gage","title":"RPM","label":"RPM","format":"{{value}}","min":0,"max":"30","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":540,"y":80,"wires":[]},{"id":"6bdbd65d.30be88","type":"ui_gauge","z":"a75dd19f.913c7","name":"","group":"d0696258.14086","order":0,"width":0,"height":0,"gtype":"gage","title":"VOLTAGE","label":"V","format":"{{value}}","min":0,"max":"25","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":880,"y":100,"wires":[]},{"id":"19b562a.07f519d","type":"ui_gauge","z":"a75dd19f.913c7","name":"","group":"8913023.3aa7e","order":0,"width":0,"height":0,"gtype":"gage","title":"LOAD","label":"W","format":"{{value}}","min":0,"max":"150","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":1160,"y":100,"wires":[]},{"id":"77ecd1df.ce72a","type":"serial in","z":"a75dd19f.913c7","name":"","serial":"856714ce.8bf378","x":290,"y":180,"wires":[["def09dfc.5e55f"]]},{"id":"5702ff0a.d4faf","type":"debug","z":"a75dd19f.913c7","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":550,"y":300,"wires":[]},{"id":"def09dfc.5e55f","type":"function","z":"a75dd19f.913c7","name":"","func":"var values = msg.payload.trim().split('\\t'); // trim off the crlf first then split into parts \nmsg.payload = values[1]; // replace payload with the reading we want\nmsg.topic = values[0]; // set the topic in case we need to tell them apart later\nreturn msg;","outputs":1,"noerr":0,"x":310,"y":380,"wires":[["8734261e.04cc18"]]},{"id":"8734261e.04cc18","type":"switch","z":"a75dd19f.913c7","name":"","property":"topic","propertyType":"msg","rules":[{"t":"cont","v":"PPV","vt":"str"},{"t":"cont","v":"VPV","vt":"str"},{"t":"eq","v":"V","vt":"str"}],"checkall":"true","repair":false,"outputs":3,"x":510,"y":460,"wires":[["19b562a.07f519d"],["46b987d0.2f09d8"],["3cdf414d.815b4e"]]},{"id":"3cdf414d.815b4e","type":"function","z":"a75dd19f.913c7","name":"","func":"msg.payload = msg.payload / 1000;\nreturn msg;","outputs":1,"noerr":0,"x":840,"y":440,"wires":[["6bdbd65d.30be88"]]},{"id":"46b987d0.2f09d8","type":"function","z":"a75dd19f.913c7","name":"","func":"msg.payload = msg.payload / 5000;\nreturn msg;","outputs":1,"noerr":0,"x":850,"y":340,"wires":[["5702ff0a.d4faf","cd5e91e.6b7ec7"]]},{"id":"217b64fe.56738c","type":"ui_group","z":"","name":"Left","tab":"380049d1.c1cf56","order":1,"disp":false,"width":"6","collapse":false},{"id":"d0696258.14086","type":"ui_group","z":"","name":"Mid","tab":"380049d1.c1cf56","order":2,"disp":false,"width":"6","collapse":false},{"id":"8913023.3aa7e","type":"ui_group","z":"","name":"Right","tab":"380049d1.c1cf56","order":3,"disp":false,"width":"6","collapse":false},{"id":"856714ce.8bf378","type":"serial-port","z":"","serialport":"/dev/ttyUSB0","serialbaud":"19200","databits":"8","parity":"none","stopbits":"1","waitfor":"","newline":"\\n","bin":"false","out":"char","addchar":"","responsetimeout":"10000"},{"id":"380049d1.c1cf56","type":"ui_tab","z":"","name":"Dashboard","icon":"dashboard","order":1,"disabled":false,"hidden":false}]