Menu

Tree [524fa4] master V.2.6.2 /
 History

HTTPS access


File Date Author Commit
 .github 2022-12-19 Ricardo Olsen Ricardo Olsen [66d609] Create FUNDING.yml
 IEC104.pro 2019-09-30 Ricardo Olsen Ricardo Olsen [2cb8fb] Version 2.0.
 License-gpl-3.0.txt 2019-09-30 Ricardo Olsen Ricardo Olsen [7a2546] Add files via upload
 iec104.h 2016-04-05 riclolsen riclolsen [365c97] Version 1.14
 iec104_class.cpp 2024-09-25 Ricardo Olsen Ricardo Olsen [524fa4] Version 2.6.2.
 iec104_class.h 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 iec104_types.h 2022-11-10 Ricardo Olsen Ricardo Olsen [7617b5] Version 2.5
 logmsg.cpp 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 logmsg.h 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 main.cpp 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 mainwindow.cpp 2024-09-25 Ricardo Olsen Ricardo Olsen [524fa4] Version 2.6.2.
 mainwindow.h 2024-09-25 Ricardo Olsen Ricardo Olsen [524fa4] Version 2.6.2.
 mainwindow.ui 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 qiec104.cpp 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 qiec104.h 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.
 qtester104.ini 2019-09-30 Ricardo Olsen Ricardo Olsen [7a2546] Add files via upload
 readme.txt 2024-03-24 Ricardo Olsen Ricardo Olsen [3726e9] Version 2.6.1.

Read Me

QTester104 Copyright © 2010-2024 Ricardo L. Olsen.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

This software implements an IEC 60870-5-104 protocol tester.
IEC 60870-5-104 is a commonly used protocol for data acquisition and control of power substations.

Directories:
src - multiplatform qt sources, compile with QT 6.4.0 or later on any supported platform.
bin - win32 x64 binaries built with QT 6.6.2.
conf - configuration file

Can be used to poll substation data and issuing commands.
The base protocol classes are pure C++ without any platform or non-standard library dependencies, can be used to develop software with other compiler/library/sdk.
The software is part of a full substation HMI project (OSHMI - Open Substation HMI), it functions as a protocol module for the HMI, but can be used as a standalone protocol tester.

It's possible to send a General Interrogation ([GI] button) and log messages on the screen. 
At the right panel is shown a table with the following data columns:
Protocol [Address] | Last acquired [Value] | ASDU [Type] | [Cause] of transmission | Quality [Flags] | [Count] of transmissions.

The protocol quality flags are:
on / off / tra (double point transition) / ind (double point indefinite) / bl (blocked) / iv (invalid) / nt (not topical) / sb (substituted) / ov (overflow) / t (reg.step transition).

An optional configuration file can be used to store basic parameters, in the form of a INI file (qtester104.ini):

[BDTR]
; 0 (default): Normal operation mode
; 1: Force to be primary when in redundant mode
; FORCE_PRIMARY=0

[IEC104] 
PRIMARY_ADDRESS=1        ; link address of the primary station (computer)

[RTU1]                   ; communicates with only one RTU in this version
SECONDARY_ADDRESS=2      ; protocol link address of the RTU
IP_ADDRESS=192.168.1.1   ; IP address of the RTU
; IP_ADDRESS_BACKUP=192.168.1.2   ; IP address of the BACKUP RTU
ALLOW_COMMANDS=1         ; 1=allow sending commands, 0=don't permit commands
; PORT=2404              ; Protocol port (default=2404)
; GI_PERIOD = 330        ; time period in seconds for general interrogations (default=330s)

Thank you for the interest, please fell free to comment and contribute.


 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
 * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.