Fable Posted October 29 Report Posted October 29 (edited) I'm trying to recreate this program drop down list that has structure text programs in it, but I can't figure out how to add ST programs. I'm only getting an option to add a Section of ladder. Sysmac Studio Edited October 29 by Fable
Crossbow Posted October 30 Report Posted October 30 You need to add a new program. A program of ladder can only contain sections of ladder. A separate program can contain ST code. Right click on the programs folder and add a new program. 1
IO_Rack Posted October 30 Report Posted October 30 If you only want a small section of ST, you could right click a line in ladder and choose 'Insert Inline ST'. Otherwise, you'll need to do as Crossbow suggests. I prefer to program in ladder but I like to use ST for large array calculations and FOR / END_FOR loops.
Fable Posted October 30 Author Report Posted October 30 (edited) 18 hours ago, Crossbow said: You need to add a new program. A program of ladder can only contain sections of ladder. A separate program can contain ST code. Right click on the programs folder and add a new program. I have added two ST programs, how do I put them under one drop down. I'm trying to get to this type of setup. (Programming in only ST) Edited October 30 by Fable
BE Posted November 2 Report Posted November 2 (edited) I don't think you can do that for ST programs. Ladder programs allow you to RMB and "Add Section", but ST programs don't appear to have this option. Alternatively, use Ladder programs and use inline ST in the ladder. Then you could add sections accordingly, similar to your screenshot. Although I will admit it is probably a bit more "clunky" as the windows don't auto-resize etc. Edited November 2 by BE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now