What language is behind ladder programming in Omron PLC?

jamesrustin

Member
Join Date
May 2012
Location
LA
Posts
18
What does the ladder programming in PLC convert to? Does the graphic command (e.g. open contact, instruction etc.) a BASIC or C instruction, or does it compile to assembly language directly?
 
It's translated to mnemonic code, which is a propriarity language to Omron. This language is laid down in the system ROM in the PLC. Making a step in between (be it Basic or C) would slow down the PLC unneccesarily.
 

Similar Topics

Hello Friends I have 2 languages in my app, en-US, es-MX. I need to send CurrentLanguage to PLC, I am trying with Macro in Global Connections...
Replies
5
Views
182
So, I'm new to the PLC world (fresh graduate) and at my job I've been pretty much only helping out the other programmers with simpler tasks while...
Replies
1
Views
627
Hello, I was wondering if anyone could let me know how to change the audit trail messages language on Factory Talk ME. I am currently working...
Replies
0
Views
464
Good morning, I have a project coming up that will require my HMI runtime to toggle from English to Spanish via selector switch. What is the...
Replies
0
Views
461
So I am sure many of you have run into this problem over the years. I know I have.... The customer has a machine that was built outside the...
Replies
14
Views
2,560
Back
Top Bottom