All tags
3D 61850 64 bits 7u51 AA Active Directory ActiveX Addon Adeunis ADO ADODB AE AI Alarm Alarm sythesis Alarm viewer Alarming Alarms Alert Animations ANSI Anywhere USB Applet Application Architect Application Explorer Applicom Architect Archive Archives Archiving ASCII Audit Autosize Average AVI BACnet Big data BMS Bottleneck Broadcast Byte Cassandra CFR21 Chart Control CHRONO Cimway Client Cloud CMMS Code Page Codec Comm.dat Command line Commend Communication Compatibility Configuration environment Copyfield Cosmos DB CRM Cron CSV Cyclic DALI Dashboard Data acquisition Data Export Database DataVue DBMS DCOM DDE DDE Server Debug Décret BACS Demo Demo project DEP DEV Diagnostic DirectLink DNP3 Documentation Domain Domain controller Dongle download Drawing Dream Report Drivers DVD extras EDE Email Enable Energy Equipment Error Error ID Error messages numbers ESXi Ethernet Ethernet direct Ethway EV Charge Event viewer Events Excel Export Expression FAQ File File Format Fipway Firewall Font Form FrontVue Gateway General GEZE Gmail Graphics Grid Groupalarm Handled Handles Hardcopy HDS Historic HMI HP IA prediction Icx IEC IEC 61850 IIS Iks Import Industry Installation Internet Internet Explorer Intravue IoT IP Izot Java JRE JSON Kerlink Key Keyboard KNX Language Legrand Libraries Library Licence Utility License License Utility Licensing LNS Log Log files Log viewer LogList Logoff LogViewer Lonworks LoRaWAN Memory Memory leak Messages Microsoft Microsoft SQL Server Migration Mimic Modbus TCP/IP Modem Molex Moxa MQTT MSSqlServer Multi-Station Multimedia Multiregion Multistation Multitech MXview MySQL NetBIOS Network Network analyser Networking News NL220 NoSQL Obsolete articles OCPP ODBC Offline OPC OPC UA OPC-DA Client OPC-DA Server Open source Open Weather Map Operating System Oracle Password PcVue PcVue 10 PcVue 12 PcVue as a service PcVue features PcVue11.2 PDF Performance PlantVue PLC Print Private Process Profibus Project management proprietary archiving Protect Tools Protocol Provider Proxy Pulse Quickstart RDS Recipe Region Regular release Release info Replication Rest RLM RTE Ecowatt Russian S7 S7 Fetch/Write S7 ISO S7 Siemens SAIA Sample project Scada Basic Schedule Scheduler Scripting Security Segmentation Sentinel Setup SG Siemens Sigfox Silent installation Simulation Single line diagram Smart Generator SMS SnapVue SNMP Social Network Solar Solar panel SQL SQL Server SQL Server 2014 Sql variables Start Startup String Substation Automation Summer SV Manager Toolkit Svmgr SW1000 Switch Syslog System Text TFTP Threads TIA Portal Time Timeout Timer Timestamp Toolkit Tools Touchscreen TouchVue Trace Treatments Trend Trend viewer Trends Troubleshooting TSDB UDC Unitelway Upgrade Useful tools Username Varconf.dat Varexp Variables VBA Version control Versions Virtual machine Virtualization VmWare VPN Vulnerability W7x64 WAGO Watchdog Weather Weather station Web Web Browser Web Services Web Services Toolkit Web.configsvmobile WebScheduler Webvue WhatsApp Windows domain Windows Terminal Server Windows update Winter Workaround Workspace Write Commands Xml Generic Import
Scripting

[KB154] Bindable properties of external ActiveX

Applies to: PcVue version 7.00 onwards. Summary: This article indicates how to identify which properties of an external ActiveX can be linked to variables from the variables tree. Details: When […]

873
Scripting

[KB153] Adding a plug-in to VBA

Applies to: FrontVue all versions. PcVue version 7.20 onwards. Summary: This article describes how to add a powerful plug-in to VBA. Details: The VBA Editor enables you to add third […]

866
Scripting

[KB152] Accessing extended attributes using VBA/Enable scripts

Applies to: PcVue version 7.20c onwards.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article shows how to use VBA […]

1009
Scripting

[KB151] Using the “?VarName” syntax in SCADA Basic

Applies to: PcVue all versions. Summary: This article defines when you can use the syntax ‘?VarableName’ in SCADA Basic. Details: When you can use ‘?’ The syntax ‘?VariableName’ can only […]

865
Scripting

[KB150] Using a Buffer with SCADA BASIC

Applies to: PcVue all versions. While the basic content of this article remains valid, details may have changed since it was written. Summary: This article gives advice on using buffers […]

932
Scripting

[KB149] How to Start an Excel Macro with a SCADA BASIC Instruction

Applies to: PcVue all versions. Summary: This article shows how you can start a macro with a SCADA BASIC instruction in PcVue. Details: For the example below, Excel must already […]

889
Scripting

[KB148] SQL Syntax for SVSQL SCADA Basic Instruction

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article outlines the SQL syntax to use […]

948
Scripting

[KB146] Logging of Alarm Acknowledgements

Applies to: PcVue version 6.04d onwards. Summary: This article describes how to attribute alarm acknowledgement from SCADA Basic to the current user. Details: It is possible to acknowledge alarms from […]

808
Scripting

[KB145] Limitations of the ‘IF’ instruction

Applies to: PcVue all versions. Summary: This article describes some limitations of the ‘IF’ instruction Details: In SCADA Basic you cannot combine a test of an register variable and bit […]

805
Scripting

[KB144] How to Increase the Number of Symbols in SCADA BASIC Programs and SCADA BASIC limitations

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article explains how to modify the limit […]

830
Scripting

[KB143] How to start a SCADA Basic Program when a mimic opens

Applies to: PcVue all versions. Summary: This article describes how to make a SCADA Basic Program run when a particular mimic opens.From version 11.0 onwards it is not necessary to […]

1333
Scripting

[KB142] How to Send Messages to the Event Viewer

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes how to run a trace […]

920
Scripting

[KB141] How to retrieve mouse coordinates in SCADA BASIC

Applies to: PcVue all versions. Summary: This articles describes how you can retrieve mouse coordinates in a PcVue project. Details: This uses the function GetCursorPos from a Windows DLL, USER32.DLL, […]

787
Scripting

[KB140] How to open windows in a particular region using SCADA Basic

Applies to: PcVue version 6.04 onwards. Summary: This article describes how to use SCADA Basic to control the opening of windows in selected regions. Details: There are 2 SCADA Basic […]

936
Scripting

[KB139] Date and time formats from SCADA Basic and VBA

Applies to: PcVue all versions. Summary: This article discusses discrepancies in the ways date-time formatting works in PcVue, SCADA Basic, VBA and animations. Details: Calculations of date and time do […]

1251
Scripting

[KB138] Changing a threshold value by a SCADA BASIC Program

Applies to: PcVue all versions. Summary: This article describes how to modify a threshold value of a register, using SCADA BASIC. Details: When a threshold value of a register variable […]

900
Scripting

[KB137] Retrieving memory information with Enable Basic

Applies to: PcVue version 7.00 onwards.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes how to retrieve information […]

598
Scripting

[KB136] Printing a Window with Enable Basic VBscript

Applies to: PcVue version 7.00c onwards.This article contains obsolete references. Summary: This article outlines methods for printing a Window (or Mimic) with VBscript. Details: There are three ways to print […]

830
Scripting

[KB135] Launching an Excel workbook using an Enable Basic script

Applies to: PcVue version 7.00 onwards. This article contains obsolete references. Summary: This article describes how to launch a Microsoft Excel workbook using an Enable Basic script. Details: The sample […]

803
PcVue installation

[KB134] Error when installing VBA

Applies to: PcVue all versions. Summary: This article describes what to do when the installation process halts at the point of installing the VBA components. The problem as described is […]

933
Useful tools

[KB133] Installing Earlier Versions of the Sentinel Protection Key Drivers

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes how to solve a problem […]

906
Useful tools

[KB132] Installing Later Versions of the Sentinel Protection Key Drivers

Applies to: PcVue version 8.10. Summary: This article describes ways of installing the SafeNet Sentinel software when an earlier version, 7.20x or 8.00, is or was present. Details: When you […]

849
PcVue installation

[KB131] Removing PcVue manually using the Registry Editor

Applies to: PcVue version 6.10j to version 9.0 Summary: This article describes how to remove PcVue manually using the Windows Registry Editor (RegEdit utility). Details: Precautions You can cause severe […]

615
PcVue installation

[KB129] Installing PcVue in a Windows Server 2003 Environment

Applies to: PcVue versions 7.20, 8.00 and 8.10 Summary: This article describes how to deal with an error message in Windows Server 2003. Details: When PcVue is installed on the […]

1072
PcVue installation

[KB128] Installing PcVue without Windows Administrator rights

Applies to: PcVue version 7.00. Summary: This article describes the error message that appears when you start PcVue, without having Administrator rights in your Windows user profile, when running under […]

610
HMI

[KB127] How to display a variable’s description in a Trend Viewer in historical mode

Applies to: PcVue version 7.20c onwards. Summary: This article describes how to display a variable’s description in a Trend Viewer’s legend area, in historical mode as well as in real-time […]

660
HMI

[KB126] Cursor shape for a fixed-size mimic

Applies to: Pcvue, FrontVue and PlantVue, all versions. Summary: This article describes how to prevent the cursor from appearing to allow re-sizing as it passes over the edge of a […]

673
HMI

[KB125] GDI leak on opening a mimic in Windows

Applies to: PcVue all versions with support for Windows XP SP2 and Windows Server 2003. Summary: This article describes how to prevent a memory leak from the Graphics Device Interface […]

