NT2S-SF121B-E & NT2S-SF122B-E: Quick Start Guide
NT2S-SF121B-E & NT2S-SF122B-E: Quick Start Guide
&
NT2S-SF122B-E
QUICK START GUIDE
A dialog will appear that allows additional PLC models to be added to the PLC selection menu.
Make sure that the PLC needed for the project is included in the list on the right.
The PLC model can be changed at any time during the project. From the Project menu,
select, PLC Model, and select a new PLC model from the list. Accept the change by
clicking on OK. Care must be taken to verify that the tag addresses are valid for the new
PLC model.
(If the brand of PLC required for the project does not appear, refer to the ADD/REMOVE DRIVERS section
above.)
3. Select the NT2S hardware model that will be used for this project. Choose either NT2S-
SF121B-E or NT2S-SF122B-E and click the CLOSE button.
(If the incorrect NT2S model is selected, the project can be converted at anytime using the file conversion
utility located on the Project menu, and select Model type. Just open the project and select this menu item and
select OK.)
Generally, there is no need to change the default settings. The only parameters that need to be
set by the user are Power up screen number and the function key password settings.
LED Register – This setting tells the NT2S which TAG to reference for the LED Register. Any TAG of the proper
type can be referenced for this setting. The default TAG is labeled “LED Register”.
STR – This setting tells the NT2S which TAG to reference for the Screen Trigger Register. Any TAG of the proper
type can be referenced for this setting. The default TAG is labeled “Screen Trigger Reg”.
Power Up Screen – Enter the screen number for the screen that should appear at system start-up. This screen
number is only referenced internally from the NT2S and is not written down to the STR in the PLC.
Serial Port settings: Set the serial port parameters for serial printer connection. The communication is Serial
RS232, Selectable 7 or 8 bit, Odd, Even or No Parity, No handshake, 300, 600, 1200, 2400, 4800, 9600 or 19200
Baud.
NOTE: Serial Communications specifications apply to the Unit - printer setup and do not affect PC to Unit
communications.
Function Key Password – This password will be applied to any function key that has the password activated. The
password will be used throughout the project.
RTC Download Time (NT2S-SF121B-E only) – Enter the time interval for downloading the RTC tags to the PLC
here. The values range from 0 to 600 ( seconds ). 0 means the values will be downloaded as fast as possible. Any
other interval will mean that NT2S will wait for the specific time interval before downloading the value into the
PLC.
New projects are created a set of default TAGS. For instance, NT2S-SF122B-E has the
following tags:
NT2S-SF121B-E projects are created with 8 tags. Tags 0003 through 0008 are associated with
the RTC and cannot be directly addressed in NT2ST. Their addresses are offset from the LED
Register address. The tags are defined as follows:
CREATE A COIL
A tag can reference a bit in PLC memory, called a coil. Use the following steps to create a tag
for a coil:
1. Select Tag Database from the Edit menu.
2. From the Tag Database editor dialog, choose NEW.
3. Select the Coil button.
4. Choose the PLC memory location from the provided list box.
5. Select the specific register and bit number in the address box provided.
6. Enter a tag name in the lower text box.
7. Select ADD button to complete the creation of the coil tag.
2. Click on the new screen button ! to launch the screen type selection dialog, New
Screen.
3. Four different types of screens can be selected from the New Screen dialog: Normal, Link,
Special, and Function. The following sections will discuss each type of screen. Choose a
screen type, enter a screen number, and select OK to launch the Editing Screen dialog.
The text window in the upper left corner represents the NT2S display window. Some Normal
screen settings include:
DISPLAY HALF – set display for ALL, TOP, or BOTTOM. This is primarily for use with scrolling messages. If
ALL is selected, the scrolling rolls in from the bottom right and then pauses on the top line as the message continues
to scroll in on the bottom. If TOP is selected the message forms a continuous scroll across the top line. Likewise
for the BOTTOM setting.
SCROLL – Set scroll to NO, SLOW, MEDIUM, FAST. Activates scrolling messages. Scrolling messages cannot
display imbedded coil or register values. During NT2S operation, scrolling messages cannot be interrupted. Screen
cannot be changed until the entire scrolling message has been displayed.
FLASH – Selection box that allows the NT2S message to blink.
PRINT – Selection box that allows the NT2S screen data to print out the top serial port.
MIN TIME – A minimum time can be assigned to assure an operator can view the screen. If a number is entered in
this field, screens will display for the specified minimum time. This is useful when displaying chained messages,
confirming function key action, or displaying alarm/error messages.
CHAIN TO – If a screen number is placed in this box, the current screen will be displayed following the specified
screen. The screens in a “chain” will each display for the specified time in the MIN TIME box.
Once the text is assigned to bit values and OK is selected, text placeholders will appear in the display window.
These placeholders can be positioned by adding characters before the placeholders. In this case, spaces were added
at the far left of the second line to center the text.
The Embedded Bit Text can be edited by selecting a placeholder in the NT2S display window. Choose EDIT from
the menu that will be presented. A DELETE selection will also be presented.
Multiple Bit Text elements can be placed on a single NT2S screen. The program will allow up to 32 single
character bit text messages per screen. It is also possible to have one of the states, On or Off, to have no text
displayed.
Once the register is assigned and formatted, select OK. Text placeholders will appear in the display window at the
cursor location. These placeholders can be positioned by adding characters before the placeholders.
The Embedded Register can be edited by selecting a placeholder in the NT2S display window. Choose EDIT from
the menu that will be presented. A DELETE selection will also be presented.
Bits can be controlled in several ways. Turn Off and Turn On functions force set the bit to the 0 or 1 position.
Toggle alternates the bit between 1 and 0 as the function key is pressed. Hold Off and Hold On set the bit to a 0 or a
1 as long as the function key is held (momentary switch).
The child screens of the Link Screen can be any existing NORMAL or SPECIAL screen type.
NEXT and PREV functions of the link screen will override any function key programming on F1
and F2 of the child screens.
The progression of screens will follow the order listed in the right window. The order can be
changed using the UP and DOWN keys. Pressing the Next button will show how linked screens
will progress on the NT2S.
Operations can be performed on register or coil tags. (Recommend using Special screens only
for changing registers, not coils. Use the function keys of a normal screen for changing coils.)
Operation on Tag include:
- Edit One Word – Assign a value to the specified PLC register using the preprogrammed function keys.
Values are entered into the NT2S field using the enter key (F6), up arrow (F3), and left arrow (F4). When
the special screen is displayed, begin the number entry process by pressing the Enter key. The right most
digit will begin blinking. Increment to the digit to the desired value and press the left arrow to shift it over.
Increase the digits and shift them to the left until the desired number is displayed. Then press enter again to
accept the value.
- Numbers are entered highest digit first. Entering the number 521, the user will enter the 5 first, shift it left,
enter the 2 next, shift it left, and then enter a 1 and press enter.
A special screen can also perform the following functions.
- Unsigned Integer - Sends a specified unsigned integer constant value to the specified tag.
- HEX constant - Sends a specified HEX constant value to the specified tag.
- Binary constant - Sends a specified Binary constant value to the specified tag.
- BCD constant - Sends a specified BCD value to the specified tag.
- Add constant - Sends a specified HEX value to the specified tag.
- Subtract constant - Sends a specified HEX value to the specified tag.
However, NORMAL screens are recommended for writing constants to memory locations, as
they are much easier to implement.
Programming begins by clicking on the function key that requires programming. Configure the
action of the function key by clicking on PERFORM ACTION ON button.
Once the action is set, you may choose to enter text in the text window at the upper left. If text is
entered here, a message will be displayed when that function key is pressed. If the field is left
blank, the screen will not change from the current screen.
Bit controlled text, and register information can be placed on the function key pop-up screen
using the EMBED BIT TEXT and EMBED REGISTER buttons in the lower left corner of the
screen.
Select ACCEPT CHANGES TO KEY button when finished programming a function key. Select
another function key number to edit, or select the CLOSE button.
When utilizing the pop-up window feature for the global function keys, it is necessary to enter a
MIN TIME for the screen to display. If no MIN TIME is specified the screen will appear to
quickly to read. Follow the instructions below for editing a Function Key screen to gain access
to this setting.
Click on the PERFORM ACTION ON button to change global function key program. Enter
MIN TIME to control the time of display of function key message.
Type any character on the keyboard to initiate the second line. This character will be the first
character on the second line.
If the characters need to be centered on the second line, click on the first character of the second
line with the mouse button and add spaces using the keyboard.
Remember, the second line can begin with a space, but it cannot be initiated with a space.
OMRON CABLES
NT2S Program Download Cable
Use the standard Omron PLC and NT programming cables:
C200HS-CN220-EU
C200H-CN229-EU
Keyence KV Series
Toshiba PLC T1
Toshiba PLC T2
Koyo DL 205
Koyo DL 305
Function Key Binary Action Momentary, Toggle On, Toggle Off, Set On, Set Off. Yes Yes
Function Key Numeric Action Set constant value, increment, or decrement by a constant value to PLC Yes Yes
register.
Numeric Entry Special screen uses arrow, clear, and enter keys to input numeric values Yes Yes
to PLC register.
Function Key Screen Global Function key actions can be linked to a Function Key screen that Yes Yes
displays upon activation of that function key. This can be used to
confirm function key action.
Password Protect Any Key Password can be activated for any function key. Yes Yes