10-21-2016 05:39 AM
Hello All,
Kindly review my practise exam attached with this mail . I just wanted to achive skeleton architecure by keeping 2 hours in time .
Kindly provide your valuable comments .I took 1.45 hours to complete the attached skeleton .
I have not taken any example exame like ATM ,Elevator or any .I just practising the skeleton .
Regards,
Padugur
10-22-2016 11:01 AM
I only see a queued messge handler template. Copied to modules
I think 1.45 hours is not good
as this is a template with liitle modification
10-23-2016 05:12 AM
thanks for your reply
10-25-2016 05:15 AM
This is the Architecure which is blended from Queue Message based handler and Model View Architecure . Where the event brad casts the messages to all the modle .the modle which required the message will process the message .If the model doesnt require the message then the model dosent process the message .
The Event Generation loop will generate the event based on events like user interface or any other events and passes the control from event generation loop tp consumer loop .
If there is any communnication to be performed between the modles then the message should be passed to User events .for internal process the message is passed to the QUeues .Queues for each modle acts as message for intra process communication and user events interprocess communication
Modle is the shift register in the consumer loop .
A single Unser event is enought to broad cast the message to all the modles .the conly care should be taken care in the case of selecting the queues reference num inside model . if the developer by mistake selects the different reference num . then unexpected behaviour will occur .
10-25-2016 05:37 AM
Hello my friend,
You need to speed the development because you have many other things to get the exam completed before the 4 hours deadline.
After checking you code, I have a few comments:
I will send my practice exam once I have it finished.
10-25-2016 07:44 AM
you can review my sloution i used one similar to your architecture
10-25-2016 10:07 AM
Can you please convert this to 2015 LabVIEW and up load
10-25-2016 04:43 PM
here it is
10-25-2016 04:50 PM
Hello ,
This is Good architecure .
Keep It up .
Regards,
Prithviraj