News:

  • October 12, 2024, 03:34:54 PM

Login with username, password and session length

Author Topic: You can now type in ladder logic more easily on the forum  (Read 10971 times)

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3699
    • Host Engineering
You can now type in ladder logic more easily on the forum
« 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

PLCGuy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 677
Re: You can now type in ladder logic more easily on the forum
« Reply #1 on: August 07, 2009, 12:22:20 PM »
Hey nice. How do I do that. Do I use ALT+keypad to generate the symbols?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3699
    • Host Engineering
Re: You can now type in ladder logic more easily on the forum
« Reply #2 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)