Edit Menu - Danfoss MCO 305 Design Manual

Programmable motion controller
Hide thumbs Also See for MCO 305:
Table of Contents

Advertisement

MCO 305 Design Guide

Edit Menu

The Edit menu offers the necessary editing help for
programming. Most of these commands can also be
reached via certain keys and key combinations.
Find and Replace
Click on Edit → Find or press [Ctrl]-[F] and enter the search string into the following dialog field. Use [F3] to
jump from one instance of the string to the next.
Click on → Mark All instead of → Find and all instances found are immediately "bookmarked" with a blue
triangle in the left margin. [F2] can then be used to jump to successive bookmarks.
The regular expression implementation in search and replace functionality handles the following syntax:
Wildcards
?
+
*
Sets of characters
Characters enclosed in square brackets will be treated as an option set.
Character ranges may be specified with a – (e.g. [a-c]).
Logical OR
Sub expressions may be OR-ed together with the | pipe symbol.
Parenthesized sub
A regular expression may be enclosed within parentheses and will be treated as a unit.
expressions
Escape characters
Sequences such as \t, etc. will be substituted for an equivalent single character. \\ represents
the backslash.
Examples:
10
Search for the string "10".
10+
Search for "1" followed by at least one "0" (e.g. 10, 100, 1000, etc.).
10*
Search for "1" followed by zero or more "0" characters (e.g. 1, 10, 100, 1000, etc.).
vel[xyz]
Search for "velx", "vely", or "velz".
vel[1-3]
Search for "vel1", "vel2", or "vel3".
(vel)|(acc)
Search for "vel" or "acc".
vel[ \t]*=
Search for "vel", followed by any number of spaces or tabs, followed by "=" (i.e.
search for assignments to the variable "vel").
62
__ PC Software Interface __
for any single character
for one or more or something
for zero or more of something
®
MG.33.L5.02 – VLT
is a registered Danfoss trademark

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents