answersLogoWhite

0


Best Answer

I am pretty sure that most programming languages will work for this.


User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the programming language to run a real time process control system for a manufacturing plant?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do you know what process control is?

Process control is a type of manufacturing job. Process controllers constantly analyze machines and manufacturing operations to ensure that everything is getting done in the proper way.


What does spc stand for in manufacturing?

statistical process control


What is unique about the Ada language design process?

it was the only programming language that was designed by a woman


Translating an algorithm into a programming language is called?

Translating an algorithm into a programming language is called coding. A variable declaration tells the operating system to allocate storage space in RAM.


What are the differences between QBasic and FORTRAN Programming language?

PROGRAMMING is a process of developing computer program.While FOTRAN means formula translation which translate math formula into code in high level programming language.


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


Boeing What does MPCD mean?

MPCD - manufacturing process control document


The process of translating a task into a series of commands that a computer will use to perform a task?

Multiply matrices


What is the difference between programming and debugging?

Programming is the process of creating code. Debugging is the process of fixing problems in existing code.


Why c is called sequential programming language?

because c is step by step process


What is writing Code?

Writing code is the process of implementing an algorithm in a specific programming language.


What are the differences between program and program language?

Programming [verb] is a process done by software engineers or computer programmers consisting of the following steps: customer requirements analysis, software design, coding the design using a programming language, testing and debugging the program parts, program integration, testing and debugging the complete program, and customer acceptance testing. Any bugs found during the two testing steps of the programming process will have to be fixed in the code written in the programming language and all necessary testing steps repeated.A programming language [noun] (you wrote program language) is a human readable language used by software engineers or computer programmers during the coding step of the programming process. The code written in the programming language is then converted by a translator program (e.g. compiler, assembler) to machine code that the target computer can "understand" and run.