This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
INSERT INTO [dbo].[Sensors] VALUES(0, 'TSC_Embedded');
DECLARE @sensorID int;
SET @sensorID = CAST(SCOPE_IDENTITY() as int);
INSERT INTO [dbo].[SensorsAnalog]
VALUES (@sensorId
,''
,''
,0
,''
,0
,'None'
,-100
,100
,''
,2400
,''
,8
,0
,1
,0
,''
,''
,''
,'1650 (CFC1000)'
,350
,'???????????????A'
,''
,''
,''
,1
,'Volt5'
,0
,365
,0
,0
,0
,0
,10
,100
,1000
,'1753-01-01'
,0
,0
,0
,0
,1
,'1753-01-01'
,'Admin'
,0
,0
,1
,0
,0
,0
,0
,NULL
,1);

View File

@@ -0,0 +1,2 @@
ALTER TABLE dbo.Groups
ADD ExtraProperties nvarchar(MAX) NULL;

View File

@@ -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,
'')