Specifications

B10–51
Operator Interface
www.automationdirect.com/C-more-micro
PLC
Overview
DL05/06
PLC
DL105
PLC
DL205
PLC
DL305
PLC
DL405
PLC
Field I/O
Software
C-more
HMIs
Other HMI
AC Drives
Motors
Steppers/
Servos
Motor
Controls
Proximity
Sensors
Photo
Sensors
Limit
Switches
Encoders
Current
Sensors
Pushbuttons/
Lights
Process
Relays/
Timers
Comm.
TB’s &
Wiring
Power
Circuit
Protection
Enclosures
Appendix
Part Index
C-more Micro-Graphic Programming Software
C-more
Micro-Graphic Panel Objects
Object Graphic Object Graphic
The Line object, just like with drawing tools, allows the user to insert a straight line
drawing into a project. When a Line is inserted into a project, a window opens to
allow the user to setup all available parameters for the Line object. Some of the
uses for Line Objects include but are not limited to adding callouts, pointers, or
indicators.
The Analog Meter object is used to display the current value of a Tag Name.
The Rectangle object, just like with drawing tools, allows the user to insert a
drawing of a Rectangle as well as other geometric shapes into a project. When
this object is inserted into a project, a window opens to allow the user to setup all
available parameters for the Rectangle object.
The Bar Meter object is used to monitor up to two assigned Tag Names continu-
ously. This object has various appearances depending upon the relative value of
the tags. The Bar Meter can be used to create digital versions of level, current,
and flow meters to name a few samples, or gauges that measure speed and other
measurable data.
The Circle object, just like with drawing tools, allows the user to insert a drawing
of a Circle or ellipse shape into a project. When this object is inserted into a
project, a window opens to allow the user to setup all available parameters for
the Circle object.
The Bitmap Button object offers the ability to use a Bitmap graphic to perform the
functions of a Button. This allows users to create their own graphics and imple-
ment them within the software project. The Bitmap Button object can be used to
activate or deactivate components assigned to a Discrete Tag Name. The C-more
Micro-Graphic display only supports two colors, black and white.
The Frame object allows the user to insert a Frame to the project that can be used
to Frame other objects. Some of the uses for Frame object include but are not
limited to graphically separating objects for different operations that may appear
on one screen and emphasizing pushbuttons or other objects that may require
more attention by the operator.
The Static Bitmap offers the ability to display a Bitmap graphic on any screen. The
Static Bitmap does not change state. Refer to the Dynamic Bitmap Object if you
require the graphic object to change state based on a Tag Value in your PLC. The
dialog box for a "Static Bitmap" object allows you to "read from disk" and select
a graphic file for import. Graphics must be in one of the following formats: .BMP
.WMF .JPG .JPEG
The Pushbutton object is available from the Button Category of the Object List
window. The Pushbutton object is an electronic version of a typical Pushbutton
normally found on control panels. The Pushbutton object can be used to activate
or deactivate components assigned to a Discrete Tag Name.
Recipe objects make it easy to make a large number of tag changes with the push
of a single button. Create Recipes with up to 99 entries, and multiple sets of
values. Then just push a button to load an entire set of values into the group of
recipe tags.
The Switch object is an electronic version of a typical Switch that normally can be
found on control panels. The Switch object can be used to activate or deactivate
components assigned to a Discrete Tag Name.
The Dynamic Bitmap object offers the ability to make an object using two different
Bitmap graphics that will display one graphic when the Tag is On and a different
graphic when the Tag is Off. Use your own bitmap designs or use some of the
bitmaps provided with the software that are located in the User Graphic Library.
The Indicator Button object is available from the Button Category of the Object List
window. The Indicator Button object is an electronic version of a typical Indicator
Button normally found on control panels. The Indicator Button is a combination of a
Pushbutton and an Indicator Light. The Indicator Button can be used to activate or
deactivate components assigned to a Discrete Tag Name.
The Static Text object is used to display a Frame with a personalized Message.
This Frame and Message can be placed on any screen and any location within
the screen.
The Indicator Light object is an electronic version of a typical Indicator Light
normally found on industrial control panels. The Indicator Light can be configured
to display the status of the assigned Discrete Tag Name.
The Lookup Text object is used to display a Frame with a personalized Message.
This Frame and Message can be placed on any screen and any location within
the screen. The object is always displayed like a sign but is configured to display
only the message prompted by an assigned Tag Name. Messages are retrieved
from a Message Database which is configured by the user with text defined by the
user. The Lookup Text Object will scroll text up to 128 characters.
The Graphic Indicator Light object is a more enhanced version of the “Indicator
Light Object” that allows the user to choose more detailed graphics to display the
status of a tag. This object is an electronic version of a typical Indicator Light
normally found on industrial control panels. The Indicator Light can be configured
to display the status of the assigned Discrete Tag Name.
The Dynamic Text object is used to display text that is retrieved from data stored
in a Tag. The Tag Name is assigned to registers in the PLC that contain set char-
acter data. The data can be stored in the PLC in ASCII format and may include
information such as machine numbers, locations, part numbers, and such. The
Message can be configured to be visible (Trigger) when an associated Tag Name
is On or Off. This object can be placed on any screen and any location within the
screen. The Dynamic Text Object will scroll text up to 40 characters.
The Numeric Display consists of a frame that displays a real-time numeric value
according to the value of data received from an assigned Tag Name. The
Numeric Display supports numeric Signed Decimal, Unsigned Decimal, BCD,
and Floating Point data types with up to 11 digits, including decimal point. User
Defined Alpha Numeric Prefix and Suffix values are also supported.
The Scroll Text object is available from the Text Category of the Object List
window. The Scroll Text object is an electronic version of a marquee. It is similar
to the Static Text Object. If the text in the object does not fit in the window, it will
scroll from right to left across the window. The Scroll Text object does not require
a Tag Name assignment. The Scroll Text Object has a maximum character limit
of 128 characters.
The Numeric Entry object is used to enter a value from your Panel to a PLC
Register. This object, when selected, opens a Numeric Keypad that allows the user
to enter a new value that will be written to the assigned Tag Name. The Numeric
Entry supports numeric Signed Decimal, Unsigned Decimal, BCD, and Floating
Point data types with up to 11 digits, including decimal points. User Defined
Alpha Numeric Prefix and Suffix values are also supported.
The Screen Change Pushbutton object is available from the Control Category of
the Object List window. The Screen Change Pushbutton object is a pushbutton
that can be configured to activate another screen in the project. This object may
be edited to various colors and sizes. Users can configure the button to activate
the Power-Up screen, Forward Screen, Previous Screen, or any one of the project
screens.
The Increment/Decrement Value object is used to add or subtract a value by
pressing a button on the Panel. Basically the object uses two Tags, one to read a
value from and another to write a modified value to. The Increment/Decrement
Value supports numeric Signed Decimal, Unsigned Decimal, BCD, and Floating
Point data types with up to 11 digits, including decimal points. The Increment and
decrement values are also user selectable.
The Screen Selector object is available from the Control Category of the Object
List window. This object is an enhanced version of the Screen Change pushbutton
in that it offers many more features and defaults with data from screens in the
project. This helps to save time by not having to create Screen change buttons for
each screen. This object may be edited to various colors and sizes.
The Real Time Graph object displays the value stored in up to two PLC tags, over
a history of up to 24 points each.
The Adjust Display Contrast object is used to allow the operator to adjust the
Panel Display Contrast. The default Display setting often works in most applica-
tions, however lighting may vary based on the location of each application. In
these cases the operator can use this object to make adjustments. The current
display setting value will appear on the top of the button and will change as the
arrow keys are pressed. This button can be modified to various sizes.
The Line Graph object displays the values of up to 24 PLC address points. Up to
two address arrays can be displayed.
The Function object is used to assign the panels function key buttons to a partic-
ular action as well as assigning the control of the LED On/Off status. When a
button has been assigned as a shift button, the then F1 through F5 will become
F6 through F10. The Function Object buttons will activate when the hardware
button is pressed or when the object is pressed on the screen. The object size is
restricted so that the keys will line up with the hardware function keys on the
panel.