Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 . 6 [ 4 ] You need a delay of 2 0 0 m s between the time that the extruder nozzle reaches

Question 1.6[4]
You need a delay of 200ms between the time that the extruder nozzle reaches the required temperature and when the first g-code must be executed. Asume FOsc=500kHz.
1.6.1. How many instruction cycles are required to implement this delay? (dec)[1]
1.6.2. Assuming that you implement the delay using nested loops (i.e. not a timer) as illustrated in the figure below, determine the minimum number of loops that must be nested to realise this delay if the inner loop does not take more than 5TCY to execute and any subsequent outer loops do not take more than 3TCr to execute. (dec)[1]
1.6.3. Assume that the inner loop takes exactly 5TCY between decrements of the counter register and that the inner loop counter register is loaded every time with 249d and that the delay added by subsequent outer loop decrements is exactly 3TCr.(The loop durations of 5TCY and 3TCY have been arbitrarily chosen for the question paper and do not necessarily relate to a specific code example). Calculate the binary number that will be contained in the inner loop counter register after 100ms.(bin)[3]
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DATABASE Administrator Make A Difference

Authors: Mohciine Elmourabit

1st Edition

B0CGM7XG75, 978-1722657802

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago