The London Assembly is a 25-member elected body, part of the Greater London Authority, that scrutinises the activities of the Mayor of London and has the power, with a two-thirds super-majority, to amend the Mayor's annual budget and to reject the Mayor's draft statutory strategies. The London Assembly was established in 2000 and meets at City Hall on the south bank of the River Thames, close to Tower Bridge. The Assembly is also able to investigate other issues of importance to Londoners (most notably transport or environmental matters), publish its findings and recommendations, as well as make proposals to the Mayor.
Hi,
I am designing an electronic enclosure for a medical device. For assembly reasons, the enclosure is split into two halves, with the bottom half having a depth of 200mm and the top half a depth of 50mm. I want the enclosure to be certified for IP62, hence I want the screw to be mounted from...
Trying to calculate the maximum stress that would occur in the attached assembly...
The assembly consists of a tube sandwiched between two plates that are bolted down to a larger plate with an M6 bolt. Each of the two plates have a 400N force acting on them which is perpendicular to the axis of...
The question might be a bit silly.. (asking for advice regarding the theory of machines content, not a homework).
I'm enrolled in the mechanical engineering bachelor's. I applied for several internships however I couldn't pass because of a particular type of questions.
The interviewer shows me...
The Prime Minister of Japan was posed a question generated by ChatGPT. The PM claimed that his governance was more effective than that provided by the artificially intelligent program. See for yourself here.
There is an input file for a simple 16 x 16 lattice fuel assembly. I have a message blocking the run of the code;
"bad trouble in subroutine newcel of mcrun source particle no 1 random number 6647299061401 zero lattice element hit."
What is wrong?
Hello,
To keep my questions straightforward they are below.
How do I learn how to code Game Enemy AI in C++ from scratch and what are the top resources you recommend(Books, Tutorials, CD-Roms, Videos)?
How do I learn how to code Game Enemy AI in Assembly Langauge from scratch and what are the...
Hi everyone, I'm making a fuel assembly model and I would like to have a cylindrical gamma source on each fuel rod to measure the decay heat of a fuel assembly but I'm struggling to define the source since it is in a repeated structure. This is the geometry of my model:
Level 2 : cells 1, 2 3...
Summary:: my code has been successfully showing the right decrement of the letter. however, i tried to put space in between the letter output but its output became repititive letters.
this is the original output
when i try to put space it become like this
i want to put spaces on the output...
Write and test the fib function in two linked files (Fib.asm, fib_main.asm). Your solution must be made up of a function called fib(N, &array) to store the first N elements of the Fibonacci sequence into an array in memory. The value N is passed in $a0, and the address of the array is passed in...
I have this code which convert decimal number to binary number, but I do not understand how representation 8762 like 1000 0111 0110 0010.
8
7
6
2
1000
0111
0110
0010
.data
strmsg: .asciiz "please Enter a decimal number: "
.text
#main method
.globl main
#main function
main...
I am trying to find the mass flow rate of coolant through a channel within a hexagonal nuclear fuel assembly. I am given the specific heat of the fluid, the coolant inlet and outlet temperatures, the total power produced by a single fuel pin, the diameter of the fuel pin, the length of the fuel...
Hello friends,
I'm looking to program the ARM7TDMI-S in assembly. Can anyone recommend any good development boards? Can anyone recommend an IDE? Can anyone recommend a textbook that would be good for leaning how to program this processor in Assembly? I know various other programming languages...
I have been given an answer for this but I am struggling to get to that point
$$ANS = 0.430\, kg \cdot m^2$$
So I thought using the moment of inertia of a compound pendulum might work where ##I_{rod} = \frac{ml^2}{12}## and ##I_{disc} = \frac{mR^2}{2}## (##l## is the length of the rod and ##R##...
I am interested in research on hybrid rocket technology and I would like to know if anyone has a known ideal way to measure the required parameters to find the below items. I am particularly interested in a cold flow test involving:
Characteristics of the Oxidizer Flow
Turbulent Intensity...
Summary:: Hi I’m in second year mechanical engineering and I really need help with this question! Sorry about my handwriting in the attachment I’ve put in, I've written the question out but there is an image of figure one on the file attached. Many thanks!
[Mentor Note -- Thread moved from a...
Hello! I need help in identifying flaws in this drawing. The torque in this bevel gearbox is being transferred from input shaft(1) to the bevel (2) and finally to the output shaft(3). The drawings has some errors in its assembly, functional error, or arrangement of bearings or sealings. Can you...
So I made it one of my projects to learn assembly language. Hoo boy. Started looking through online pdfs and some are extremely advanced jumping into like 5 different developing environments and others assume I'm dumb as a nut and don't even know binary representations of numbers or simple logic...
Hello ,
I have an medical device assembly, where I trigger the needle for injection, mechanically, with a pretensioned spring. Injection takes 3 minutes, then I have to retract the needle. How can I trigger the needle, using an electrical impulse ?
I am currently working on a problem which involves both 1D and 2D elements. I know that these elements have different degrees of freedom at a node and, therefore, the procedure of assembly of elements will different from a purely 1D or a purely 2D mesh. I don't know the rest of the details. Any...
Greg Bernhardt submitted a new blog post
AVX-512 Assembly Programming: Opmask Registers for Conditional Arithmetic Conclusion
Continue reading the Original Blog Post.
Greg Bernhardt submitted a new blog post
AVX-512 Assembly Programming: Opmask Registers for Conditional Arithmetic
Continue reading the Original Blog Post.
Homework Statement
It's been ages since I have done Moments of Inertia of complex objects! :( Can anyone help??
Say you have an assembly like an airplane and you want to just get the moment of inertia(MOI) of the tail section and you are given the Mass of whole plane,mass of tail section...
Hi guys, apparently I've got both a linear and a subroutine programming error in the code below from lines 20-35? Could someone point me in the right direction. I think one might be the 'CALL wait' instruction, which should be 'CALL delay'? Not really sure as new to this, any help would be much...
Hi everyone,
So I'm working on this project where I have to determine the total force that is being applied to an assembly that is attached to a crank shaft which is in turn attached to a motor that's driving it. I looked up the equations for the acceleration and velocity of a crank shaft (or a...
Hi, now I watched a video that I knew before but this time I kind of thought I want to know for sure. The video is about fuel change in a BWR type reactor, now I have question to someone who knows about this or maybe has worked with it, are the rectangular fuel assemblies seen in the video...
Homework Statement
So basically, I have to implement the algorithm given in the relevant equations section.
Homework Equations
The Attempt at a Solution
First and foremost, my code. Some bits that weren't directly relevant to the problem I'm having were removed for readability's sake...
Hey all,
I was wondering if anyone could help me with a basic BWR question. Why do BWRs have shrouds?
From what I've been able to find, this is a for "uniform cooling" but that's about it.
My guess is that there are some thermal hydraulic benefits around maintaining nucleate boiling. Is...
Homework Statement
mov.w #WDTPW|WDTHOLD, &WDTCTL
What does the | symbol mean in assembly? I've been learning C and I've just recently started learning assembly. In C, the | symbol is a bitwise OR, but what does it mean in assembly?
Howdy folks
I have to say up-front, that I am not an ME by trade. My background is in EE. So, I apologize in advance if I accidentally make my question confusing.
I need to join a couple of these...
Homework Statement
Consider a model thermodynamic assembly in which the allowed (nondegenerate) states have energies 0, ε, 2ε, 3ε.The assembly has four distinguishable (localized) particles and a total energy U = 6ε. Tabulate the nine possible distributions of the four particles among the...
Homework Statement
A Chinook helicopter’s rotor blades and hub have a top speed of 300 revs/min and a combined mass of 300 kg.
On a maintenance test the blade assembly is allowed to stop without applying the brake, in this condition the blades take 48 seconds to come to a standstill. The...
I was having a morning look into assembly language videos and stuff and I was wondering:
how much faster is assembly compared to some higher-level programming languages (like C or C++ or python)? And also why is it faster than those languages?
I mean a general C++ source code should be...
Homework Statement
A slender rod is 80.0 cm long and has mass 0.120 kg. A small 0.0200-kg sphere is welded to one end of the rod, and a small 0.0500-kg sphere is welded to the other end. The rod, pivoting about a stationary, frictionless axis at its center, is held horizontal and released from...
To simplify my situation, I am installing a horizontal cantilever pipe (30” length, 3” nominal diameter) which will be connected to a vertical pipe (3” nom diameter, acting as the wall) by a T-connection. See the diagram below. At the end of the cantilever the pipe bends up at 90 degrees for...
Hello,can someone tell me what's the convention for numbering an assembly drawing...like the drawing no consists of hierarchy of sub assemblies and assemblies in the main assembly. For example
Xyz-00-12-23-34
Is it possible to create a series of circuits capable of detecting a moving object with 3 levels of proximity e.g. green light when object is 10ft. away, yellow light at 5ft., red light at approx. 1ft. away, etc?
Thanks, Dave
hi everyone, i was wondering if you guys had any textbook recommendations on the subject of assembly language (8088 and 8086) that focuses more on opcodes, register status tables, etc rather than programming in assembly. I have been using kip irvine assembly textbook but that focuses more on...
Homework Statement
In a vertical piston cylinder assembly, a vertical shaft whose cross sectional area is 0.8 cm^2 is attached to the top of the piston. Determine the magnitude F, of the force acting on the shaft, in N, required if the gas pressure inside the cylinder is 3 bar. The masses of...
Hi ! I am looking for a electric diagram of pcb assembly treadmill drive SERIAL:0004-03052. The name of the treadmill Quinton Clubtrack 510 plus . I have already found Service and User Manual for it but , there nothing specific in it...
Hi guys, I'm new to this language. When studying I'm really confused and don't know where to start, even with a simple example. I have read the book Introduction to Computing System but it doesn't help much. Can you show me some ways or books that can help me ?
Homework Statement
Determine the location of y of the center of mass G of the assembly and then calculate the moment of inertia about an axis perpendicular to the page and passing through G. The block has a mass of 3 kg and the mass of the semicylinder is 5 kg.
Homework Equations
-parallel...
Hi folks! I am looking for a ball bearing assembly that can be easily taken apart and re-assembled. I'm trying to test some ball bearings (the balls themselves) so its advantageous to have a housing that I can easily take apart and reload with a different type of ball without damaging anything...