Are some of the languages used on the Raspberry Pi used in industrial robotic engineering?
-
and also hydraulic & Pneumatic Engineering to control things such as valves when to open & close. As did Btec national in engineering but never looked at programming side only ...show more
-
Answer:
Not generally. Most robotics / CNC machines use either 'G Code' language or the makers own proprietary system. http://en.wikipedia.org/wiki/G-code --- Edit - looking at the Wiki page, it does not seem to give a quick example of actual G Code. Look at the image here; https://lh4.googleusercontent.com/-Qgf7XlKuc4E/TXwGFjTlf0I/AAAAAAAAAJI/heq9yu8ckbw/s1600/gcode+example.jpg The 'G' values are basically mode switches for various functions; G0 means move at maximum speed, G1 means move at a set speed ( the Feed, F, value). T is the Tool number, M3 starts the tool spindle running clockwise, S is the speed to run the spindle at. Ns are just line numbers for reference. The bulk of it is then simply X, Y & Z coordinates for the machine to move to at each step of the program. Once it's in that position, it moves to the next line. --- Process control is frequently done with PLCs (Programmable logic controllers). The commonest type of language for these is 'Laddder', which is a graphical simulation of relay contacts and coils etc. The better ones can also be programmed more conventionally, in such as 'Instruction list' or 'Statement list' (rather like assembly language) or even in C. eg. http://en.wikipedia.org/wiki/Ladder_programming_language http://en.wikipedia.org/wiki/Statement_List Most robotics / machine tool CNCs also include a PLC section, which allows the 'core' generic CNC axis control system to be interfaced with the actual hydraulics, mechanics and operator controls etc. on each type of machine. [Electronics designer & programmer for 40 years].
MYSABXEOPFIOYRBCPKAQMJBU6Y at Yahoo! Answers Visit the source
Related Q & A:
- What Technology Is Used In Mechanical Engineering?Best solution by answers.yahoo.com
- How To Calculate The Value Of PI With A Program?Best solution by social.msdn.microsoft.com
- How can I communicate Raspberry Pi and Arduino (in both ways) using a 10-15m distance wires?Best solution by Arduino
- Would masters in Industrial engineering be good?Best solution by Yahoo! Answers
- Is it possible to grow a raspberry in a small pot?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.