Jazz Soft Contact us?   JazzSoft@live.com     English   English  Japanese  Chinese (Traditional)  Chinese (Simlified)
Factory Automation & Yield Management Solution Provider 
Skip Navigation LinksHome > Products > Swing > Swing SECS I Reference > Properties > Log

Dorian.Core is added. Dorian now supports .NET 6 and 7.

Swing SECS I Reference   

Properties
Active
Appearance
BaudRate
BorderStyle
CommPort
DeviceID
IniFile
IniSection
Log
LogFile
Master
MSEC
Retry
Show
T1
T2
T3
T4

Methods
Config
LoadIni
Send

Events
Errors
Read
SelMsg
Written

Log Property

Enable or disable log file function. If this property is True, then ActiveX control writes to log file specified by LogFile Property. If this property is False, ActiveX control doesn’t write to log file. However, this log file contains very primitive SECS-I protocol only. If you need to write message body as well, please use SwingSecsII Control. This property is a persistent property.

Syntax

Visual Basic



Visual C++


Return Value

Example

Visual Basic

.Log = True  ' Write to log file
.Log = False  ' Do not write to log file


Visual C++

m_secs.SetLog(true);  // Write to log file
m_secs.SetLog(false);  // Do not write to log file

Remarks

See Also

Contact us?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.