Files

53 lines
758 B
MySQL
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
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,
'')