i am building this project but i am stuck on how to run new tabs in the main sketch and what should i name them
What are you planning on putting in them ?
I name them a_presetup, b_setup, c_loop, d_more_loop, e_other, etc. and write my code as if it spanned them continuously. file_name will appear as the first tab, I use that for program notes/goals/changes etc.
Your post title doesn't match your question. Suggest change title. I have this post a while back hope it helps. Just if you see .pde, mentally replace it with .ino
http://liudr.wordpress.com/2011/02/16/using-tabs-in-arduino-ide/
Be sure to read the post if you plan to move some definitions to a different tab.
thank you all i will have another go at it