Commit 98392350 authored by claes's avatar claes

*** empty log message ***

parent 966ba9d4
...@@ -111,3 +111,8 @@ ...@@ -111,3 +111,8 @@
080602 cs wb Template for application file and .opt file automatically created. 080602 cs wb Template for application file and .opt file automatically created.
080624 cs wb Secure distribution using scp and ssh instead of ftp and rsh implemented. 080624 cs wb Secure distribution using scp and ssh instead of ftp and rsh implemented.
080626 cs wb authorized_keys file included in distribution. 080626 cs wb authorized_keys file included in distribution.
081009 cs script New script functions GetNextFreeUserVid, CheckNewVid and CheckNewVolumeName.
081009 cs wb New command 'open database' to open the database for a volume.
081009 cs wb Qualifier /quiet added to 'save' command to avoid questions when saving directory volume.
081009 cs wb New pages in Configure DirectoryVolume wizard to register a volume and open the database for a volume.
...@@ -217,6 +217,9 @@ palette NavigatorPalette ...@@ -217,6 +217,9 @@ palette NavigatorPalette
class RemoteConfig class RemoteConfig
class SysMonConfig class SysMonConfig
class StatusServerConfig class StatusServerConfig
class SevHistMonitor
class SevHistThread
class SevServer
class WebHandler class WebHandler
class WebBrowserConfig class WebBrowserConfig
} }
...@@ -926,6 +929,7 @@ palette PlcEditorPalette ...@@ -926,6 +929,7 @@ palette PlcEditorPalette
menu BaseComponent menu BaseComponent
{ {
class BaseActuatorAFo class BaseActuatorAFo
class BaseActuatorIncrDecrFo
class BaseCDamperFo class BaseCDamperFo
class BaseCircuitBreakerFo class BaseCircuitBreakerFo
class BaseContactorFo class BaseContactorFo
...@@ -946,6 +950,7 @@ palette PlcEditorPalette ...@@ -946,6 +950,7 @@ palette PlcEditorPalette
class BaseSafetySwitchFo class BaseSafetySwitchFo
class BaseSensorFo class BaseSensorFo
class BaseSupSwitchFo class BaseSupSwitchFo
class BaseValveIncrDecrFo
class CompModeDFo class CompModeDFo
class CompModeAFo class CompModeAFo
class CompModeDMFo class CompModeDMFo
...@@ -994,6 +999,7 @@ palette PlcEditorPalette ...@@ -994,6 +999,7 @@ palette PlcEditorPalette
class BaseMotorAggrSim class BaseMotorAggrSim
class BaseMotorIncrDecrAggrSim class BaseMotorIncrDecrAggrSim
class BaseMotorSim class BaseMotorSim
class BaseValveIncrDecrSim
class Eurotherm_TC3001Sim class Eurotherm_TC3001Sim
class Eurotherm_TC3001AggrSim class Eurotherm_TC3001AggrSim
class SEW_Movidrive_1Sim class SEW_Movidrive_1Sim
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment