An enumerated type representing the default value for the SystemSettings.ShopFloor_InfoSounds, SystemSettings.ShopFloor_WarningSounds,
SystemSettings.ShopFloor_ErrorSounds, SystemSettings.ShopFloor_AlertSounds, SystemSettings.ShopFloor_MessageSounds
and SystemSettings.ShopFloor_InfoSoundWAV system settings.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration SourceType
public enum class SourceType
Members
| Member name | Value | Description |
---|
| SystemBeep | 0 |
System Beep
|
| WAVFile | 1 |
WAV File
|
| Speech | 2 |
Speak Custom Message
|
| SpeakErrorMessage | 3 |
Speak Error Message
|
| None | 4 |
None
|
See Also