893
HMI

[KB124] Text appearance as Transparent (on migration between PcVue versions 6 & 7 or later)

Applies to: PcVue version 7.00 onwards. Summary: This describes how to let drawing elements of the Text type, configured with the Transparent colour, disappear from the HMI. Details: When a […]

609
HMI

[KB123] Compatibility of the RGB Transparent Colour

Applies to: PcVue all versions. FrontVue all versions. Summary: This article describes a work-around for an incompatibility of the RGB (Red-Green-Blue) Transparent colour. Solution: An incompatibility arises when a mimic […]

753
HMI

[KB122] Trends in PcVue – displaying milliseconds

Applies to: PcVue Version 6.10c onwards.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes how to display milliseconds […]

716
HMI

[KB121] Using substitution variables in animations etc.

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article gives cross-references to the parts of […]

813
HMI

[KB207] Optimizing CPU performance when loading animated GIF images

Applies to: PcVue version 7.20a onwards. Summary: This article explains how optimise CPU performance when loading Animated GIF images into a mimic. Details: If a GIF animation is heavily used […]

969
HMI

[KB119] How to Use Substitution Strings in the Animation Comment Field

Applies to: PcVue version 6.04j onwards. Summary: This article explains you how to use Context Variables to display information in a Comment field. Details: If you put a Command animation (such […]

816
HMI

[KB117] How to Display Only the Units Text for a Register Variable

Applies to: PcVue all versions. Summary: This article explains how to display only the Units text of a Register Variable in a Register Variable animation. Details: The format string by […]

724
HMI

[KB116] Properties linked to temporary variables

Applies to: PcVue version 8.00 onwards. Summary: This article describes how temporary variables can be linked to the properties of drawing elements to produce animation effects. Details: Variable In PcVue, […]

760
HMI

[KB115] Executing a Standard Key Action with a Run Macro Animation

Applies to: PcVue all versions. Summary: This article explains how to execute a standard key action in a Run Macro animation. Details: Function Key Configuration allows you to associate standard […]

909
HMI

[KB114] 3D DirectX Converters

Applies to: PcVue version 8.00 onwards. Summary: This article suggests converters for re-formatting objects in various formats into DirectX format. Details: Converters Tool Source Features Deep Exploration Right Hemisphere: Software […]

713
Audit and diagnostic

[KB112] Threads in PcVue

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes the multi-threading architecture of PcVue. […]

1035
Audit and diagnostic

[KB111] PcVue Software Manager Numbers

Applies to: PcVue from 6.00 Summary: Software managers numbers and threads Details: Software managers numbers and threads At runtime, the PcVue application consists of software managers running in several threads: […]

745
Audit and diagnostic

[KB110] T File

Applies to: PcVue all versionsWhile the basic content of this article remains valid, details may have changed since it was written. Summary: Description of T files Details: The file T […]

567
Audit and diagnostic

[KB109] TRACE.DAT File

Applies to:PcVue all versions While the basic content of this article remains valid, details may have changed since it was written. Summary:Description of the TRACE.DAT file Details: Information – such […]

768
Audit and diagnostic

[KB108] START.DAT File

Applies to: PcVue all versionsWhile the basic content of this article remains valid, details may have changed since it was written. Summary: Description of the START.DAT file Details: The START.DAT […]

604
Audit and diagnostic

[KB107] AUDIT.LAS, AUDITF and AUDITM Files

Applies to: PcVue all versions While the basic content of this article remains valid, details may have changed since it was written. Summary: Explanation of the Audit files Details: The […]

652
Audit and diagnostic

[KB106] About PcVue Audit Files

Applies to: PcVue all versions. While the basic content of this article remains valid, details may have changed since it was written. Summary: To help you to audit your application, […]

1045
Audit and diagnostic

[KB105] How to Generate a Readable Exception Log File

Applies to: PcVue version 7.20 onwards. While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes how to generate […]

766
PcVue installation

[KB104] Installing IIS after installing PcVue Framework

Applies to: PcVue versions 8.00 onwards with support for Windows 2000 and XP. While the basic content of this article remains valid, details may have changed since it was written. […]

668
Communication interfaces

[KB103] RAS Flow Limitation (modem 3030 error)

Applies to: PcVue all versions.While the basic content of this article remains valid, details may have changed since it was written. Summary: This article describes how avoid a communication break […]

601
Communication interfaces

[KB102] Communications limits in versions before 7.00f

Applies to: PcVue version 7.00d and earlier. Summary: This article specifies limits of connectivity for communications in previous versions of PcVue. Details: If too many frames are generated in PcVue, […]

935
Communication interfaces

[KB101] RS485 PCI Communication Card with PcVue

Applies to: PcVue all versions with support for Windows 2000, XP and NT. Summary: This article provides reference data for the RS485 communication card for working with PcVue. Details: This […]

669