init
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
INSERT INTO [dbo].[DAS] (
|
||||
[SerialNumber],
|
||||
[Type],
|
||||
[MaxModules],
|
||||
[MaxMemory],
|
||||
[MaxSampleRate],
|
||||
[MinSampleRate],
|
||||
[FirmwareVersion],
|
||||
[CalDate],
|
||||
[ProtocolVersion],
|
||||
[LastModified],
|
||||
[LastModifiedBy],
|
||||
[Version],
|
||||
[LocalOnly],
|
||||
[LastUsed],
|
||||
[LastUsedBy],
|
||||
[Connection],
|
||||
[Channels],
|
||||
[Position],
|
||||
[ChannelTypes],
|
||||
[Reprogramable],
|
||||
[Reconfigurable],
|
||||
[IsModule],
|
||||
[PositionOnDistributor],
|
||||
[PositionOnChain],
|
||||
[Port],
|
||||
[ParentDAS])
|
||||
VALUES ('SLICE Mini Distributor Prototype',
|
||||
39,
|
||||
0,
|
||||
0,
|
||||
4294967295,
|
||||
0,
|
||||
'00A6',
|
||||
'2016-04-07 16:03:30.017',
|
||||
4,
|
||||
'2019-11-18 00:00:00.000',
|
||||
'DATAPRO_SYSTEM',
|
||||
1,
|
||||
0,
|
||||
'1970-01-01 00:00:00.000',
|
||||
'',
|
||||
'192.168.0.10',
|
||||
0,
|
||||
'Prototype',
|
||||
'',
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
'')
|
||||
Reference in New Issue
Block a user