Recent content by creativen

  1. C

    Error: expected constructor, destructor, or type conversion before ';' token

    Do you have any idea how to make return value in void declaration? coz actually I found my program using Basic and using C compiler... Actually I want to return the value...
  2. C

    Executing more than one command in C programming at the same time, newbie in C.

    I have got the idea! Thank you! But now I found errors about the constructor and destructor etc in my C programming, I am posting the new thread to help me in https://www.physicsforums.com/showthread.php?t=583892
  3. C

    Error: expected constructor, destructor, or type conversion before ';' token

    I'm newbie in C programming... i'm trying to make my arduino board works but still find error when compiling the C programming, the errors are: driving7segmentusingmultipleshiftregisters3:2: error: expected constructor, destructor, or type conversion before ';' token...
  4. C

    Should I Learn Assembly Language or C for New Atmega328 Board?

    reddvoid, I am using also ATMega 328 attached to the board of Arduino, it has been one month I use it...it is also my first time to deal with C programming which is very interesting because after I make the program, I can test it whether it works or not in the real process. Anw, I am using...
  5. C

    What are some useful projects that can be done using Arduino in a cable factory?

    Oh thousand of dollars?! Oh my godness... I think I can upgrade my skill if I can make professional tool... I am too confident maybe, because I just find PROTEUS simulation software where I can reduce the cost by only making the simulation... It seems interesting to know about TDR since I think...
  6. C

    Executing more than one command in C programming at the same time, newbie in C.

    To Chemicist, thank you anw..:D To f95toli, thank you! Anw in the real process I make, I intentionally add about max 1000miliseconds for the calculation in order to make the display better, then It means that it will make a problem in the other line of calculation. What possibly I can do with...
  7. C

    What are some useful projects that can be done using Arduino in a cable factory?

    Now, I am making counter using arduino, I use it to count the amount of production in the company I am working. It counts using ultrasonic sensor as the input and the output will be on 7segments and in the factory PC (means I should deal with VB). Is this similar by you mean "counter/internal...
  8. C

    Executing more than one command in C programming at the same time, newbie in C.

    Hmm, for example: the calculation for line 1 has done and the amount is displayed in the 7segment, then calculation for line 2 is in progress, while it is in progress, there is suddenly certain amount of production detected in line 3. At this condition, we have some choice: 1. continue to count...
  9. C

    Executing more than one command in C programming at the same time, newbie in C.

    Var1 , var2 and var3 is the amount of production at line 1,2,3 Before we get the amount, there is calculation for each line. What I mean to ask, how the calculation is executed simultaneously without waiting? Because in fact what I learn in C, we should finish the calculation in line 1 first...
  10. C

    Executing more than one command in C programming at the same time, newbie in C.

    Hello all, I'm doing a project related to counting up the amount of production. I'm using Arduino board and C language. I am counting the amount of production in 3 line in the factory. So far I have design the program only for 1 line, how to make the 2nd and 3rd lines so at the end I can sum...
  11. C

    First Internship (advice anyone?)

    Oh really? You like to work in a factory? Hmm, anyway what your research is about? And what do you plan to do there?
  12. C

    First Internship (advice anyone?)

    Yap, I realize it is difficult too here... But I found the challenge in every single day assignment I must finish, because It is related to my final project. I am doing my internship in Dharma Controlcable. Anw, when you are offered, you must be told about what the research is, right? From now...
  13. C

    First Internship (advice anyone?)

    Great! I am doing my 1st internship too now.. I find difficulties also to make an inspection machine... Anw, what is DOE?
  14. C

    Navigating the Challenges of a 1st Year Master's Student

    Hmm, Where are you from? if you are in USA, it is very good chance to teach or research in Asia or Europe as well let's see another point of view, they take researcher based on their needs (similiar to the 10 companies I applied but no one even response)..then after I probe,the fact is...
Back
Top