Controllogix structured text to ladder

Unfortunately, there isn't a way to directly convert from one programming language to another.

A way round this is to use Add-On Instructions. AOI instruction can be programmed in any language and then used in other language programs.

- fuzzy logic
 
Unfortunately, there isn't a way to directly convert from one programming language to another.

A way round this is to use Add-On Instructions. AOI instruction can be programmed in any language and then used in other language programs.

- fuzzy logic

Not really a way round it, though, you'll still have ST in the processor, but in a different place.

When I worked at a System Integrators, often clients would insist/demand Ladder only, and putting AOI code in any other language would depend on whether he is paying for the privilege of viewing it.

But, if you are using an AOI that is locked up, and treated as a "black box", then it can be in any language, since he won't have access to it.
 

Similar Topics

I am trying to learn structured text on the controllogix platform and have managed to fault the processor by creating an infinite loop. My problem...
Replies
21
Views
3,724
I am troubleshooting an issue on a controller with logic, function block and structured text. I am lost on how to read the structured text as...
Replies
8
Views
2,648
With this upcoming project, since I am really a "C"/"C++" programmer and *not* a PLC/Ladder programmer, I would like to use Structured Text for my...
Replies
80
Views
26,544
this is almost certainly a wild goose chase – but I've GOT to give it a try ... I have a question – and I'm pretty sure that there is no...
Replies
11
Views
6,354
I need to move values from a UDT to a new array. Currently I am using: HMI_BZ_PS[00] := XtrA_Bz1.PS; HMI_BZ_PS[01] := XtrA_Bz2.PS; HMI_BZ_PS[02]...
Replies
4
Views
1,822
Back
Top Bottom