Host Engineering Forum

General Category => DirectSOFT => Topic started by: franji1 on August 06, 2009, 09:39:16 PM

Title: You can now type in ladder logic more easily on the forum
Post by: franji1 on August 06, 2009, 09:39:16 PM
We fixed the issue of supporting monospaced font in the message editor so that you can more easily enter ladder logic using characters in a CODE block, like below:
Code: [Select]

 X0                   +---------+
-] [------------------| MATHBCD |
                      |   V2000 |
                      | V0 + V1 |
                      +---------+

Although you still have to do most of the work, you can at least do it in a (sort of) WYSIWYG way  ;D
Title: Re: You can now type in ladder logic more easily on the forum
Post by: PLCGuy on August 07, 2009, 12:22:20 PM
Hey nice. How do I do that. Do I use ALT+keypad to generate the symbols?
Title: Re: You can now type in ladder logic more easily on the forum
Post by: franji1 on August 07, 2009, 01:43:40 PM
Hey nice. How do I do that. Do I use ALT+keypad to generate the symbols?
Just normal dashes --- plus signs + and pipe symbols | (Shift+backslash)
Code: [Select]
+----+
|    |
|    |
+----+

and do contacts -] [- with closed bracket then open bracket (not the other way around)