| Error ID
|
| Error ID
|
Error Description
|
Method
|
Class
|
| 8000
|
You cannot require a new license
|
RequestFile
|
AboutModel
|
| 8001
|
Move file had errors
|
MoveFile
|
AboutModel
|
| 8002
|
Exception in moving file
|
MoveFile
|
AboutModel
|
| 8003
|
Exception in loading response file
|
LoadResponseFile
|
AboutModel
|
| 8004
|
Error while update Config File
|
SaveConfig
|
ConfigModel
|
| 8005
|
Error while initialize SQL
|
InitSQL
|
DeviceConfigModel
|
| 8006
|
Exception while initialize OPC
|
InitOpc
|
DeviceConfigModel
|
| 8007
|
Exception while initialize TEXT
|
InitText
|
DeviceConfigModel
|
| 8008
|
Error while initialize InspectorGroups
|
Init
|
InspectorGroupListModel
|
| 8009
|
Service not found
|
Init
|
MainWindowModel
|
| 8010
|
Error in starting the Service
|
StartService
|
MainWindowModel
|
| 8011
|
Service is already stopped while try to stop it
|
StopService
|
MainWindowModel
|
| 8012
|
Could not stop the service manual
|
StopService
|
MainWindowModel
|
| 8013
|
Error in restarting the service manual
|
RestartService
|
MainWindowModel
|
| 8014
|
Service not running
|
GetServiceState
|
MainWindowModel
|
| 8015
|
Error in creation communication with the Service
|
GetServiceState
|
MainWindowModel
|
| 8016
|
Exception in the GetService state
|
GetServiceState
|
MainWindowModel
|
| 8017
|
Error in export the configuration file
|
ExportConfig
|
MainWindowModel
|
| 8018
|
Error while initialize the OPC Model
|
Init
|
OpcServerModel
|
| 8019
|
Error while load the group in the Project
|
LoadGroup
|
ProjectModel
|
| 8020
|
Exception in save the project
|
SaveProject
|
ProjectModel
|
| 8021
|
Exception in show Controllers Items
|
ShowControllerItems
|
ProjectModel
|
| 8022
|
Error in remove an item from Project
|
RemoveItem
|
ProjectModel
|
| 8023
|
Error while remove all items from the group
|
RemoveAlleItems
|
ProjectModel
|
| 8024
|
Error in loading the Configuration file
|
LoadConfig
|
ConfigFileHandler
|
| 8025
|
Error in reading the Configuration file
|
ReadConfiguration
|
ConfigFileHandler
|
| 8026
|
Error while saving the configuration file
|
SaveConfiguration
|
ConfigFileHandler
|
| 8027
|
Exception in database
|
_controller_OnError
|
DatabaseHandler
|
| 8028
|
Error while getting productid
|
GetProductId
|
LicenseHandler
|
| 8029
|
License key does not match this machine or is invalid
|
SaveLicenseKey
|
LicenseHandler
|
| 8030
|
License key is invalid
|
SaveLicenseKey
|
LicenseHandler
|
| 8031
|
Cannot connect to OPC server
|
ConnectOpcServer
|
OpcServerHandler
|
| 8032
|
Error while connecting to the OPC Server
|
ConnectOpcServer
|
OpcServerHandler
|
| 8033
|
Error while disconnect from OPC server
|
DisconnectOpcServer
|
OpcServerHandler
|
| 8034
|
Error while reading items from OPC server
|
ReadItemValuesFromOpcServer
|
OpcServerHandler
|
| 8035
|
Message from the Service
|
StartListening
|
ServiceAlertHandler
|
| 8036
|
Error while save the new configuration to the service
|
SaveConfigToService
|
ServiceProtocolHandler
|
| 8037
|
Getting error response from the SERVICE
|
SaveConfigToService
|
ServiceProtocolHandler
|
| 8038
|
Exception in the saving new config in the service
|
SaveConfigToService
|
ServiceProtocolHandler
|
| 8039
|
Error while creating temporary file
|
CreateTempConfigForTheService
|
ServiceProtocolHandler
|
| 8040
|
Error while trying to stop the trigger process
|
StopTheTriggerProcess
|
ServiceProtocolHandler
|
| 8041
|
Error while sending to the Service
|
StartTheTriggerProcess
|
ServiceProtocolHandler
|
| 8042
|
Getting error response from the SERVICE
|
StartTheTriggerProcess
|
ServiceProtocolHandler
|
| 8043
|
Exception while start trigger process
|
StartTheTriggerProcess
|
ServiceProtocolHandler
|
| 8044
|
Error while sending to the Service
|
GetLicenceStatus
|
ServiceProtocolHandler
|
| 8045
|
Getting error response from the SERVICE
|
GetLicenceStatus
|
ServiceProtocolHandler
|
| 8046
|
Exception while getting licence status
|
GetLicenceStatus
|
ServiceProtocolHandler
|
| 8047
|
Error while sending to the Service
|
SetLicenceStatus
|
ServiceProtocolHandler
|
| 8048
|
Exception while setting licence status
|
SetLicenceStatus
|
ServiceProtocolHandler
|
| 8049
|
Error while sending to the Service
|
LicenceStatus
|
ServiceProtocolHandler
|
| 8050
|
Exception while in licence status
|
LicenceStatus
|
ServiceProtocolHandler
|
| 8051
|
Error while sending to the Service
|
Start_DemoTimer_Service
|
ServiceProtocolHandler
|
| 8052
|
Exception while starting the demo timer in the service
|
Start_DemoTimer_Service
|
ServiceProtocolHandler
|
| 8053
|
Error while remove group from the Project
|
RemoveGroup
|
ApplicationHelper
|
| 8054
|
Error while adding item to a group
|
AddItemToGroup
|
ApplicationHelper
|
| 8055
|
Error while remove all groups from the project
|
RemoveAllGroups
|
ApplicationHelper
|
| 8056
|
Error in set in demo
|
SetInDemo
|
ApplicationHelper
|
| 8057
|
Error while reading from the Service
|
ReadStringFromService
|
ServiceReadWrite
|
| 8058
|
Error while writing in the Service
|
WriteStringToService
|
ServiceReadWrite
|
| 8059
|
Error while click to add a group
|
AddGroup_Clicked
|
UcProject
|
| 8060
|
Error while clicked remove group
|
RemoveGroup_Clicked
|
UcProject
|
| 8061
|
Error while clicked remove all groups
|
RemoveAllGroups_Clicked
|
UcProject
|
| 8062
|
Error while clicked configure a trigger
|
TriggerConfig_Clicked
|
UcProject
|
| 8063
|
Error while adding to the inspector
|
AddToInspector_Clicked
|
UcViewTags
|
| 8064
|
Error while closing main window
|
ExitMainWindow
|
MainWindow.xaml
|
| 8065
|
Error while closing main window and service
|
ExitMainWindowAndService
|
MainWindow.xaml
|
| 8066
|
Error while import a configuration file
|
Import_Clicked
|
MainWindow.xaml
|
| 8067
|
Error while exporting a configuration file
|
Export_Clicked
|
MainWindow.xaml
|
| 8068
|
Could not get the licence from the Service
|
ValidateLicence
|
MainWindowModel
|
| 8069
|
Error writing to the service
|
ReStartTriggerProcess
|
ServiceProtocolHandler
|
| 8070
|
Read error from the service
|
ReStartTriggerProcess
|
ServiceProtocolHandler
|
| 8071
|
Exception in the method Restart trigger process
|
ReStartTriggerProcess
|
ServiceProtocolHandler
|
| 8072
|
Error adding file items to inspector
|
AddAllFileItemsToInspector
|
ProjectModel
|
| 8073
|
Load FileDevice setup file
|
LoadFileSetupFile
|
ProjectModel
|
| 8074
|
Error Getting SQL parameters for group
|
assignSQLParameters
|
ProjectModel
|
| 8075
|
Error assigning SQLParameters
|
assignSQLParameters
|
ProjectModel
|
| 8076
|
Error Getting SQL parameters
|
GetStoredProcedureParams
|
DeviceConfigModel
|
| 8077
|
Error initialising FileDevice
|
InitFile
|
DeviceConfigModel
|
| 8078
|
Error Using configurations to load setup file
|
LoadFileSetupFile
|
ProjectModel
|
| 8079
|
You need to configure the File device first
|
LoadSetupFile_Click
|
UcProject
|
| 8080
|
Load FileDevice setup file
|
LoadFileSetupFile
|
UcProject
|
| 8081
|
|
|
|
| 8082
|
|
|
|