44 lines
3.0 KiB
Plaintext
44 lines
3.0 KiB
Plaintext
|
|
--Analog x 6
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 0, 8, 50, -1, 0, 30, 1, 10, '', 0)
|
||
|
|
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 1, 8, 50, -1, 0, 30, 1, 10, '', 0)
|
||
|
|
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 2, 8, 50, -1, 0, 30, 1, 10, '', 0)
|
||
|
|
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 3, 8, 50, -1, 0, 30, 1, 10, '', 1)
|
||
|
|
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 4, 8, 50, -1, 0, 30, 1, 10, '', 1)
|
||
|
|
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 5, 8, 50, -1, 0, 30, 1, 10, '', 1)
|
||
|
|
|
||
|
|
|
||
|
|
--UART
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 6, 512, 1, -1, 0, 0, 0, 0, '', 2)
|
||
|
|
|
||
|
|
--Stream Output
|
||
|
|
INSERT INTO [dbo].[DASChannels]
|
||
|
|
([DASId], [ChannelIdx], [SupportedBridges], [SupportedExcitations], [DASDisplayOrder], [LocalOnly], [SupportedDigitalInputModes], [SupportedSquibFireModes], [SupportedDigitalOutputModes], [ModuleSerialNumber], [ModuleArrayIndex])
|
||
|
|
VALUES
|
||
|
|
((SELECT DASId FROM [dbo].[DAS] WHERE SerialNumber = 'Falcon Prototype'), 7, 1024, 1, -1, 0, 0, 0, 0, '', 3)
|