DX Drivers for Industrial Communications

  • DX Drivers for Industrial Communications

    If you have started using any of the newly developed drivers, you should have noticed or are aware that the new drivers are attached under IO-Hub. They are cross platform and devices, and designed with IIoT in mind for the Industrial 4.0 era, which they can be deployed in *distributed* network architecture and in a […]

  • Using ODBC Data Sources To Connect To Microsoft SQL Express 2019 Remote Server

    ODBC Data Sources is a interface that allows users to access data in any database that has an ODBC driver. There are two versions of ODBC in your computer; 32-bit and 64-bit. Depending on the version that you wish to use, you will need to download the same version of ODBC driver. Using a 32-bit […]

  • SCADA Animation Graphic Editor Extension for Inkscape 1+

    SAGE eXtension or SAGEX can be used for Inkscape version 1 and above. Adding SAGEX into newer version of Inkscape is a matter of download and copy two extension files into Inkscape’s extension directory. If you are using portable edition, then your extensions path shall be something like the following: .\InkscapePortable.1.1\App\Inkscape\share\inkscape\extensions And you shall see […]

  • Create File List Management with SQLite for SCADA

    Datamap can be used to map to many columns in a table of a database, and of course can also map to only one column in a table for listing purpose. Here’s a step by step guide in creating a file management list. You will need to download SQLite Browser for creating the database and […]

  • How to set alarm notification and output for active and inactive alarm state

    Normally, alarms are configured to notify operators when the alarm goes active. But what if user wants the alarm to also notify operators when it goes inactive? Follow these steps below to learn how to do it. First, navigate to the alarm group and select the alarm message. Next, add %|% in the message box […]

  • Create And Link PostgreSQL Database With IGX Using Connection String

    PostgreSQL is also known as Postgres, is an open-source and free relational database management system (RDBMS). It supports a wide variety of native data types. Follow these simple steps below to create and link PostgreSQL database with IGX SCADA using Data Source Name (DSN). Open pgAdmin from the Start menu. In pgAdmin, expand the Servers […]

  • How To Disable OPC UA Security for Kepware

    Follow these simple steps below to disable OPC UA security for Kepware. From the Start menu, look for KEPServerEX 6 Administration and press Enter. If KEPServerEX 6 Administation doesn’t appear, go to the bottom right corner of your taskbar and look for the Kepware icon. Right-click on the Kepware icon and select OPC UA Configuration. […]

  • How to add watchdog to your SCADA devices

    The watchdog function is important to detect device malfunctions. It will trigger a tag or alarm to indicate that the device is disconnected for any reasons. Follow these steps below to add a watchdog to your SCADA devices. First, put both the .json and .csv file into the project folder. Next, open and edit the […]

  • Create And Link PostgreSQL Database With IGX Using Data Source Name (DSN)

    PostgreSQL is also known as Postgres, is an open-source and free relational database management system (RDBMS). It supports a wide variety of native data types. Follow these simple steps below to create and link PostgreSQL database with IGX SCADA using Data Source Name (DSN). Open pgAdmin from the Start menu. In pgAdmin, expand the Servers […]

  • How To Run IGX Project Automatically During Windows Startup

    By default, several software are set to launch during Windows startup. But what if user wishes to launch their IGX project automatically during startup? This method can also be used for any other software. Here are a few steps on how to run IGX project automatically during Windows startup. Press the Windows Key + R […]

  • How to open Microsoft Access database (.mdb) with Open Office Base

    Below is a step by step instruction on opening up Microsoft Access *.mdb file by using free Open Office Base. It is screen shot basis and pretty much self-explained. First of all, launching Open Office Base shall prompt you with its wizard, choose ‘Connect to an existing database’, and scroll all the way up to […]

  • Moving A Table from MS Access to PostgreSQL

    The Microsoft Access database file (.mdb) that is located in the project folder is for testing purposes only. It can only hold not more than 2GB of data. In order to migrate the data stored in a MS Access to PostgreSQL, follow these steps below. First, open the Microsoft Access database file (.mdb). I will […]

  • Running Your Own MQTT Broker On Windows

    By default, the MQTT broker is included in the IntegraXor installer. To run your own MQTT broker locally on Windows, follow the steps below. Go to Start menu and look for Ecava IntegraXor Project Editor or Ecava IntegraXor SCADA Server, right-click on it and select Properties. The Properties menu will appear. Copy the Start in […]

  • Backup and Restore a PostgreSQL Database

    PostgreSQL is a open source object-relational database. We received many request from our clients asked us how to backup and restore a PostgreSQL database. Below are the steps to perform backup and restore of a PostgreSQL database with two simple steps.   Step 1: Backup the Database Follow the steps below to backup the database: […]

  • Splitting Workload Using Cluster Network

    Logging large number of tags at a time can increase the workload of the database. The increase of workload also increases the time required by the database to log all values at a time. In order to reduce the workload,  the Cluster Network will be used to split the task. Below is the system architecture […]