Host Engineering Forum

General Category => DirectSOFT => Topic started by: Meyers Mills on March 12, 2020, 11:32:18 AM

Title: Structured Text
Post by: Meyers Mills on March 12, 2020, 11:32:18 AM
Which version of  Do More or DirectSoft  Designer software  support other programming languages  apart from Ladder Logic. I am using Do More Designer version 2.6.
Is there any version which supports Structured Text, Instructions List?
Title: Re: Structured Text
Post by: franji1 on March 12, 2020, 01:18:43 PM
Sorry, no.

Stage is a rudimentary SFC implemented via Ladder Logic.  A "Stage" is a "Step".  It supports simple/complex  branching, with built-in support for ALL of the device "fully asynchronous" instructions.  Also diverging and converging concepts of SFC.
Title: Re: Structured Text
Post by: franji1 on March 12, 2020, 01:25:48 PM
Designer and DirectSOFT both support IMPORT/EXPORT of mnemonic (Instruction List) via a Text file.  But Instruction List editing is not natively supported.
Title: Re: Structured Text
Post by: Controls Guy on March 12, 2020, 03:21:55 PM
But Instruction List editing is not natively supported.

Not formally, but you can get there if you want to bad enough.  (I guess that's where the "natively" part comes in) And I'm not being theoretical or pedantic, I actually used to do that with AB (before subroutines, when you'd repeat the same logic 100 times in a program).  Export the monics, and make 100 edited copies manually in spreadsheet or wp, then import.  I even did VBA to automate it if large.
Title: Re: Structured Text
Post by: franji1 on March 12, 2020, 03:33:50 PM
(I guess that's where the "natively" part comes in)
Exactly.