student11 Posted March 7, 2009 Report Share Posted March 7, 2009 Hi everybody Ihave a file that does the Knight Rider Flasher but I need a help in the following points. Use the Knight Rider Flasher program and modify it for the following functionality: 1. Modify the logic so that the same sequence is displayed without using the ‘Indexed Array’ and ‘Remainder Quotient’ block as used in the class. 2. Modify the control logic so that you start the program only once using the SINGLE RUN button and it should start working in the continuous mode. 3. Whenever a STOP button (same one that was used for stopping the WHILE loop) is pressed, the flasher must freeze wherever it was without terminating the program. 4. If this STOP button is pressed again then the Flasher must start from the same point where it got frozen in the previous step. It should NOT start from the beginning! I've posted the file I've made but if anybody can help me in this I will really appreciate it.. Thanks again Quote Link to comment
Dan DeFriese Posted March 7, 2009 Report Share Posted March 7, 2009 Sounds like your assignment is to devise an alternate approach for the implementation. Naturally, if one of use does it for you won't learn anything. But I'll give you a hint: study the behaviour of unitialized shift registers. Regards ~Dan Quote Link to comment
student11 Posted March 7, 2009 Author Report Share Posted March 7, 2009 QUOTE (Dan DeFriese @ Mar 6 2009, 06:17 PM) Sounds like your assignment is to devise an alternate approach for the implementation. Naturally, if one of use does it for you won't learn anything. But I'll give you a hint: study the behaviour of unitialized shift registers.Regards ~Dan Thanx alot and I don't want the solution but I just need any help or hint. I will Try to learn what you suggested. Thanks again Quote Link to comment
student11 Posted March 7, 2009 Author Report Share Posted March 7, 2009 QUOTE (Dan DeFriese @ Mar 6 2009, 06:17 PM) Sounds like your assignment is to devise an alternate approach for the implementation. Naturally, if one of use does it for you won't learn anything. But I'll give you a hint: study the behaviour of unitialized shift registers.Regards ~Dan hi again Mr.Dan what do you mean by this word 'unitialized '??? Quote Link to comment
jgcode Posted March 8, 2009 Report Share Posted March 8, 2009 QUOTE (student11 @ Mar 7 2009, 10:31 AM) hi again Mr.Dan what do you mean by this word 'unitialized '??? Hi Student - check these links for some background info. http://en.wikipedia.org/wiki/Uninitialized_variable Functional_global_variable Regards JG Quote Link to comment
student11 Posted March 8, 2009 Author Report Share Posted March 8, 2009 QUOTE (jgcode @ Mar 7 2009, 02:54 AM) Hi Student - check these links for some background info.http://en.wikipedia.org/wiki/Uninitialized_variable Functional_global_variable Regards JG Hi thanx for clearing the exact word for me. I know what Uninitialized means but it seems there was a spelling mistake. Thanx again Quote Link to comment
crelf Posted March 8, 2009 Report Share Posted March 8, 2009 QUOTE (student11 @ Mar 7 2009, 12:45 AM) I know what Uninitialized means but it seems there was a spelling mistake. Burn! Quote Link to comment
Dan DeFriese Posted March 9, 2009 Report Share Posted March 9, 2009 Sorry about the misspelling (yes I meant uninitialized)... Have you made any progress? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.