Q3. Given a set of milling machine program as Table 3.0 below, kindly write a complete C codes to enable user to key in thier matrix number e.g. CD190056, the system will automatically detect and use...


USE DEV C++ PROGRAM


PLS SHOW FULL STEPS SIR


PLS ANSWER ME IN 20 MIN SIR


USE THIS MATRIX NUM SIR (CD200107)


Q3. Given a set of milling machine program as Table 3.0 below, kindly write a complete C codes<br>to enable user to key in thier matrix number e.g. CD190056, the system will automatically<br>detect and use the last 2 digits as n input steps (e.g. CD190056, n = 5 + 6 = 11 steps). The<br>program will request user to enter integer value into feedrate area [ ] before it able to generate<br>the outputs. The use of

Extracted text: Q3. Given a set of milling machine program as Table 3.0 below, kindly write a complete C codes to enable user to key in thier matrix number e.g. CD190056, the system will automatically detect and use the last 2 digits as n input steps (e.g. CD190056, n = 5 + 6 = 11 steps). The program will request user to enter integer value into feedrate area [ ] before it able to generate the outputs. The use of "for" loop and array[ ] feature is a MUST in bulidng the C codes. Table 3.0 Example: If your matrix no. is CD190005 n = 0+5 = 5 steps xy = 05 x = 0 y = 5 Example output: Step 1 100 rpm 100 feedrate 300 (х-ахis) 10 (у-аxis) n Steps (sum of matrix Rotation in rpm (auto generate- every step increase insert value) (auto generate 100гpm) Feerate х-ахis у-ахis (user to movement movement (auto generate with formula: no. last 2 digits) with formula: 300-х-у) 10 + y) [0] [1] [2] [3] [4] 1 100 300 10 15 20 2 200 295 3 300 290 4 400 285 25 500 280 30

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here