Fx1616-BA: User'S Manual
Fx1616-BA: User'S Manual
Fx1616-BA: User'S Manual
Ladder + BASIC
Super PLC
USER’S
Revision 1.3a MANUAL
USER MANUAL
All rights reserved. With the exception of legitimate TRi PLC users, who
may print or make copies of this manual for reference purposes, no parts
of this manual may be reproduced in any form without the express written
permission of TRi.
Revision Sheet
Release No. Date Revision Description
Rev. 0 2/15/2014 First Release
Rev. 1.0 10/30/2014 Revised section 2.10 on Web Control
Added reference to SmartTILE solution for OEMs
Rev. 1.1 12/01/2015 Further revised section 2.10 on Web Control
Added reference to SmartTILE solution for OEMs
Rev. 1.2 2/18/2016 Updated specs regarding the number of simultaneous Fserver/Modbus
TCP connections.
Also removed outdated relay orientation references (relay orientation is
not applicable to any Fx1616-BA PLC).
Rev. 1.3 3/07/2016 Updated section 20.4.4 due to program code correction
Rev. 1.3a 3/15/2016 Corrected minor error in section 5.2.6
Page ii
USER MANUAL
Triangle Research International Inc. (TRi) and the Buyer agree to the following
terms and conditions of Sale and Purchase:
2. TRi will not be responsible for the repair or replacement of any unit damaged
by user modification, negligence, abuse, improper installation, or
mishandling.
3. TRi is not responsible to the Buyer for any special, consequential, indirect or
similar damages, including any lost profits or loss data arising from the use or
the loss of use of TRi products. In no case shall TRi's liability exceed the
purchase price for the products.
4. TRi products are NOT certified to be FAILSAFE and hence must NOT be
used in applications where failure of the product could lead to physical harm
or loss of human life. The Buyer is responsible to conduct his/her own tests to
meet the safety regulation of the respective industry.
5. Products distributed, but not manufactured by TRi, carry the full original
manufacturers warranty. Such products include, but are not limited to: power
supplies, sensors, I/O modules and battery backed RAM.
6. TRi reserves the right to alter any feature or specification at any time with
each product revision release.
Notes to Buyer: If you disagree with any of the above terms or conditions you
should promptly return the unit to the manufacturer or distributor within 30 days
from date of purchase for a full refund.
Page iii
USER MANUAL
TABLE OF CONTENTS
Page #
Page iv
USER MANUAL
Page v
USER MANUAL
Page vi
USER MANUAL
Page vii
USER MANUAL
11.4.1 Using Fx1616-BA PWM Output To Control RC Servo (Non-Isolated) ........................... 11-4
11.4.2 Using Fx1616-BA PWM Output To Control RC Servo (Opto-Isolated) ......................... 11-5
11.4.3 RC Servo Positioning Resolution ................................................................................... 11-5
12 REAL TIME CLOCK 12-1
12.1 Introduction ........................................................................................................................... 12-1
12.2 TBASIC variables Used for Real Time Clock ..................................................................... 12-1
12.3 RTC Error Status On Ladder Logic ..................................................................................... 12-1
12.4 Setting the RTC Using TRiLOGI Software .......................................................................... 12-2
12.5 Setting the RTC Using TBASIC ........................................................................................... 12-2
12.6 Setting the RTC from Internet Time Server ........................................................................ 12-3
12.7 Setting up an Alarm Event in TBASIC ................................................................................ 12-3
12.8 Troubleshooting the RTC..................................................................................................... 12-3
13 LCD DISPLAY PROGRAMMING 13-1
13.1 SETLCD Command ............................................................................................................... 13-1
13.2 Special Commands For LCD Display ................................................................................. 13-1
13.3 Displaying Numeric Variable With Multiple Digits ............................................................ 13-1
13.4 Displaying Floating-point numbers .................................................................................... 13-2
14 SERIAL COMMUNICATIONS 14-1
14.1 Introduction: .......................................................................................................................... 14-1
14.2 COMM1: RS232C Port with Female DB9 Connector ......................................................... 14-1
14.3 COMM2 / COMM3: Two-wire RS485 Port ......................................................................... 14-2
14.3.1 PROGRAMMING AND MONITORING .......................................................................... 14-2
rd
14.3.2 Accessing 3 Party RS485-based Devices ................................................................... 14-3
14.3.3 Interfacing Other Devices to Modbus Host or to the Internet ........................................ 14-3
14.3.4 Distributed Control ......................................................................................................... 14-3
14.4 Changing Baud Rate and Communication Formats: Use of the SETBAUD Statement. 14-3
14.5 Support of Multiple Communication Protocols ................................................................. 14-5
14.6 Accessing the COMM Ports from within TBASIC .............................................................. 14-6
14.7 Using The PLC As a Modbus / Omron Slave – SCADA, HMI Applications ............. 14-8
14.7.1 MODBUS ASCII Protocol Support ................................................................................. 14-8
14.7.1.1 BIT ADDRESS MAPPING ....................................................................................... 14-10
14.7.1.2 WORD ADDRESS MAPPING ................................................................................. 14-11
14.7.2 MODBUS RTU Protocol Support ................................................................................. 14-11
14.7.3 OMRON Host Link Command Support ..................................................................... 14-11
14.7.4 Application Example: Interfacing to SCADA Software ................................................. 14-12
14.8 Using The PLC As a Modbus Master – Getting Data From Power or Flow Meters ... 14-13
14.8.1 Fx1616-BA PLC As MODBUS RTU Master ................................................................ 14-13
14.9 Using Modem to Remotely Program/Monitor The PLC ................................................... 14-14
14.9.1 Wiring ........................................................................................................................... 14-14
14.9.2 Programming................................................................................................................ 14-14
Page viii
USER MANUAL
Page ix
USER MANUAL
16.17 Read Variable – Single Floating Point Array FP[1] to FP[1000] ................................... 16-8
16.18 Read Variable – Multiple Floating Point Data FP[1] to FP[1000] ................................. 16-8
16.19 Read Variable - System Variables................................................................................... 16-8
16.20 Read Variable - High Speed Counter HSCPV[ ] ............................................................. 16-9
16.21 Write Inputs ..................................................................................................................... 16-10
16.22 Write Outputs .................................................................................................................. 16-10
16.23 Write Relays .................................................................................................................... 16-10
16.24 Write Timer-contacts ...................................................................................................... 16-10
16.25 Write Counter-contacts .................................................................................................. 16-11
16.26 Write Timer Present Value (P.V.)................................................................................... 16-11
16.27 Write Timer Set Value (S.V.) .......................................................................................... 16-11
16.28 Write Counter Present Value (P.V.) .............................................................................. 16-12
16.29 Write Counter Set Value (S.V.) ...................................................................................... 16-12
16.30 Write Variable - Integers (A to Z)................................................................................... 16-12
16.31 Write Variable - Strings (A$ to Z$) ................................................................................ 16-12
16.32 Write Variable – Floating-point (A# to Z#) .................................................................... 16-13
16.33 Write Variable – Singe Data Memory (DM[1] to DM[4000]) ......................................... 16-13
16.34 Write Variable – Multiple Data Memory (DM[1] to DM[4000]) ..................................... 16-14
16.35 Write Variable – Singe Float Array (FP[1] to FP[1000]) .............................................. 16-14
16.36 Write Variable – Multiple Float Array (FP[1] to FP[1000]) ........................................... 16-14
16.37 Write Variable - System Variables ................................................................................ 16-15
16.38 Write Variable - High Speed Counter HSCPV[ ] ........................................................... 16-15
16.39 Halting the PLC ............................................................................................................... 16-16
16.40 Resume PLC Operation ................................................................................................. 16-16
16.41 Read Analog Input .......................................................................................................... 16-16
16.42 Read EEPROM Integer Data .......................................................................................... 16-17
16.43 Read EEPROM String Data ............................................................................................ 16-17
16.44 Write Analog Output ...................................................................................................... 16-18
16.45 Write EEPROM Integer Data .......................................................................................... 16-18
16.46 WRITE EEPROM String Data ......................................................................................... 16-18
16.47 Force Set/Clear Single I/O Bit........................................................................................ 16-19
16.48 Using OMRON Host Link Commands .......................................................................... 16-19
16.48.1 Read IR Registers ........................................................................................................ 16-20
16.48.2 WRITE IR Registers ..................................................................................................... 16-20
16.48.3 Read Data Memory DM[1] to DM[4000]....................................................................... 16-21
16.48.4 WRITE Data Memory DM[1] to DM[4000].................................................................... 16-21
16.49 Testing of Host Link Commands .................................................................................. 16-22
16.50 Visual Basic Sample Program....................................................................................... 16-23
Page x
USER MANUAL
Page xi
USER MANUAL
20.6 Uploading File From PLC to FileZilla FTP Server Directory ........................................... 20-12
20.6.1 Overview of The FTP Protocol ..................................................................................... 20-12
20.6.2 PLC FTP Upload Procedure ........................................................................................ 20-12
20.6.3 Monitoring The FTP Upload Progress ......................................................................... 20-13
20.7 Setting Up A FTP Server Behind a Windows Firewall. ................................................... 20-13
20.8 Uploading File From PLC to FileZilla FTP Server Directory ........................................... 20-15
20.8.1 Overview of The FTP Protocol ..................................................................................... 20-15
20.8.2 PLC FTP Upload Procedure ........................................................................................ 20-16
20.8.3 Monitoring The FTP Upload Progress ......................................................................... 20-16
20.9 Setting Up A FTP Server Behind a Windows Firewall. ................................................... 20-18
21 USING PLC AS A MODBUS/TCP GATEWAY 21-1
21.1 Introduction ........................................................................................................................... 21-1
21.2 Application Ideas for Modbus/TCP Gateway ..................................................................... 21-1
21.3 Configuring The PLC As Modbus/TCP Gateway ............................................................... 21-1
21.4 Fine-Tuning The Modbus/TCP Gateway Function ............................................................ 21-2
21.5 Modbus/TCP Gateway Sample Program ............................................................................ 21-3
Page xii
Chapter 1 Installation Guide
+ 24V DC
- Power Supply
1N4007 for PLC
LCD Display Module (optional)
1000F 50V
E.Cap (Optional) Output LED
Indicators (Red)
IR Remote
+ - Sensor Relay Output
14-pin LCD
Display Port Reserved CPU Status Terminals Multi-purpose
Indicators Outputs (5-8)
Tx Rx
RS232C (COMM1) Digital & Special
Outputs Section
RS485 (COMM2)
To Expansion
RS485 (COMM3) Board
1.1 Overview
The Fx1616-BA PLC is a new generation of F-series PLC and is designed to replace the F1616-BA
model. Fx1616-BA is electrically identical to the F1616-BA. The main difference is that the Fx1616-BA
supports all the floating-point TBASIC commands available in i-TRiLOGI version 7 (TL7), whereas the
original F1616-BA only supports the 32-bit integer math available in i-TRiLOGI version 6 (TL6).
Fx1616-BA is designed to be 100% backward compatible to F1616-BA, hence it can also be programmed
by TL6 as well as TL7. This means in most cases the F1616-BA users can simply transfer their “.PC6” file
to the Fx1616-BA unmodified.
For existing users of F1616-BA upgrading to Fx1616-BA, the following summarizes the main differences
between the two PLC models:
1-1
Chapter 1 Installation Guide
Fx1616-BA F1616-BA
Program memory 23.5K words 16K words
Programming software TL7 and TL6 TL6 Only
Floating point math 32-bit Single precision IEEE754 -
Floating point variables A# to Z#, FP[1] to FP[1000] -
Modbus support for Mobdus memory mapping for FP[1] to
-
floating-point vars FP[1000]
Support multiple DM
New modified RVD command. Only via OMRON command.
Read command
Only DM[300] to DM[4000] can be
DM volatility DM[1] to DM[4000] can be non-volatile
non-volatile
SETSYSTEM 6, n (n = function #) SETSYSTEM 6, n
READMODBUS Support Function # 01, 02, 03, 04 Support Function # 03, 04
READMB2 Support Function # 01, 02, 03, 04 Support Function # 03, 04
WRITEMODBUS Support Function # 05, 06, 16 Support Function # 06, 16
WRITEMB2 Support Function # 15, 16 Support Function # 16
The Fx1616-BA features an Ethernet port that can be connected directly to a network router, switch, or
hub for access to the LAN or to the Internet. The Ethernet port supports the FServer (for remote
programming or monitoring) and a Modbus/TCP server (for access by third party devices) with up to 10
simultaneous connections. The user’s program can also easily connect to another PLC or Modbus/TCP
slave devices via the Internet, email real time data to any email address(es), or connect to the Internet
Time Server to get the most accurate real time information! The Ethernet port also supports “Web
Services”, allowing enterprise software, such as a database program or MS Excel, to query for
information from multiple PLCs instantaneously.
The basic Fx1616-BA unit comprises 8 analog inputs (12-bit, 0-10VDC), 4 analog outputs (12-bit, 0-10V
DC), 16 digital Inputs (24VAC or DC), and 16 digital outputs. 12 of the digital outputs (1 to 4 and 9 to 16)
are relays with a single common, while the remaining 4 are high current (24VDC 4A) N-channel MOSFET
multi-purpose outputs. They can also be used as 4 PWM outputs, 2 stepper motor controllers or 1 stepper
driver output (i.e. they can drive a stepper motor directly - saving you the expense of buying separate
stepper motor drivers).
In addition, 6 of the digital inputs are high-speed inputs and can be used for decoding and measuring
pulses received from up to 3 digital encoders, allowing you to measure position and velocity of a moving
object in real time. 10 of the digital inputs can also be defined as interrupt inputs, allowing fast events to
be handled in the shortest possible time and to not be constrained by the program scan time.
1-2
Chapter 1 Installation Guide
The Fx1616-BA is expandable up to a total of 128 digital inputs and 128 digital outputs using optional
expansion modules EXP1616R and EXP4040. It has one RS232 port and two RS485 ports; all of them
are conversant in MODBUS protocol. The built-in LCD port allows for a simple interface to industry-
standard LCD modules from 8 characters to 80 characters.
The Fx1616-BA features an Ethernet port which can be connected directly to a network router, switch, or
hub for access to the LAN or to the Internet. Though capable of being a full-function, general purpose
industrial PLC, the "BA" in its part number refers to "Building Automation" and suggests its special
application focus. The Fx1616-BA is the ideal choice for controlling "Smart Buildings", whether to it is to
provide creature comfort for its occupants, or more importantly in today's world, to monitor and control the
energy consumption in buildings and homes to eliminate waste, and thereby help to achieve the Green
Revolution!
The Ethernet port on the Fx1616-BA supports the FServer (for remote programming or monitoring) and a
Modbus/TCP server (for access by third party devices) with up to 6 simultaneous connections. The PLC
can also easily connect to another PLC or Modbus/TCP slave devices via the Internet, email real time
data to any email address, or connect to the Internet Time Server to get the most accurate real time
information! The Ethernet port also supports “Web Services”, allowing enterprise software, such as a
database program or MS Excel, to query for information from multiple PLCs instantaneously. Please refer
to Chapter 2 for detailed descriptions of these capabilities.
The basic Fx1616-BA comprises 8 analog inputs (12-bit, 0-10VDC), 4 analog outputs (12-bit, 0-10VDC),
16 digital Inputs (24VAC or DC), and 16 digital outputs. 12 of the digital outputs (5 to 16) are relays with a
single common, while the remaining 4 are high current (24VDC 4A) N-channel MOSFET multi-purpose
outputs. They can also be used as 4 PWM outputs, 2 stepper motor controllers or 1 stepper driver output
(i.e. they can drive a stepper motor directly - saving you the expense of buying separate stepper motor
drivers).
In addition, 6 of the digital inputs are high-speed inputs and can be used for decoding and measuring
pulses received from up to 3 digital encoders, allowing you to measure position and velocity of a moving
object in real time. 10 of the digital inputs can also be defined as interrupt inputs, allowing fast events to
be handled in the shortest possible time and to not be constrained by the program scan time.
The Fx1616-BA is expandable up to a total of 128 digital inputs and 128 digital outputs using optional
expansion modules EXP1616R and EXP4040. It has one RS232 port and two RS485 ports; all of them
are conversant in the MODBUS protocol. The built-in LCD port allows for a simple interface to industry-
standard LCD modules from 8 characters to 80 characters.
To view the Fx1616-BA specifications and other product information such as mounting hole locations and
environmental information, please refer to the Fx1616-BA Data Sheet downloadable from:
http://www.tri-plc.com/documents/Fx1616_Product_Info_Sheet.pdf
The second PCB is the “F-1616R” carrier board that carries the power elements and all the I/O interfaces
and connectors including the power connector, the RS232 and RS485 terminals, the digital input and
output drivers, and the expansion connector. There is even an Infra Red (IR) remote control sensor that
lets you use a Sony TV or DVD/VCR/Blue-Ray remote control to control your PLC!
1-3
Chapter 1 Installation Guide
The Fx CPU board is plugged into the F-1616R carrier board via two 40-pin IDC headers and one 10-pin
IDC header. IMPORTANT: At no time must the CPU board be unplugged from the carrier board when
the PLC is powered ON. Doing so can cause serious damage to either or both PCBs and is not covered
by warranty. We discourage unplugging the CPU board from the carrier board except for repair or
upgrade purposes as doing so may expose the CPU header pins to high voltages or electrostatic
discharge that can damage sensitive components on the CPU board.
The assembled Fx1616-BA can be easily installed in many kinds of plastic or metal enclosures. You need
to use 5 PCB standoffs (or screws and nuts) to support the controller and fasten it to a console box.
Alternatively, you can mount it on the optional “DIN-KIT 2B” and clip it onto the standard DIN rail.
The following subsections show some hardware details of the I/Os that are available on the Fx1616-BA
PLC model. Separate chapters in this manual will be devoted to discussing the programming methods for
this hardware.
Signal Pin #
A/D #1 8
A/D #2 7
A/D #3 6
AD1 AD8
A/D #4 5
A/D #5 4
A/D #6 3 8 1
A/D #7 2
A/D #8 1
9
D/A #1 14
D/A #2 13 NC
+10VR ef DA1 D A4 0V(gnd)
D/A #3 11
D/A #4 10 AD1 AD8
Analog Ref. AVCC 15 *NC - No Connection for pin 12
Analog ground AVSS 9
8 1
Figure 1.2
9
The specifications and programming methods for the analog I/Os are detailed in Chapter 5 of this manual.
NC
+5VRef DA1 DA4 0V(gnd)
1.2.2 Digital I/O Ports:
Detachable screw terminals are provided for quick connection to all digital inputs, outputs and power
supply wires. Each block of screw terminals can easily be detached from the controller body, enabling
easy replacement of the controller board when necessary. Since the terminal block for the digital I/Os is
inserted vertically to the board surface, you would need to remove the terminal block before you can start
wiring. Insert a small flat-head screwdriver under the terminal block and apply even pressure to raise the
terminal block until it becomes loosened from the connecting-pin strip, as shown below:
1-4
Chapter 1 Installation Guide
wire
Insulated crimp
ferrules
Tightening
screw
Connecting-pin strip
Flat-head
screw driver
Although wires may be connected directly to the screw terminal, insulated crimp ferrules should be used
to provide a good end termination to multi-stranded wires. Use of ferrules reduces the possibility of stray
wire strands short-circuiting adjacent terminals and their use is, therefore, highly recommended.
The output screw terminal block for output #9 to #16 has a “COM” terminal that is the common terminal
for all 12 relays on the Fx1616-BA.
The PLC typically consumes less than 350mA, even when all 12 relay outputs are being turned ON. If all
your I/Os are also 24V DC type, then you may use the same power supply to power the CPU and small
DC output loads, as long as the total load current is within the power supply maximum limit.
However, the Fx1616-BA is also designed specifically to target applications where most of the digital I/Os
are 24VAC type. Since the PLC’s inputs and outputs (except output 5 to 8) are optically isolated from the
CPU, the PLC can easily interface to 24VAC I/Os, which are commonly deployed in the building control
industry such as HVAC (Heating Ventilation and Air-conditioning) and building automation. In this case,
you will need a 24VDC power supply to power the CPU and a 24VAC transformer to supply power to the
loads. The DC power supply and the 24VAC power should be isolated from each other.
The Fx1616-BA also has 4 multi-function digital outputs that can sink up to 24V, 4A of continuous DC
current per output. Thus, you may use the same 24VDC power supply to power both the CPU and the
loads for these 4 outputs. However, the power supply must be able to deliver sufficient current for both
the CPU and the total peak current drawn by these four outputs.
Note: If your application demands very stable analog I/Os, you should choose a linear power supply
instead of a switching power source for the CPU.
1-5
Chapter 1 Installation Guide
Always place the power supply as close to the PLC as possible and use a separate pair of wires to
connect the power to the PLC. Keep the power supply wires as short as possible and avoid running them
along side high current cables in the same cable conduit. The Fx1616-BA will be reset when the power
supply voltage dips below a certain threshold voltage. It is a good idea to connect a 470F to 1000F,
50V electrolytic capacitor near the power supply connector to suppress any undesirable voltage glitches
from conducting into the PLC. If other high current devices, such as a frequency inverter, were to affect
the operation of the PLC, you should then also connect a diode before the capacitor to prevent reverse
current from flowing back to the power supply, as shown in the following diagram:
1N4007
+24V DC
Power
Supply Surge suppressor
470uF 50V
(Recommended)
+24V 0V
Figure 1.4
If the AC main is affected by nearby machines drawing large amounts of current (such as large three-
phase motors), you should use a surge-suppressor to prevent any unwanted noise voltage from being
coupled into the Fx1616-BA power supply. The required current rating for the power supply depends
mainly on the total output current, taking into consideration the peak current demand and the duty cycle of
the operation.
1-6
Chapter 1 Installation Guide
0 9
Low Pass Filter
To CPU
1 10
2 11
3 12
….. ….
4 13
5 14
To CPU
6 15
Low-Pass Filter
7 16
Low-Pass Filter Low Pass Filter
COM COM
Figure 1.5
However, please note an important difference between Input group #1 to #6 and Input group #7 to #16:
a) Inputs #1 to #6 are “High-Speed” inputs that can be connected to high-speed devices such as
optical encoders or tachometer pulse inputs in order to determine position and/or velocity of a
device in motion. They can also measure the frequency of incoming pulses.
However, their high-speed nature also means that if you connect a 24VAC signal to them, the
CPU and ladder program would see a series of incoming pulses occurring at 100 or 120Hz
(corresponding to 50Hz and 60Hz signal). Hence if you want to connect 24VAC signal to this
group of inputs and use them as regular digital inputs, you may need to use the PLC internal
timers to filter out these 100/120Hz pulses in the software.
b) Inputs #7 to #16 each employ a low pass filter to filter out the 100 or 120Hz glitches that occur
every time the 50/60Hz 24VAC signal changes direction. This means that if you connect a 50 or
60Hz AC signal to these 12 inputs, the CPU and ladder program will see only a steady ON signal
instead of a series of pulses.
1-7
Chapter 1 Installation Guide
FX1616-BA FX1616-BA
PNP Sensor
Output
NPN Sensor F1616-BA
Output F1616-BA Input
Input
COM
COM
0V + + 0V
DC 9 to 24V DC 9 to 24V
Power Supply Power Supply
for sensor for sensor
4
INPUTS
+12 to 24V DC
5
Power Supply
6 + (-) - (+)
7
COM
Input = Logic 1 when switch is closed
Figure 1.6
All digital inputs are directly programmable in Ladder Logic, as well as in TBASIC custom functions. Some
programming examples are detailed in “Chapter 3 –Digital I/Os and Internal Relays”
1-8
Chapter 1 Installation Guide
1) PWM outputs to drive heating elements or proportional valves using the SETPWM command –
please see Chapter 6 for more information.
2) Stepper Motor Driver: to directly drive a single, unipolar stepper motor. See Chapter 10 for
more details.
3) Stepper Motor Controller: to send pulse and direction signals to up to 2 external stepper motor
drivers. See Chapter 10 for more details.
LOAD
LOAD
LOAD
LOAD
1 9 LOAD ~
2 10 24V AC
LOAD
11 ~ Power Supply
3 LOAD
4 12 LOAD
13 LOAD
14 LOAD
15 LOAD
F1616-BA PLC 16 LOAD
COM
OUTPUTS
Common terminal for all 12 relays
Figure 1.7 - Relay Output Interfacing to Loads
1-9
Chapter 1 Installation Guide
F1616-BA PLC
0V
24V DC
+24V 0V
+24V Power Supply
5 LOAD
6 LOAD
OUTPUTS
7 LOAD
8 LOAD
All digital outputs are directly programmable in Ladder Logic as well as in TBASIC custom functions.
Some programming examples are detailed in “Chapter 3 –Digital I/Os and Internal Relays”
+24V
(a)
Inductive bypass
diode (DC only)
Diode's reverse
break down voltage
PLC NPN should be at least
Digital Output 2 x load voltage
1-10
Chapter 1 Installation Guide
There are quite a number of 14-pin LCD modules available on the market with many different display
sizes or character formats to choose from. E.g.: 1x8, 1x16, 1x20, 2x16, 2x20, 1x40, 2x40 and 4x20.
Triangle Research International (TRi) currently supplies two models of backlit LCD display modules for
use with the Fx1616-BA PLC. Each model is supplied with a 0.5m long, 14-pin ribbon cable for
connection to the PLC’s LCD port. The LCD216 is a 2 line x 16 characters per line module and the
LCD420 is a 4 line x 20 characters per line module. For more electrical and mechanical information on
these two LCD models, please visit our website at:
http://www.tri-plc.com/lcd.htm
The contrast of the LCD can be adjusted using the preset potentiometer VR1, marked with the word
“contrast”, just below the LCD connector. If you find that the LCD display is too dark or too dim, please
adjust VR1 with a small screwdriver to obtain the preferred contrast from the regular viewing angle.
To use the LCD, simply plug the 14-pin connector into the LCD port header; making sure that pin #1 (the
colored wire) of the ribbon cable aligns with pin #1 of the port header. (Pin 1 is the pin with a square
solder pad and the pin number is also printed on the PCB.)
Both LCD models provide a yellow-green LED backlight, which can be powered by the same DC power
supply as the PLC with the simple addition of a current-limiting resistor. Wiring of the backlight differs
slightly for the two models, as shown below. It is assumed that the unit will be connected to the 24V
power supply of the Fx1616-BA PLC. If you are using other voltages, then compute the values of the
current limiting resistors to obtain the same backlight current, taking note that the LCD backlight LED has
a forward voltage drop of about 4V.
IMPORTANT!
Please ensure that the current limiting resistor is in place and wired properly before turning on the power
supply. Connecting the LED backlight to the 24V power supply without the current limiting resistor will
definitely destroy the backlight unit. Also, please ensure that the polarity is connected correctly, because
reverse connection is likely to damage the backlight unit as well.
For the LCD420, the backlight is brought to a screw terminal via a small PCB. Use a multi-meter to check
which terminal is connected to pin 15 (Anode) and 16 (Cathode-) if you are unsure of the polarity.
1-11
Chapter 1 Installation Guide
Current = 90mA
A
220 5W
LCD216.
2 lines x 16 chars.
K
- +
Pin 1
24V Power
Supply
Current = 130mA
15 16
LCD420 150 5W
4 lines x 20 chars.
Pin 1 - +
24V Power
Supply
If you are using voltages other than 24V DC to power the backlight, then compute the resistor value
using the following formula: R = (V – 4)/I
The resistor value is only approximate. You may increase or decrease the resistance value to alter the
brightness of the backlight.
If you wish to adjust the brightness of the LCD backlight, you could wire the backlight to one of the
PLC’s PWM output. The resistor value selected should provide the current required for full brightness
when the PWM duty cycle = 100%. By varying the duty cycle of the PWM output you can adjust the
brightness of the LCD backlight. E.g. you can create the effect of fade-in/fade-out or flashing LCD
backlight to get the operator’s attention.
Some programming examples for the LCD display are presented in Chapter 13.
1-12
Chapter 1 Installation Guide
The Fx1616-BA has by default 23.5K words (16-bit) of program memory stored in the CPU Flash memory
area vs a default of only 16K on F1616-BA (some later version of F1616-BA do support up to 23.5K but
requires setting DIP switch #2)
Each ladder logic element (contacts or coils) takes up 1 word of memory. A TBASIC statement or function
takes up half a word to four or five words, depending on the number of parameters the statement or
function has.
The program memory can be erased and reprogrammed more than one hundred thousand times, which
is a limit that you are unlikely to ever reach.
The Fx1616-BA does not use the EEPROM memory anymore. Instead, the Fx1616-BA employs 6K
words of a new, high-tech memory product called “Ferromagnetic RAM” (FRAM). FRAM is non-volatile
memory just like the EEPROM that it replaced; yet unlike the EEPROM, which can only be erased and
reprogrammed a limited number of times, FRAM has no practical limit on how often it can be overwritten.
In fact, since they are really RAM memory in nature, there is no “erase” and “program” time penalty and
you can read and write to them at full speed. Also, unlike the case of T100M+ EEPROM. accessing the
FRAM frequently would not have any adverse effect on serial communications.
Since the FRAM are in fact a replacement of the EEPROM data memory, you can use the same TBASIC
commands (LOAD_EEP( ), LOAD_EEP$, SAVE_EEP, and SAVE_EEP$) in TRiLOGI version 6 or 7 to
read and write to the FRAM memory. Just take note that FRAM has all the advantages of EEPROM but
none of its disadvantages.
All the TBASIC variables used in the Fx1616-BA: A to Z, A# to Z#, FP[1] to FP[1000], DM[1] to DM[4000]
and string A$ to Z$, EMINT[1] to EMINT[16] and EMLINT[1] to EMLINT[16] are in the category of “volatile
data memory” - meaning when you turn off power to the PLC the memory content will be lost and they will
be reset to zero when the PLC is powered up again.
However, the memory array DM[1] to DM[4000]* as well as FP[1] to FP[1000] can be made non-volatile
by turning on DIP switch #1. This is because internally, DM[1] to DM[4000] as well as FP[1] to FP[1000]
are actually implemented in FRAM rather than regular RAM (however, they are not part of the 6K words
available for use mentioned in Section 1.7.2). You can therefore use these DMs as “safe” memory
locations whose content will be preserved in the case of a power failure.
Of course you can also use the SAVE_EEP and LOAD_EEP to achieve the same result as using DM[1] to
DM[4000]. It may be just a little more “natural” to use DM in your program instead of sprinkling
LOAD_EEP and SAVE_EEP commands throughout your program code.
* In the original F1616-BA only memory array DM[301] to DM[4000] can be made non-volatile.
1-13
Chapter 1 Installation Guide
Fx1616-BA supports extended data file storage for storing web pages and some are directly accessible
from within the PLC program. For more information please refer to Chapter 20 of this manual.
Note that when the PLC has been power-reset with DIP Switch #4 set to ON, all 3 serial port will boot up
with default baud rate and communication format of 38,400, 8,n,1.
The PLC’s RTC consumes about 1A during power down. A Ranata CR1632 lithium battery has a charge
capacity of 125 mAh. This means that theoretically the battery should be able to supply the RTC for
125*1000 hours, or about 5200 days (> 10 years). Since this Lithium battery has a shelf life of 10 years,
providing for a safety factor of 2 would mean that the single Ranata CR1632 should be able to power the
PLC’s RTC for at least 5 years, and could be for as long as 10 years if the PLC were never powered
down.
1-14
Chapter 1 Installation Guide
Run
Pause RTC
Err. Err.
All these indicators will light up for about 0.5 seconds during power-on. Thereafter they should go off and
if any one of them remains lit, it represents the various operating status of the PLC as follows:
The TBASIC simulator captures many possible run-time errors including out-of-range values, but in the
Fx1616-BA, only a few most important run-time errors are reported. The remaining errors are ignored.
The following are the few run-time errors that will be reported in Fx1616-BA:
1. Divide By Zero
2. FOR-NEXT loop with STEP = 0!
3. Call Stack Overflow! Circular CALL suspected!
4. Illegal Opcode - Please inform manufacturer!
5. System Variable Index out-of-range: This is normally caused by using an unavailable subscript.
E.g. DM[0], INPUT[-1], DM[5000], etc. Check the subscript value, especially if it contains a
variable (e.g. DM[X], if X=0 this will lead to a runtime error).
All run-time errors should be identified and corrected before you proceed any further.
1-15
Chapter 1 Installation Guide
A SmartTILE (Smart TRi Integrated Logic Engine) is the main CPU control board that can be used by an
OEM equipment maker to build its own custom-made, low cost and very powerful Ladder Logic + BASIC
programmable logic controllers.
In fact the SmartTILE-Fx model is the CPU board used on the powerful F-series Super PLC families that
have been incorporated in a variety of industrial OEM applications since 2009. Each F-series PLC is
made up two components:
1) The SmartTILE-Fx CPU board, which is the brains of each F-series PLC. It is identical
throughout the PLC family. The SmartTILE board is programmable by the Floating-point version
of I-TRiLOGI Version 7.xx (TL7).
2) The carrier board, which is the electrical interface between the SmartTILE controller and more
common industrial voltage level I/Os. It is unique to the PLC model. The SmartTILE plugs into the
carrier board via IDC header pins and sockets. This manual covers the Fx1616-BA PLC, which is
the combination of a SmartTILE-Fx CPU board and carrier board.
The SmartTILE is now being supplied as a separate part so that any form of industrial automation
user/developer/supplier (OEM, product/system designers, machine builders, integrators, etc.) can utilize
the time-proven, powerful and flexible platform already realized in Triangle Research PLC products, such
as the F-series, FMD series, and Nano-10 PLCs, and design their own carrier board to interface to the
specific I/O and communication signals demanded by their application or industry. All the necessary
signals with wiring examples are provided in this manual, so it is easy for any in-house or contracted
design engineer to develop a carrier board that seamlessly integrates with the SmartTILE board and its
inherent platform. For companies that would like to use the SmartTILE as a platform, but would prefer not
to handle the carrier board design, Triangle Research is ready to support you in developing your carrier
1-16
Chapter 1 Installation Guide
board solution. Please contact [email protected] with your company info, application, time-to-market,
design requirements, estimated usage, and any other relevant information.
The SmartTILE features an Ethernet port that can be connected directly to a network router, switch, or
hub for access to the LAN or to the Internet. The Ethernet port supports the FServer (for remote
programming or monitoring) and a Modbus/TCP server (for access by third party devices) with up to 6
simultaneous connections. The user’s program can also easily connect to another PLC or Modbus/TCP
slave devices via the Internet, email real time data to any email address(es), or connect to the Internet
Time Server to get the most accurate real time information! The Ethernet port also supports “Web
Services”, allowing enterprise software, such as a database program or MS Excel, to query for
information from multiple PLCs instantaneously.
Each unit comprises 8 analog inputs (12-bit, 0-5VDC), 4 analog outputs (12-bit, 0-5V DC), 16 digital
Inputs (5V CMOS), and 16 digital outputs (5V CMOS) In addition, 6 of the digital inputs can be used for
decoding and measuring pulses received from up to 3 digital encoders, allowing you to measure position
and velocity of a moving object in real time. 10 of the digital inputs can also be defined as interrupt inputs,
allowing fast events to be handled in the shortest possible time and to not be constrained by the program
scan time.
A SmartTILE-based PLC can be designed with up to a total of 128 digital inputs and 128 digital outputs
via the 5V CMOS expansion signals from the SmartTILE. It has 3 independent 3.3V UARTs and all of
them are conversant in MODBUS protocol. The LCD port signal interface allows the carrier board
designer to potentially interface to industry-standard LCD modules from 8 characters to 80 characters, as
well as the standard LCD216 and LCD420 displays that Triangle Research carries.
More information can be obtained from the SmartTILE-Fx product page on the Triangle Research
website:
http://triplc.com/smarttile.htm
1-17
Chapter 2 Ethernet Port
2 ETHERNET PORT
Every F-series PLC has a single, built-in 10/100 Base-T
Ethernet port that uses the standard RJ45 connector on its
CPU board. You can easily connect the Fx1616-BA PLC to
your network router, switch, or hub using the straight CAT-5
cable. When a connection is made, the yellow “Connection
LED” on the RJ45 connector will light up, indicating that the
PLC has been connected to the network router.
Before connecting the PLC’s Ethernet port, you should configure it using the configuration tool that is now
built into the 6.3x or higher version of i-TRiLOGI programming software. Previously, a standalone
Ethernet Configuration program was required to setup the basic and advanced Ethernet, ADC, and RTC
(Real Time Clock) options. This standalone version is still available and more information on this program,
including where to download it, is available at 2.14 Standalone Version of Ethernet Configuration
Software). Now these settings can be configured directly from the TRiLOGI programming software, as
described next.
2-1
Chapter 2 Ethernet Port
After you have retrieved the existing parameters from the PLC, you will see that various fields in the
configuration software screen are filled up. Note that the Fx1616-BA PLC has two built-in “Server”
programs that listen on a few different ports on the PLC for incoming TCP/IP request packets:
1) The FServer supports the TRi proprietary programs such as the i-TRiLOGI software and TRi-
ExcelLink program. The FServer listens on the default port 9080, which is also the default port
that i-TRiLOGI uses to connect to TLServer (a PC based server program that is needed for
programming the PLCs via RS232 or RS485 serial ports ).
2) A MODBUS/TCP server that listens on port #502 and supports the industry standard
MODBUS/TCP protocols.
Note:
These two servers share the same Ethernet port and therefore the same IP address and gateway
addresses described in the following sections.
Fx1616-BA hosts both the FServer and Modbus/TCP Server, each providing multiple
simultaneous connections to external clients. This means that it is possible to connect multiple
TRiLOGI, ExcelLink and Modbus/TCP clients to the PLC, all at the same time! Section 2.1.5
shows you how you can change the maximum number of connections for each server.
2.1.1 IP Address
One of the most important parameters that you must define here is the “IP Address” field. By default,
every F-series PLC is shipped with the static IP address: “192.168.1.5”. You will need to assign the PLC’s
with an IP address that is unique on your network and yet is accessible from your PC. If you are on a
company network, then you must consult your company’s system administrator to assign you a useable
IP address.
However, if your PC is connected to a small local area network, then most likely you will have a LAN IP
address of 192.168.XXX.YYY. For proper networking, you should set the PLC’s IP address to
“192.168.XXX.ZZZ”. i.e. The first three numbers should match each other. The fourth number (ZZZ)
should be an IP address that is not used by any other devices on your network.
Note that majority of small LANs are built using a network router that assigns dynamic IP addresses
(called DHCP server) to the PC. You should enter the administrator page of the router and define the
range of DHCP for use by the PCs and then you may assign the PLC with any IP address that is outside
of the DHCP range. E.g. If you define the DHCP address range to be 192.168.1.100 to 192.168.1.150,
then you may assign the PLC with any IP address between 192.168.1.2 to 192.168.99 (Usually the router
itself would have the IP address 192.168.1.1 so that address is not available) and also between
192.168.151 to 192.168.1.254 (again making sure that 192.168.1.254 is not already used by your router).
DHCP IP Address
For a Fx1616-BA PLC, if you set the IP address to 0.0.0.0 then the PLC will send DHCP request to the
network DHCP server to request for an IP address. You can find out the IP address assigned to the PLC
by sending the command: PRINT #4 “<IP>” and then read the response using INPUT$(4) (see
example in “C:\TRiLOGI\TL7\usr\samples\Ethernet\TestEthernet.PC7” and the address can then be
displayed on the PLC’s LCD display using SETLCD command.
2-2
Chapter 2 Ethernet Port
For Windows XP or Vista users, you can resolve the IP address as follows: First, launch the “Command
Prompt” window. Then enter the command nslookup <smtpserver name>” to get the IP address. An
example is shown below where the IP address of mail.sbcglobal.net is resolved to the IP address:
“207.115.36.120”:
Figure 2.1.3
Windows users may also search the Internet for a free “host.exe” tool that lets you resolve the IP address
from a given domain name (one host.exe tool that we found to work was downloaded from
http://pigtail.net/LRP/dig/). For example, executing the command line: “host mail.sbcglobal.net” will
resolve its IP address. (Of course you can only use this smtp server provided your ISP is SBC, almost no
SMTP server will relay emails from a client that is not its one of its own subscribers).
If you do not plan to use the FServer to send out emails yet, then you can leave the default SMTP Server
IP Address = 0.0.0.0. You can change the settings anytime later when you need it.
2-3
Chapter 2 Ethernet Port
DNS (Domain Name Server) allows the FServer to contact a remote server by means of domain name
instead of IP Address. The DNS takes in the given domain name (such as yahoo.com) and returns the IP
address of the target server. You will need to fill in the DNS IP Address if you intend to ask the Fserver to
resolve a domain name into an IP address, or you intend to contact a client directly by using domain
name instead of using IP Address.
The DNS server IP address could be the same as the Gateway IP Addr described in section 2.1.3. But it
will be more efficient to define the actual DNS server IP address that your ISP provides. You can usually
obtain the DNS server IP address by going to the Administrator page of your router and pull up
information on the WAN. E.g. The DNS server address you can see from the following screen is
64.59.144.92.
A second port with a value of the main port + 1 is automatically defined for a single FServer connection.
Port 9081 is defined by default. The purpose is to allow for a dedicated access port in case the
connections on the other port are used up
Please see the TRiLOGI programmer’s manual for an explanation of the use of the port number. One
reason why you may want to change the port number is to use the “port forwarding” capability of an NAT
router so that different F-series PLCs may be accessible from the Internet using the same public IP
address of the router but with different port numbers.
2-4
Chapter 2 Ethernet Port
You may specify any port number between 1024 and 65535 (except for the port number already used by
the FServer) to be the secondary port number. Please see the TRiLOGI programmer’s manual for an
explanation of the use of the port number. One reason why you may want to change the port number is
to use the “port forwarding” capability of an NAT router so that different F-series PLCs may be accessible
from the Internet using the same public IP address of the router but with different port numbers.
2-5
Chapter 2 Ethernet Port
The Advanced Configuration button lets you configure other more advanced (beyond the basic Ethernet
configuration), but less often used features of the PLC. This includes definition of the “Trusted IP”
addresses (see Section 2.4.2) as well as calibrations of the PLCs Analog I/Os (see Section 5.5).
The standalone version of the Ethernet Configuration software, that was previously the only option for
configuring the Ethernet port and advanced settings on the F-series, can still be downloaded from our
website at the following URL:
http://www.tri-plc.com/download/FserverConfig/index.htm
Please download and run the “SetupFPLCConfig.exe” file from the above URL to install the “F-series
Ethernet Configuration Utility” program.
After you have installed the configuration program, please click on the Windows “Start” button and open
the “F-series PLC Configuration” group and select the “Ethernet Configuration Utility” program. The
following screen should appear:
Figure 2.1.4
The main difference between this standalone version of the F-series Ethernet Configuration software and
the built-in version is that it communicates directly with the PLC via the serial port, whereas the built-in
version requires TLServer or the FServer in order to create a connection. However, the standalone
version can only communicate through the PLCs serial port, whereas the built-in version can connect to
the PLC through a serial or Ethernet connection.
The standalone version can be useful for OEM designers who want to provide their customers with a way
to configure the Ethernet settings, and/or calibrate the ADC, and RTC settings but don’t want to provide
access to the programming software.
2-6
Chapter 2 Ethernet Port
All Fx1616-BA PLCs can connect to the PC running TRiLOGI many ways as follows:
a) Wired connection to a router that the PC is also connected to (PC connection can be wired or
wireless).
b) Direct connection to the PCs wired Ethernet port via crossover cable
c) Wireless connection to a wireless router if the PLC is connected to a wireless bridge (adapter)
Only the first two options, which are most common, will be described here.
In a typical local area network (LAN) there would be one router (wired or both wired and wireless) that the
network devices connect to, one modem that provides Internet to the router, and the devices connected
to the router (such as the PLC and PC).
The first thing you need to do is configure the network settings in the PLC to match those of the LAN. This
is typically done as follows:
1) Find out what your routers gateway address is (typically 192.168.1.1 or 192.168.0.1) and what
static IP addresses are free to use with your PLC.
NOTE: if the routers gateway address is “192.168.1.1”, the default PLC IP address (192.168.1.5)
will most likely work unless it is already used by another device on the same network. If it is free
to use, the next two steps can be skipped as the PLC will already be able to connect to the LAN.
2) Connect to the PLCs serial port from the PC with TRiLOGI and TLServer.
3) Edit the PLC network settings using the Ethernet & ADC Configuration tool from the “Controller”
menu in TRiLOGI. Only the IP address is necessary to configure for basic connection to the LAN.
Please refer to the Quick Connection guide in appendix 1 of the i-TRiLOGI Programmers Reference
Manual. to connect the PLC to your PC via serial port.
Please refer to section 2.1 of this manual for more detailed information on network configuration.
Network Wiring
You will likely already have a network available that consists of an Internet modem that provides Internet
to a wired or wireless router, which has at least one PC connected to it.
In this case, all that needs to be done is connect the PLC to the router with standard Ethernet cable. The
final network configuration will likely resemble the below simple network diagram.
2-7
Chapter 2 Ethernet Port
If you are on a corporate network, then you will need to consult the IT administrator to get the PLC
connected to the network.
2-8
Chapter 2 Ethernet Port
It is possible for your PC to communicate directly with a F-series PLC through the Ethernet port. This
means that you can have a peer-to-peer connection between the F-series PLC and your PC without an
Internet connection or any additional network equipment. The PC being used would need a spare
Ethernet port in order to do this.
**There are two types of Ethernet cables: A standard straight through cable, which is used in most
situations, and a crossover cable, which is required when there is no auto-switching hardware in either of
the two Ethernet ports (PC and PLC). The F-series PLC does NOT have auto-switching capabilities so it
will depend on the PCs Ethernet port whether or not a crossover cable is required. If you are not sure if
your PC’s Ethernet port is able to perform auto-switching (most modern PC has auto-switching built-in),
then it is best to use a crossover cable. A crossover Ethernet cable will work in both situations, but a
straight through Ethernet cable will only work if one or both of the Ethernet ports can perform auto-
switching.
Before you can communicate with the PLC, you will need to configure the Ethernet port on your PC to
match the settings that you configured in the PLC. For more information on configuring the PLC Ethernet
settings, see section 2.1 Configuring The Ethernet Port. Once you have configured your PLC’s Ethernet
settings, you will need to set your PCs Ethernet port to have a static IP address that is on the same
subnet as the IP address you had set for your PLC. How you do this is a bit different depending on your
operating system, so the following sections will show step-by-step instructions for configuring your PCs
Ethernet settings on Windows XP and then on Windows Vista.
1. Open Network Connections. The first thing you will need to do is open the Network Connections
window from the “Start” menu by selecting “Show all connections” from the “Connect To” menu, as
shown here:
2-9
Chapter 2 Ethernet Port
Figure 2.8.1
2. Local Area Network Properties. Next the Network Connections window should open, which will
display all of your network connections.
Figure 2.8.2
2-10
Chapter 2 Ethernet Port
Figure 2.8.3
192.168.1.xxx
2-11
Chapter 2 Ethernet Port
5. Sample Configuration
Figure 2.8.5
Now your Ethernet port has been configured and you can try to connect to your PLC from TRiLOGI using
your PLCs IP address and port number.
Note:
a. Connecting the PC’s Ethernet port directly to the PLC only establishes a private network
connection between the two devices. That is to say, the PLC connected this way is ONLY
accessible to this PC. Even if the PC is connected to a LAN (e.g. via Wi-Fi connection), the PLC
connected to this PC via direct Ethernet connection will not be accessible by any other devices
on the same LAN. and the PLC will not be able to open network connection to any other devices
beyond the PC that it is connect to this way.
Sometimes the PC that is connected directly to the PLC via Direct Ethernet Connection may lose its
Internet connection via Wi-Fi. This is because the O/S thinks that the direct Ethernet connection to the
PLC is a real network connection and attempt to route TCP/IP packets through it. That will result in a
connection failure. If this occurs and you need to access the Internet, then please temporarily remove the
Ethernet cable from the PLC and the PC should then be able to access the Internet again.
1. Open the Network Window. The first thing you will need to do is open the Network window from the
“Start” menu by selecting “Network", as shown here:
2-12
Chapter 2 Ethernet Port
2. Open Network and Sharing Center: In the Network window, click on the Network and Sharing
Center option on the top pane as in the below picture.
3. Manage Network Connections: In the Network and Sharing Center window, click on the Manage
network connections option under the tasks pane on the left side of the window as in the below
picture.
4. Follow steps 2-5 in the Windows XP Ethernet Configuration section above to complete the setup, as it
is the same process.
2-13
Chapter 2 Ethernet Port
1. Open the Network Window. The first thing you will need to do is open the Control Panel from the
“Start” menu by right-clicking in the bottom left corner of the screen where the Start Menu is accessed
(below left screenshot):
2. Open View Network Status and Tasks Window. Next you need to click on the "View network status
and tasks" link under the "Network and Internet" category (above-right screenshot), which will bring
up the "Network and Sharing Center" window (below screenshot).
3. Click on the "Change Adapter Settings" Link. This will bring up the "Network Connections" window
where you can configure the necessary network settings for the local adapter.
Follow steps 2-5 in the Windows XP Ethernet Configuration section above to complete the setup, as it is
the same process.
2-14
Chapter 2 Ethernet Port
Figure 2.2.1
When the “Login To TLServer” screen pops up, enter the “IP address : port”, the username and the
password that you have defined for the FServer earlier using the configuration software, and click on the
“Detect ID” button to detect the PLC’s ID. If TRiLOGI is able to connect to the Fx1616-BA PLC via the
Ethernet network, then the PLC’s ID will appear in the ID box. When you click the “OK” button, the on-line
monitoring screen should appear and you should see the “Activities LED” on the RJ45 connector blinking
away. You have now successfully connected to the FServer and you can run all the commands under
the “Controller” menu, including transferring your new program to the PLC or setting the PLC’s Real Time
Clock, etc. For more details on using these commands, please refer to i-TRiLOGI Programmer’s
Reference.
2-15
Chapter 2 Ethernet Port
Likewise, to transfer your new program to the PLC, you can click on the “Controller” menu and select
“Program Transfer to PLC” or press the <Ctrl-T> keys. If TRiLOGI is already connected to the FServer,
the program transfer will begin immediately after you’ve confirmed your action. Otherwise the same
“Login to TLServer” screen, as shown on Figure 2.2.1, will appear for you to complete the login sequence.
Note:
1) Unlike the TLServer, which allows unlimited connection time, the FServer on the PLC will
disconnect the client if there is no activity for more than 10 minutes. The current version of the
TRiLOGI program may not detect that the connection has been closed and it may instead think
that the PLC is not present. When this happens you should click on “Controller” menu and select
“Disconnect” to properly shut down the connection that has already been reset by the PLC.
2) If you are unable to connect to the PLC, then check that both the PLC and the PC running your
TRiLOGI software are connected to the same network and are on the same subnet. Generally for
a subnet mask of 255.255.255.0, if the PC’s IP address is 192.168.1.xxx then the PLC should
have an IP address of 192.168.1.yyy and it will not work if the PLC has IP address such as
192.168.0.yyy or 192.168.2.yyy, since this means that the two devices are on different subnets.
Likewise, if your PC’s IP address is “192.168.0.xxx”, then please change your PLC’s IP address
to “192.168.0.yyy”. Also ensure that the PLC’s IP address is not already assigned to another
device on the same network, otherwise a conflict would occur and communication is not possible.
These “Network Services” or NS in short, can be used to instruct the Fx1616-BA’s operating system to
perform a number of network related functions client connection via the Ethernet port. These commands
allow the PLC to connect remotely to another PLC in another building or another part of the world via the
Internet! This allows peer-to-peer networking, or so-called “M2M” (machine to machine communication) to
take place between the PLCs.
Notes:
1. In the case of the TLServer, the PLC typically communicates with these external hardware
or software servers via its COMM1 serial port, and thus TBASIC statements and functions
such as PRINT #1, INPUT$(1) and NETCMD$(1) are used since the NS commands are
sent through the serial port #1.
2. Since the Ethernet is already built-in on the Fx1616-BA, you do not need to send NS
commands via any of its serial ports (this also means that no serial port is sacrificed in
order to have access to Ethernet communication). However, to help users of the XServer
and TLServer migrate easily to the Fx1616-BA’s Ethernet port, we implement the NS
commands using similar command format as that on the XServer and TLServer. But
instead of sending the commands through COMM1, you will interact with the O/S through
COMM port #4.
Of course, since the Fx1616-BA doesn’t have 4 serial ports, COMM port #4 is therefore
only a “virtual comm. port” and its creation is merely to simplify implementation of the NS
commands.
2-16
Chapter 2 Ethernet Port
4. The PLC reserves only a single client socket to implement the Network Services. If you use
any of the NS commands listed below, please ensure that the command is completed (so
that the client socket can be closed) before issuing a different NS command.
All NS commands begin with a string enclosed within the angle bracket called a “tag”, e.g. “<EMAIL>”,
“<CONNECT>”. Most NS commands end with a closing tag “</>” except the “<REMOTEFS>” tag, which
ends with a “</REMOTEFS>” closing tag. Depending on the command type, the Fx CPU may return one
or more response strings via virtual comm. port #4, from which the PLC can read to determine if the NS
command has been executed properly.
The PLC can operate the Ethernet port by means of TBASIC INPUT$ and PRINT commands operating
on COMM 4. It uses the PRINT #4 command to send out NS commands and the INPUT$(4) command to
receive response data via the Ethernet port.
Notes:
1. Only PRINT #4 and INPUT$(4) are implemented on virtual COMM port #4. Fx1616-BA
currently DO NOT support the INCOMM (4) and OUTCOMM 4 commands. Note that any non -
zero ASCII data can be sent using the PRINT #4 command.
The following subsections describe the various Network Service commands available to the F-series PLC.
2-17
Chapter 2 Ethernet Port
Format: <IP>
Note: This IP address is returned instantly, so there is no need to wait for INPUT$(4).
In order to use this command successfully, you must first correctly define the DNS Server IP
address mentioned in Section 2.1.4.
Response:
xxx.xxx.xxx.xxx IP address string returned by DNS server
Notes:
a) There is no need for the closing tag </> to end this command.
b) If your DNS server has been correctly defined, the above program should return the IP address
as a string such as “130.94.216.144”. You can then use this IP address string in all the other NS
commands to be described in the following sub-sections.
c) The DNS server may take some time to resolve the domain name. If it is unable to resolve the
domain name then it will return an error string, so your program should test to see if it receives
the ERR07 error message to determine whether the returned string is useable.
d) Although it is possible to embed the domain name directly in the NS command in place of IP
address, it is usually much more efficient to use the IP address directly if it is known in advance.
2-18
Chapter 2 Ethernet Port
This is because the DNS server may take some time to resolve the domain name into IP address
each time it is called, and there is a possibility that the domain name server may be overloaded or
down momentarily when it is needed, and hence complicating the attempt for the PLC to connect
to a remote server. Therefore we recommend that you use the <DNS domain > tag to resolve the
domain name into IP address first and then use the resulting IP address for all Network Services
commands via the Internet.
STATUS(3): This function returns 1 on success and 0 on failure. Note that this function only
returns the email status after the closing tag </> has been sent. If the function is
polled before the last closing tag is sent, the status is indeterminate.
Description: You can use this command to send out an email for you at any time. The FServer
uses the defined SMTP server and Gateway IP addresses (See Section 2.1) to
perform this task. If it encounters any errors, it will send back an error string,
which begins with the “ERR:” followed by the reason for the error. Although the
sender’s email address does not have to be a valid email address, it is good to at
least use a valid domain name as the sender address. Otherwise the SMTP
server may refuse to send the email because it may deduce that an email with an
invalid domain name is likely to be a Spam mail.
2-19
Chapter 2 Ethernet Port
Response:
<CONNECTED> Successfully connected to remote FServer,
TLServer or XServer at the IP address.
STATUS(3): This TBASIC function returns 1 if the connection is active and returns 0 if the
connection has ended. You can test the connection status to determine if the
connection is still alive.
Description: This service allows your PLC to log in to another TRi Super PLC such as
another Fx, FMD or Nano-10 PLC connected via TLServer through the
Internet.
Once a connection with the remote server is established, the CPU will return
the response string <CONNECTED> to the user program, which can read it
using the INPUT$(4) function. The STATUS(3) function can also be used to
test if the connection is successful and alive. When the program gets the
confirmation of connection, it can then use the TBASIC “NETCMD$(4, x$)”
command to read or write data to the remote PLCs as if the remote PLC is
locally connected to COMM4 port of this PLC, as shown in the following
example:
A$ = NETCMD$(4, “@01RI00”)
Once all the command exchanges have been completed, you should send a
</> tag to close the client connection to the remote server so that other NS
commands can be executed in other parts of the program.
Example: Please refer to the “fnConnect” and “fnNetCmd” custom functions in the demo
program: “TestEthernet.PC6”.
2-20
Chapter 2 Ethernet Port
Response: The response strings sent by the remote TLServer in response to the [File
Service tag] sent by this PLC. Or,
Example: Please refer to the “fnRFS1” and “fnRFS2” custom functions in the demo
program: “TestEthernet.PC6”.
Description: This commands allows the F-series PLC to connect to a remote TLServer to
perform any of the “Files & Email Services” that a TLServer normally provides to
PLCs that are connected to it. This includes creating text files on a remote
TLServer and writing or appending data to it anytime. This makes it very
convenient for the PLC to collect large amounts of data and save them to the
easily accessible, virtually limitless hard disk storage space that is available in
today’s PCs.
For detailed descriptions of the available [File Service Tags] please refer to TRiLOGI
programmer’s reference manual under the chapter “File & Email Services”.
All TLServer’s “File & Email Services” tags, such as <Email>, <WRITE>,<APPEND>, <READ>
and <READ RTC> are available to the F-series PLC through the use of the <REMOTEFS> tag.
You simply have to wrap the abovementioned command tags between the <REMOTEFS
IPAddr:port> and </REMOTEFS> tag, where “IPAddr:port” is the IP address and listening port
of the remote TLServer. E.g. through the <READ RTC[]> tag, the PLC can synchronize its
Real Time clock with a remote TLServer. (As you will later see, this feature is probably not
very useful for the F-series PLC anymore since the F-series PLC has the ability to connect to
the NIST Time Server to update its real time clock to Atomic clock accurately!)
Note: Only TLServer version 2.1 or above can handle the <REMOTEFS> command tag sent
by the F-series PLC.
2-21
Chapter 2 Ethernet Port
In addition, the F-series PLC can be used both as a MODBUS/TCP SERVER as well as a MODBUS/TCP
CLIENT simultaneously. This means that the F-series PLC can readily read data from any device that
has a MODBUS/TCP server, such as: flow meters, AC/DC drives, HVAC elements, RTUs, network
sensors etc. It is also possible to perform peer-to-peer networking with other MODBUS/TCP controllers
(e.g. another F-series PLC) over a LAN or over the Internet!
By default, the Fx PLC’s CPU supports up to 3 simultaneous MODBUS/TCP connections. You can
change the number of simultaneous MODBUS/TCP connections from 2 to 5 using the “F-series Ethernet
Basic Configuration” program as described in Section 2.1.
The PLC will listen on the default, well-known MODBUS/TCP port #502 for one or all of the connections.
However, it is also possible to define a secondary port number using the F-series Ethernet Configuration
program as described in Section 2.1.7 (Note that if you define a secondary port number, then only one of
the MODBUS/TCP connection will listen on port #502 and the remaining connections will only be listening
on the secondary port number.)
If you have a MODBUS/TCP client program (e.g. you can download a trial version of “Modbus Poll” from
http://www.modbustools.com for testing), you simply specify the F-PLC’s IP address and connect to it.
Once connected, you will then be able to read from or write to most of the F-series PLC’s internal data
from the MODBUS/TCP client. The PLC’s I/O and internal variables are mapped to the MODBUS device
space according to table 2.5.1.
All the F-series I/O bits are mapped identically to both the MODBUS “0x” and 1x space. The bit register
offset is shown in the last column of Table 2.5.1. Although MODBUS names the “0x” address space as
“Coil” (which means output bits) and the “1x” address space as “Input Status” (which means input bits
only), the F-series PLC treats both spaces the same. Some MODBUS drivers only allow a “read” from 0x
space and a “write” to 1x space but you still use the same offset shown on Table 2.5.1.
Example:
1. To map an element to the PLC Input 5, you select the MODBUS register address 0-0005. You
can also map the element to the PLC’s output #2. In that case, you should map it to MODBUS
register address 0-0258.
2. To map an HMI toggle switch symbol to the PLCs input #5, if you are restricted to select only
MODBUS 1x address space, then you will have to map the switch to 1-0005, and, likewise, you
can map the switch to output #2 using the MOBDUS address 1-0258. However, if the driver
allows the switch to be mapped to the 0x space then you can use MODBUS register space 1-
0258 and 0-0258 for the output #2 mapping with identical result.
2-22
Chapter 2 Ethernet Port
Table 2.5.1 Memory Mapping of F-series CPU Internal Data to MODBUS Register
MODBUS Holding
Fx1616-BA MODBUS Bit
I/O # Register Mapping
PLC Addr. Mapping
(Modicon convention)
Input n n
1 to 16 40001.1 to 40001.16 1 to16
17 to 32 40002.1 to 40002.16 17 to 32
33 to 48 40003.1 to 40003.16 33 to 48
49 to 64 40004.1 to 40004.16 49 to 64
65 to 80 40005.1 to 40005.16 65 to 80
81 to 96 40006.1 to 40006.16 81 to 96
Output n 256 + n
1 to 16 40017.1 to 40017.16 257 to 272
17 to 32 40018.1 to 40018.16 273 to 288
33 to 48 40019.1 to 40019.16 289 to 304
49 to 64 40020.1 to 40020.16 305 to 320
65 to 80 40021.1 to 40021.16 321 to 336
81 to 96 40022.1 to 40022.16 337 to 352
Timer n 512+n
1 to 16 40033.1 to 40033.16 513 to 528
17 to 32 40034.1 to 40034.16 529 to 544
33 to 48 40035.1 to 40035.16 545 to 560
49 to 64 40036.1 to 40036.16 561 to 576
Counter n 768 + n
1 to 16 40049.1 to 40049.16 769 to 784
17 to 32 40050.1 to 40050.16 785 to 800
33 to 48 40051.1 to 40051.16 801 to 816
49 to 64 40052.1 to 40052.16 817 to 832
Relay n 1024 + n
1 to 16 40065.1 to 40065.16 1025 to 1040
17 to 32 40066.1 to 40066.16 1041 to 1056
33 to 48 40067.1 to 40067.16 1057 to 1072
49 to 64 40068.1 to 40068.16 1073 to 1088
65 to 80 40069.1 to 40069.16 1089 to 1104
81 to 96 40070.1 to 40070.16 1105 to 1120
97 to 112 40071.1 to 40071.16 1121 to 1136
113 to 128 40072.1 to 40072.16 1137 to 1152
129 to 144 40073.1 to 40073.16 1153 to 1168
145 to 160 40074.1 to 40074.16 1169 to 1184
161 to 176 40075.1 to 40075.16 1185 to 1200
177 to 192 40076.1 to 40076.16 1201 to 1216
193 to 208 40077.1 to 40077.16 1217 to 1232
209 to 224 40078.1 to 40078.16 1233 to 1248
.. .. ..
497 to 512 40097.1 to 40097.16 1521 to 1536
2-23
Chapter 2 Ethernet Port
Some MODBUS drivers (such as National Instruments “Lookout” software) even allow you to manipulate
individual bits within a 16-bit word. So it is also possible to map individual I/O bits to the “4x” address
space. E.g. Input bit #1 can be mapped to 4-0001.1 and output bit #2 is mapped to 4-0257.2, etc. This is
how it is shown in Table 2.5.1. However, if you do not need to manipulate the individual bit, then you
simply use the address 4-0001 to access the system variable INPUT[1] and address 4-0257 to access the
system variable OUTPUT[1]. Note that INPUT[1] and OUTPUT[1] are TBASIC system variables and they
each contain 16 bits that reflect the on/off status of the actual physical input and output bits #1 to #16.
If a F-series PLC is to be accessible only on the local area network, then the direct connections offered by
MODBUS/TCP provide simplicity without time-consuming login sequences. As such Modbus/TCP
2-24
Chapter 2 Ethernet Port
protocol is itself inherently insecure and not meant to be exposed directly to the Internet where malicious
attacker can take control of the equipment.
Typically Modbus TCP devices are deployed in a local area network and protected by the network
firewall. A SCADA or OPC server program is used to connect to the Modbus/TCP devices on LAN and
the PC running the SCADA/OPC server software can then be the only device exposed to the Internet
where secured access can be implemented by the server software. External HMI client software can then
make connection to the SCADA/OPC server which will in turn access the Modbus/TCP devices such as
the F-series PLCs.
However, if you only have a single Modbus/TCP device and need to expose it to the public Internet for
external access, then you ought to consider the security issues associated with MODBUS/TCP
connections.
Since a MODBUS/TCP connection does not require a username/password login sequence (unlike the
FServer login), the only way to protect against unauthorized access is through the “Trusted IP” addresses
defined using the F-Series Ethernet Configuration software.
To define a list of “Trusted IP” addresses, please click on TL7’s “Controller” menu and select “Ethernet
& ADC Configuration”. Next, click on the “Advanced” button on the “FServer Basic Configuration” and you
should see the following Advanced Configuration screen.
Figure 2.4.1
2-25
Chapter 2 Ethernet Port
When “MODBUS/TCP Use Trusted IP” is enabled, it means that only TCP/IP packets that come from a
client whose IP address matches one of the “Trusted IP” would be allowed connection to the
MODBUS/TCP server.
By using the “Network Services” commands described in Section 2.4, it is unbelievably easy for the F-
series PLC to be used as a MODBUS/TCP client to access any industrial control or HVAC device and
sensors that support a MODBUS/TCP server. Best of all, you can do it without learning any specifics of
TCP/IP programming!
To open a client socket and connect to a Modbus/TCP Server that is listening on port 502 (default
Modbus/TCP port), you only need to send the command tags <MBTCPCONNECT xxx.xxx.xxx.xxx:502>
to the CPU via virtual COMM port #4. E.g.
If connection is successful, the system will return the string “<CONNECTED>” on virtual comm. port #4,
which you can check with the INPUT$(4) command.
Once the connection is successfully established, you can begin to use the built-in TBASIC commands:
READMODBUS, WRITEMODBUS, READMB2 and WRITEMB2 operating on virtual comm. port #4 to
send MODBUS commands and receive processed responses from a remote MODBUS/TCP Server!! This
greatly simplifies your programming task, since it is very similar to communicating with a Modbus RTU
slave that is connected to the serial port #1, 2, or 3. Although in this case, the Modbus/TCP device could
be located in the other hemisphere and connected via the Internet!
Response:
<CONNECTED> Successfully connected to the Modbus/TCP
server of the specified IP address.
STATUS(3): This TBASIC function returns 1 if the Modbus/TCP connection is live and
returns 0 if the connection has ended. You can test the connection status to
determine if the connection is still alive.
Description: This service allows your PLC to log in to any device that supports a
Modbus/TCP server and is connected to the same LAN or to the Internet. Of
course, you may also use it to connect to another F-series PLC on the Internet
since every F-series PLC has a MODBUS/TCP server too.
Once the connection with the Modbus/TCP server is established, the CPU will
return the response string <CONNECTED> to the users program, which can
2-26
Chapter 2 Ethernet Port
read it using the INPUT$(4) function. The STATUS(3) function can also be
used to determine if the connection is successful and alive.
When the program gets the confirmed connection, it can then use any one of
the four TBASIC commands: READMODBUS, WRITEMODBUS, READMB2,
WRITEMB2 to read or write data to the remote devices via the virtual comm.
port #4, as if a Modbus slave device has been locally connected to a COMM4
port of this PLC. (You do not need to distinguish between Modbus ASCII and
RTU in this case, simply use comm. port #4 in your all your commands).
Once all the command exchanges have been completed, you should send a
</> tag to close the client connection to the remote server so that other NS
commands can be executed in other parts of the program.
2-27
Chapter 2 Ethernet Port
You can search on the Internet for a suitable timeserver and use the TELNET program on your PC to
access them to examine their display format. Most timeservers listen either on port 13 or port 123 so you
need to specify the port number together with their IP address when sending the <TCPCONNECT>
command.
Response:
- none - Successfully connected to the Modbus/TCP
server of the specified IP address.
Description: Once a connection is made, you can then interact with the remote server using
the PRINT #4 and INPUT$(4) command. You use the INPUT$(4) command to
read CR-terminated text strings sent by the server. You can also send data to
the remote server using the PRINT #4 command.
Example: Please refer to the “fnTCPconn1” custom function in the demo program:
“TestEthernet.PC6” to see an example of how the PLC can connect to an NIST
timer server and use the returned data to update the PLC’s real-time clock.
Note: Some NIST time servers have strict policy against abuse so you should
avoid sending repeated request within a short period of time, otherwise further
connections may be denied once you are considered to have violated their
connection policy.
2-28
Chapter 2 Ethernet Port
E.g. Please enter the following URL into your web browser URL address space:
192.168.1.5:9080/HOSTLINK/IR
You will see the following data appear on your browser screen:
IR01
“IR” is one of the many “host link commands” that allows a host computer to read or write to the PLC’s
internal data space using ASCII strings. This particular command “IR” is for reading the PLC’s ID and in
this case the PLC returns “01” by default. For more details on the list of host link commands, please refer
to Chapter 15 of this manual.
Normally the host link commands are sent to the PLC via the serial port (as per all other PLC models
produced by TRi). The Fserver, however, permits these host link commands to be sent using the HTTP
protocol, which enables the F-series PLC to be easily accessible by enterprise software using what is
known as “Web Query” methods. The enterprise software only needs to know the format of the host link
command required to read the target data and then they can use their web query capability to query the
PLC and extract the required data from the response string.
One example, which you can try immediately, is to use the Microsoft Excel 2000 (or later version)
spreadsheet program. First, open a blank spreadsheet, then click on the “Data” menu and select “Get
External Data” -> New Web Query, as shown below:
Figure 2.6.1
2-29
Chapter 2 Ethernet Port
Next, please enter the text as shown in the following diagram and then click OK. This will command the
Excel spreadsheet to send the web query string “RI00” to the Fx1616-BA that is connected to the network
with IP address = 192.168.1.5 and port 9080. The query string “RI00” is for reading the status of 8-bit
input channel #0 (which covers the logic states of input bit 1 to 8).
If the FServer is accessible by the PC from the network router, it will send the response data, which will
be displayed on the selected spreadsheet cell where the New Web Query was defined earlier.
The response data shown on the cell could be RI00. The response data includes the command header
“RI” as defined in the HostLink Command protocol described in Chapter 15. The data 00 indicates that
none of the inputs 1 to 8 are currently turned ON.
Figure 2.6.2
To see how the response data changes in response to the actual PLC’s input, please turn on some of
PLC’s digital inputs 1 to 8, then right-click on the cell where the web query was defined and select te
“Refresh Data” command. You should see a new “RIXX” string appear at the selected cell where “XX” is
the hexadecimal representation of the 8 input bits 1-8. E.g. if only inputs 2 and 8 are turned ON, then
the binary pattern is 1000 0010 which in hexadecimal form is 82 and the response string would therefore
be “RI82”. You can then write an excel formula to extract the data “82” and use it for your other
computation purpose. By using a different Host Link command, the Excel spreadsheet can read and
write to the PLC’s internal data very easily.
Notes:
1. If you have enabled “Use Username/Password” for the FServer, you will be prompted by your Excel
program to enter the Username and password before you can receive the response data.
2. We have provided a more complete Excel spreadsheet example “ExcelQuery.xls” which can be
downloaded from: http://www.tri-plc.com/appnotes/F-series/ExcelQuery.xls The macro in this file
converts the RIXX data it receives into ON/OFF indicators on the Excel Spreadsheet cells. Note that
this spreadsheet file uses the “HEX2DEC” function that is not normally available when you first install
the Excel program. But you can add it in by installing the “Analysis Toolpak”. Please search your
Excel Help file for the specific method of adding in this toolpak as it may change from one version of
Excel to another. On Excel 2000, you can click on the “Tools->Add Ins”, check the “Analysis
Tookpak” check box and then click OK. MS Excel will automatically install the toolpak for you.
2-30
Chapter 2 Ethernet Port
2.8.1 Small Local Area Network Using Consumer Grade Network Router
When you connect a Fx1616-BA to your home Ethernet router, the PLC would have joined a “private”
local area network (LAN). It is accessible, through its private static IP address, by other devices on the
same LAN as long as each device is on the same “subnet” (See section 2.1 for an explanation of subnet
settings). The PLC is also able to access the Internet through the router because the router would
translate a private TCP/IP packet sent from the PLC into a public TCP/IP packet out of the Internet and if
there is any return data from the Internet meant for the PLC, the router would know that and automatically
routes the return packet back to the PLC. The router performs what is known as “Network Address
Translation (NAT)” and such routers are called NAT routers.
However, the same FServer and Modbus/TCP servers on the PLC are typically inaccessible from the
public Internet. This is because the router has a built-in firewall that does not permit external TCP/IP
packets from the public Internet to reach the devices on the private LAN. In other words, the NAT router
allows the PLC outgoing access to the Internet but by default does not allow incoming access.
Most small NAT routers for home use such as those produced by Linksys, Netgear, D-Link or Belkin do
allow you to configure the router to “open” and “forward” a specific port number to a specific device on the
private network. For example, if your PLC static IP address is 192.168.1.5 and you wish to open its
FServer port (9080) but not its Modbus/TCP port (502) to the public internet, you would configure your
router such that it will forward the incoming TCP/IP packet destined for port number 9080 to the device at
IP address 192.168.1.5. Once you have done that, you will then be able to access the FServer from the
Internet using the router’s public IP address (this is typically assigned by the Internet Service Provider)
and the port number 9080. However, the Modbus/TCP port is not accessible from the Internet since this
port number is not opened and not mapped by the router.
You should read your router’s User’s Manual to find out how to configure the router to perform the “port
forwarding” described above since each router model has a different user interface. For example, on the
D-Link DI-624 router you configure the router by clicking on the “Advanced” tab and selecting “Virtual
Server” from the router configuration page, as shown below:
2-31
Chapter 2 Ethernet Port
On the Linksys WRT54G router, you would configure it from the “Applications & Gaming” menu under the
“Port Range Forward” tab, as shown below:
In the case of a medium to large corporate LAN, whether incoming and outgoing TCP/IP packets are
allowed to go through the corporate firewall is entirely decided by the System Administrator according to
the company’s security policy. Most corporate LANs would not allow incoming packets from reaching an
internal server until the System Administrator has given the permission to do so. Some company’s
network may not even allow devices such as the PLC to open a connection to the Internet to access
external data. If your application requires the PLC to access the Internet or to be accessible from the
Internet, then you would need to consult your system administrator on the required procedure.
2-32
Chapter 2 Ethernet Port
TRi has created an example control webpage which can be downloaded from:
http://www.tri-plc.com/download/webapp/webapp02.zip
When you have successfully unzipped all the files from the Webapp02.zip into your hard disk, you will
need to transfer the files to the PLC’s web server using a FTP client program. The following sections
describe how to use the free FileZilla FTP program to transfer these files and section 2.10 will describe
how to customize the control web pages.
NOTE: The “M.JS” JavaScript file used with the new preloaded 0.HTM file is no longer provided in the
new web app download because it is loaded remotely. In the past, M.JS had been stored inside the PLC
and was available directly for editing. However, now the user modifications in the HTML file are more
expanded and in order to save space for additional files as well as protect against accidental modification
of the M.JS file, it is now stored outside PLC memory.
If you are an experienced web programmer, or you plan to outsource web programming services to
customize your PLCs web interface, then you may obtain a copy of this file for more advanced editing by
writing to [email protected] and providing your purchase references (purchaser’s name, company
name, invoice # etc).
Of course, you may also like to build your own HTML and JavaScript/Jquery control structure, which is
entirely feasible for any experience web programmer.
Once you have gone to the web page from the above link, you will need to select the client version to
download. Then you need to select the software version for your computers platform, typically the
Windows version, and download it to your computer. This is the installation setup file, which you will need
to execute after it has downloaded. Please perform a default installation by following the installation steps.
2-33
Chapter 2 Ethernet Port
Figure 2.10.1
Under the “Transfer settings” tab you
need to set the Transfer mode to
“Active” and check the box to Limit
number of simultaneous connections.
The maximum number of connections
should be 1.
Figure 2.10.2
2-34
Chapter 2 Ethernet Port
Figure 2.10.3
If you are not able to connect to the PLC’s web server or if you can’t get a successful directory listing,
then you should first double check the settings you have configured for FileZilla compared to the settings
configured in the F-Server. The next thing to check is your Windows firewall, which must allow the PLC to
make a connection back to the PC (due to the use of active transfer settings). You can disable the firewall
temporarily to check if it is affecting your FileZilla connection. If you have confirmed that disabling the
firewall allows you to successfully connect to the PLC server and view the directory listing, then you can
add the PLC’s IP address as well as FileZilla program to the firewall exception list so that you can leave
your firewall enabled if you wish.
To add FileZilla to the Windows firewall exception list, you will need to open the Windows firewall from
your network settings configuration area. Then you will need to click on “Change settings”, which will open
up a new window. You will need to go to the “Exceptions” tab in the new window and look for FileZilla in
the list of programs. If you see FileZilla in the list, then you will need to check the box beside it to add it to
the exception list. Otherwise, you will need to manually add it to the list by clicking “Add program” and
searching for FileZilla in its installation directory. Here is a picture of the Windows Firewall status window
and the Change settings window with the Exceptions tab:
2-35
Chapter 2 Ethernet Port
Figure 2.10.4
2.9.3 Transferring and Retrieving Files from the PLC Web Server
Now that you have a connection to the PLC’s web server and can view the directory listing, you should be
able to see any files that have been preloaded into the PLC.
Downloading Files
The first thing to do is to download the preloaded files from the web server and store them somewhere on
your computer. To do this you will need to open up the folder on your computer that you want to store the
files in. Then you can drag the files from the web server via FileZilla into your destination folder. It is best
to make a copy of these files as a backup on your computer so that you have the original copies available
in case you need them.
Uploading Files
When you are ready to transfer your own web pages or applet to the PLC, you just need to drag it from
the folder it is saved to on your computer into the bottom right window of FileZilla where the current files
are shown. If you didn’t change the filename, you can tell the new file to overwrite the old file. Otherwise,
you will need to manually delete the old file from the PLC’s web server in FileZilla by right clicking on it
and selecting Delete.
2-36
Chapter 2 Ethernet Port
1) FileZilla appears to have connected to the PLC’s FTP server, but it cannot list the directory or
transfer any file to the PLC.
The reason almost always have something to do with the PC’s software firewall. You need to
configure the Windows Firewall (and any software anti-virus firewall on your PC) to allow incoming
connections to the FileZilla program. You can try to disable the firewall temporarily to test the
connection and if does work, you can then be sure that it is the firewall configuration issue that need
to be resolved.
The following paragraphs explain how the firewall can affect the FTP communications for those who
are interested:
The File Transfer Protocol is unique in that it requires two socket connections between two devices
that are communicating via FTP. When FileZilla is connected to the PLC’s FTP server on port 21, it
establishes a “command” channel and it is through this command channel that FTP commands are
being sent.
However, once the command channel is established (FileZilla is “connected” to the FTP Server), a
second socket connection (known as the “data channel”) needs to be made between FileZilla and the
PLC. All data, such as the directory information and content of any files to be transferred between
FileZilla and the PLC will need to go through the data channel. They are two possible ways of
establishing this data channel, one is called the “Active Transfer” and the other is known as “Passive
Transfer”.
FileZilla is able to operate in either transfer mode, but the PLC FTP Server can only operate in “Active
Transfer” mode. “Active Transfer” mode requires that the client (FileZilla) provides a listening socket
for the server (PLC) and the server (PLC) will then try to connect to this socket to establish the data
connection. So if the FileZilla program sits behind the software firewall and no exception has been
configured, then the PLC FTP Server will not be able to make a connection to the FileZilla data
socket because it is blocked by the firewall and the connection will therefore fail. This explains why
FileZilla seemingly able to connect to the PLC but yet is unable to send any data or list the directory –
because there is no data channel connection for it to do so.
However, sometimes the problem could persist after disabling all firewalls and in that case the only
option is to revert to an older version of FileZilla, and then transfer the files by doing a right-click
download or right-click upload (if drag and drop doesn't work). You can do this as follows :
a. Download the FileZilla client version 3.1.5.1 from http://www.oldapps.com/filezilla.php
d. There should be two directories (same as always) : local site (your PC) and remote site
(the PLC). You should see your files in the PLC directory.
e. Open the folder in the local site that you would like to save the files to.
f. Right click on a file in the PLC directory such as 0.HTM and select download. You should
see the file in the folder on your local site.
g. To move files from the PC to the PLC, open the folder in the local site where the file is
located and right click it to select upload. You should see it in the PLC or you will be
asked to overwrite it if the same file name is there already.
2-37
Chapter 2 Ethernet Port
2) FileZilla Can Connect The First Time But Could Not Re-connect After Time-Out
FileZilla is normally setup to time out after 1 minutes of no activity. However, Since the PLC’s FTP
server can only handle a single FTP connection at a time, it is good to avoid letting FileZilla time out
due to no activity. This is because when FileZilla times out it cutoff the connection to the PLC. But if
for whatever reason the PLC were to miss the disconnection information it will be left in a "half-open"
state and will not be able to accept a new connection. When this happens and if you try to reconnect
to the PLC again after the connection has been dropped by FileZilla, you will most likely be unable to
connect to the PLC again until after the PLC time out its FTP connection due to no activity. The only
quick fix is to power-on reset the PLC so that it starts up fresh and can accept new connection again.
You can set the FileZilla timeout settings to a larger number (e.g. 300 seconds) using the FileZilla’s
“Edit->Settings” menu item so that it will not time-out automatically too quickly. You should always
select "disconnect" after a file transfer to properly close the connection and then the PLC will be
properly disconnected and is ready to accept new connection.
3) Problem Using FileZilla To Transfer Files to Multiple PLCs Configured To The Same Default IP
Address Even Though Only One PLC Is Connected To The Router At A Time.
When you connect FileZilla to a PLC with a particular IP address (e.g. 192.168.1.5) for the first time,
Windows will memorize the MAC-ID address of that PLC and associate it with this IP address in its
“ARP cache” (ARP = Address Resolution Protocol). So when you power off one PLC and immediately
plug another PLC with the same IP address to the network, then Windows will pass to FileZilla the
MACID of the PREVIOUS PLC instead of the new PLC using data in its ARP cache memory. When
FileZilla tries to connect to the right IP address but a wrong MACID, it of course would not be able to
connect properly.
In such a scenario, you must clear the Windows ARP cache first using a command prompt as follow:
The “arp –d” command tells windows to delete its ARP cache data. So when you use FileZilla to
connect to a new PLC Windows will do the necessary to properly connect to the new PLC that has a
different MACID from the previous PLC.
Note that the same issue applies to using I-TRiLOGI to transfer program to multiple PLCs that are all set to
the same default IP address, even though only one PLC will be connected to the network at a time. You will
need to clear the ARP cache after every transfer to avoid problem. Or else you have to wait for windows to
expire its ARP cache data before connecting the next PLC.
2-38
Chapter 2 Ethernet Port
2.10 Accessing and Customizing the HTML Web Interface for Control
and Monitoring
The second generation of Web control application is now available free for any TRi PLC user to download
and install into their PLC. In the previous section (2.9 Installing a Control Web Page Into the F-series
PLC) you were shown how to transfer html files to the FServer.
http://www.tri-plc.com/download/webapp/webapp02.zip
The “Webapp02.zip” file you downloaded above (or in Section 2.9) for Fx PLCs contains the following:
The user guide describing how you can modify the control webpage can be downloaded directly from:
http://www.triplc.com/documents/WebApp_UserGuide.pdf
These web files can be accessed from any standard web browser that supports AJAX technology
(Internet Explorer, Firefox, Chrome, Safari) locally as long as your Fx1616-BA PLC is connected to the
LAN (local area network) or from anywhere in the world as long as your Fx1616-BA PLC is connected to
the Internet. Even the iPhone, Android phones, and other smartphones that support AJAX can be used to
access these web pages, which means your application can be controlled and monitored from anywhere
while on the go.
This new version makes use of the newer Jquery UI and no longer utilizes the M.JS JavaScript file.
Instead it calls the Jquery file remotely (no longer stored inside the PLC).
Either way, the web files are only accessible from standard browsers that support AJAX technology.
However, the HTML files are designed to be easily modified by anyone, even if you don’t have any
programming experience. The purpose is to be able to easily customize the web page layout for your
specific application by defining some label names and a background image without having to worry about
the programming required to interface to the PLC, which is already taken care of.
The basic HTML file “0.HTM” is the file where simple modifications can be made. All of the provided
HTML files are actually 0.HTM because only the first character of the name is used, so 0-C001-02.HTM
becomes 0.HTM.
The first release of this new Web control application accepts up to: 16 I/O buttons linked to Relay #128 to
#144; 16 floating point FP[] variables; 16 DM[] variables, and 8 sliders that can be attached to display
and/or control any of the FP[1] to FP[16] or DM[1] to DM[16] variables. Any of these control elements can
be selectively displayed and their position, size and color are all user customizable using a simple text
editor, with no programming required at all. See below for a screenshot of 0-C001-02.HTM.
2-39
Chapter 2 Ethernet Port
Refer to the user guide linked above for more information on the available user modifications.
The “M.JS” JavaScript file used with the new preloaded 0.HTM file is no longer provided in the new web
app download because it is loaded remotely. In the past, M.JS had been stored inside the PLC and was
available directly for editing. However, now the user modifications in the HTML file are more expanded
and in order to save space for additional files as well as protect against accidental modification of the
M.JS file, it is now stored outside PLC memory.
If additional modifications need to be made beyond what can be done in the HTML file, then the following
two options are available:
Contact our Solution Partner, Sparrow Design LLC, for browser/app control design services.
If you are an experienced web programmer, or you plan to outsource web programming services to
customize your PLCs web interface, then you may obtain a copy of this file for more advanced editing by
writing to [email protected] and providing your purchase references (purchaser’s name, company
name, invoice # etc).
Of course, you may also like to build your own HTML and JavaScript/Jquery control structure, which is
entirely feasible for any experience web programmer.
Users only need to refer to chapter 16 in this manual for the list of Hostlink commands to be sent in web
query form (refer to section 2.7) in order to implement web based data exchange with TRi PLCs.
2-40
Chapter 3 I/O and Internal Relays Programming
The Digital I/O can be named by selecting “I/O Table” from the “Edit” menu
and choosing the particular digital I/O that you want to name. In Figure 3.1,
physical input #1 is being named “Input1”.
3-1
Chapter 3 I/O and Internal Relays Programming
Once the component toolbar is shown, you can place your input/relay contact by selecting the #1
component from the toolbar and then selecting the digital input from the I/O Table. The contact
will then be automatically placed in the ladder logic circuit. The same can be done for the output coil by
selecting the #7 component from the toolbar and then selecting an output that has been entered
into the I/O Table. After selecting one input and one output, the ladder logic circuit should like something
like Figure 3.3, below:
3-2
Chapter 3 I/O and Internal Relays Programming
Placing the custom function in the circuit is done the same way as other ladder logic contacts and coils,
by selecting the and then choosing the Differential custom function {dCusF} from the pop-up
window . The circuit should look something like below:
TBASIC code is entered into the custom function, which allows the possibility of total control of all of the
PLCs functions and hardware.
There are 7 TBASIC functions available to control all of the digital I/O, which are:
1. SETIO labelname
2. CLRIO labelname
3. TOGGLEIO labelname
4. TESTIO (labelname)
5. SETBIT v,n
6. CLRBIT v, n
7. TESTBIT (v, n)
Each function has its own advantage depending on what needs to be done to a digital I/O. Each of these
functions is explained in the programmer’s reference manual, which should be referred to for further
information. Here are some examples of how to control digital I/O using these functions.
3-3
Chapter 3 I/O and Internal Relays Programming
SETBIT OUTPUT[1], 0 ‘This will turn on the first output using the output[] register
CLRBIT OUTPUT[1], 7 ‘This will turn off the 8th output using the output[] register
In this case, out1 and out5 would need to be entered in the I/O Table as an output. Otherwise, there will
be a compilation error.
TOGGLEIO light ‘This will change the output, light, from off to on or on to off
The output, light, would need to be entered into the I/O Table as an output as well and could represent
any desired output.
X = TESIO (button) ‘status of input button (defined in the I/O table) is stored in variable X
3-4
Chapter 4 Timers, Counters & Sequencers
A timer is a special kind of relay that, when its coil is energized, must wait for a fixed length of time before
closing its contact. The waiting time is dependent on the "Set Value" (SV) of the timer. Once the delay
time is up, the timer's N.O. contacts will be closed for as long as its coil remains energized. When the coil
is de-energized (i.e. turned OFF), all the timer's N.O. contacts will be opened immediately. However, if the
coil is de-energized before the delay time is up, the timer will be reset and its contact will never be closed.
When the last aborted timer is re-energized, the delay timing will restart and use the SV of
the timer rather than continue from the last aborted timing operation.
A counter is also a special kind of relay that has a programmable Set Value (SV). When a counter coil is
energized for the first time after a reset, it will load the value of SV-1 into its count register. From there on,
every time the counter coil is energized from OFF to ON, the counter decrements its count register value
by 1. Note that the coil must go through an OFF to ON cycle in order to decrement the counter. If the coil
remains energized all the time, the counter will not decrement. Hence, a counter is suitable for counting
the number of cycles an operation has gone through. When the count register hits zero, all of the
counter's N.O. contacts will be turned ON. These counter contacts will remain ON regardless of whether
the counter's coil is energized or not. To turn OFF these contacts, you have to reset the counter using a
special counter reset function [RSctr].
4.1.3 Sequencers
A sequencer is a highly convenient feature for programming machines or processes that operate in fixed
sequences. These machines operate in a fixed, clearly distinguishable step-by-step order, starting from
an initial step, progressing to the final step, and then restarting from the initial step again. At any moment,
there must be a "step counter" to keep track of the current step number. Every step of the sequence must
be accessible and can be used to trigger some action, such as turning on a motor or solenoid valve, etc.
As an example, a simple Pick-and-Place machine that can pick up a component from point 'A' to point 'B'
may operate as follow:
Step # Action
0 Wait for "Start" signal
1 Forward arm at point A
2 Close gripper
3 Retract arm at point A
4 Move arm to point B
5 Forward arm at point B
6 Open gripper
7 Retract arm at point B
8 Move arm to point A
4-1
Chapter 4 Timers, Counters & Sequencers
You can place components in the circuit by clicking in the green area to the right of the red arrow, as
shown in Figure 4.1 below. This will bring up the component tool bar in the gray area above the green
circuit area.
Once the component toolbar is shown, you can place your activating contact by selecting the #1
component from the toolbar and then selecting the activating contact from the I/O Table. The
contact will then be automatically placed in the ladder logic circuit. The same can be done for the timer
coil by selecting the #7 component from the toolbar and then selecting a timer that has been
entered into the I/O Table. Then a timer contact needs to be added as an input to a ladder logic circuit.
This contact will activate once the timer counts down. This could be used to turn on an output a certain
amount of time after the timer coil is activated. Placing a timer contact in a circuit is the same as placing
any contact in a ladder circuit, except that the corresponding timer should be selected from the “Timers”
section of the I/O table.
After creating a ladder circuit that contains one input and one timer output and another ladder circuit that
contains one timer contact and one output, the ladder logic circuit should like something like Figure 4.2,
below:
4-2
Chapter 4 Timers, Counters & Sequencers
You can place components in the circuit by clicking in the green area to the right of the red arrow, as
shown in Figure 4.3 below. This will bring up the component tool bar in the gray area above the green
circuit area.
Once the component toolbar is shown, you can place your activating contact by selecting the #1
component from the toolbar and then selecting the activating input from the I/O Table. The contact
will then be automatically placed in the ladder logic circuit. The same can be done for the counter coil by
selecting the #7 component from the toolbar and then selecting a counter that has been entered
into the I/O Table. Then a counter contact needs to be added as an input to a ladder logic circuit. This
contact will activate once the counter counts down. This could be used to turn on an output after a certain
count is reached. Placing a counter contact in a circuit is the same as placing any contact in a ladder
circuit, except that the corresponding counter should be selected from the “Counters” section of the I/O
table.
After creating a ladder circuit that contains one input and one counter output and another ladder circuit
that contains one counter contact and one output, the ladder logic circuit should like something like Figure
4.4, below:
4-3
Chapter 4 Timers, Counters & Sequencers
The present values (PV) of the 64 timers and 64 counters in the PLC can be accessed directly as system
variables:
The bit addressable I/Os elements are organized into 16-bit integer variables TIMERBIT[n] and
CTRBIT[n] so that they may be easily accessed from within a CusFn. These I/Os are arranged as shown
in the following diagram:
4.3.3 Changing The Timer and Counter Set Values in a Custom Function
You can use the SetTimerSV and SetCtrSV functions to change the Set Value (SV) for a timer and
counter respectively. An example of this is shown below:
4-4
Chapter 4 Timers, Counters & Sequencers
4.4.1 Introduction
TRiLOGI Version 6+ supports eight sequencers of 32 steps each. Each sequencer uses one of the first
eight counters (Counter #1 to Counter #8) as its step counter. Any one or all of the first eight counters can
be used as sequencers "Seq1" to "Seq8".
To use a sequencer, first define the sequencer name in the Counter table by pressing the <F2> key and
scroll to the Counter Table. Any counter to be used as sequencer can only assume label names "Seq1" to
"Seq8" corresponding to the counter numbers. For e.g. if Sequencer #5 is to be used, Counter #5 must be
defined as "Seq5". Next, enter the last step number for the program sequence in the "Value" column of
the table.
A circuit that uses the special function "Advance Sequencer" [AVSeq] will need to be constructed. The
first time the execution condition for the [AVseq] function goes from OFF to ON, the designated
sequencer will go from inactive to step 1. Subsequent changes of the sequencer's execution condition
from OFF to ON will advance (increment) the sequencer by one step. This operation is actually identical
to the [UPctr] instruction.
The upper limit of the step counter is determined by the "Set Value" (SV) defined in the Counter table.
When the SV is reached, the next advancement of sequencer will cause it to overflow to step 0. At this
time, the sequencer's contact will turn ON until the next increment of the sequencer. This contact can be
used to indicate that a program has completed one cycle and is ready for a new cycle.
Accessing individual steps of the sequencer is extremely simple when programming with TRiLOGI.
Simply create a "contact" (NC or NO) in ladder edit mode. When the I/O window pops up for you to pick a
label, scroll to the "Special Bits" table as follow:
The "Special Bits" table is located after the "Counters" table and before the "Inputs" table. Click on the
"SeqN:x" item to insert a sequencer bit. You will be prompted to select a sequencer from a pop-up menu.
Choose the desired sequencer (1 to 8) and another dialog box will open up for you to enter the specific
step number for this sequencer.
Each step of the sequencer can be programmed as a contact on the ladder diagram as "SeqN:X" where
N = Sequencers # 1 to 8 and X = Steps # 0 - 31.
4-5
Chapter 4 Timers, Counters & Sequencers
Although a sequencer may go beyond Step 31, if you define a larger SV for it, only the first 32 steps can
be used as contacts to the ladder logic. Hence it is necessary to limit the maximum step number to not
more than 31.
Quite a few of the ladder logic special functions are related to the use of the sequencer. These are
described below:
The sequencer can also be reset to become inactive by the [RSseq] function at any time. Note that a
sequencer that is inactive is not the same as sequencer at Step 0, as the former does not activate the
SeqN:0 contact. To set the sequencer to step 0, use the [StepN] function described next.
In certain applications it may be more convenient to be able to set the sequencer to a known step
asynchronously. This function will set the selected sequencer to step #N, regardless of its current step
number or logic state. The ability to jump steps is a very powerful feature of the sequencers.
Although not available as a unique special function, a sequencer may be stepped backward (by
decrementing its step-counter) using the [DNctr] command on the counter that has been defined as a
sequencer. This is useful for creating a reversible sequencer or for replacing a reversible "drum"
controller.
Assume that we wish to create a running light pattern which turns on the LED of Outputs 1 to 4 one at a
time every second in the following order: LED1, LED2, LED3, LED4, LED4, LED3, LED2, LED1, all LED
OFF and then restart the cycle again. This can be easily accomplished with the program shown in Figure
4.5.
The 1.0s clock pulse bit will advance (increment) Sequencer #2 by one step every second. Sequencer 2
should be defined with Set Value = 8. Each step of the sequencer is used as a normally open contact to
turn on the desired LED for the step. A "Stop" input resets the sequencer asynchronously. When the
sequencer counts to eight, it will become Step 0. Since none of the LEDs are turned ON by Step 0, all
LEDs will be OFF.
4-6
Chapter 4 Timers, Counters & Sequencers
Figure 4.5
CTRPV[3] = 10
4-7
Chapter 5 Analog I/Os
Electrical Characteristics
No. of A/D channel 8
Resolution 12-bit
Input Range 0 to 10V DC
Input Impedance #1 to 40.00K Ohms
8
Moving Average 1 to 9 points (user definable)
Conversion Time < 2 s for one channel. < 6 s for all 8 channels
(2 A/D converters run simultaneously)
ADC(n) value
4095
4094
4093
3
2
1
0
0 Input Voltage
10.00
Figure 5.1 Transfer Function for 12-bit ADC.
5-1
Chapter 5 Analog I/Os
The DC input impedance of each of the 8 Analog inputs is 40.00K ohms (0.1%). This is not a problem
when connected to a 0-10V low impedance analog source.
However, if you need to connect to a 0-20mA or 4-20mA analog source, you have to take into
consideration the low A/D input impedance in your design. The following figures show how to connect 4-
20mA current source signals:
A/D #5 - #8
0-20mA or
4-20mA
Current loop
0.0 - 10.0V or
505 0.1% 2.0 - 10.0V
Internal
40.00K
1.33 0.1% Analog
0V
To convert a 0-20mA or 4-20mA current source into a 0-10V or 2-10V voltage signal, you should use a
506.33 ohm resistor which, when paralleled with the 40K ohm of internal impedance, will yield a 500.0
ohm total resistance. You can obtain 506.33 ohms by combining a 505 ohm and a 1.33 ohm metal-film
resistor.
PLC’s V+
V+
24V
P.S. for PLC 0-10V ADC Input
And Sensors + 4-20mA -
Sensor
0V 506.33 PLC’s 0V
5-2
Chapter 5 Analog I/Os
The sensor output will be converted to a 2 to10V analog voltage and can be read by the PLC using the
ADC(n) statement, which will return digital readings between 819 and 4095.
A/D#1 to 8
10K
Potentiometer +10V
GND
Figure 5.2
That means that if you apply a 5.000V to the PLC’s analog input #3, ADC(3) should return a value of
5.000/10.000 x 4096 = 2048.
Note that the CPU only accesses the analog input #n when the TBASIC function ADC(n) is called. Hence,
in order to monitor the analog input, you have to execute the ADC function periodically. The frequency
that the ADC function is called is known as the “sampling rate” and it depends on how fast the analog
data changes. If the analog data changes slowly (such as room temperature), then there may be no need
to sample the analog at high frequency.
A very simple example of sampling the analog inputs #1 to #4 every second and converting the data into
voltage readings of 0 to 10000 (which represents 0 to 10.000V) is shown as follows:
Figure 5.3
5-3
Chapter 5 Analog I/Os
You can examine the readings of DM[11] to DM[14] from the “Online Monitoring - View Variables-DM[n]”
screen. These readings represent the voltages measured at the analog input pins. You can also read the
raw ADC readings (which will change in the range between 0 to 4095) from the “View Variables - integer”
screen. The measured voltage for ADC1 is also displayed on the LCD display in x.xxx V every second.
You can define a moving average of 1 to 9 points using the procedure described in Section 5.4.5
Defining a larger moving average can better help to even out fluctuations in ADC readings that can be
caused by interference from digital noise. However, the larger the moving average, the slower the ADC(n)
function can detect a sudden change in the amplitude of the analog signal due to the averaging effect.
For a system that needs to quickly detect a signal change, consider using either a smaller number of
moving average points or call the ADC(n) function more frequently so that a sudden change can be
detected earlier.
The 12-bit analog inputs on the Fx1616-BA PLC return data in the range of 0 to 4095, which corresponds
to the full range of the voltage input presented at the analog pin. However, very often a user needs a
formula to translate this numeric data into units meaningful to the process (e.g. degree C or F, psi
etc). To do so, you need to know at least two reference points of how the native unit maps to the PLC's
ADC reading.
X - x1 A - a1
= ==> X = (x2 - x1)*(A - a1)/(a2 - a1) + x1
x2 - x1 a2 - a1
Note that since x1, x2, a1, and a2 are all constants the actual formula is much simpler then it appears
above.
Temp ADC(n)
30 200
100 3000
X = 70*(A - 200)/2800 + 30
Note: To get better resolution, you can represent 30 degrees as 300 and 100 degrees as 1000 so if X =
123 it means 12.3 degrees.
5-4
Chapter 5 Analog I/Os
A thermistor is a kind of resistor whose resistance decreases when its surrounding temperature
increases. It is a very low cost and stable device that can be used to measure a wide range of ambient
temperatures from freezers to hot water boilers, which are commonly used in HVAC applications.
In order to convert the resistance changes into voltage readings to be read by the PLC’s analog input,
you can use it to form an arm of a voltage divider circuit that provides a variable voltage to the analog
input when the temperature changes. A type of thermistor that measures 10.0K ohm at 25 degree C
(simply called 10K thermistor) is especially suitable for use with the Fx1616-BA, as illustrated below:
The design of the Fx1616-BA analog circuitry makes it extremely simple to interface to the 10K
thermistor: You simply connect the 10K thermistor directly to the analog input since there is already an
internal resistance of 40.00K ohm (0.1% accuracy).
A/D #1 - #8
+10V
10K Thermistor
Internal
40.00K
Analog
0V
Note that since the thermistor resistance value vs. temperature change is a non-linear function, you
cannot simply use a formula to calculate the temperature from the voltage value. For better accuracy you
need to use a look up table plus a linear interpolation technique to determine the temperature based on
the ADC readings. The look up table and interpolation method can be implemented using TBASIC. For
your convenience, we have provided sample TBASIC programs that you can download from the following
web page:
http://www.tri-plc.com/appnotes/F-series/ThermistorSensorFPLC.zip
This example uses the R-T (Resistance-Temperature) graph of the Precon Type III thermistor to
implement the temperature look up. We have provided an Excel file that computes the ADC reading vs
ambient temperature for this thermistor type. The TBASIC program uses these ADC readings to
determine the temperature.
The sample program is structured such that the lookup table values are stored in the FRAM and you can
readily adapt it to other types of thermistors with a different R-T graph. The program only implements
o o
lookup for a temperature range of –10 F to 100 F, but you can also easily change the temperature range
of interest.
5-5
Chapter 5 Analog I/Os
Figure 5.5
o o
The LM34 is a wonderful, low cost semiconductor temperature sensor with a range of –50 F to 300 F. It
o
is extremely easy to use for measuring temperatures above 0 F. You simply connect one pin to the
positive voltage (+5 to +30V) and the other pin to 0V, and the signal pin will output a voltage that is
o
directly proportional to the ambient temperature in F. The output voltage is 10mV per degree F.
So at room temperature of 72 degrees F, the device will output a voltage of 72 x 0.01 = 0.72V. If you
connect this to the PLC’s 0-10V analog input, you can obtain the temperature in degree F or degree C
using the formula:
F = ADC(1)*1000/4096 ‘ in degree F
OR C = (F – 32)*5/9 ‘ in degree C
Although another part number LM35 can output temperature in 10mV per degree C, the output falls into
an even lower ADC range for ambient temperature measurement since the same 72 degree F is only 22
degree C, which means the LM35 only outputs 22 x 0.01 = 0.22V. Hence, for better accuracy and
resolution, we recommend using the LM34 instead of the LM35 and, if need be, converting the
temperature to degrees C using TBASIC.
o
Another advantage for using the LM34 instead of the LM35 is that you can measure down to 0 F (-17
degree C) without using a negative voltage source as shown in the circuit on the right in Figure 5.5.
Thermocouples are very rugged devices that are widely used in the industry because of their stability,
accuracy, and wide functional temperature range. They are commonly used for measuring temperatures
in ovens that may go up to several hundred degrees C.
However, thermocouple output signals are in the range of tens of microvolts to mille-volts, which is too
small to be measured by the Fx1616-BA’s analog input directly. You will need a “signal conditioner” that
can amplify the thermocouple output to 0-10V, which can then be connected to the PLC’s analog input.
The PT100 is a positive temperature coefficient thermistor that is made from platinum. It has the
advantage of being very stable and highly accurate. It is usually connected to a signal conditioner in a
balanced bridge configuration and the signal conditioner will convert temperature changes to a 0-10V
output for the PLC.
5-6
Chapter 5 Analog I/Os
Note that the D/A #1 to #4 are able to source more than 10mA of current each. However, if you need
higher output current you would need to connect them to external buffer amplifiers.
DAC Output
AVCC
1023
1024
1022
1024
2
1024
1
1024
SetDAC value
0 4 8 12 4088 4092
Figure 5.6
You only need to execute the SETDAC statement once and the D/A output will be set to a voltage
proportional to the given set value.
5-7
Chapter 5 Analog I/Os
To perform calibration of an ADC channel, you need to supply a precise DC reference voltage to the ADC
channel, and then check the analog readings obtained via the ADC(n) function and compare it to the
expected value. If there is an error, you can apply a correction factor to it.
To perform the ADC or DAC calibration, you would need to use the “Ethernet & ADC Configuration”
commands mentioned in Chapter 2.1. Click on the “Advanced” button on the Basic Configuration screen
and open the “Advanced Configuration” screen. The bottom half of the screen contains ADC and DAC
calibration constants that you can enter and transfer to the PLC, as shown below:
Figure 5.7
These fields are used to apply a multiplication factor to the value returned by ADC function. The
multiplication factor = (1+ x/10000).
Example 1: If you apply 5.000V to ADC #1, you would expect the value returned by ADC(1) to be 2048.
But the actual average reading centers around 2060.
You should therefore enter a value of 58 into the “ADC Calib” field for Ch #1 and save it to the PLC.
After the PLC has rebooted, the CPU would apply the multiplication factor of 0.9942 to the readings it
received, which would correct the reading to: 2060 x 0.9942 = 2048.
Example 2: If you apply 8.000V to ADC #8, you would expect the ADC(8) function to return a value of
8.000/10.000 x 4096 = 3277. However, your program returned a value of 3230 from
ADC(8).
5-8
Chapter 5 Analog I/Os
=> x = +146
To compensate for this error, enter a value of 146 in the “ADC Calib.” for Ch 8 and save it
to the PLC.
After the PLC has rebooted, the CPU would apply the multiplication factor of 1.0146 to the readings it
received, which would correct the reading to: 3230 x 1.0146 = 3277.
Notes:
1) We have created an MS-Excel spreadsheet file “AnalogCalibration.xls” to facilitate the
computations of the correction factor, X, used in the ADC and DAC Calibration. This file can be
downloaded from the following web page:
http://www.tri-plc.com/appnotes/F-series/AnalogCalibration.xls
2) Changes to the ADC calibration data only take effect after the PLC has been cold-booted. You
can either power cycle the PLC or simply check the “Reboot PLC After Save” checkbox and the
PLC will re-boot after you have transferred the parameters to it.
4095
4094
4093
3
2
Zero 1
Offset
0
0 Input Voltage
10.00
Figure 5.8
The zero offset error can be corrected by entering a value into the “ADC Zero Offset” field. Any number
between –100 and 100 can be entered here. The ADC(n) function would add the zero-offset value that
you entered here to the measured value and return the total sum to the calling routine.
A value x entered in each of these fields represents the multiplication factor (1 + x/10000) that the PLC
will apply to the “value” parameter, which is executed by the command “SETDAC n, value” before actually
writing to the DAC output. This allows the user to apply a correction factor to the DAC output if there is a
problem with the DAC voltage.
5-9
Chapter 5 Analog I/Os
Example 1: If you execute “SETDAC 1,2048”, you would expect the DAC #1 to output 5.000V, but
instead you only get 4.960V.
You can therefore enter the value “81” into the “DAC Calib.” field corresponding to DAC #1 and save the
parameters to the PLC. After the PLC has rebooted, when you execute the statement “SETDAC 1,2048”,
the CPU would apply the multiplication factor of 1.0081 to the actual digital value it sends to the DAC
output. The actual DAC output =4.960V x 1.0081 = 5.000V.
Example 2: Same as Example 1 but you measure 5.030V when you expect 5.000V
You should therefore enter the value –60 into the “DAC Calib” field corresponding to DAC #1 and save it
to the PLC. After the PLC has rebooted, when you execute the statement “SETDAC 1,2048”, the PLC will
apply the multiplication factor of 0.9940 to 2048 before it writes to the DAC hardware.
If you plot the line graph for the output voltage versus the DAC set value, the line should normally pass
through the origin. But if there were any zero offset error, then the line would be above or below the
origin.
The DAC output on the Fx1616-BA should not have any zero offset error and you normally should just
leave these fields set to “0”.
However, if for any reason there is a need to apply a zero offset error correction, you can enter a value
between –100 to +100 into the “DAC Zero Offset” field. The CPU would add the zero-offset value you
enter into this field to the “X” in the “SETDAC n, x” statement and only send the sum to the actual DAC
hardware.
This field lets you define the number of points of moving average that the Fx1616-BA CPU firmware uses
to compute the value returned by the ADC(n) function (Please see explanation of moving average in
Section 5.2.5).
A larger number of moving Average points has the positive effect of filtering out large noise spikes seen at
the analog input, but the disadvantage is that the PLC would be slower in noticing a sudden step change
at the analog input. If you specify a moving average of 1 point, that means no moving average will be
used and the ADC(n) function will return the most recently sampled data at the analog input #n.
5-10
Chapter 6 Special Digital I/Os
Special Inputs
Input # High Speed Counter Interrupt Pulse Measurement
1 Ch #1: Phase A Ch #1 Ch #1
2 Ch #1: Phase B Ch #2 Ch #2
3 Ch #2: Phase A Ch #3 Ch #3
4 Ch #2: Phase B Ch #4 Ch #4
5 Ch #3: Phase A Ch #5 Ch #5
6 Ch #3: Phase B Ch #6 Ch #6
7 - - -
8 - - -
9 - Ch #9 -
10 - Ch #10 -
11 - Ch #11 -
12 - Ch #12 -
Note: While inputs 1-6 can be used simultaneously as High Speed Counters and Pulse Measurement
pins, any pins defined as interrupts can only be interrupts.
Special Outputs
Output # Stepper Pulse/Dir outputs Stepper Driver Outputs PWM output
1 - - -
2 - - -
3 - - -
4 - - -
5 Ch #1 Direction Ch #1 A phase Ch #1
6 Ch #1 Pulse Ch #1 A phase Ch #2
7 Ch #2 Direction (Special) Ch #1 B phase Ch #3
8 Ch #2 Pulse (Special) Ch #1 B phase Ch #4
9 - - -
10 - - -
11 - - -
12 - - -
13 - - -
14 - - -
15 - - -
16 - - -
These special I/Os therefore share the same electrical specifications as the ON/OFF type I/Os, which
have already been described in the Chapter 1 - Installation Guide. We will describe each of these special
I/Os in greater details in the following chapters.
6-1
Chapter 7 High Speed Counters
7.1 Introduction
Digital inputs #1 + 2, #3 + 4, and #5 + 6 form three channels of high speed counter inputs which can
interfaced directly to a rotary encoder that produces “quadrature” outputs. A quadrature encoder
o
produces two pulse trains at a 90 phase shift from each other as follows:
Direction of Rotation 90o
Phase A
Phase B
When the encoder shaft rotates in one direction, phase A leads phase B by 90 degrees. When the shaft
rotates in the opposite direction, phase B will lead phase A by 90 degrees. The quadrature signals
therefore provide an indication of the direction of rotation.
The Fx1616-BA PLC handles the quadrature signals as follows: if the pulse train arriving at input #1 leads
the pulse train at input #2, the High Speed Counter (HSC) #1 increments on every pulse. If the pulse train
arriving at input #1 lags the pulse trains at input #2, then the HSC #1 decrements. Note that if input #2 is
OFF, then pulse trains arriving at input #1 are considered to lead the input #2 and HSC #1 will be
incremented. Likewise if input #1 is OFF, then pulse trains arriving at input #2 will decrement HSC #1.
Inputs #3 and #4 form the inputs for High Speed Counter channel #2 and Inputs #5 and #6 form the
inputs for High Speed Counter channel #3. HSC#2 and HSC#3 operate in the same way as HSC#1
described above.
The fact that the Fx1616-BA automatically takes care of the direction of rotation of the quadrature
encoder greatly simplifies the programmer’s task of handling high-speed encoder feedback. The HSCDEF
statement can be used to define a CusFn to be executed when the HSC reaches a certain pre-defined
value. Within this CusFn you can define the actions to be taken and define the next CusFn to be executed
when the HSC reaches another value. Please note that the HSDDEF statement will also activate the
Pulse Measurement hardware as described in the Pulse Measurement section.
A programming example of the HSC can be found in your iTRiLOGI program folder:
C:\TRiLOGI\TL6\usr\samples\HighSpeedCtr.PC6
7-1
Chapter 7 High Speed Counters
For the Fx1616-BA PLC, an enhanced quadrature decoding routine is provided which will lock out
multiple counting by examining the co-relationship between the two phases. You can configure the
Fx1616-BA to use the enhanced quadrature counting by using the SETSYSTEM command, as follows:
SETSYTEM 4, n
The value of n at bit 0, 1, and 2 respectively defines if the HSC channel 1, 2, and 3 is to run in “Simple”
(when the bit is 0) or “Enhanced” (when the bit is 1) mode. As such:
+5V
ULN2003A
5V Phase A Input #3
1 16
5V Phase B 2 15
Input #4 T100MD1616+
F-Series PLC
Encoder
8
GND
PLC’s 0V terminal
0V
7-2
Chapter 8 Frequency / Speed Measurement
2) Thereafter the pulse width (in s) or the pulse frequency (in Hz) can be easily obtained from the
PULSEWIDTH(n) or PULSEFREQUENCY(n) functions. You can also obtain the pulse period
(inverse of frequency) using the PULSEPERIOD function.
E.g. A = PULSEWIDTH(1)
B = PULSEPERIOD(1)
C = PULSEFREQUNCY(1)
3) All PM inputs by default return the measured pulse width and pulse period in unit of microsecond.
However, for those who desire better resolution, you can define PM #1 to #4 to return the
measured pulse width and pulse period in 0.1 microsecond resolution by executing the following
command once only during initialization:
SETSYSTEM 20, 1
A sample program can also be found on your i-TRiLOGI installation folder at:
C:\TRiLOGI\TL6\usr\samples\PulseMeasurement.PC6
8-1
Chapter 8 Frequency / Speed Measurement
8.2 Applications
+24V
NPN type
Optical
Sensor Input #3
F-Series PLC
T100MD PLC
Motor
0V
One useful application of the PM capability is to measure the speed of rotation (RPM) of a motor. A
simple optical sensor, coupled with a rotating disk with slots fitted to the shaft of a motor (See Figure
8.1) can be fabricated economically. When the motor turns, the sensor will generate a series of pulses.
The frequency of this pulse train directly measures the rotational speed of the motor (RPM = Frequency x
60) and can be used to provide precise speed control.
Note that the above setup can also double as a low cost position-feedback encoder when used with the
high speed counter, since the number of pulses counted can be used to determine the displacement.
With the Fx1616-BA, the pulses can be both counted and measured simultaneously on the same input.
Some transducers incorporate a Voltage-Controlled-Oscillator (VCO) type of output that represents the
measured quantities in terms of varying frequency of the output waveform. Such transducers may be
used conveniently by the Fx1616-BA PLCs using the pulse measurement capability. However, the
frequency of such signals should be below the maximum input pulse rate.
Some transducers may output the readings of their measurands (the quantity that is being measured) in
the form of “pulse-width modulated” outputs. This means that the transducer would send rectangular
pulses with varying duty cycles that are proportional to the measured quantities. You can then easily use
the PULSEWIDTH and PULSEPERIOD functions to compute the duty cycle of the incoming PWM pulses
and readily convert it to the actual units of the measurands. The Fx1616-BA PLC should be able to
measure with reasonable accuracy the pulse width of incoming pulses not exceeding 4KHz. Although the
PLC could measure incoming pulse frequency of higher frequencies, the capacitance in the opto-isolator
would distort the signal at high frequency such that the measured pulse width would be of somewhat poor
accuracy.
8-2
Chapter 8 Frequency / Speed Measurement
In other words, if you need to use the HSC and the Pulse Measurement on the same channel, then you
don’t need to execute both the HSCDEF and PMON, you only need to execute the HSCDEF. The
HSCDEF function will automatically start the Pulse Measurement hardware so it is not necessary to use
the PMON function. However, if you use only the PMON function, it would not enable the HSC function.
However, if you execute the HSCDEF function and then execute the PMON function, the HSC will be
disabled, even though it was previously enabled.
8-3
Chapter 9 Interrupts
Chapter 9 Interrupts
Chapter 9 Interrupts
9 INTERRUPTS
9.1 Input Interrupts
During normal PLC ladder program execution, the CPU scans the entire ladder program starting from the
first element, progressively solving the logic equation at each circuit until it reaches the last element.
After which it will update the physical Inputs and Outputs (I/O) at the end of the scan. Hence, the location
of a logic element within the ladder diagram is important because of this sequential nature of the program
execution.
When scanning the ladder program, the CPU uses some internal memory variables to represent the logic
states of the inputs obtained during the last I/O refresh cycle. Likewise, any changes to the logic state of
the outputs are temporarily stored in the output memory variable (not the actual output pin) and will only
be updated to the physical output during the next I/O refresh.
You can see that the CPU will only notice any change to the input logic state when it has completed the
current scan and starts to refresh its input variables. The input logic state must also persist for at least
one scan time to be recognized by the CPU. In some situations this may not be desirable because any
response to the event will take at least one scan time or more.
An interrupt input, on the other hand, may occur randomly and the CPU will have to suspend whatever it
is doing as soon as it can and start “servicing” the interrupt. Hence, the CPU responds much faster to an
interrupt input. In addition, interrupts are “edge-triggered”, meaning that the interrupt condition occurs
when the input either changes from ON to OFF or from OFF to ON. Consequently, the input logic state
need not persist for longer than the logic scan time for it to be recognized by the CPU.
The Fx1616-BA PLC supports up to 10 interrupt inputs: Any one or all of digital inputs #1 to #6 and #9 to
#12 can be defined as interrupt inputs using the INTRDEF statement. The Interrupt inputs may also be
defined as either rising-edge triggered (input goes from OFF to ON) or falling-edge triggered (input goes
from ON to OFF). When the defined edges occur, the defined CusFn will be immediately executed
irrespective of the current state of execution of the ladder program.
Note: Since inputs 1 to 6 can also be used as other special inputs such as High Speed Counter (HSC)
inputs and/or Pulse Measurement (PM) as described in Chapter 6, 7 and 8, if these inputs are defined as
interrupts using the INTRDEF statement, then they will lose their other special function. I.e., they can only
be defined either as a HSC/PM or as an interrupt input and not both. Inputs 9 to 12, on the other hand,
9-1
Chapter 9 Interrupts
are not shared with other special functions. Hence, these can be used either as ordinary digital inputs or
as interrupt inputs.
Note that since input #9 to #16 on Fx1616R employs low pass filter to filter out the 50/60Hz variations,
compared to input #1 to #6 these inputs are slower in response to changes even when defined as
interrupt inputs,
cfnum - custom function number to execute when PTI event takes place.
x- The period in number of milliseconds between two PTI events.
The Periodic Timer Interrupt runs independently of the ladder logic and its execution is therefore not
affected by the total PLC program scan time.
When the PTI timer times up, the CPU will suspend the execution of the ladder logic or a (non-interrupt)
TBASIC function and immediately calls up the custom function defined by the INTRDEF 18 statement.
However, if the CPU is currently executing a user-interrupt service routine (e.g. an input interrupt or HSC
interrupt), then the CPU will have to complete the current interrupt service routine before it will run the PTI
interrupt function.
Notes:
1) Limit the use of PTI only for critical code that requires precise timing between two events.
Program bugs that occur due to problems in the PTI interrupt routine may be quite hard to debug.
2) For normal periodic routines, such as checking for temperature or checking serial port for
incoming bar code data every few seconds, it is better to use the system clock pulses e.g.
“Clk:1.0s” to trigger a {dCusF}.
3) Always try to keep your interrupt service routine short and ensure that it will not end up in an
endless loop. The TBASIC custom function execution time should be much shorter than the
period of the PTI events. Otherwise, you may find that the CPU will be spending most of its time
servicing the PTI interrupt routine, leaving very little time for scanning the ladder program, and
that will have an adverse impact on the CPU performance.
cfnum - custom function number to execute when PTI event takes place.
E.g. INTRDEF 17, 256, 1 ‘ call function #256 when power failure occur.
9-2
Chapter 10 Stepper Motor Control
It is essential to understand the difference between a stepper motor “Controller” and a stepper motor
“Driver”. A stepper motor “Driver” comprises the power electronics circuitry that provides the voltage,
current, and phase rotation to the stepper motor coils.
The Fx1616-BA PLCs have both the stepper motor driver and controller hardware. Now a stepper motor
can be driven directly from the PLC or the PLC can simply supply the control signals to an external
stepper motor driver.
3 4
3 4 3 4
5
6
4-wire (Bipolar driver) 5-wire (Unipolar or bipolar driver) 6-wire (Unipolar or bipolar driver)
Figure 10.1
10-1
Chapter 10 Stepper Motor Control
The most commonly available stepper motors today are either 4-wire, 5-wire or 6-wire types and their
windings are as shown in Figure 10.1
4-wire stepper motors require drivers that can reverse current flow from coil terminal 1 to 2 or
from 2 to1, as well as from terminal 3 to 4 or from 4 to 3. These kinds of drivers are known as
“bipolar drivers”.
5-wire stepper motors typically connect the common terminal (5) to the power (e.g. +24V DC) and
4 current sink drivers are connected to terminals 1 to 4 to sink the current to 0V. The sequence in
which the four coils are activated controls the rotation of the stepper motor. These kinds of drivers
are known as “unipolar” drivers.
6-wire stepper motors are the most flexible and may be connected either to bipolar drivers
(leaving terminals 5 and 6 unconnected) or to unipolar drivers (connecting terminals 5 & 6
together to “+” terminal.
Since all the Fx1616 digital outputs #5 to #8 are NPN (current sink) type, only 5- or 6-wire type stepper
motors can be used.
If you have a stepper motor with 6 wires (most common) but you do not have the wiring diagram, you may
be able to figure out which wire is which terminal by using a multi-meter to measure the resistance
between coils. E.g. the resistance between terminals 1 and 2 will be twice the resistance between
terminals 1 and 5 or between 2 and 5, likewise for terminals 3,4 and 6. There will be no connectivity
between terminal 1 and 3 and between terminal 2 and 4. It will however be more tricky to figure out the
actual wiring of a 5-wire stepper motor since it is difficult to figure out which is the coil 1-2 and which is the
coil 3-4, so some trial and error may be required to get the motor working.
V+
5 6
F1616-BA PLC 1 2 3 4
Stepper
Outputs
Figure 10.2
10-2
Chapter 10 Stepper Motor Control
The above circuit works best when the stepper motor power is the same voltage as or is a slightly higher
voltage than the PLC’s power supply. (Note: The maximum stepper motor’s power supply voltage must
not exceed the PLC’s stepper output driver breakdown voltage of 55V)
If the stepper motor’s power supply were lower than the PLC’s power supply, then connecting the output
shown in Figure 10.2 would result in the PLC’s output LED to light up, even when the output driver is off.
This is because the PLC’s output LED is tied to the PLC’s power supply and a lower voltage at the load’s
power supply would cause current to flow out of the PLC’s output terminal into the load’s power supply
and therefore turning on the output LEDs. Although this should not affect the driver’s function it can be
misleading to the user as to the PLC’s output state. Hence, we recommend connecting a diode in series
with each of the PLC’s outputs to block such reverse current flow:
V+
5 6
F1616-BA PLC 1 2 3 4
Stepper
Outputs
When configured as a Stepper-Motor Controller, the PLC would generate the required number of "pulses"
and sets the direction signal according to the defined acceleration and maximum pulsing rate specified by
"STEPSPEED" and “STEPMOVE” commands. The "pulse" and “direction” outputs are not meant to be
connected directly to the stepper motor. Instead, you will need a stepper motor "driver", which you can
buy from the motor vendor. Depending on the power output, the number of phases of the stepper motor,
and whether you need micro-stepping, the driver can vary in size and cost. Most stepper motor drivers
have opto-isolated inputs which accept a direction signal and stepping-pulse signal from the "Stepper
Motor Controller". In this case the Fx1616-BA is the "Stepper Motor Controller" which will supply the
required pulse and direction-select signals to the driver.
Note that the digital output #5 automatically becomes the direction-select signal for the Stepper controller
channel #1, when the stepper controllers are being used. The direction pin is turned ON when the motor
moves in the negative direction and turned OFF when the stepper motor moves in the positive direction.
The STEPMOVEABS command makes it extremely simple to position the motor at an absolute location,
while the STEPMOVE command lets you implement incremental moves in either direction for each
channel.
10-3
Chapter 10 Stepper Motor Control
Some stepper motor drivers accept only 5V signals from the stepper motor controller. In such a case, you
need to determine whether the driver’s inputs are opto-isolated. If they are, then you can simply connect a
2.2K current limiting resistor in series with the path from the PLC’s output to the driver’s inputs, as shown
in Figure 10.4.
Stepper Motor Driver
Direction Select Input
+V 12-24V DC
F-Series PLC 0V
Power
If
5
R Supply
for PLC
R
6
OUTPUTS
Stepping Pulse Input
7
Calculation :
8 IF = 10mA
If
R = (V - 5)/0.01
GND e.g. for V=24V,
R = (24-5)/0.01 =1.9K
Select R=2K2
2
Rating = 19 /2200
+24V = 0.16W
Use 0.5W resistor.
PLC’s Power Supply
GND
Figure 10.4
However, if the stepper motor driver input is only 5V CMOS level and non opto-isolated, then you need to
convert the 24V outputs to 5V. This can be achieved using a low cost transistor such as a 2N4403. A
better way is to use an opto-isolator with a logic level output, as shown in Figure 10.4. This provides a
galvanic isolation between the PLC and the stepper motor driver.
+5V 0V (Stepper’s supply)
Logic output
24V DC +V Optoisolator
Power Supply 0V H11L2
or H11L3
for PLC (Quality Technology)
1 6
OUTPUTS 5 5
2
6
4 To 5V CMOS
7 stepper driver input
2K2 resistor (5mA max)
8 (2.2K)
GND
10-4
Chapter 10 Stepper Motor Control
10.4.1 Introduction
The Output #5 to #8 can be configured as either a Stepper Controller (direction/pulse) or a Stepper Driver
for stepper channel #. And as a Stepper Driver, they can drive in FULL STEP mode or HALF STEP mode.
The stepper channels are controlled by the PLC program using the “ STEPMOVE” and “STEPMOVEABS”
commands. For example,
The ch parameter is the channel. This is how the PLC knows which stepper motor channel to turn on.
Now this parameter is also used to set the stepper motor channel to controller mode, full-step driver
mode, or half-step driver mode.
To set the stepper motor channel #1 to controller mode, the ch parameter should be a “1”. This is the
same as for the M-Series PLCs.
To set the stepper motor channel to driver mode, the ch parameter needs to have a “1” prefixed to it for
full-step mode and a “2” prefixed for half-step mode.
Normally a F-series PLC uses output #9 to #12 to control stepper channel #2. But since these 4 outputs
on the Fx1616-BA, being relay type, are too slow to be used for controlling stepper motor, a special
version of STEPMOVE command is developed so that the output #7 & #8 can be used as stepper
motor controller output. This allows the Fx1616-BA to control up to 2 external stepper motor drivers via
its outputs #5, 6, 7 & 8. The Syntax is:
STEPMOVE 32, count, r ‘ stepper channel 2 controller output via output #7 & #8
10.4.2 Examples
STEPMOVE 1, 100, 1 ‘Stepper #1 set direction at output #5 and send 100 pulses at output
#6
STEPMOVE 11, 100, 1 ‘Stepper #1 will be driven 100 full steps via output #5 to #8
STEPMOVE 21, 100, 1 ‘Stepper #1 will be driven 100 half steps via output #5 to #8
STEPMOVE 32, 100, 1 ‘Stepper #2 set direction at output #7 & send 100 pulses at output #8
The same format should be used for STEPMOVEABS, except that the count parameter is changed to the
position parameter (more details provided in the Programmers Reference manual and also in the program
examples section of this chapter).
Whether the stepper motor channels are being used to control a stepper motor driver or to drive the motor
directly, the STEPSPEED command must be executed first in order to define the acceleration settings.
Once this command has been executed, the acceleration settings will not change until another
STEPSPEED command is executed with different settings or if the PLC is powered down. If the PLC is
10-5
Chapter 10 Stepper Motor Control
powered down, the STEPSPEED command will need to be executed again before the stepper motor
channels can be used. However, if a software reset executed (from online monitoring or within the
program), the STEPSPEED command does not need to be re-executed.
The ch parameter should be a value between 1 and 2. Speed, pps, is based on the no. of pulses per
second (pps) output by the pulse generator. The pps parameter should be set to a value between 1 and
10000 (max rated pps for the Fx1616-BA PLC). The acceleration, acc, determines the total number of
steps taken to reach full speed from a standstill and the number of steps from full speed to a complete
stop. The stepper motor controller calculates and performs the speed trajectory according to these
parameters when the STEPMOVE or STEPMOVEABS commands are executed.
To set stepper motor channel #2 (ch 2 is only available in controller mode) to a speed of 100 pps in 50
steps, the command would be as follows:
STEPSPEED 2, 100, 50
This would be equivalent to an acceleration of 100 pulses/s2, which can be calculated using the following
expression:
2 2 2
A = V /2S = 100 /2*50 = 100pps
Once the STEPSPEED command is executed, the STEPMOVE command can be used to move the
stepper motor forwards or backwards. The STEPMOVE command is also used to specify whether the
PLC is a motor controller, a full-step motor driver, or a half-step motor driver.
The ch parameter specifies which stepper motor channel is being used and whether it is being used as a
controller, full-step driver, or half-step driver.
The count parameter specifies how many pulses the motor will move. If the motor were in half-step driver
mode, then count would be in half steps.
The r parameter specifies which internal relay will be activated once the motor has moved count number
of steps. This relay would be cleared when the STEPMOVE command is executed in case it was already
activated.
Moving Forwards
STEPMOVE 1, 500, 101 ‘ channel 1 would send 500 pulses to a driver and then turn on relay 101
STEPMOVE 32,750, 102 ‘ channel 2 would send 750 pulses to a driver and then turn on relay 102
Moving Backwards
STEPMOVE 1, -500, 101 ‘ channel 1 would send 500 pulses to a driver and then turn on relay 101
10-6
Chapter 10 Stepper Motor Control
STEPMOVE 32,-750, 102 ‘ channel 2 would send 750 pulses to a driver and then turn on relay 102
Moving Forwards
STEPMOVE 11,8000,101 ‘ channel 1 would send 8000 pulses to a motor and then turn on relay 101
Moving Backwards
STEPMOVE 11,-300,101 ‘ channel 1 would send 300 pulses to a motor and then turn on relay 101
Moving Forwards
STEPMOVE 21,8000,101 ‘ channel 1 to send 8000 forward pulses to motor and turn on relay 101
Moving Backwards
STEPMOVE 21,-300,101 ‘ channel 1 to send 300 backward pulses to motor and turn on relay 101
This command allows you to move the stepper motor # ch to an absolute position indicated by the
31
position parameter. At the end of the move the relay # r will be turned ON. Position can be between -2
31 9
to +2 (i.e. about ± 2 x 10 ). The absolute position is calculated with respect to the last move from the
"HOME" position. (The HOME position is set when the STEPHOME command is executed). The speed
and acceleration profile are determined by the STEPSPEED command as in the original command set.
This command automatically computes the number of pulses and the direction required to move the
stepper motor to the new position with respect to the current location. The current location can be
determined at any time by the STEPCOUNTABS() function.
Once the STEPMOVEABS command is executed, re-execution of this command or the STEPMOVE
command will have no effect until the entire motion is completed or aborted by the STEPSTOP command.
The STEPMOVEABS command is also used to specify whether the PLC is a motor controller, a full-step
motor driver, or a half-step motor driver.
The ch parameter would specify which stepper motor channel is being used and whether it is being used
as a controller, a full-step driver, or a half-step driver.
The position parameter specifies how many pulses the motor will move relative to its home position. If the
motor were in half-step driver mode, then position would be in half steps.
The r parameter specifies which internal relay will be activated once the motor has moved to its new
position. This relay would be cleared when the STEPMOVEABS command is executed in case it was
already activated.
10-7
Chapter 10 Stepper Motor Control
In this example, the PLC would be a controller and would send the control pulse and direction pulse to a
driver board.
STEPMOVEABS 1,500,101 ‘ Stepper #1 to move fwd 500 steps from home and turn on relay 101
STEPMOVEABS 32,-75,102 ‘ Stepper #2 to move back 75 steps from home and turn on relay 102
STEPMOVEABS 11,300,101 ‘ Stepper #1 to move fwd 300 steps from home and turn on relay 101
STEPMOVEABS 21,300,101 ‘ Stepper #1 to move fwd 150 steps from home and turn on relay 101
A demo program for programming the Stepper Motor Controller and Driver:
http://www.tri-plc.com/trilogi/FPLCsamples.zip
10-8
Chapter 11 Pulse Width Modulated Outputs
The PWM works by first turning on the output to full voltage for a short while and then shutting it off for
another short while and then turning it on again, and so on, in consistent and accurate time intervals. This
can be illustrated with the following diagram:
Load
Voltage
a b
V Full Average a
voltage = xV Full
a+b
Figure 11.1
The average voltage seen by the load is determined by the “duty cycle” of the PWM waveform. The duty
cycle is defined as follow:
a
Duty Cycle = x 100%
a+b
Period = (a + b)
Frequency = 1/period Hz
Average voltage = % duty cycle multiplied by the full load voltage VFull. Since the voltage applied to the
load is either “Fully ON” or “Fully OFF”, it is highly efficient because the switching transistors are working
in their saturated and cut-off region and dissipate very little power when it is fully turned ON.
11-1
Chapter 11 Pulse Width Modulated Outputs
The PWM channels in the Fx1616-BA PLC can generate pulses with frequency ranging from 1Hz all the
way to 50KHz. At the lower frequency range, the output frequency can be extremely accurate (less than
0.01% error). Even at 10KHz the output frequency error is less than 0.5%. This makes it possible to use
the PWM channels to generate square wave pulses of a certain frequency.
For example, in Section 17.4.3 we show you how to use the PWM output to generate the 38KHz carrier
wave pulses for sending encoded IR remote commands. This enables the PLC to control your home TV,
DVD player, and air conditioner!
Usually it is better to select as high a frequency as possible because the resulting effect is smoother for
higher frequencies. However, some systems may not respond properly if the PWM frequency is too high,
in such cases a lower frequency should be selected.
The TBASIC SETPWM statement controls the frequency and duty-cycle settings of the PWM channel. The
Fx1616-BA PLC features four channels of PWM on its digital outputs #5 (PWM channel #1) to output #8
(PWM channel #4 – please see Chapter 6 for the pin assignment).
Since all four PWM outputs are high voltage, high current outputs (24V, 8A peak, 4A continuous) they can
be used to directly control the speed of a small DC motor. They can also directly drive proportional
(variable position) valves whose opening is dependent on the applied voltage. Note: When using the
PWM output to drive a motor or solenoid valve, please take note of the need to add a bypass diode to
absorb the inductive kick that will occur when the output current to the load is turned OFF, as mentioned
in Chapter 1.5.3.
Flyback Diode
Bridge
4N35 Rectifier
12-24V DC +V Optoisolator - +
Power 0V 220K
M AC
For PLC
Source
6
1 5 ~
OUTPUTS 5 2 4 D
6 G
7 (PWM3) R1
8
2K2 R2 S
GND
Note:
11-2
Chapter 11 Pulse Width Modulated Outputs
1. The opto-isolator must be able to operate at a frequency matching that of the PWM frequency,
otherwise the resulting output waveform will be distorted and effective speed control cannot be
attained.
2. The simple PWM speed control scheme described above is the open-loop type and does not regulate
the speed with respect to changing load torque. Closed-loop speed control is attainable if a
tachometer (either digital or analog) is used which feeds back to the CPU the actual speed. Based on
the error between the set point speed and the actual speed, the software can then adjust the PWM
duty cycle accordingly to offset speed variation caused by the varying load torque. A PID function
may also be invoked to provide sophisticated PID type of speed control.
3. The Fx1616-BA’s PWM can be used to control the speed of small motors only (up to the maximum
current limit that the PLCs output can safely drive). For larger motors, industrial-grade variable-speed
drives should be used instead.
1ms
1.5ms
2.0ms
RC Servo typically only have 3 wires: Power “ + ” (typically 4.8 to 6V), “–“ and a “Control” input.
To position the RC Servo to a position within its range of travel (Some are 0 to 90 degree and there are
those that can go from 0 to 180 degree), you send a positive pulse with pulse width between 1.00 ms to
2.00 ms to the “Control” input once every 20ms. The servo will position the actuator to one end when it
receives a pulse of 1.00ms and the other end when it receive a pulse of 2.00ms. If you send it a pulse of
1.50ms it will position the actuator to the center.
In PWM term, 1.00ms pulse width every 20ms means a duty cycle of 1.00/20.00 = 5.00%. 2.00ms pulse
width every 20ms means a duty cycle of 2.00/20.00 = 10.00% duty cycle. So to control the position of the
11-3
Chapter 11 Pulse Width Modulated Outputs
actuator one only needs to send it a positive PWM signal with frequency = 1/0.02 = 50Hz and duty cycle
between 5% and 10%.
The gear and servo feedback mechanism within the RC Servo produces a huge amount of torque relative
to its weight for positioning the actuator to the position determined by the pulse width at the “control”
input. Yet once it is in the correct position the servo draws only minimum current required to maintain its
position. Hence being a closed-loop controller an RC Servo is actually a much more efficient and effective
positional control device (for a limited range) than a stepper motor which relies on a constant current in its
winding to provide the “holding torque” for positioning. The open loop nature of stepper motor means that
it does not know if the device is actually being knocked out of its desired location whereas in the Servo
any deviation from its desired location is instantly being corrected by the servo mechanism.
As you probably have realized by now that you can use a single PWM output to very easily position the
RC Servo to whatever position within its range of travel.
However, since the Fx1616 power supply is 24V (vs 4.8 to 6V on the typical RC Servo) and the PWM
output is NPN (current sink) type, the signal to the servo is actually inverted if you connect the PLC’s
output to the Servo’s “control” input directly.
24V DC 4.8V to 6V
+V 0V +6V DCPower
Power
For PLC + For Servo
OUTPUTS 0V
1K
1 1N4001
2 (PWM2) Control RC
Servo
3
4
0V -
As shown in the above figure, we use a 1K ohm resistor to pull up the “Control” input to the RC Servo’s
power supply so that when the PLC’s output is OFF, the Control input is +6V and when the PLC output is
ON, the “Control” input is pulled to low.
The 1N4001 diode is to prevent the 24V weak pullup signal at the PLC output from entering the servo’s
“Control” input. As such, when the PLC output is ON, the “Control” input is pulled down to about 1 diode
drop (about 0.7V).
In other words, the RC Servo connected above are controlled by the PLC’s PWM output but the duty
cycle is inverted. I.e. To send a 5% positive PWM control pulse to the Servo, you can run the following
statement:
Likewise, to send a 10% positive PWM control pulse to the Servo, you will need to run the following
statement:
11-4
Chapter 11 Pulse Width Modulated Outputs
You can also use the PLC’s PWM output to drive an optocoupler (such as 4N35) and the output from the
optocoupler is use to provide control pulse to the RC Servo, as shown in Figure 11.5
4N35 4.8V to 6V
24V DC +V Optoisolator +6V
Power DCPower
0V For Servo
For PLC
OUTPUTS + 0V
1 5
1K
1
2 4 RC
2 (PWM2) Control
Servo
3
4
2K2 -
GND
In the opto-isolated interface shown above, the power supply to the PLC and that to the RC Servo are
completely isolated (no common ground required). Also since the interface inverts the output signal from
the PLC, no software inversion is necessary. i.e When the PLC NPN output is OFF, the “control” input to
the RC Servo will be OFF, and when the PLC NPN output is ON, the “control” input to the RC Servo =
+6V.
Hence, to send a 5% positive PWM control pulse to the Servo, you can run the following statement:
Likewise, to send a 10% positive PWM control pulse to the Servo, you can run the following statement:
Of course you can replace the duty cycle with a value (e.g. DM[1]) and run statement such as:
Since the resolution on the Fx1616 PLC’s PWM output is precise to 0.01% at 50Hz, this means that you
can get a maximum of 500 discrete positions within the travel range of the RC Servo. This should be
sufficiently accurate for many applications such as HVAC damper control or control of proportional valves.
The actual positioning accuracy and precision, however, will depend on the quality of the RC Servo.
11-5
Chapter 12 Real Time Clock
On the FMD Series and Nano-10 PLCs, it is not possible to keep the RTC running after power loss unless
either the FRAM-RTC-0 or FRAM-RTC-256 module is installed. However, the FRAM-RTC modules are
not compatible and are not required with the Fx1616-BA because a battery is used to power the on-board
RTC. Due to safety restrictions by air-transportation, the battery may or may not be included with your
Fx1616-BA. If included, it may not be installed on the PLC in the factory and, in that case, you will need to
install it yourself. Please refer to Section 1.9 for information on both purchasing and installing the RTC
battery.
NOTE:
If the RTC battery is not installed or the battery is removed for more than 15 seconds when the PLC is
powered down, then the PLC will lose its real time clock data when it is powered up again. When this
happens the "RTC Error" status LED on the CPU board will light up and the RTC.Err bit in the ladder logic
special bit will be ON so that user program can use it to alert the operator.
There are 7 registers available in TBASIC that are used to access and configure the date and time. These
registers, which are shown above, can be read from and written to just like any other integer variable. The
data for these registers are in integer format.
12-1
Chapter 12 Real Time Clock
to activate an alarm of some kind. The following ladder logic circuit is an example of this using the
RTC.Err bit as an input that controls an output called RTC_Alarm:
In the circuit above, RTC.Err is a special bit that cannot be renamed in your program. The output
RTC_Alarm is a user-defined output that could be named to anything. If the RTC Error event occurs for
any reason, the RTC.Err bit would activate the RTC_Alarm output.
12-2
Chapter 12 Real Time Clock
If the RTC is only corrupted, then you should only have to reset the RTC to resolve the problem. This can
be done most easily by using the TRiLOGI method of setting the RTC that was described in section 12.4.
After setting the RTC, the PLC should be powered off and then powered on again. The RTC Error light
should be off at this point, but if it isn’t, then there is a possibility of damage to the PLC. At this point you
should contact Triangle Research tech support or if you have purchased the unit from a local distributor,
then you should contact the distributor for assistance.
12-3
Chapter 13 LCD Display Programming
Action Command
1. Clear screen SETLCD 0,1, CHR$(1)
2. No cursor SETLCD 0,1, CHR$(12)
3. Underline Cursor SETLCD 0,1, CHR$(14)
4. Blinking Cursor SETLCD 0,1, CHR$(13)
5. Underline + Blinking Cursor SETLCD 0,1, CHR$(15)
Pressure = 12345
13-1
Chapter 13 LCD Display Programming
And if you subsequently display the string “Pressure = 983” at the same location without first clearing the
line, then you will see the following string being displayed:
Pressure = 98345
What happens is that the string “Pressure = 983” is correctly displayed but the two old characters “45”
left over from previous display would appear to be part of the new data. This can cause confusion.
There are several ways you can eliminate such a display problem:
1) Clear the line first before overwriting with a new string. You can create a custom function just to clear
a particular line. E.g. if you pass the parameter DM[100] to the custom function and inside the custom
function you do the following:
SETLCD DM[100],1, “ ”
Hence calling this custom function with DM[100] = 1,2,3, or 4 would clear the corresponding line.
2) A “ quick and lazy” way to do it is to add a few more characters to the back of the string to be
displayed which will wipe out old characters that could be present adjacent to the new string.
3) If there is data to the right of the currently displayed string that you cannot overwrite with spaces, then
you can restrict the number of digits that a numeric variable may be converted to using the two
parameters from the STR$ or HEX$ command.
The STR$(T,4) function will always return 4 digits of the data stored in T. If T is less than 4 digits,
then one or more preceding “0”’s will be added. E.g. if T = 12 then this function will return the string
“0012. Note that for negative numbers the negative sign is counted as part of the digit count so you
need to provide enough spaces to take care of the sign if you need to handle both positive and
negative numbers.
If you wish to control the number of digit being displayed then you could use the MID$ command to
extract the number of significant digits and the exponents from the string returned by STR$(x#, n)
function.
13-2
Chapter 14 Serial Communications
14 SERIAL COMMUNICATIONS
14.1 Introduction:
There are 3 serial ports on the Fx1616-BA PLC, including 2 RS485 ports and 1 RS232 port. All three of
these serial ports have full Modbus ASCII/RTU and Host Link Protocol drivers so that all three serial ports
can be used independently. All three serial ports on this PLC can also be programmed to accept or send
ASCII or binary data using the TBASIC built-in commands such as INPUT$(n), INCOMM(n), PRINT #n,
OUTCOMM n, d.
The first serial port (COMM1) is an RS232C port, which is compatible with most PC’s RS232C ports. The
second serial port (COMM2) is a two-wire RS485 port that allows multiple PLCs to be connected to a
single host computer or a master PLC for networking or to implement a distributed control system. The
third serial port (COMM3) is identical to the second one (COMM2).
Note: Each of the 3 serial ports has its own pair of comm. LED indicators that will light up whenever the
corresponding serial channel sends or receives data. This makes it extremely convenient for
troubleshooting serial communication problems.
The COMM1 port is the main communication port used by the PLC configuration software (See Chapter
2.1) as well as for program transfer and on-line monitoring of the PLC program when it is not connected to
an Ethernet router or hub. The pin connections with the host PC are shown below:
1 1
2 2
3 3 Host PC RS232 or
F2424 COMM1 4 4 USB-RS232 Converter
(Female DB9) 5 5 (Male DB9)
6 6
7 7
8 8
9 9
However, to connect COMM1 to another DCE device (e.g., a modem), you need to make a special cable
which swaps the transmit and receive signals, as follows:
14-1
Chapter 14 Serial Communications
Special cable
1 1
2 2
FX1616 COMM1 3 3 Modem
(Female DB9) 4 4 (Female DB9)
5 5
6 6
7 7
8 8
9 9
Pin 4 and 6 are handshaking signals whose presence may be required by some modems to work
properly, so these pins are connected as shown in the diagram.
Up to 255 RS232/RS485 peripheral devices may be linked together in an RS485 network on both
COMM2 and COMM3.
The RS485 ports are available on 2-way screw terminals between the RS232 (COMM1) port and the
analog I/O DB15 connector (please refer to Chapter 1- Installation Guide). For successful communication
using either of the RS485 ports, you need to correctly connect the ‘+’ and ‘-’ terminals to the RS485
equipment using a twisted pair cable. If you are using the PC as the network host, you will need an
RS232C-to-RS485 converter such as the “Auto485”.
A Fx1616-BA PLC can be programmed via its RS485 port on a one-to-one or multi-drop manner. Since
most PCs only have RS232 port(s) (or USB ports for which USB-to-RS232 converters are readily
available), you need to purchase an RS232-to-RS485 converter in order to program the PLC via its
COMM2 and COMM3 port. The most commonly available types of RS485 converters today use the RTS
signal to control the RS485 transmitter direction, which is supported by the TLServer software. However,
we strongly recommend an auto-turnaround type of converter such as the Auto485 adapter (configured in
‘Auto’ mode) for use with Windows programs. Under Windows, the application software does not have
very deterministic control of the RTS pin at precise timing and that can contribute to the occasional loss of
communication when the RS485 transceiver is not switched at the proper moment.
Programming via COMM2 or COMM3 is particularly useful if COMM1 is already assigned to other tasks
such as interfacing to modem, bar code readers, a SCADA system or MMI *. The programmer can
continue to program and monitor the PLC using its RS485 port while its COMM1 is actively
communicating with other devices. This makes it much easier to troubleshoot communication problems
14-2
Chapter 14 Serial Communications
at COMM1 since you can continuously monitor the data exchange between the PLC and the external
devices connected to its COMM1.
* Of course, since the Fx1616-BA PLC has a built-in Ethernet port, you can always program it via the
local area network. But the fact that all 3 serial ports can be programming ports makes them truly
flexible for many industrial applications.
There are more and more industrial devices such as electric power meters, analog I/O modules (e.g. the
I-70xx modules by ICPDAS), variable frequency drives, etc that allows data communication via their
RS485 port. The Fx1616-BA can use either COMM2 or COMM3 port to access these devices. The PLC
has many built-in commands for reading/writing to these serial ports, including built-in commands for
communicating with devices that use the MODBUS ASCII or RTU protocols.
Since the Fx1616-BA PLC supports MODBUS protocols, it can operate as a master PLC and serve as a
gateway to interface non MODBUS-enabled PLCs (such as the E10+ PLCs, or the I-7000 analog
modules) to third party SCADA software or MMI hardware that speaks MODBUS. The Fx1616-BA also
makes it easy for these devices to be controlled or monitored over the Internet. The master Fx1616-BA
will use its RS485 port to pull data from these devices into its data-memory. The data memory in the
Fx1616-BA is in turn accessible by a SCADA program using the Modbus serial or Modbus/TCP protocol.
Through the Fx1616-BA, these other connected devices are also accessible from the Internet using the i-
TRiLOGI client/server software.
Another important use of the RS485 port will be to connect a Fx1616-BA PLC to other F-series, M-series,
H-series or E10+ PLCs. One F-series PLC will act as the master and all other PLCs will act as slaves.
Each PLC must be given a unique ID. The master will send commands to all the slaves using the
“NETCMD” or READMODBUS, WRITEMODBUS, READMB2, WRITEMB2 statements and coordinate
information flow between the PLCs. In this way, a big system can be built by employing multiple units of
F, M, E or H-series PLCs connected in a network. This results in more elegant implementation of complex
control systems and simplifies maintenance jobs.
ch represents the COMM port number (1, 2, or 3 only). The baud_no parameter takes a value from 0 -
255 (&H0 to &HFF), which allows for additional configuration of the communication format. The upper 4
bits of baud_no specify the communication format (number of data bits, number of stop bits, and
14-3
Chapter 14 Serial Communications
parity) and the lower 4 bits represent the baud rate. Hence the baud_no for 8 data bit, 1 stop bit, and no
parity is the same as the old models, providing compatibility across the PLC families.
Once the new baud rate has been set, it will not be changed until execution of another SETBAUD
statement. The baud rate is not affected by a software RESET but the settings will be lost when the power
is turned OFF. The available baud rates and their corresponding baud rate numbers for COMM1, 2, and 3
are shown below:
Where xxxx represents the baud rate of the comm port, as follow:
xxxx 0000 0001 0010 0011 0100 0101 0110 0111
Baud Rate 2400 2400 4800 9600 19200 31250 38400 57600
A table of all the available baud rates and COMM formats is shown in the following page. The
communication format written as “7,2,e”, which means 7 data bits, 2 stop bits and even parity. Likewise,
“8,1,n” means 8 data bits, 1 stop bit and no parity. You can use the table to select the baud number for a
certain baud rate and COMM format.
Important: Since the three COMM ports are independent, they can be set to different formats and baud
rates from each other. Please note that if you change the baud rate or communication format to
something that is different from that set in the TLServer, then both the TLServer and TRiLOGI will no
longer be able to communicate with the PLC via this COMM port. You will have to either configure the
14-4
Chapter 14 Serial Communications
TLServer’s serial port setting using its “Serial Communication Setup” routine to match the PLC, or you
can cycle the power to the PLC to reset the COMM port to the default format (38,400, 8,n,1).
If you had used “1st.Scan” contact to activate the SETBAUD command than you will need to cycle the
power to the PLC with DIP switch #4 set to ON to halt the execution of the SETBAUD command. When
the PLC is reset this way, its COMM1 will power up at the default format of 38,400, 8,n,1 only so you will
need to configure TLServer’s serial port to 38,400bps to communicate with it.
The command and response formats of the “NATIVE” protocols are described in detail in Chapter 15 and
16. The other protocols and their address mapping to the Fx1616-BA PLCs are described in Section 14.7.
The three independent COMM ports 1, 2, & 3 support all of the above protocols. Each COMM port can
communicate using the same or different protocols, independent of the other. The most wonderful feature
of Fx1616-BA PLC is that the support of all the above-mentioned protocols can be fully automatic and
totally transparent to the users. There is no DIPswitch to set and no special configuration software to run
to configure the port for a specific communication protocol. The following describes how the automatic
protocol recognition scheme works:
1. When the PLC is powered ON, all three COMM ports are set to the “AUTO” mode, which means
that they are open-minded and listen to all serial data coming through the COMM ports. The CPU
tries to determine if the serial data conforms to a certain protocol and if so, the COMM mode is
determined automatically.
2. Once the protocol is recognized, the CPU sets that COMM port to a specific COMM mode, which
enables it to process and respond only to commands that conform to that protocol. Error
detection data such as the “FCS”, “LRC” or CRC are computed accordingly which method is used
to verify the integrity of the received commands. If errors are detected in the command, the CPU
responds in accordance with the action specified in the respective protocols.
3. When the COMM port enters a specific COMM mode, it will regard commands of other protocol
as errors and will not accept them. Hence, for example, if COMM #1 has received a valid
MODBUS RTU command (which puts it in an “RTU” mode), it will no longer respond to TRiLOGI’s
attempts to communicate with it using the “NATIVE” mode. You will receive a communication
error if you try to use TRiLOGI to access a PLC COMM port that has just been communicating in
other protocol modes.
4. To improve the flexibility of switching from one COMM mode to another, The Fx1616-BA
incorporates a COMM mode self-reset timer such that a specific COMM mode will time out
automatically and enters into “AUTO” mode after 10 seconds if no more commands are received
from that COMM port. When a user wants to switch from one COMM mode to another, he/she
often will be changing the serial connector from one device to another. During this time there is
no data received by the COMM port, which presents an opportunity for it to reset its COMM
mode. However, the surest way to reset the specific COMM mode is to cycle the power to the
14-5
Chapter 14 Serial Communications
PLC so that its COMM port will be reset to “AUTO” mode and ready to communicate with any
supported protocols.
5. If you wish to use the COMM port for serial data input only, you can use the SETPROTOCOL
command to set the COMM port to NO PROTOCOL. This can prevent the PLC from erroneously
treating some serial data as the header of an incoming communication protocol and respond to it
automatically.
The SETPROTOCOL command can also be used to set the PLC to a specific protocol. This may be
desirable if the COMM port has a specific role and you do not want it to enter other modes by mistake.
Please refer to the TBASIC Programmer’s Reference manual for a detailed description of the
SETPROTOCOL command.
Note: If you fix a COMM port to a non-native, non-auto mode, TRiLOGI will not be able to communicate
with the PLC anymore. You may have to power-cycle the PLC to reset the COMM mode. If you
use the “1st.Scan” contact to activate the SETPROTOCOL command, then you will need to cycle
the power to the PLC with DIP switch #4 set to ON to halt the execution of the SETPROTOCOL
command. (Also remember that when the PLC is reset this way, its COMM1 will power up at
default format of 38,400, 8,n,1 only so you will need to configure TLServer’s serial port to
38,400bps to communicate with it.)
When a COMM port receives serial data, the operating system of the Fx1616-BA PLC automatically
stores them into a 256 bytes circular buffer so that user programs can retrieve them later. The serial data
are buffered even if they are incoming commands of one of the supported protocols described in section
14.5. In addition, processing of a recognized protocol command does not remove the characters from the
serial buffer queue so these data are still visible to the user’s program.
Each COMM port has its own separate 256-byte serial-in buffer. As long as the user-program retrieves
the data before the 256-byte buffer is filled up, no data will be lost. If more than 256 bytes have been
stored, the buffer wraps around and the oldest data is overwritten first and so on. The following describes
how INCOMM and INPUT$, PRINT # and OUTCOMM functions interact with the serial buffer:
a) INCOMM (n)
Every execution of the INCOMM(n) function removes one character from the circular buffer. When no
more data is available in the buffer this function returns a -1. The data removed by INCOMM will no
longer be available for the INPUT$ command.
b) INPUT$(n)
When the INPUT$(n) function is executed, the CPU checks the COMM #n buffer to see if there is a
byte with the value 13 (the ASCII CR character) which acts as a terminator for the string. If a string is
present, all the characters that make up the string will be removed from the COMM buffer. If a
completed string is not present, then the COMM buffer will not be affected, and INPUT$(n) returns a
null string. This ensures that before a complete string is received, the serial characters will not be lost
because of the unsuccessful execution of the INPUT$(n) function.
14-6
Chapter 14 Serial Communications
INPUT$(n) is designed to be non-blocking and to return immediately – i.e. either it returns a complete
string or it returns an empty string. This means that INPUT$(n) will not suspend the CPU and wait for
a valid string from the COMM port. However, in real world communication very often you will need
to send a command to a device and it takes a while for the device to be able to send back a response
string.
The most efficient way of handling such serial communication exchange with other devices is to send
a command string using the PRINT #n and then start a timer and let the PLC program continue to
scan the ladder program. When timer times out, the timer contact is used to activate a custom
function and use INPUT$(n) to read the return message from the device. This is most efficient use of
the CPU time since the program will not have to waste time to wait for response string from the
device and that’s the reason for INPUT$(n) to default to non-blocking mode.
Another way to deal with this is to use the NETCMD$ function (terminated with “~”). NETCMD$
sends a command string and will return immediately when it receives a response string or if more
than 0.15s has passed. If the device is slow to response the CPU basically sits in a loop to wait for
the response for up to a maximum of 0.15s. NETCMD$ function also re-tries the communication
several times if it does not receive a response in the first try.
A third way of handling serial exchange with other devices is to use the INPUT$(n) command in
blocking mode. Starting from CPU firmware r72 and above, if you run the command
SETSYSTEM 19, t
This will configure the INPUT$(n) command to block the CPU for up to maximum of (t x 10)
rd
milliseconds to wait for a valid string from 3 party device. Although this command also wastes CPU
cycles to wait for a response and hence it is not as efficient compared to using the timer-activated
method mentioned above, it nonetheless is very simple to implement and can be used for non time-
critical applications.
You only need to execute SETSYSTEM 19, t once and INPUT$(n) will block for the same t x 10
millisecond every time it is executed until SETSYSTEM 19,t is run again. To return the INPUT$(n) to
non-blocking mode, run SETSYSTEM 19, 0.
d) PRINT #n
The PRINT statement transfers its entire argument to a 256 byte serial-out buffer, which is separate
from the serial-in buffer. The PRINT statement, therefore, does not affect the content of the serial
buffer for incoming characters. The operating system handles the actual transfer of each byte of data
out of the serial-out buffer in a timely manner. Again each COMM port has its own independent 256-
byte serial-out buffer and, hence, the two serial ports can operate totally independently of each other.
Note that the PLC automatically enables the RS485 transmit driver when it sends serial characters
out of its COMM 2 and 3 ports. When the stop bit of the last character in the serial-out buffer has
been sent out, the operating system immediately disables the RS485 driver and enables the receiver.
This greatly eases the use of the RS485 port since there is no need for a user to bother with the
often-critical timing of controlling the RS485 driver/receiver direction.
e) OUTCOMM
This command sends only a single byte out of the serial COMM port without going through the serial
out buffer. For RS485 port, it enables the RS485 transmitter before sending the character and
disables it immediately after the stop bit has been sent out.
14-7
Chapter 14 Serial Communications
Both MODBUS and Omron protocols use the same device ID address (00 to FF) as used by the native
“Hostlink Command” protocol described in Chapter 15. Since the addresses of I/O and internal variables
in the Fx1616-BA are organized very differently from the OMRON or Modicon PLCs, we need to map
these addresses to the corresponding memory areas in the Modbus address space so that they can be
easily accessed by their corresponding protocols.
All I/Os, timers, counters, internal relays, data memory DM[1] to DM[4000], and floating point data FP[1]
to FP[1000] are mapped to the Modbus Holding Registers space. The Inputs, Outputs, Relays, Timers
and Counters bits are mapped to the MODBUS Bit address space as shown in Table 14.1. Note that
input and output bits are always mapped according to Table 14.1 whether it is MODBUS function 01, 02
or 05.
However, 32 bit variables and string variables are not mapped since they are fundamentally quite different
in their implementation among different PLCs. Internal variables that are not mapped can be still be
accessed by copying the contents of these variables to unused data memory DM[n] (this can be easily
accomplished within a CusFn) so that they can be accessed by these third party protocols.
The Fx1616-BA PLCs support MODBUS ASCII protocols with the following command and response
format:
START Address Function Data LRC Check CRLF
: 2 chars 2 chars # chars 2 chars 2 chars
The exact command/response format of the MODBUS protocol can be found at http://www.modbus.org.
However, if your only purpose is to interface the PLC to other MODBUS hosts such as an LCD touch
panel or SCADA software then there is no need to know the underlying protocol command format. All you
need to know is which PLC’s system Variable is mapped to which MODBUS register, as shown in Table
12.1.
14-8
Chapter 14 Serial Communications
Relay n 1024 + n
1 to 16 40065.1 to 40065.16 1025 to 1040
17 to 32 40066.1 to 40066.16 1041 to 1056
33 to 48 40067.1 to 40067.16 1057 to 1072
49 to 64 40068.1 to 40068.16 1073 to 1088
65 to 80 40069.1 to 40069.16 1089 to 1104
81 to 96 40070.1 to 40070.16 1105 to 1120
97 to 112 40071.1 to 40071.16 1121 to 1136
113 to 128 40072.1 to 40072.16 1137 to 1152
129 to 144 40073.1 to 40073.16 1153 to 1168
145 to 160 40074.1 to 40074.16 1169 to 1184
161 to 176 40075.1 to 40075.16 1185 to 1200
177 to 192 40076.1 to 40076.16 1201 to 1216
193 to 208 40077.1 to 40077.16 1217 to 1232
209 to 224 40078.1 to 40078.16 1233 to 1248
.. .. ..
497 to 512 40097.1 to 40097.16 1521 to 1536
* MODBUS is a registered trademark of Groupe Schneider.
OMRON is a registered trademark of OMRON Corporation.
14-9
Chapter 14 Serial Communications
All the Fx1616-BA PLC I/O bits are mapped identically to both the MODBUS “0x” and 1x space. The bit
register offset is shown in the last column of Table 14.1. Although MODBUS names the 0x address space
as “Coil (which means output bits) and the “1x” address space as “Input Status” (which means input bits
only), the Fx1616-BA treat both spaces the same. Some MODBUS drivers only allow you to “read” from
0x space and “write” to 1x space but you still use the same offset shown on Table 14.1.
Example:
To map a lamp symbol to PLC Input 5, you select the MODBUS register address 0-0005. You can also
map a lamp symbol to the PLC’s output #2. In that case, you should map it to MODBUS register address
0-0258.
To map a toggle switch symbol to the PLC input #5, if you are restricted to select only MODBUS 1x
address space, then you will have to map the switch to 1-0005, and likewise you can map the switch to
output #2 using MOBDUS address 1-0258. But if the driver allows the switch to be mapped to 0x space,
then you can use MODBUS register space 0-0005 and 0-0258 for the mapping, with identical results.
14-10
Chapter 14 Serial Communications
As shown in Table 14.1, to access DM[1] from the PLC, you use MODBUS address space 4-1001
(Modicon convention, 1000 in binary address) and so on. To access the Real Time Clock Hour data
(TIME[1]), use 4-0513. The I/O channels can also be read or written as 16-bit words by using the
addresses from 4-0001 to 4-0320.
Some MODBUS drivers (such as National Instruments “Lookout” software) even allow you to manipulate
individual bit within a 16-bit word. So it is also possible to map individual I/O bits to the “4x” address
space. E.g. Input bit #1 can be mapped to 4-0001.1 and output bit #2 is mapped to 4-0257.2, etc. This is
how it is shown in Table 14.1. However, if you do not need to manipulate the individual bit then you simply
use the address 4-0001 to access the system variable INPUT[1] and address 4-0257 to access the
system variable OUTPUT[1]. Note that INPUT[1] and OUTPUT[1] are TBASIC system variables and they
each contain 16 bits that reflect the on/off status of the actual physical input and output bits #1 to #16.
14-11
Chapter 14 Serial Communications
Some OMRON host link commands are described in Section 16.40. For other commands please refer to
the Omron C20H/C40H PLC Operation manual published by OMRON Corporation. If your purpose is only
to use the PLC’s OMRON mode with SCADA or HMI, then there is no need to learn the actual
command/response format.
SCADA software or MMI systems (also known as LCD Touch Panels) normally use an object-oriented
programming method. Graphical objects such as switches indicator lights or meters, etc., are picked from
the library and then assigned to a certain I/O or internal data address of the PLC. When designing a
SCADA system, first you need to define the PLC type. You can choose the MODBUS ASCII, MODBUS
RTU or OMRON C20H. Once a graphical object has been created, you will need to edit its connection
and at this point you will be presented with a selection table that corresponds to the memory map of that
PLC type.
Example 1: To connect an indicator lamp to Input #9 of the PLC.
You will need to program the switch to connect to IR00.8 for the OMRON protocol. However, If you have
defined the PLC as MODBUS type, then this indicator lamp should be connected to bit address 1-0265. In
either case there is no need to learn about the actual command format of the protocol itself, as the
SCADA software will automatically generate the required commands to access the input address that has
been chosen for the object.
14-12
Chapter 14 Serial Communications
Note that when using the READMODBUS or WRITEMODBUS commands, the 40001 address stated in
Table 14.1 should be interpreted as address 0000, and 40002 as address 0001, and 41001 as address
1000, etc. This is in accordance with the specifications stated in MODBUS protocol. MODICON defined
zero offset addresses for the MODBUS protocol, yet in their holding register definition these are supposed
to start from address 40001 - hence the unusual correspondence. But to maintain compatibility with the
MODBUS specifications, we have to adhere to their definitions.
In other words, you should specify port #11 to use RTU commands on COMM1, and specify port #13 to
use RTU commands on COMM3.
will access, via COMM3, the slave with ID = 08 and read the content of register #16. This register
corresponds to MODICON address 40017 and is the OUTPUT[1] of the slave PLC.
The ability to speak MODBUS RTU greatly extends the type of peripherals that can be used with a
Fx1616-BA. You can now make use of many off-the-shelf, third party RTU devices to extend the PLC
capability.
14-13
Chapter 14 Serial Communications
14.9.1 Wiring
The modem is often connected to the PLC’s COMM1. Since the serial port on most modems are DCE
type, you will need a make a special cable (also known as null-modem) to connect them as shown in
Figure 14.2. If the modem only has a DB25 connector, you can connect the wires as shown in the
following diagram:
1 1
2 2
3 3
4 4
F1616-BA 5 5 Modem
COMM1
(Female DB9) 6 6 (Female DB25)
7 7
8
9
20
Note that pin 6 (DSR) and pin 20 (DTR) at the modem end are tied together. This is often required to
inform the modem that the device is ready for operation so that the modem can work properly. A modem
may also be connected to COMM2 or COMM3 for multi-drop remote programming and monitoring using
TRiLOGI 6 or 7 software. However, you will need to purchase an auto-turnaround type RS232-to-RS485
converter, such as: the “Auto485” (http://www.tri-plc.com/auto485.htm).
14.9.2 Programming
Please refer to the Internet i-TRiLOGI version Programmer’s Reference guide, Chapter 3 for
programming details for the PLC to communicate with the PC via modem.
14-14
Chapter 15 Host Link Communication Protocol
The native host link command protocol will be described in detail in this and the next chapter. The
MODBUS and OMRON compatible protocols have already been discussed in Section 14.7.
All Fx1616-BA PLCs support both the point-to-point (one-to-one) and multi-point (one-to-many)
communication protocols. Each protocol has a different command structure as described below.
15-1
Chapter 15 Host Link Communication Protocol
Each command frame starts with a two-byte ASCII character header, followed by a number of ASCII data
and ends with a terminator which is comprised of a '*' character and a carriage return (ASCII value =
1310). The header denotes the purpose of the command. For example, RI for Read Input, WO for Write
Output, etc. The data is usually the hexadecimal representation of numeric data. Each byte of binary data
is represented by two ASCII characters (00 to FF).
To begin a communication session, the host computer must first send one byte of ASCII character: Ctrl-E
(=05Hex) via its serial port to the controller. This informs the controller that the host computer wishes to
send a (point-to-point) host-link command to it. Thereafter, the host computer must wait to receive an
echo of the Ctrl-E character from the controller. Reception of the echoed Ctrl-E character indicates that
the controller is ready to respond to the command from the host computer. At this moment, the host
computer must immediately send the command frame to the controller and then wait to receive the
response frame from the controller. The entire communication session is depicted in Figure 15.1.
After the controller has received the command, it will send a response frame back to the host computer
and this completes the communication session. If the controller accepts the command, the response
frame will start with the same header as the command, followed by the information that has been
requested by the command and the terminator.
As you can probably see, proper handshaking using the Ctrl-E character between the host and the PLC is
important to communicate successfully using the Point-to-point protocol.
Although the “Multi-point” format discussed in the next section seems more complex, the communication
exchange using multi-point protocol is actually simpler than point-to-point since it involves only a single
exchange of command/response string. We therefore recommend using the multi-point format if you are
writing your own communication program.
Note: TBASIC has a built-in command “NETCMD$” that lets a Fx1616-BA access another slave PLC
using the multipoint Host-link protocol format very easily.
If an unknown command is received or if the command is illegal (such as access to an unavailable output
or relay channel), the following error response will be received:
E R *
The host computer program should always check the returned response for possibilities of errors in the
command and take necessary actions.
15-2
Chapter 15 Host Link Communication Protocol
Send Ctrl -E
(05H) and wait
for echo
Ready to process
command: return
Ctrl-E (05H)
Send Command
string to controller
Wait for response
Execute command.
Return Response
string to host
Accept Response
Check for errors
Figure 15.1
Each command frame starts with the character "@" and two-byte hexadecimal representation of the
controller's ID (00 to FF), and ends with a two-byte "Frame Check Sequence" (FCS) and the terminator.
FCS is provided for detecting communication errors in the serial bit-stream. If desired, the command
frame may omit calculating the FCS simply by putting the characters "00" in place of the FCS.
Note: we call “00” the “wildcard” FCS, which is available when the PLC is in “auto protocol” mode. This is
to facilitate easy testing of the multi-point protocol. However, the wildcard FCS can be disabled if the PLC
has executed the SETPROTOCOL n, 5 to put its COMM port n into pure native mode. In that case you will
have to supply the actual FCS to your command string.
15-3
Chapter 15 Host Link Communication Protocol
@ 0 4 R V I A 4 8 *
@ 0100 0000
XOR
0 0011 0000
XOR
4 0011 0100
XOR
R 0101 0010
XOR
V 0101 0110
XOR
I 0100 1001
XOR
A 0100 0001
Value 4816 is then converted to ASCII characters '4' (0011 0100) and '8' (0011 1000) and placed in the
FCS field.
A Visual Basic routine for FCS computation is included in the source code of a sample communication
program you can download from:
http://www.tri-plc.com/applications/VBsample.htm#VB6sample
15-4
Chapter 15 Host Link Communication Protocol
ensure that every controller on the RS485 network assumes a different ID (If a master PLC is used, then
the master PLC should also have a different ID from all the slaves). Otherwise, contention may occur (i.e.,
two controllers simultaneously sending data on the receiver bus, resulting in garbage data being received
by the host). On the other hand, if none of the controller IDs match that specified in the command frame,
then the host computer will receive no response at all.
The PLC automatically recognizes the type of command protocols (point-to-point or multi-point) sent by
the host computer and it will respond accordingly. If a multi-point command is accepted by the controller,
the response frame will start with a character '@', followed by its device ID and the same header as the
command. This will be followed by the data requested by the command, a response frame FCS and the
terminator.
@ x x F E x x *
@ x x E R x x *
The host computer program should always check the returned response for possibilities of errors in the
command and take necessary action.
In fact, the TLServer software will only accept multi-point communication protocol from the client software
with the exception of the “IR*” command, which is needed to obtain the ID of a PLC with unknown ID.
Hence, if you were to write your own communication program to talk to the PLCs, we would strongly
recommend using only the multi-point protocol exclusively due to its simplicity and built-in error checking
capability.
15-5
Chapter 15 Host Link Communication Protocol
RS485 560
+ _ + _ + _ + _
0V
Host Computer with FMD FX1616 Nano10
RS 485 or RS485 RS485 RS485
FX PLC
Figure 15.2
Note that the two wires are not interchangeable so they must be wired the same way to each controller.
The maximum wire length should not be more than 1200 meters (4000 feet). RS-485 uses balanced or
differential drivers and receivers, which means that the logic state of the transmitted signal depends on
the differential voltage between the two wires and not on the voltage with respect to a common ground.
As there will be times when no transmitters are active (which leaves the wires in "floating" state), it is
good practice to ensure that the RS-485 receivers will indicate to the CPUs that there is no data to
receive. In order to do this, we should hold the twisted pair in the logic '1' state by applying a differential
bias to the lines using a pair of 560to 1K biasing resistors connected to a +9V (at least +5V) and 0V
supply as shown in Figure 15-2. Otherwise, random noise on the pair could be falsely interpreted as data.
The two biasing resistors are necessary to ensure robust data communication in actual applications.
Some RS485 converters may already have biasing built-in so the biasing resistors may not be needed.
However, if the master is a Fx1616-BA PLC then you should use the biasing resistor to fix the logic states
to a known state. Although in a lab environment the PLCs may be able to communicate without the
biasing resistors, their use is strongly recommended for industrial applications.
Hence, for networking over long distances and involving more than a few PLCs, it is important to either
strengthen or protect the RS485 interface, as described below:
1. You can replace the standard RS485 driver (75HVD3082) on the PLC with a fault-tolerant RS485
driver IC; part number LT1785AIN8. This 8 pin IC is made by Linear Technology and can
15-6
Chapter 15 Host Link Communication Protocol
withstand wrong voltages of up to +60V! The LT1785AIN8 is a 1/4 power RS485 driver, which
means up to 128 PLCs can be connected together.
Unfortunately this IC is much more expensive than 75HVD3082 and hence it is not provided as
standard component on the PLC. You can purchase the IC from any major electronic catalog
company such as www.digikey.com.
2. When using non fault-tolerant RS485 drivers such as SN75176 or SN75HVD3082, we strongly
recommend the following protection circuit to be added between every PLC’s RS485 and the
twisted pair multi-drop network cable:
RS485 Network
Figure 15.3
Note:
As can be seen from the circuit, the two 9V Zener diodes clamp the signal voltage on the PLC’s RS485
interface to between +9V and - 0.7V. If the high voltage persists, the 0.1A fuse will blow, effectively
disconnecting the PLC from the offending voltage on the network.
Even if you choose to replace the RS485 driver by an LT1785AIN8 IC instead of using the zener/fuse pair
wiring, you should still use shielded twisted pair cables as the multi-drop network “backbone” and connect
the shield to the 0V (DC ground) power terminal of every PLC. The grounded shield then provides a
common ground reference for all the different PLCs’ power supplies. Even though the RS485 network
may still work without a common ground reference because the signal wire pair will somehow “pull” all the
RS485 devices to some reference point. Failure to provide a common ground is a potential source
of serious trouble as signal wires with a floating ground easily induce large voltage differences between
nodes when subjected to electromagnetic interference. Hence, for reliable operation it is important to
provide the common ground. A grounded shield also has the additional advantage of shielding the
electrical signals from EMI.
15-7
Chapter 15 Host Link Communication Protocol
Only the master can issue commands to the slave PLCs. To transmit a command, the master controller
must first enable its RS-485 transmitter and then send a multi-point command to the network of
controllers. After the last stop bit has been sent, the master controller must relinquish the RS485 bus by
disabling its RS485 transmitter and enabling its receiver. At this point the master will wait for a response
from the slave controller that is being addressed. Since the command contains the ID of the target
controller, only the controller with the correct ID would respond to the command by sending back a
response string. For the network to function properly, it is obvious that no two nodes can have the same
ID. You can use the “Setup Serial Port” command in TLServer to set the ID for each Fx1616-BA. You can
also use the "IW” Host Link command to set the device ID. Also, all nodes must be configured to the
same baud rate and communication format.
Care should be taken to ensure that the power supplies for all the controllers are properly isolated from
the main so that no large ground potential differences exist between any controllers on the network.
Since the Fx1616-BA is capable of sending out network commands, the obvious question is whether
multiple masters are allowed on the RS485 network? It is possible to have multiple masters on a single
RS485 network provided the issues of collision and arbitration are taken care of. There are several means
to achieve these objectives.
Fortunately, the “NETCMD$” function of Fx series PLC automatically senses the RS485 lines until they
are free before sending out the command string to reduce the chance of a collision. It also checks the
integrity of the response string for correct FCS (Frame Check Sequence) characters before returning the
string (Please refer to the Programmer’s Reference for detail description of the NETCMD$( ) function).
However, the program must still check the following items in the response string to verify that the string
returned from NETCMD$( ) function indeed comes from the PLC that it had talked to and not from
another PLC (which tries to send a command to someone else):
i) The ID is correct
ii) The header is identical to the command string
iii) The length of response string is correct.
Pros and Cons: This method does not incur any hardware cost, but it requires careful programming and
strict checking of the response string and hence requires more effort to program. It is also the least
desirable if the network traffic is moderately high as many collisions will occur and there is danger of
some undetected error being allowed to pass through.
15-8
Chapter 15 Host Link Communication Protocol
A “token” is a software means of telling a PLC that it has been given the right to temporarily act as the
master. A Fx1616-BA PLC or a host PC can serve as the token master. An internal relay bit or a variable
of the PLC can be defined as the token. The token master will begin by giving the token (i.e., by setting
the token relay bit to ‘1’ or the token variable to some fixed value) to the first PLC on the list. The PLC that
has the token can then send host-link commands to other PLCs. When it has finished the job it can then
send a command to the token master to relinquish its token. If it is based on a fixed timing scheme the
master can assume that the PLC will complete its job after a fixed time (say 0.1 seconds) and turn off its
corresponding token relay bit.
The token master then passes the token to the next PLC on the list and so on until the last PLC has
relinquished its token, and the token is passed back to the first PLC on the list again. This way at any one
time there will only be one active network master (the one with the token) and hence there is no danger of
conflicting signals or garbled messages to handle.
Pros and Cons: This method also does not incur any hardware cost, but it requires the programmer to
draw up a plan on what internal relay or variable to use as the token and how the PLC can relinquish its
token to the token master. (It could be by fixed timing or by returning a message to relinquish the token) It
is a challenging job for programmers unfamiliar with networking schemes, but with some experimentation
it can be achieved readily.
In this scheme we make use of the digital inputs of the Fx1616-BA to grant the PLC the right to act as the
network master. Lets call this input the “Be the Master” input. We can use a low cost H-series PLC
running a sequencer to activate the “Be the Master” input line of each PLC one at a time. Each PLC is
given a fixed amount of time to be the master (e.g. 0.1s each). Only when the “Be the Master” input is
ON can the Fx PLC start sending out host-link commands to other PLCs. So at any one time there will
only be one master on the network and no conflict will occur as a result.
Pros and Cons: This method is the easiest to program since there is no need to handle the token with the
token master or perform extensive error check on the response string. However, this method uses one
input of each PLC and as many outputs on the master-signal generator PLC as there are PLC masters. It
also requires wiring the PLCs to the master-signal generator PLC.
Since an RS485 network links many PLCs together electrically and in a daisy chain fashion, problems
occurring along the RS485 network sometimes affect the operation of the entire network. For example, a
broken wire at the terminal of one node may mean that all the PLCs connected after this node become
inaccessible by the master. If the RS485 interface of one of the PLCs has short-circuited because of
15-9
Chapter 15 Host Link Communication Protocol
component failure, then the entire network goes down with it too. This is because no other node is able to
assert proper signals on the two wires that are also common to the shorted device.
Hence, when trouble-shooting a faulty RS485 network, it may be necessary to isolate all the PLCs from
the network. Thereafter, reconnect one PLC at a time to the network, starting from the node nearest to
the host computer. Use the TRiLOGI program to check communication with each PLC until the faulty unit
has been identified.
15-10
Chapter 16 Host Link Command/Response Format
To use a command for multi-point system, simply add the device ID (@nn) before the command header
and the FCS at the end of the data (See Chapter 3 for detailed descriptions of multi-point communication
command format).
Response Format
I R 161 160 *
The device ID is to be used for the multi-point communication protocol so that the host computer can
selectively communicate with any controller connected to a common RS485 bus (see Chapter 3 for
details). The ID has no effect for point-to-point communication. The device ID is stored in the PLC's non-
volatile memory and, therefore, will remain with the controller until it is next changed.
Response Format
I W *
E.g. To set the PLC’s ID to 0A, send command string “IW0A*” to PLC.
16-1
Chapter 16 Host Link Command/Response Format
Response Format
R I 161 160 *
The 8-bit inputs of each channel are represented by a two byte ASCII text expression of its hexadecimal
value. For example: if inputs 1 to 3 are logic '0's, inputs 4 to 10 are logic '1's and all other inputs are
logic '0's, then if you send command “RI00*”, you will get the response “RIF8*” (F816 =1111 10002).
Response Format
R O 161 160 *
16-2
Chapter 16 Host Link Command/Response Format
Please refer to the Input/Output vs Channel Number table described in the section “16.3. Read Digital
Input Channels” for details.
16-3
Chapter 16 Host Link Command/Response Format
Response Format
R T 161 160 *
The following table shows the timer numbers defined in TRiLOGI's Timer entry table and their
corresponding channel numbers.
Response Format
R C 161 160 *
16-4
Chapter 16 Host Link Command/Response Format
Command Format
R m n n *
Response Format
R m 103 102 101 100 *
The Set Value (S.V.) of the specified timer is returned in decimal form as four byte ASCII text characters
from 0000 to 9999. Note that this command header contains small letter “m” instead of “M” in the “RM”
command.
Response Format
R U 103 102 101 100 *
16-5
Chapter 16 Host Link Command/Response Format
A,B.C....Z
Response Format
R V I 167 166 165 164 163 162 161 160 *
E.g. To read the value of the variable “K”, send host-link command “RVIK*”. If variable K contains
the value 12345610 (=1E24016), the PLC will send the response string as “RVI0001E240*”.
A,B.C....Z
Response Format
R V $ a a a ... ... a a a *
E.g. To read the value of the string variable “M$”, send host-link command “RV$M*”. If variable
M$ contains the string “Hello World”, the PLC will send the response string as “RV$Hello
World*”.
A,B.C....Z
Response Format
16-6
Chapter 16 Host Link Command/Response Format
E.g. To read the value of the string variable “M$”, send host-link command “RV$M*”. If variable
M$ contains the string “Hello World”, the PLC will send the response string as “RV$Hello
World*”.
E.g. To read the value of DM[3600], send host-link command “RVD0E10*”. If variable DM[3600]
contains the value 1234510 (=303916), PLC will send the response string as “RVD3039*”.
Response Format
R V D 163 162 161 160 … …
st
Header 1 Data (Hex)
4 Hexadecimal Digit for 16-bit integer
Last data
E.g. To read the value of DM[3600] to DM[3609], send host-link command “RVD0E10000A*”.
16-7
Chapter 16 Host Link Command/Response Format
E.g. To read the value of FP[20], send host-link command “RVF0014*”. If variable FP[20] contains the
value 1.2345E-2 (0.012345), PLC will send the response string as “RVF3C4A42AF*”.
Last data
E.g. To read the value of FP[101] to FP[110], send host-link command “RVF0065000A*”.
16-8
Chapter 16 Host Link Command/Response Format
The RVS command also can be used to access the internal variables used to store ADC, DAC and PWM
values obtained during the latest execution of the ADC(), setDAC or setPWM statement. These are
however not system variables in the TBASIC sense. E.g. it is illegal to use ADC[2] to access the ADC
channel #2 in TBASIC (you have to use the ADC(2) function instead). An 8-bit hexadecimal number is
used to denote the “type” of system variable, as shown in the following table:
Command Format
R V S n n 161 160 *
type Index
type (01 to 0D) - denotes the type of system variable to access,
index (01 to 1F) - index into the array, starting from 01.
Response Format
R V S 163 162 161 160 *
Channel: 1 or 2
Response Format
R V H 167 166 165 164 163 162 161 160 *
16-9
Chapter 16 Host Link Command/Response Format
Channel # Data
(00 to 0F)
Response Format
W I *
Channel # Data
(00 to 0F)
Response Format
W O *
Channel # Data
Response Format
W R *
Channel # Data
(00 to 07)
Response Format
W T *
16-10
Chapter 16 Host Link Command/Response Format
Command Format
W C n n 161 160 *
Channel # Data
(00 to 07)
Response Format
W C *
Response Format
W M *
Please note that the timer number starts from 00, which represent timer #1, then 01 represents timer #2...
and so on.
Command Format
W m n n 103 102 101 100 *
Note: the 2nd character is a lower case “m” instead of the upper case “M” of “WM” command.
16-11
Chapter 16 Host Link Command/Response Format
Counter1=00, New PV
....
Counter64=3F (Hex)
Response Format
W U *
Response Format
W u *
Note: the 2nd character is a lower case “u” instead of the upper case “U” of the “WU” command.
Response Format
W V I *
16-12
Chapter 16 Host Link Command/Response Format
Command Format
W V $ alphabet a a ... ... a a *
E.g. To assign the string “ Super PLC” to the string variable P$, send hostlink command “WV$P
Super PLC*”.
Command Format
W V D 163 162 161 160 163 162 161 160 *
E.g. To write the value 123410 (=4D216)to DM[1000], send hostlink command “WVD03E804D2*”.
(100010 = 3E816)
Note: The response to WVD command in the Nano-10, FMD and F-series was simply “WVD*”
without the variable count.
16-13
Chapter 16 Host Link Command/Response Format
Command Format
W V D 163 162 161 160 163 162 161 160 163 162 … …
st nd
16-bit Index to array 1 16-bit Integer 2 16-bit Integer
0001 to 0FA0 (400010)
Response Format
W V D 163 162 161 160 *
Command Format
W V F 163 162 161 160 167 166 165 164 163 162 161 160 *
Response Format
W V F 0 0 0 1 *
Command Format
W V F 163 162 161 160 167 166 165 164 163 162 161 160 … …
st nd
16-bit Index to array 1 IEEE float data 2 float
16-14
Chapter 16 Host Link Command/Response Format
Response Format
W V F 163 162 161 160 *
Command Format
W V S n n 161 160 163 162 161 160 *
Response Format
W V S *
E.g. To set clk[1] (which represents the hour of the RTC) to 14, send the command
“WVS0801000E*” to the PLC.
Response Format
16-15
Chapter 16 Host Link Command/Response Format
W V H *
Response Format
C 2 *
When the PLC receives this command, it temporarily halts the execution of the PLC's ladder program
after the current scan. However, the PLC continues to scan the I/Os and processes host link commands
sent to it and will report the current I/O data and internal variables to the host computer.
Response Format
C 1 *
When the PLC receives this command, it will resume execution of the ladder program if it had been halted
previously by the "C2" command. Otherwise, this command has no effect.
Command Format
R A n n c c *
Response Format
16-16
Chapter 16 Host Link Command/Response Format
E.g. To read 4 channels of Analog inputs starting from Ch #2, Send “RA0204*”. The response
string will contain 4 sets of data for channel 2, 3, 4 and 5.
Response Format
R X I 163 162 161 160 … 162 161 160 *
st
1 EEPROM Integer … Last EEPROM
16-bit Data (Hex) 16-bit Data (Hex)
Maximum allowable word count per command is 32 (01 to 20 Hex). If “count” is > 32, only the first 32
words will be returned.
E.g. To read the 10 words of EEPROM data starting from address 100, send host-link command
“RXI00640A*”. The response string will contain 10 sets of 16-bit data (4 ASCII hex digit per
set).
Response Format
R X $ a a a ... ... a a a *
E.g. To read the string data stored at EEPROM address 10, send host-link command
“RX$000A*”. The response string will contain string data stored in the EEPROM (maximum
40 characters).
16-17
Chapter 16 Host Link Command/Response Format
Command Format
W A n n c c 163 162 161 160 … 161 160 *
Response Format
W A c c *
Response Format
W X I *
Maximum allowable word count per command is 16 (01 to 10 Hex).
16-18
Chapter 16 Host Link Command/Response Format
Response Format
W X $ *
E.g. To write the string data “Hello TRi” at EEPROM String address 12, send host-link
command “RX$000CHello TRi*”.
Command Format
W b n n n n x x *
Response Format
W b *
E.g. To force output 1 to ON, send “Wb0100FF*”. To turn it OFF, send “Wb010000*”
We will only discuss four of the OMRON host link commands “RR”, “WR”, “RD” and “WD” in this section
because these commands can be used by users to read/write to multiple I/O registers and data memory
in a single command (Note: maximum length of command string should be <=80 characters).
16-19
Chapter 16 Host Link Command/Response Format
Note: Fx PLC native protocol command set now includes reading and writing of multiple DM and FP that
are not available on F2424/FX1616-BA, FMD and Nano-10 PLCs. To maintain backward compatibility
with FMD and Nano-10 PLCs that only support read/write of single DM (there is no FP[ ] in these PLCs),
these OMFRON host link commands may be used to read/write multiple DM locations in a single
command.
f f *
FCS
Response Format
@ d d R R s s 163 162 161 160 … …
st
Device ID Header Status 1 Data (Hex)
00 – OK
15 - Bad
“@01RR012800074D*”
The PLC will send return a response “@01RR00xxxxyyyyzzzz….*”
Command Format
@ d d W R n n n n 163 162 161 160 ….
st
Device ID Header IR Start Addr(Dec) 1 data
16-20
Chapter 16 Host Link Command/Response Format
Response Format
@ d d W R s s f f *
f f *
FCS
Response Format
@ d d R D s s 163 162 161 160 … …
st
Device ID Header Status 1 Data (Hex)
00 – OK
16-21
Chapter 16 Host Link Command/Response Format
Response Format
@ d d W D s s f f *
Since the multi-point protocol requires a FCS (frame check sequence) character to be appended to the
end of the command string, you may be able to get around it by using the “wildcard” FCS “00” in place of
the actual FCS. E.g. To read input channel 02 from a PLC with ID = 01, you can enter the command
string as “@01RI0200*”.
For TLServer version 2.1 and above, there is an “FCS” button that lets you compute the actual FCS for
the string in the command string text field. You can then use the actual FCS with the command string to
completely test your command. E.g. If you type in the string “@01RI02” in the command string (but do not
press Enter) and then click on the “FCS” button, the FCS for this string will be computed and shown as
“FCS = 58”, as shown in the following figure:
16-22
Chapter 16 Host Link Command/Response Format
You now can enter the complete command string as “@01RI0258*” and it will be accepted by TLServer.
(Note: If the PLC has executed a SETPROTOCOL n,5 to configure its serial port into pure native mode,
then wildcard FCS will not be accepted and you must use the actual FCS with your command. The FCS
button makes it much easier than computation by hand).
If you have changed some data using the write command, then activate On-Line Monitoring and examine
the changes made using the “View Variables” window.
http://www.tri-plc.com/applications/VBsample.htm
All Fx PLCs are able to send out host link commands to other Fx PLCs, M-series or H-series PLCs using
the built-in TBASIC function NETCMD$(). This function accepts host link commands in multi-point
format and automatically computes the Frame Check Sequence (FCS) characters, appends them to the
command string and sends out the whole command string together with the terminators. The function
then waits for a response string and checks the integrity of the received response string for errors. This
16-23
Chapter 16 Host Link Command/Response Format
function returns a string only if a proper response string has been received. Please refer to the TBASIC
Reference for a detailed explanation of this command.
The NETCMD$() function therefore greatly simplifies the programming tasks for handling networking
between PLCs. The programmer only needs to construct the correct command string according to the
formats described in this chapter, pass the formatted string to the NETCMD$() function, and then check
for the response string. A Fx PLC may use the NETCMD$ to map the I/O of another PLC into its internal
relays and use the other PLC as its remote I/O.
There are some programming examples in your “TRILOGI\TL6\usr\samples” folder that illustrate the
use of NETCMD$() to map I/Os of a slave PLC to the master. Please study the two examples:
“RemoteIO-Hseries.PC6” and “RemoteIO-Mseries.PC6” carefully to understand the mechanism of
mapping I/Os between the PLCs. The TRiLOGI program “REMOTE-Hseries.PC6” will work on the H-
series, M-series or F-series PLCs as slaves, whereas the program “REMOTE-Mseries.PC6” will only
work with F-series, FMD or Nano-10. This is because the Fx PLC host link command set is a superset of
the H-series host link command set, and this example uses the more efficient M-series host link
commands to read/write 16-bit data for networking between M-series PLCs.
An application note and example programs demonstrating how to use our other PLC models as slave
remote I/O for the F- or M-series PLC can be found at the following web page:
http://www.tri-plc.com/appnotes/AppnoteMain.htm
16-24
Chapter 17 IR Remote Control
17 IR REMOTE CONTROL
17.1 Introduction
The Fx1616-BA PLC features a built-in, Infra Red remote control sensor with 38KHz modulation band
pass filter (part # TSOP32138), located as shown in the following picture:
Figure 17.1
1. Receive and decode IR remote control signals sent by hand-held IR remote controls that are
TM
encoded with Sony Corporation’s SIRC protocol (which really is just any hand held remote
control that comes with your SONY TV or VCR). The decoded signal can be used to trigger any
actions under your program control and it is unbelievably easy to program!
2. “Learn” (i.e. records) up to 128 IR remote codes (can be a mixture of different brands of devices)
it receives into non-volatile flash memory and playback* the recorded IR remote codes under your
program control to turn ON/OFF or to adjust AV devices, air-conditioning settings etc.
* To playback the recorded IR remote codes you need to purchase a low cost IR LED and a
resistor and connect it to one of the PLC’s PWM output channels (see Section 17.4 for details).
The IR LED emitter is not included with the PLC.
2. Use the remote control as a keypad to enter parameters into the PLC (preferably use one with
an LCD display so that you can see what you have entered).
3. Use the remote control to enter a multi-digit security code to unlock certain routines or to run
some program code (e.g. setup or calibration routine) that is not normally accessible by the
equipment operator.
17-1
Chapter 17 IR Remote Control
4. Teach the PLC different remote control codes so that the PLC can be programmed to control a
combination of different devices by sending out IR signal to turn them ON/OFF or to adjust their
settings. This is extremely useful for home automation, HVAC or AV control tasks
To enable the IR Remote decoding in the PLC, you need to run the following command once.
This command enables the PLC’s IR remote interrupt routine and it will sample the incoming IR signal.
This interrupt routine will be disabled when the PLC is turned OFF, or a SETSYSTEM 17,0 command is
run, or when an IR playback function is invoked (see section 17.4).
The IR signal received can be decoded and read by the PLC program using the TBASIC command
“STATUS(17)”.
THAT’S IT!!!
When you press a different key on the Sony IR remote control, the STATUS(17) function will return a
different number. E.g. If you press the ‘1’ key on the TV remote control, STATUS(17) returns the
hexadecimal number “&H80”, the “2” key returns “&H81”…. and if you press the ‘0’ key on the TV remote,
STATUS(17) returns “&H89”. Do note that a Sony VCR remote would return a different set of data
because a VCR has a different “device” code from the TV. You can then simply use the IF.. THEN
statement to perform different tasks based on the key being pressed.
Note:
1. If no key is pressed, STATUS(17) returns –1.
2. If a key is pressed down and not released, then the first read of the STATUS(17) returns the code
correctly, but a repeat read of the STATUS(17) function would return –1 until the key has been
released and a new key or the same key is being pressed again.
17-2
Chapter 17 IR Remote Control
If the PLC is installed inside an opaque enclosure and you want to be able to aim your remote at it without
opening the enclosure, then you need to relocate the IR sensor to the external surface of the enclosure.
We enable you to do this easily by installing the IR sensor with long leads so that you can cut the lead
and relocate it to a desirable location. You will need to connect 3 wires to the leads of the sensor and the
other ends of the wires are to be soldered to the Fx1616-BA PCB. We have provided 3 blank solder pads
next to the original sensor solder pad just to make life a little easier for you, as shown in Figure 17.1
The IR remote control sensor used on the Fx1616-BA is optimized for a 38KHz carrier frequency but it is
also able to receive signals encoded by a wide range of carrier frequencies between 36KHz and 42 KHz.
Although the PLC firmware is designed to only decode IR signal based on Sony SIRC protocol, the IR
remote sensor has another important use, which is to “learn” (record) IR remote control signals sent by
most other brands of IR remote control. The PLC does not attempt to decode these signals. Instead, it
simply measures the pulse width of the ON and OFF times of the carrier pulses and store this timing
information into the PLC’s internal flash memory. This pre-recorded IR signal data can then be called up
under the user’s program control to be played back through an IR LED emitter (user-supplied) connected
to one of the PLC’s digital outputs, #5 to #8.
The PLC uses the PWM capability of any one of these 4 outputs to generate the 38KHz modulating signal
at a 33% duty cycle and uses the recorded timing information to re-construct the IR signals.
Up to 128 IR remote control signal sets, each with up to 128 bits of data can be recorded by the Fx1616-
BA. Any of the pre-recorded IR data can be called up in any order by a user’s TBASIC program. This
makes the Fx1616-BA extremely useful for home automation tasks that involve controlling devices that
can only be controlled by an IR remote control signal.
After the SETSYSTEM 17,1 statement has been executed as mentioned in Section 17.3, the PLC will
automatically record the IR remote data set into the “Current IR Buffer”. This buffer can only hold one IR
data set of not more than 128 bits of information at any one time. A new data set received will always
overwrite the last data set.
The Fx1616-BA CPU has dedicated 64Kbytes of flash memory to store up to 128 data sets. The data set
in the “Current IR Buffer” can be saved to any of the 128 locations, n, using the following command:
17-3
Chapter 17 IR Remote Control
Any of the 128 data sets that are previously stored in the flash memory can be loaded back into the
“Current IR Buffer” using the following command:
That is to say, if you run the SETSYSTEM 17,xxx command with the second parameter that is between
1001 and 1128, the CPU will load the previously recorded data back into the “Current IR Buffer”. You can
use the techniques discussed in the next subsection to “playback” the IR remote signal that is currently in
the “Current IR Buffer”.
If your application requires the PLC to send out IR signals to your devices, then you have to construct an
IR emitter as shown in the following diagram:
Output #5, R1 = (V - 2) / I
6,7 or 8
E.g. for I = 50mA, V = 24V, R1 = 440 ohms.
R1 power rating = I2R = 1.1 W => Use a 3W resistor.
The LED emitter circuit is to be controlled by one of the PLC’s PWM outputs.
To playback the IR remote data set in the “Current IR Buffer” through PWM channel #n, you simply
execute the following command:
SETSYSTEM 17, n + 10
i.e. If you run SETSYSTEM 17,11 , the PLC will re-construct the IR signal using the data in the
“Current IR Buffer” and send it out via IR emitter connected to its PWM channel #1 (D/O #5).
Likewise, if the IR emitter is connected to PWM #4 (D/O #8), then you need to run the command
“SETSYSTEM 17, 14” to turn ON the IR emitter.
The PLC actually uses the PWM output(s) to turn the IR LED ON and OFF to produce the 38KHz carrier
frequency at 33% duty cycle.
Important Notes:
17-4
Chapter 17 IR Remote Control
1) The IR remote control sensing interrupt will be disabled automatically when you playback the IR
control signal. This is to prevent the reflected IR signals from corrupting the data in the “Current
IR Buffer”. Hence if you need the PLC to re-learn a new IR remote signal after you have done a
playback, you will need to execute “SETSYSTEM 17, 1” again to enable the interrupt service
routine.
2) It is possible to connect multiple IR emitters to the same PWM outputs especially if these emitters
are going to different rooms. The PMW outputs on the Fx1616-BA are capable of sinking up to 8A
peak and 4A continuous current and hence it is able to support many IR emitters simultaneously.
3) Since any of the 4 PWM outputs can be used, it is also possible to use more than one PWM
output to control multiple devices selectively even though they may all share the same IR codes.
For example, you have 4 bedrooms and all of them are installed with same Panasonic brand of
air conditioner. If you connect 4 IR emitters to the same PWM output, then all 4 air conditioners
will be activated at the same time when the PWM channels output the IR control signals. But if
these 4 emitters are each connected to a different PWM output, then you can easily select which
air conditioner to turn ON or OFF.
Xxx Functions
0 Disable IR Remote Sensor
1 Enable IR Remote Sensor
11 – 14 Playback current IR data through
PWM channel #1 to #4
1001 – 1128 Load the stored IR data set #1 to
#128 into “Current IR Buffer”
2001 – 2128 Store the data in the “Current IR
Buffer” to flash memory data set
location #1 to #128.
*101 to 150 PWM carrier frequency in KHz
(Default is 138 which means 38KHz)
*233 to 250 PWM duty cycles. (Default is 233
which means 33% duty cycle)
* You normally should not change these parameters from their default values
17-5
Chapter 18 Light Dimmer Control
A TRIAC is a semiconductor switch that conducts current when a trigger voltage is applied to its “Gate”
terminal. However, what makes the TRIAC different from a typical transistor is that once the TRIAC starts
conducting current, it cannot be switched off even if the voltage to the gate is removed. I.e. The TRIAC
switch is “latched” once it is turned ON. That also means that you only need to apply a very short trigger
pulse to the “Gate to turn it ON. In control term this is often known as “firing” of the TRIAC.
Since the TRIAC is latched ON and cannot be turned OFF regardless of what voltage or no voltage is
applied to the “Gate”, it will be quite useless for switching DC current as the switch cannot be turned OFF!
However, when a TRIAC is used to switch AC current, since at every half cycle the AC voltage must
change polarity, that means the TRIAC will be switch OFF automatically during zero-crossing. Once the
TRIAC is switched off, it can only be switched ON again by applying a triggering voltage pulse (also
known as “firing pulse”) to the “Gate” again and this process must be repeated every half cycle. This is
illustrated in the following two figures.
Triac
Triac
Firing
Triac Firing
45 deg
ON 90 deg
Zero Triac ON
Zero
Crossing Crossing Triac
Triac ON
ON
Triac Triac Triac Triac
Firing OFF Firing OFF
45 deg 90 deg
Figure 18.1(a) Figure 18.1(b)
In Figure 18.1(a) the TRIAC is triggered at the phase angle = 45 degree, whereas in Figure 18.1(b) the
TRIAC is fired at phase angle = 90 degree. The TRIAC conducts the AC current immediately upon
receiving the firing pulse and will only turn itself OFF at the next zero crossing. In the next half cycle the
TRIAC needs to be fired again in order to conduct and this process repeats itself indefinitely.
You can easily see that the TRIAC in Figure 18.1(a) is turned ON earlier compared to the TRIAC in Figure
18.1(b). This means that when a load such as an incandescent lamp is connected to the TRIAC, it will be
turned ON a greater proportion of time using the firing angle shown in Figure 18.1(a) and therefore will
appear brighter compared to the that in Figure 18.1(b). By controlling the “firing angle” applied to the
TRIAC you can achieve the objective of controlling the brightness of the lamp. The lamp will be brightest
when the firing angle is near 0 degree and will be dimmest when the firing angle is near 180 degree.
Controlling lamp brightness this way is highly efficient. Unfortunately the transfer function is non-linear
(i.e. the brightness is neither proportional non inversely proportional to the firing angle) and therefore it
has limited applications in precision digital control system. But it can provide low cost control for devices
such as lamps, since the operator who receives instant visual feedback can vary the firing angle manually
until a satisfactory brightness is obtained.
18-1
Chapter 18 Light Dimmer Control
On the Fx1616-BA PLCs we will make use of the computational power of the CPU to control the firing
angle and therefore achieving the same effect as light dimmer control.
Figure 18.3
In the above circuit, if the PLC turns on its output #8, it will provide continuous trigger voltage to the
TRIAC gates and therefore the lamp can be switched on at 100% brightness. When the PLC turns off its
output #8 the lamp will be turned OFF completely.
To achieve light dimming control, the PLC must determine the precise moment that the AC voltage
crosses the zero voltage point and the PLC will then schedule a time delay and then send a short firing
pulse via its digital output to the TRIAC to turn it on for the rest of the half cycle. Since the TRIAC will turn
itself OFF in the next zero crossing, the PLC must do this repeatedly at every zero crossing in order to
maintain the fractional power being applied to the lamp.
The Fx PLC CPU is capable of controlling up to 12 SSR for light dimmer control using its digital outputs
#5 to #16. However, on the Fx1616-BA, the output #9 to #16, being relay outputs, are too slow to be used
for controlling the SSR’s firing angle. Therefore on the Fx1616-BA, only outputs #5 to #8 can be used
effectively for light dimmer control.
Important Note: There are two types of SSR on the market – one type is called “Zero Crossing SSR”
which only switches ON when the AC voltage crosses the zero volt line. Zero crossing type SSR
CANNOT be used by the PLC for light dimmer control. Instead you must purchase the “Non-Zero
Crossing” type of SSR for this purpose.
18-2
Chapter 18 Light Dimmer Control
Note that all Fx1616-BA inputs are opto-isolated and can be connected to AC or DC inputs. If you are
using 24VAC for your PLC inputs (i.e. you are connecting one of the 24VAC wire to the COM terminal),
then all you need to do is to connect the other 24VAC wire to input #6 and voilà! – you instantly have a
zero crossing detection signal at input #6 – It is that simple!
However, if your control system uses 24VDC for all the inputs, then you would not be able to connect
24VAC signal directly to input #6 since the COM terminal would then be connected to either DC +24V
(NPN input connection) or 0V (PNP input connection). In that case, if you still want to use the light dimmer
control, then you will need to construct the following interface circuits:
F1616-BA
F1616-BA
2.2K 2.2K
Input
~ ~ Input
AC24V AC24V
H11AA814 H11AA814
COM COM
0V + V+ 0V
DC 9 to 24V DC 9 to 24V
NPN Input Power Supply PNP Input Power Supply
Configuration for sensor Configuration for sensor
The above shows the wiring diagram of using an external opto-isolator to provide the zero-crossing signal
to the PLC. Both NPN (a) and PNP (b) input configurations are shown.
18-3
Chapter 18 Light Dimmer Control
Before programming any of the light dimmer channels, you first need to enable the zero-crossing
interrupts for the zero-crossing signal fed into input #6. This is accomplished using the following
command:
SETSYSTEM 22,1 ‘ Enable zero crossing interrupt
You can program up to 12 of the Fx1616-BA’s outputs #5 to #16 to control SSR for dimmer control
purposes using the SETDIMMER command (available only on i-TRiLOGI version 6.23 onwards). The
syntax is as follows:
ch Fx1616-BA Output
#
1 5
2 6
3 7
4 8
5 9
6 10
7 11
8 12
9 13
10 14
11 15
12 16
The lamp will be fully ON (100% brightness) when *value = 1 and fully OFF (0% brightness) when value
is near the maximum stated above. DO NOT set any of the dimmer channel with value greater than the
maximum allowed for the corresponding AC frequency as it will lead to poor interrupt timing of the CPU
and can affect all the dimmer channel (if you see the light flickering repeatedly then some of the dimmer
channel could have been set with an out of range value.)
* Note: Since the CPU needs a minimum amount of time delay to fire the TRIAC after the last zero
crossing, the minimum value cannot equal 0.
Also, please be reminded again that the voltage applied to the load is non-linear with respect to the firing
angle controlled by the value parameter.
18-4
Chapter 18 Light Dimmer Control
Please find the demo program “SetDimmer.PC6” in the zip file that you can download from:
http://www.tri-plc.com/trilogi/FPLCsamples.zip
The demo program lets you experiment with turning a lamp slowly ON (Fade ON effect) and slowly OFF
(Fade OFF effect) as well as letting you experiment with manual control of the lamp’s brightness using
two push buttons.
18-5
Chapter 19 ZigBee Networking
19 ZIGBEE NETWORKING
19.1 Introduction
TM
ZigBee (trademark of ZigBee Alliance) is the commercial name of a specification for a suite of high-
level communication protocols using small, low-power digital radios based on the IEEE 802.15.4
standard. Please refer to Wikipedia for a good fundamental description of the ZigBee networking
protocols.
ZigBee is gaining popularity with building automation and HVAC equipment suppliers as a low cost,
secure and open standard intercommunication medium among devices used for the building industry.
More equipment will soon appear with built-in support for communication using the ZigBee protocol.
Remove U3 (RS485
Driver for COMM2)
Figure 19.1
Once you have soldered the two rows of sockets, you can purchase the XBEE module directly from Digi
International (http://www.digi.com) and plug the XBEE module into these two sockets. Through these
connector pins the Fx1616-BA provides the 3.3V power to the XBEE module as well as connects its
COMM2 Receive and Transmit data lines to the XBEE module. However, the PLC does not support the
XBEE serial port hardware handshaking.
The Fx1616-BA PLC uses only its COMM2 serial port to communicate with the XBEE module. It can use
the PRINT #2, OUTCOMM 2, INCOMM(2) and INPUT$(2) commands to configure the XBEE module for
Transparent mode or API mode to integrate it with a ZigBee network.
However, since the Fx1616-BA’s COMM2 port is already pre-installed with an RS485 driver IC at the U3
socket (IC part number is 75HVD3082 or equivalent), you MUST REMOVE the COMM2 RS485 driver IC
if you wish to install the XBEE module to prevent signal conflicts. You can easily remove the 8-pin RS485
driver IC from its DIP socket and store it in your parts bin as spare parts. Since the Fx1616-BA’s COMM3
port also uses the same RS485 driver chip, the RS485 driver you just removed from COMM2 port would
come in handy if the COMM3 driver happen to be damaged due to bad wiring.
Note:
1. DO NOT be tempted to solder the XBEE board directly to the Fx1616-BA’s PCB solder pad. You
will need to be able to remove the XBEE from Fx1616-BA and put into the Digi’ interface board
whenever you need to upgrade the firmware or change the role of the XBEE module (e.g.
19-1
Chapter 19 Zigbee Communication
2. Although the XBEE socket can also accept the XBEE-PRO module, the current requirement for
the XBEE-PRO module at maximum transmission power exceeds the peak current capability of
the PLC’s voltage regulator and therefore we do not recommend installing the XBEE-PRO OEM
module into the Fx1616-BA’s XBEE socket. If you must use an XBEE-PRO, you can install the
XBEE-PRO module onto the RS232 carrier board provided by Digi and interface to the PLC via
the PLC’s RS232 or RS485 port (use Auto485 to convert the signal).
19-2
Chapter 19 Zigbee Communication
ATDH0013A200
ATDLXXXXXXXX
5. If you have another PC connected to the Router’s interface board via RS232, you can run the
HyperTerminal program (default to 9600 bps, 8 data bit, 1 stop bit and no parity) to test the
connection. Once the coordinator is connected to the router designated by the ATDH & ATDL
command, anything you type on the terminal at the coordinator terminal side will appear at the router
terminal screen and vice versa. This means that you now have a proper transparent connection
between the coordinator and the router.
6. Next you can turn off power to the Router interface board, remove the XBEE module and plug it into
the Fx1616-BA’s XBEE socket (make sure power to PLC is turned OFF before doing this). Turn on
power to the Fx1616-BA and you should see the green “Assoc.” LED located next to the lower left
corner of the XBEE socket starting to blink twice a second. This means that the XBEE module on the
Fx1616-BA is connected to the PAN setup by the Coordinator.
19-3
Chapter 19 Zigbee Communication
9. You can now use TRiLOGI to perform online monitoring or programming of the PLC via TLServer in
exactly the same way as if the PLC is connected to the PC serial port directly. However, in this case
the connection is done wireless via the two XBEE modules. The XBEE modules thus perform the
same task as a pair of radio modems, except that the actual connection is via a ZigBee mesh network
instead of a point-to-point radio link.
10. If you have more than one PLCs installed with the XBEE module, you can change the destination
address by repeating the ATDH and ATDL command as mentioned in step #4 and you would then be
able to connect to a different PLC wirelessly. While this is certainly not a practical way of using the
XBEE module, it is a good way to gain some understanding of the XBEE addressing method. In the
next example we are going to simplify the connection process using “Node Identifier”.
In the last example we showed you how to use the ATDH and ATDL commands to set the 64-bit
destination address of a slave XBEE module. It is certainly not convenient having to enter so many digits
just to change a destination node to connect to. To simplify the connection procedure, XBEE offers a very
useful “Node Identifier” command that allows you to assign alphanumeric names (up to 20 characters with
no spacing) to each XBEE module using the ATNI command.
1. First, turn off power to the PLC and then move the XBEE module to its RS232 interface board. Next,
use the X-CTU terminal screen to enter the command as shown below:
19-4
Chapter 19 Zigbee Communication
2. By using the command “ATNIPLC1”, we have defined this XBEE module with the identifier “PLC1”.
We next issued the ATWR command to save the identifier to the non-volatile memory. To confirm
that the identifier has been saved, you can power off the XBEE module and then on again and enter
the command “ATNI” and the XBEE module will report the pre-defined identifier, as shown in our
example.
3. If you have more than one Fx1616-BA PLC with an XBEE module, you can define them similarly
with a different name suitable for your application. In our case we have simply defined another XBEE
module as “PLC2”.
7. You can see that using the Node Identifiers greatly simplify the connection procedure. Note that for
nodes PLC1 and PLC2, their destination address by default all points to address 0, which is the
default network address of the coordinator. Therefore, although we didn’t specify the destination
19-5
Chapter 19 Zigbee Communication
address for the Router nodes PLC1 and PLC2, they would automatically send all their responses
back to the coordinator.
8. If two Routers XBEE modules need to communicate with each other instead of with the Coordinator,
then it is necessary to set the destination node ID of each XBEE module to that of the other module
so that the two nodes can talk to each other directly to exchange data. However, two nodes
connected this way still would not exclude other nodes from sending data to either of them. I.e. Any
node, including the coordinator, can still send data to either PLC1 or PLC2 as long as it sets its
destination address to either node. But any response string returned from these two PLCs will not
go back to the third sender since their destination address is not pointing to the sender. You should
remember this in order not to be surprised if the slave AT appears not to respond to a host link
command that it received via the XBEE channel.
So far we have been using the X-CTU Terminal software provided by Digi to manually enter command
mode to configure the XBEE module, such as to set the destination address. This is useful as it gives us
the visibility of what’s going on when you send commands to the XBEE module.
For real world applications you may want to program the Fx1616-BA PLC to configure the XBEE module
instead of doing it manually by X-CTU software. To put the XBEE module into transparent mode, the PLC
needs to send three “+” character to COMM2, while observing the guard time before and after the “+++”
characters. (We also find that adding a small delay between each “+” character works better). If
successful, the XBEE module would return an “OK” string that is terminated with a carriage return. You
can use the INPUT$(2) command to read the “OK” string as a confirmation that the command mode has
been entered. Next, you can use the PRINT #2 statement to send the commands to the XBEE module
and the INPUT$(2) statement to read the response.
We have created a sample program “XBEE-COMM2.PC6” that will put the XBEE module into command
mode and send a command string stored in A$ to the XBEE module and return the response string from
XBEE in A$ back to the calling program. You can download the sample program from http://www.tri-
plc.com/trilogi/XBEE-demo.zip - the program has been tested and fine-tuned to match the XBEE behavior
and is easy for you to incorporate into your own software.
1) One possible application is to setup a Fx1616-BA PLC installed with an XBEE Coordinator as a
master PLC. A number of Fx1616-BA PLCs installed with XBEE router or end device modules can be
spread across the control environment to perform local control independently, but at the same time
they also act as ZigBee slave controllers. All ZigBee slave controllers would set their destination node
address to the Coordinator attached to the master PLC. If a ZigBee PAN is properly setup and
operational, then the master PLC can access any slave controller to read/write data simply by setting
the Destination node to the slave controller’s node identifier and then send host link commands to the
slave controller. However, due to the time taken to get in and out of the command mode to set the
destination node address, such a system is only suitable if the master PLC does not need to access
the slave PLC frequently, or if there are only a small number of slave controllers it needs to access. It
would not be suitable for implementing remote I/Os where the master controller needs constant status
updates of remote I/Os.
2) A modification of a system described above is to program each of the slave PLCs to monitor its local
I/O. Then it can then send an ASCII string to the master PLC if there are changes that require it to
inform the master PLC to take action. You can design the ASCII string format in whatever way
19-6
Chapter 19 Zigbee Communication
suitable to your application as long as it contains enough information to inform the master who is
calling for attention and what the master needs to do.
In such a system, the master PLC must regularly read incoming ASCII strings using the INPUT$(2)
function and check to see if it is of the correct user-designed format (you can use a certainly starting
characters e.g. “AT#xxxx” where “AT#” means “Attention to node #” and “xxxx” is the node identifier
of the slave that requires attention) and if so, interprets the content of the string to decide what it
needs to do with the slave controller. Based on the information in the received string, the master can
selectively set its Node Destination to the slave node identifier so that it can issue host link
commands to access the designated slave PLC’s data.
Such a system would be quite efficient for collecting data from slave I/O since the slave I/O can
simply embed the information inside the ASCII string and the master PLC will receive the data almost
immediately. For example, a slave controller could be monitoring outdoor temperature and it will only
send the new temperature information to the master PLC if the temperature varies more than +/- one
degree C. If the master PLC does not receive updated information, it can then assume that the
temperature did not change.
Of course, in order to ensure that all the slave PLCs are still operational and are connected in the
network, you can also design the system in such a way that the master PLC expects the slave PLC to
always send a message within a certain time (say every 5 minute). The master will query the slave if
it did not see any update after a certain amount of time and it could sound an alarm if it discovers that
the slave is no longer accessible on the ZigBee network.
We have created a simple demonstration project based on the abovementioned arrangement. You
can download the demo programs from the following URL.
http://www.tri-plc.com/trilogi/XBEE-TransparentModeMasterSlaveDemo.zip
In this project two Fx1616-BA PLCs with XBEE Router modules are used as slave controllers and
they will only send ASCII strings to the master PLC when its digital input status has changed. The
master PLC will interpret the ASCII string and extract the input status of the two PLCs and then echo
them on the master’s PLC digital output 1-16 for the first PLC and 17-32 for the second PLC. It is a
simple project but does illustrate the concept well and you should be able to easily modify the
programs to suit your application needs.
19-7
Chapter 20 Extended File System
http://www.tri-plc.com/trilogi/ExtendedFileSystem.zip
20.1 Introduction
A Fx1616-BA PLC supports up to 1,740K bytes of file space that can be used for storing up to 435 web
page control files!
More importantly, a Fx1616-BA PLC can open local data files in this file space and write/append data to it.
The PLC can therefore log a large amount of data into one or more data files, which can be retrieved for
analysis anytime.
There are two ways to retrieve the stored data files from the PLC:
1. Download the file from the PLC’s built-in web server: The file created by the PLC can be
downloaded from the PLC’s built-in web server using any web browser. This allows the user to
access the data file at any time of the day.
2. Automatic FTP upload from the PLC to an external web-server: You can program the Fx1616-BA
to make an FTP client connection to any web server on the local network or on the Internet/Cloud
and upload the data file it has created to the web-server using any filename.
Imagine what the Fx1616-BA can do with this new uploading capability! The ability to log data locally and
automatically upload the data to a web server transforms the PLC into a potent data-logger! The PLC
can be programmed to capture daily, weekly or monthly data and then periodically upload the data file to
an Internet web server with a unique, time-stamped filename (E.g. “temperaturelog2012-01-01.xls”).
This allows the PLC to log data completely unattended.
The data uploaded by the PLC to the external web server can therefore be viewed or downloaded into a
PC using any web browser, anywhere in the world. This allows you to carry out analysis of past logged
data file for performance or diagnostic analysis at any time without having to physically access the PLC to
retrieve the logged data.
20-2
Chapter 20 Extended File System
1) Although it is possible to directly access the PLC’s internal web server to download the data file it
has created, this does require active action by the user and to ensure that the data are retrieved
before the file is full and deleted by the PLC to create space to log new data.
2) By programming the PLC to upload the data periodically the PLC can delete the file after it has
successfully uploaded the data file to free up space to accept new data. In other words the PLC
will never run out of data space to log data since it can store the logged files on any server
including the Cloud!
3) To directly access the file stored on the PLC from outside of the LAN, you will need to setup the
router or firewall to “forward” the PLC’s server port (e.g. 9080) to the PLC. If you have multiple
PLCs logging data, then each PLC will need to have a different port number in order to properly
forward the data. This not only complicates the setup, but also is often frown upon by System
Administrator and may not even be permitted by the corporate network security policy.
4) The PLC is designed to upload data to any web server via FTP passive mode by providing the
login username and password. Using FTP passive mode allows the PLC to open a network
connection to an external web-server to upload a file and then close the connection immediately.
It does not require opening a port on your router to permit external access to the PLC from the
Internet. Hence there is no complicated router setup involved as there is no port forwarding
required. It also eliminates the security risk from someone trying to take control of the PLC from
outside of your LAN and is generally much more acceptable to the System Administrator.
If you have multiple PLCs in use, you can program each PLC to upload data to a different directory or
append a different file name prefix, or to a different server, and once programmed all PLCs will happily log
data unattended indefinitely!
20.2 File Structure and File Naming of The Extended File System
Fx1616-BA PLC uses a very simple file system, where the 1740K bytes of file space are divided into 435
slots of 4K bytes each. The file system does not use any kind of file allocation table; hence it must follow
a strict naming scheme because the file name directly relates to where it is stored in the file space. The
followings describe how the files are named and where they are stored.
2. The ‘yyy’ part of the file name is the “extension”, and only the following MIME extension are
accepted by the PLC:
HTM, JPG, GIF, CSS, JS, BIN, TXT, JAR, ZIP, XLS
Any other extension names will be replaced by “???”. The MIME extension are respected by the
web browser when you download a file from the built-in web server so you should always only
store files with one of the above extension.
3. The file “0.yyy” occupies the first 4K byte slot, “1.yyy” occupies the second slot… the “Y.yyy”
th
occupies the 35 slot.
20-3
Chapter 20 Extended File System
4. The next 400 files can only use the file name “Zxxx.yyy”. where the xxx part of the filename is a 3
digit decimal number which can be any number from 000 to 399. The yyy part is an extension
and the same as what’s described in (2) above.
th th
5. “Z000.yyy” occupies the 36 slot, “Z001.yyy” occupies the 37 slot .., and the file “Z399.yyy”
occupies the last 4K slot.
6. Any file may occupy more than 1 slot so you can specify “0.yyy” to occupy the entire 1740K bytes
th
of the file space. Or you can configure “Z000.yyy” to occupy 20K (=5 slots) from the 36 slot, and
the next valid file should only start from Z005.yyy. i.e. If you want to allocate 20K bytes of file
space to file Z000.yyy you cannot use any file name Z001, Z002, Z003 and Z004, otherwise
these file will corrupt the file space of Z000.yyy.
7. This means that the programmer will have to design the file space carefully and determine how to
best use the file structure to provide the right balance between the number of data files and the
amount of data space allocated to each data file.
Note: The file name restriction only applies to files stored on the PLC’s internal file space. When you
use the FTP upload function described later, you can specify any destination filename as long as they
are acceptable to the external FTP server.
TBASIC program on a Fx1616-BA can directly access any data file with names from “Z000.yyy to
Z399.yyy”. File with names from “0.yyy” to “Y.yyy” are reserved for storing web pages only and
hence are not accessible by TBASIC.
The PLC can open a new file for writing new data (essentially deleting the old file content), or open an
existing file and append data to the end of the file. It can also open a file and read data from the file as
ASCII strings. It can achieve this by using the PRINT #8 and INPUT$(8) functions, which will be
described in details in the following sections. We have created a sample program:
“ExtendedFileSystem.PC6” (click here: http://www.tri-plc.com/trilogi/ExtendedFileSystem.zip to download)
that demonstrates all these new capabilities.
where “Zxxx.yyy” is the file name. If successfully executed, the “<WRITE>” command will open
the file and set the file pointer to the beginning of the file. Thereafter the PLC can start writing
ASCII data to the file using the PRINT #8 <string data> command. [Note: the PRINT #8
command automatically appends a carriage return to the end of the string data unless the string
data is terminated with a semi-colon (‘;’) ].
20-4
Chapter 20 Extended File System
When the PLC has completed writing data, it must close the file by executing the command:
PRINT #8 “</>”.
The CPU should use the STATUS(2) command to check whether the <WRITE> has been
successfully executed before begin writing data to it. STATUS(2) command returns a 1 if
“<WRITE>” operation is successful and returns a ‘0’ if the operation failed. The CPU can only
write or access to a single file at a time so any opened file must be closed by the PRINT #8 “</>”
command before another file can be opened for writing.
20.4.2 Open A File For Appending Data To The End Of The File
where “Zxxx.yyy” is the file name. If successfully executed, the “<APPEND>” command will open
the file and set the file pointer to the end of the file. Thereafter any string data following a PRINT
#8 command will be appended to the end of the file. When the PLC has completed appending
data, it must close the file by executing the command: PRINT #8 "</>".
As per the “<WRITE>” command, the CPU should also use the STATUS(2) command to check
whether the <APPEND> command has been successfully executed before begin writing data to it.
Example
FOR I = 1 to 100
PRINT #8 STR$(I,4)+":This is the Appended first line"
PRINT #8 STR$(I,4)+":This is the Appended second line"
SETLCD 1,1, "Append #"+STR$(I,4)
NEXT
PRINT #8 "</>" ‘ close the file
where “Zxxx.yyy” is the file name of the file to be deleted. There is no need to close a deleted file.
where “Zxxx.yyy” is the file name of the file to be opened for reading. If the file has been
successfully opened for reading after execution of the PRINT #8 “<READ>” command, the PLC
20-5
Chapter 20 Extended File System
can start to retrieve ASCII data from the file line-by-line using the INPUT$(8) command. A line is
either a string that is terminated with a Carriage Return character (ASCII 13), or is a 70-character
long string (which is the maximum length of any string variables A$ to Z$) without carriage return.
In either case the return string does not contain the CR character itself.
The PLC can check if a file has been successfully opened for reading using the STATUS(2)
function AFTER executing the PRINT #8 “<READ>” command. STATUS(2) will only return a 1 if
a file has been successfully opened.
The PLC can determine if the End-of-File (EOF) has been reached using the STATUS(2)
function after every INPUT$(8) command has been executed. STATUS(2) returns a 65535
(previously 255) if the EOF has been reached. The PLC should then close the file by executing
the “PRINT #8 “</>” command.
A$ = "<READ Z"+STR$(F,3)+".txt>"
PRINT #8 A$
SETLCD 1,1, A$
S = STATUS(2)
IF S = 0
SETLCD 2,1, "Failed to Open File"
GOTO @100
ENDIF
C = 0
WHILE 1
A$ = INPUT$(8)
S = STATUS(2)
IF S >= 255 EXIT: ENDIF ' S = 65535 means EOF
SETLCD 2,1,A$
DELAY 20 ' So that reader can read from the screen.
C = C+1
ENDWHILE
20-6
Chapter 20 Extended File System
One important capability of the PLC is the ability to upload file created by the PLC to an external server
on a local area network or on the Internet via the FTP protocol. If you have access to an FTP username
and password on your company’s server (or if the SysAdmin is authorized to set up an account for you)
you can certainly use your own account for testing. If not, you can download the free Filezilla FTP Server
and set it up for testing. The “ExtendedFileSystem.PC6” has an FTP upload demo and it was configured
to work with a FileZilla FTP server.
Using Filezilla has the advantage that you can see the login sequence performed by the PLC when it
attempts to connect to the FTP Server so that it is easier to troubleshoot connection problem. (For
professional grade troubleshooting, one handy program to have is the “Wireshark” program which is a
TCP/IP packet sniffer that allows you to look at the actual TCP/IP packets sent between your PC and the
PLC). However, it is important to setup the Filezilla server program properly to minimize connection
trouble.
1. First download the FileZilla server installer from the following website:
http://filezilla-project.org/download.php?type=server
2. Run the “FileZilla Server Interface” program which is meant for managing the FTP Server settings.
3. If the FileZilla Server is running on the same PC that you are running the FileZilla Server Interface
program then you can use the localhost IP address which is 127.0.0.1 – the Port can be anything
since this is a client port that the Interface program is using to interact with the FTP Server (don’t be
confused with the FTP Server listening port which is by default = 21).
4. If this is the first time you run the program after setting up Filezilla FTP Server there will be no
Administration password so you can leave it blank. Click OK to connect.
5. Click “Edit->Settings” and then “General Settings -> Welcome message” – leave only one line of
welcome message so that the PLC has less work to do. Then click OK to accept the change.
20-7
Chapter 20 Extended File System
6. Click “Edit –> Users” in order to setup a user name and password for your test. The
“ExtendedFileSystem.PC6” program uses a username = “PLC” and password = “1234” so for a
quick test you may like to setup the same username and password:
7. At the “General” page of the setup screen, click “Add” button at the “Users” pane to add a username
“PLC”. Since no group has been defined simply leave the default as “<none>” in the second text box
as shown in the following diagram.
8. Next click “Shared folders” page and you must setup a folder that is to be used to receive uploaded
file. Click “Add” at the “Directories” pane to add the folder. You can choose any folder on your PC to
be used for the FTP upload and you just have to remember the location so that you can look for the
uploaded file later in the test. However, make sure that you check all the check boxes for “Read”,
“Write”, “Append” etc as shown in the diagram.
20-8
Chapter 20 Extended File System
9. Click “OK” to complete the setup. The FTP server should now be waiting for connection.
You can now test the FTP Server using the FileZilla client as mentioned in Chapter 2.9 of the PLC User’s
Manual.
But a better way to test is to use the “Telnet” program on your PC (if you are running Windows Vista or
Windows 7 you may need to enable the Telnet program since it is disabled by default – do a quick Google
search on how to enable the Telnet client software on your PC).
Also you may want to find out the IP address of your PC that is running the FileZilla Server. If you have
TLServer running on your PC your IP address is reported on the TLServer’s front panel. You can also get
the IP address from the Windows “Network Connection Status” as shown below. Our test PC has an IP
address = 192.168.1.168 which will be used in the following tests as well as used in the PLC program to
connect to the FTP Server.
20-9
Chapter 20 Extended File System
1. First open a command prompt window and then type “telnet 192.168.1.168 21” - this will
open a telnet connection to the FTP server on our test PC with IP address 192.168.1.168 and
listening at port 21. Please replace the IP address with the actual IP address of your PC. The
following screen shot captures the test sequence. Note that the same command/response
sequence with the server is also shown on the FileZilla Server Interface program front panel:
USER PLC
PASS 1234
2. Once you get the “230 Logged On” message you know that the FTP setup is done correctly. Note that
the welcome message from the FTP Server shows only one line “220 FileZilla Server
Version x.xx” which is what we have set it up to be. You can now disconnect from the FTP server
by typing “Quit” at the command prompt.
20-10
Chapter 20 Extended File System
3. There is one more things you need to do before you proceed to test the FTP upload features of the
PLC to avoid connection problem – that is to temporarily TURN OFF the Windows Firewall and any
software firewall setup by anti-virus software during your test. You can always re-enable your
software firewall(s) after the test if you wish. PC operating system are designed to run client program
normally instead of acting as a server so Windows Firewall by default is to block all incoming
connections to the FTP Server. Thus it can give you a lot of headache when you are trying to connect
to the FTP server operating behind the Windows Firewall.
Notes:
a) The main purpose of Windows Firewall is to protect your PC when you are connected to say
a public wi-fi network. But if your PC is connected to the Internet via a router at work or at
home, the router hardware itself would act as a firewall to isolate your PCs and a software
Firewall is actually redundant. (If a hacker tried to connect to a port to your public Internet IP
address what he reached would be the port on the router and he would not be able to reach
your PC, unless you have specifically set up to forward all TCP/IP messages sent to that port
to a specific PC).
b) If you really want to use the Filezilla FTP Server as a permanent server on a PC to receive
files, and still want to have the Windows Firewall enabled, you can refer to the last section in
this chapter which describes how to do it.
20-11
Chapter 20 Extended File System
There are two transfer modes: “Active” mode and “Passive” mode. Active mode requires that the server
establish a data connection back to the client. Passive mode on the other hand, requires that the client
also be the one to establish the data connection. i.e. For passive mode, both the command and the data
connections are performed by the client (the PLC in this case).
The PLC has been designed to use only passive mode to transfer file to the FTP server. Passive mode is
preferred because that is the only way to transfer file if the FTP Server is located on the Internet. The
alternative active mode transfer requires the server to make a data connection back to the PLC that is
sitting behind a router firewall, and that can be problematic unless the router is specifically configured to
forward the data port to the PLC.
In order to upload file to the FTP Server, the PLC would use the PRINT #4 “<TCPConnect
xxx.xxx.xxx.xxx:21>” command tag to connect to the FTP server port 21 to establish the “command”
connection to the FTP Server. The PLC uses its PRINT #4 to send and INPUT$(4) to receive ASCII text
strings from the FTP server via the command channel. The PLC would then send the command “PASV”
to inform the FTP server that it wants to transfer a file in passive mode.
At this point you can use the PRINT #4 command to send any valid FTP command to the server,
including changing directory (CWD command – make sure the directory exist), deleting a file (DELE
command – beware of what you are deleting!) etc.
When the PLC is ready to start a file transfer to the FTP server, the server will in turn provide the PLC
with the port number that it has opened for the PLC to connect to establish a data connection. Upon
receiving this port number the PLC will make a second TCP connection to the given port and then the
actual file transfer will begin.
A new, network service command tag named “FTPUPLD” handles the negotiation between the FTP
Server and the PLC as well as handling of the data transfer from the PLC to the FTP server. The following
is the syntax:
Where: Zxxx.yyy is the file name of the extended file that the PLC has access to. The [destination
file name] can be any legal name acceptable to the server so you can attach a date or time
stamp to the file name for easy identifications.
When the above <FTPUPLD> command is run, the PLC will send the actual “STOR” command in the
background to the FTP server and then obtain the port number from the server and it will then make a
data connection to it, and file transfer can then begin.
20-12
Chapter 20 Extended File System
Once the file transfer begins the PLC firmware will handle the rest of the file transfer until either the file
has been completely transferred or the transfer is aborted due to a network or server trouble. You can
monitor the progress of the file transfer using either the STATUS(4) or STATUS(20) functions.
For example, If 2,345 bytes has been uploaded to the server and the transfer has ended, STATUS(20)
will return the number = –2345.
Since file transfer can take substantial amount of time to complete, it is not wise to run a loop to wait for
the file transfer to complete since this will block the PLC from processing any other part of the program.
The demo “ExtendedFileSystem.PC6” shows you how to setup a monitoring function to periodically
monitor the progress of the file transfer and report the transfer status on the LCD display.
Please refer to the comments in the custom function “fnConnFTP” and “fnMonFTP” of the
“ExtendedFileSystem.PC6” program for more detailed descriptions of each command involved in the FTP
file transfer.
http://technet.microsoft.com/en-us/library/dd421710(WS.10).aspx
Microsoft focuses mainly on the FTP server in their IIS server (for obvious reasons) instead of Filezilla. If
you are setting Filezilla as a permanent FTP server behind a software firewall you can try to make the
following configuration setup:
1) You must specifically setup a range of port number for Passive mode use. These are the port number
that Filezilla will assign to the PLC to make a data channel connection when it attempts to transfer a file
using passive mode. The following is an example where two port numbers are assigned so that two PLCs
may connect to the Filezilla simultaneously. You can add a larger port range if more PLCs may connect to
the FTP Server simultaneously.
20-13
Chapter 20 Extended File System
Next, open up Windows Firewall and add to the Exception list the port 21 (command port) and ports
41000 to 41001 (or whatever range limit you have set to in the FileZilla Setup screen). This should allow
the FTP Server to receive connection from these ports that the PLC will be using to make the command
and data connections.
20-14
Chapter 20 Extended File System
20-15
Chapter 20 Extended File System
There are two transfer modes: “Active” mode and “Passive” mode. Active mode requires that the server
establish a data connection back to the client. Passive mode on the other hand, requires that the client
also be the one to establish the data connection. i.e. For passive mode, both the command and the data
connections are performed by the client (the PLC in this case).
The PLC has been designed to use only passive mode to transfer file to the FTP server. Passive mode is
preferred because that is the only way to transfer file if the FTP Server is located on the Internet. The
alternative active mode transfer requires the server to make a data connection back to the PLC that is
sitting behind a router firewall, and that can be problematic unless the router is specifically configured to
forward the data port to the PLC.
In order to upload file to the FTP Server, the PLC would use the PRINT #4 “<TCPConnect
xxx.xxx.xxx.xxx:21>” command tag to connect to the FTP server port 21 to establish the “command”
connection to the FTP Server. The PLC uses its PRINT #4 to send and INPUT$(4) to receive ASCII text
strings from the FTP server via the command channel. The PLC would then send the command “PASV”
to inform the FTP server that it wants to transfer a file in passive mode.
At this point you can use the PRINT #4 command to send any valid FTP command to the server,
including changing directory (CWD command – make sure the directory exist), deleting a file (DELE
command – beware of what you are deleting!) etc.
When the PLC is ready to start a file transfer to the FTP server, the server will in turn provide the PLC
with the port number that it has opened for the PLC to connect to establish a data connection. Upon
receiving this port number the PLC will make a second TCP connection to the given port and then the
actual file transfer will begin.
A new, network service command tag named “FTPUPLD” handles the negotiation between the FTP
Server and the PLC as well as handling of the data transfer from the PLC to the FTP server. The following
is the syntax:
Where: Zxxx.yyy is the file name of the extended file that the PLC has access to. The [destination
file name] can be any legal name acceptable to the server so you can attach a date or time
stamp to the file name for easy identifications.
When the above <FTPUPLD> command is run, the PLC will send the actual “STOR” command in the
background to the FTP server and then obtain the port number from the server and it will then make a
data connection to it, and file transfer can then begin.
Once the file transfer begins the PLC firmware will handle the rest of the file transfer until either the file
has been completely transferred or the transfer is aborted due to a network or server trouble. You can
monitor the progress of the file transfer using either the STATUS(4) or STATUS(20) functions.
20-16
Chapter 20 Extended File System
For example, If 2,345 bytes has been uploaded to the server and the transfer has ended, STATUS(20)
will return the number = –2345.
Since file transfer can take substantial amount of time to complete, it is not wise to run a loop to wait for
the file transfer to complete since this will block the PLC from processing any other part of the program.
The demo “ExtendedFileSystem.PC6” shows you how to setup a monitoring function to periodically
monitor the progress of the file transfer and report the transfer status on the LCD display.
Please refer to the comments in the custom function “fnConnFTP” and “fnMonFTP” of the
“ExtendedFileSystem.PC6” program for more detailed descriptions of each command involved in the FTP
file transfer.
20-17
Chapter 20 Extended File System
http://technet.microsoft.com/en-us/library/dd421710(WS.10).aspx
Microsoft focuses mainly on the FTP server in their IIS server (for obvious reasons) instead of Filezilla. If
you are setting Filezilla as a permanent FTP server behind a software firewall you can try to make the
following configuration setup:
1) You must specifically setup a range of port number for Passive mode use. These are the port number
that Filezilla will assign to the PLC to make a data channel connection when it attempts to transfer a file
using passive mode. The following is an example where two port numbers are assigned so that two PLCs
may connect to the Filezilla simultaneously. You can add a larger port range if more PLCs may connect to
the FTP Server simultaneously.
Next, open up Windows Firewall and add to the Exception list the port 21 (command port) and ports
41000 to 41001 (or whatever range limit you have set to in the FileZilla Setup screen). This should allow
the FTP Server to receive connection from these ports that the PLC will be using to make the command
and data connections.
20-18
Chapter 20 Extended File System
20-19
Chapter 21 Using PLC As a Modbus/TCP Gateway
A Modbus/TCP gateway essentially translates a Modbus/TCP command packet it receives from its
Ethernet port into a Modbus RTU serial command and sends it out of its serial port (RS232 or RS485). If
the Modbus RTU slave sends back a serial response, the gateway will in turn translate the RTU response
data back to Modbus/TCP response packet and return to the client via the Ethernet port.
As such the Modbus/TCP gateway enables any non-Ethernet equipped, both TRi or 3rd party serial
Modbus slave device to be directly accessible by a Modbus/TCP client via the Ethernet or the Internet. In
addition, the user PLC program does not need to handle the gateway function at all as the CPU performs
the translation functions automatically and transparently to the PLC’s program.
Best of all, while acting as a gateway, the Fx1616-BA program can simultaneously act as a Modbus
master PLC and read/write to any registers inside any of the attached Modbus RTU slave! The CPU
firmware automatically schedules the order of the command/response packets whether it is originated
from the client or from the PLC itself so that the Modbus/TCP command from the client will be responded
to in the correct order and in a timely manner.
SETSYSTEM 12, n
This statement must be run once (could be during start up via 1st.Scan pulse) to configure the serial port
#n to be used to send out RTU commands and received RTU responses. If SETSYSTEM 12,n is not run
then the Modbus gateway function will be disabled.
Here is how it works: A Modbus/TCP client (such as a SCADA, HMI etc) would send a Modbus/TCP
request with a specific 8-bit Modbus slave ID to the gateway PLC. If the ID matches the native ID that is
assigned to the gateway PLC then the PLC will react normally by sending its own Modbus/TCP response
21-1
Chapter 21 Using PLC As a Modbus/TCP Gateway
packet back to the client. The PLC will not send any RTU command out of the gateway serial port. This
means that the client can access the master PLC’s own register as per normal.
However, if the client send a Modbus/TCP packet with a different ID from that of the gateway PLC’s ID,
then the gateway PLC will translate the command into a Modbus RTU command and send it out of the
gateway serial port #n defined by the “SETSYSTEM 12, n” statement. The PLC will also wait for a
response from the RTU slave via the gateway serial port, and if it does receive a response it will translate
it into Modbus/TCP response packet and return to the client.
Note:
1) If the Modbus/RTU slave being addressed does not respond to the RTU command, then the
gateway PLC will wait till time-out (default is about 150ms) and then resend the Modbus RTU
command and wait for a response again. By default the gateway PLC will repeat this procedure
twice and if it still doesn’t receive a response after repeated attempts, it will send back a
“TARGET DEVICE FAILED TO RESPOND” error packet back to the Modbus/TCP client. (i.e. It
th
will set the 7 bit of the function code to “1” and send back an exception code “0B” hex).
2) The CPU firmware is designed to handle only one Modbus gateway translation for each
Modbus/TCP connection per ladder logic scan. This is to ensure that the CPU is not completely
bogged down by its Modbus gateway job and will have time to run its own program. If the
Modbus/TCP clients attempt to overload the PLC with more requests than it can handle the PLC
will frequently return “SLAVE DEVICE BUSY” error response packets back to the client. (i.e. It will
th
set the 7 bit of the function code to “1” and send back an exception code “06”).
1) The Modbus/TCP client should not overload the Modbus gateway with unnecessarily frequent
Modbus requests. Whenever the PLC report a “TARGET DEVICED FAILED TO RESPOND”
function the client program should back off for a while before re-trying communication with the
Modbus/RTU slaves again.
2) You can change the number of wait states the gateway will wait for a response from the
Modbus/RTU slave by running:
SETSYSTEM 1, w
Where w = number of serial port wait states for each COMM port as follow:
Thus each COMM port could be configured to wait from 0 to 3 wait states for a response. The
default settings for w = &H55 (or 01010101 binary) which means each COMM port as well as the
Ethernet port uses 1 wait state of about 150ms..
3) You can change the number of retries (default = 2) the gateway will attempt to get a response
from the Modbus RTU slave by running:
21-2
Chapter 21 Using PLC As a Modbus/TCP Gateway
SETSYSTEM 2, n
Thus each COMM port could be configured to re-attempt to send the command from 0 to 3 times
if it does not get a response from a Modbus RTU slave.
The default settings for n = &HAA (or 10101010 binary) which means each COMM port as well as
the Ethernet port will retry twice (making a total of 3 attempts). E.g. If you run SETSYSTEM 2, 0
the gateway will not resend the RTU command on any of its COMM port if does not receive a
response on the first attempt. This can help to reduce the CPU scan time if a Modbus RTC slave
does not respond.
4) We strongly recommend that the serial port #n that is to be used as a gateway serial port be
configured to be “No protocol” by running the SETPROTOCOL n, 10 statement once. This is to
ensure that the serial data returned from the RTU slaves will never be interpreted wrongly by the
master PLC as incoming commands, which could lead to errors. (The same advise applies to
PLC programs that use the serial port to run READMODBUS, WRITEMODBUS, READMB2 and
WRITEMB2 commands).
Please download the following self-explanatory I-TRiLOGI sample program that demonstrates the new
Modbus/TCP Gateway capability via any of the selected COMM port:
http://www.tri-plc.com/trilogi/modbusgateway.zip
21-3