64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
INSERT INTO [dbo].[Settings]
|
|
([PropertyId]
|
|
,[PropertyType]
|
|
,[PropertyValue]
|
|
,[UserId])
|
|
VALUES
|
|
('EnableClockSourceSelect'
|
|
,2
|
|
,'False'
|
|
,'SYSTEM');
|
|
|
|
INSERT INTO [dbo].[DefaultProperties]
|
|
([PropertyId]
|
|
,[PropertyName]
|
|
,[DefaultValue])
|
|
VALUES
|
|
(407
|
|
,'DefaultCheckListClockSyncCheck'
|
|
,'True'),
|
|
(408
|
|
,'DefaultClockSyncProfileMaster'
|
|
,'None'),
|
|
(409
|
|
,'DefaultClockSyncProfileSlave'
|
|
,'None'),
|
|
(410
|
|
,'AllowUARTRecordingModes'
|
|
,'False'),
|
|
(411
|
|
,'DefaultUARTBaudRate'
|
|
,'57600'),
|
|
(412
|
|
,'DefaultUARTDataBits'
|
|
,'8'),
|
|
(413
|
|
,'DefaultUARTStopBits'
|
|
,'None'),
|
|
(414
|
|
,'DefaultUARTParity'
|
|
,'None'),
|
|
(415
|
|
,'DefaultUARTFlowControl'
|
|
,'None'),
|
|
(416
|
|
,'DefaultUDPStreamProfile'
|
|
,'CH10_MANUAL_CONFIG'),
|
|
(417
|
|
,'DefaultUDPStreamTimeChannelId'
|
|
,'1'),
|
|
(418
|
|
,'DefaultUDPStreamDataChannelId'
|
|
,'3'),
|
|
(419
|
|
,'DefaultUDPStreamTmNSConfig'
|
|
,'(1,6,60,0,0,0,0,0)'),
|
|
(420
|
|
,'DefaultIRIGTimeDataPacketIntervalMs'
|
|
,'500'),
|
|
(421
|
|
,'DefaultAutoArmRepeatEnable'
|
|
,'False'),
|
|
(422
|
|
,'DefaultAutoArmPreserveDiagnostics'
|
|
,'False'); |