diff --git a/ADP/ViewModels/ShellViewModel.cs b/ADP/ViewModels/ShellViewModel.cs
index f39b168..f7e6103 100644
--- a/ADP/ViewModels/ShellViewModel.cs
+++ b/ADP/ViewModels/ShellViewModel.cs
@@ -487,9 +487,22 @@ namespace ADP.ViewModels
targetRunner.stepCTS.Cancel();
targetRunner.errorStepCTS.Cancel();
- await Task.Delay(200);
+ // 💡 等待旧任务真正结束,而不是只等 200ms
+ if (currentTask != null)
+ {
+ try { await currentTask; } catch { /* 取消导致的异常忽略 */ }
+ }
+ if (errorTask != null)
+ {
+ try { await errorTask; } catch { /* 取消导致的异常忽略 */ }
+ }
+
+ // 💡 彻底复位:替换 CTS、清理任务字典、停止计时器、归零状态
+ targetRunner.stepCTS = new CancellationTokenSource();
+ targetRunner.errorStepCTS = new CancellationTokenSource();
+ _executionTasks.TryRemove(runningScope, out _);
+ _errorExecutionTasks.TryRemove(runningScope, out _);
- // 💡 彻底复位:停止当前工位的计时器,并且完全归零(Reset)
targetContext.SW.Reset();
targetContext.RunningTime = TimeSpan.Zero;
diff --git a/ADP测试项条例/00_ADP产品关机.ADP b/ADP测试项条例/00_ADP产品关机.ADP
new file mode 100644
index 0000000..8b8c507
--- /dev/null
+++ b/ADP测试项条例/00_ADP产品关机.ADP
@@ -0,0 +1,1061 @@
+{
+ "ID": "d8e0112d-0f05-4fd1-a6dd-4840a17cec49",
+ "StepCollection": [
+ {
+ "ID": "9ee7de65-c7e6-42de-bdd0-31157298cc71",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "执行台架动作Async",
+ "StepType": "方法",
+ "Method": {
+ "Name": "执行台架动作Async",
+ "FullName": "DeviceCommand.Devices.IOBoardGroup",
+ "Parameters": [
+ {
+ "ID": "5f3636eb-1c9d-45a5-9ff7-dae51d132ee5",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "台架序号",
+ "VariableID": "5ba1bbfe-5683-4d66-8b26-8c9456604974"
+ },
+ {
+ "ID": "551c4c07-cbbe-4f03-96ae-72bdd56c59e6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "动作",
+ "Type": "DeviceCommand.Devices.功能动作, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d7511c95-819c-43d9-9d3c-1d23e270c6cd",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开关状态",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ca7c25c4-c636-4658-a15e-cc25aa22d02d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "9a54460d-9369-484c-9869-4e1637bfdeff",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "设置DC输出",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输出",
+ "FullName": "DeviceCommand.Devices.IT7800E",
+ "Parameters": [
+ {
+ "ID": "c106b711-1401-4951-9f28-e81f5e29df0c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a319d331-f4f6-4753-be32-543fdd631f96",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "074768fd-b57c-42ce-95d8-72f563cb76e3",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "设置DC输出",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输出",
+ "FullName": "DeviceCommand.Devices.N36600",
+ "Parameters": [
+ {
+ "ID": "841a6338-4995-4186-9365-2e4517bcf912",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ae354747-fa09-4ac6-b091-4777760a4b78",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "af1373d3-35a8-4a04-97cc-6da1561a8ebd",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "设置DC输入",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输入",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "1679e8eb-5649-4441-8936-fe6c7f5d9cc2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e64ecc7-0cb9-4a5c-9f2f-6304a7a75bf0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "7e70a0ed-749b-4d1a-8141-a340d8220980",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "执行台架动作Async",
+ "StepType": "方法",
+ "Method": {
+ "Name": "执行台架动作Async",
+ "FullName": "DeviceCommand.Devices.IOBoardGroup",
+ "Parameters": [
+ {
+ "ID": "4137e36a-0d3d-457b-ac17-620fcc79e8e3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "台架序号",
+ "VariableID": "5ba1bbfe-5683-4d66-8b26-8c9456604974"
+ },
+ {
+ "ID": "4b9570ea-56d7-410e-b2b9-b92d4151133a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "动作",
+ "Type": "DeviceCommand.Devices.功能动作, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0235d8d6-4956-4d2e-8325-04ea40cfa911",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开关状态",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eff529c7-9eda-481b-b034-cb81f58dacfc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "c1ae9227-35f1-4091-b41d-269fabc5b2d6",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "设置DC输入",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输入",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "1679e8eb-5649-4441-8936-fe6c7f5d9cc2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e64ecc7-0cb9-4a5c-9f2f-6304a7a75bf0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "b9b7034d-c8a6-4d5b-94d1-e36e4f5cf7a5",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "打开设备",
+ "StepType": "方法",
+ "Method": {
+ "Name": "打开设备",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "671c57d1-642e-4dbb-a598-69fe6f2b1870",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d76eae39-d1be-497c-b11e-5e349e22314e",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "初始化并启动通道",
+ "StepType": "方法",
+ "Method": {
+ "Name": "初始化并启动通道",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "164bd9f4-498d-43f7-8b77-4622224e7736",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道1",
+ "VariableID": "69454984-49e9-48fc-936f-5aafb269671e"
+ },
+ {
+ "ID": "e73fec1e-a575-49a6-b462-e34557a7bfb0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "3b2c4977-ab6c-41df-ac95-dffa47127704",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "初始化并启动通道",
+ "StepType": "方法",
+ "Method": {
+ "Name": "初始化并启动通道",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "164bd9f4-498d-43f7-8b77-4622224e7736",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "ae2d0082-7581-4c1e-9575-f589ff75002c"
+ },
+ {
+ "ID": "e73fec1e-a575-49a6-b462-e34557a7bfb0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "3142bd84-b774-4747-a58a-805e74f942c0",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "加载通道DBC文件",
+ "StepType": "方法",
+ "Method": {
+ "Name": "加载通道DBC文件",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "b1957afc-a00a-4e19-8d1e-1b6a505cfbfa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道1",
+ "VariableID": "69454984-49e9-48fc-936f-5aafb269671e"
+ },
+ {
+ "ID": "58b57c15-3a6a-42fb-9140-4f8d8b9d3a3b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dbcFilePath",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "D:\\wpt_protocol_v2.17_260317(1).dbc",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dc8f1d23-8cc4-4244-863c-91a59c920255",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": false,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "fb51bb03-cf78-40d5-ad4a-781c39d04183",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "加载通道DBC文件",
+ "StepType": "方法",
+ "Method": {
+ "Name": "加载通道DBC文件",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "b1957afc-a00a-4e19-8d1e-1b6a505cfbfa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "ae2d0082-7581-4c1e-9575-f589ff75002c"
+ },
+ {
+ "ID": "58b57c15-3a6a-42fb-9140-4f8d8b9d3a3b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dbcFilePath",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "D:\\wpt_protocol_v2.17_260317(1).dbc",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dc8f1d23-8cc4-4244-863c-91a59c920255",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": false,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "6a1d14ac-45f0-4546-a695-50eb382b31d0",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "上位机清除控制",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "25dee4a0-1515-4e06-b250-63d54b5ce3e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "ae2d0082-7581-4c1e-9575-f589ff75002c"
+ },
+ {
+ "ID": "e3a433d8-47c8-4341-91d4-8651c003b6ac",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧IDStr",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1047FF66",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e225ce42-c137-423b-937e-67adb1842a3c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "原始数据",
+ "Type": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "[0xEE, 0x02, 0xE8, 0x03, 0x58, 0x02, 0x00, 0x00]",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6148a466-58f5-4dd6-94ee-893be704cab0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dlcLength",
+ "Type": "System.Byte, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "8",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "343f280d-fb92-4b16-a92d-2591fbede631",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是扩展帧",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2d35d232-a612-47b2-bba8-77db40798a33",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是CANFD",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9510449a-4c27-48ba-b110-172ddaca2dde",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启波特率加速BRS",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8948f5a9-b595-4787-86bb-9d8b33956878",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环发送间隔毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "28089590-06e0-4300-8f5d-4f557c5f276e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": "ipc_charge_info_update"
+ },
+ {
+ "ID": "9011a7e6-ca6e-4d1e-bf7a-70fdc6f75863",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "IPC充电控制停机",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "25dee4a0-1515-4e06-b250-63d54b5ce3e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "ae2d0082-7581-4c1e-9575-f589ff75002c"
+ },
+ {
+ "ID": "e3a433d8-47c8-4341-91d4-8651c003b6ac",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧IDStr",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1046FF66",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e225ce42-c137-423b-937e-67adb1842a3c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "原始数据",
+ "Type": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "[0x00, 0x01, 0x20, 0x00, 0xBC, 0x02, 0xE8, 0x03]",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6148a466-58f5-4dd6-94ee-893be704cab0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dlcLength",
+ "Type": "System.Byte, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "8",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "343f280d-fb92-4b16-a92d-2591fbede631",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是扩展帧",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2d35d232-a612-47b2-bba8-77db40798a33",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是CANFD",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9510449a-4c27-48ba-b110-172ddaca2dde",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启波特率加速BRS",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8948f5a9-b595-4787-86bb-9d8b33956878",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环发送间隔毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "28089590-06e0-4300-8f5d-4f557c5f276e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": "Ipc_charge_ctrl"
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "5ba1bbfe-5683-4d66-8b26-8c9456604974",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "69454984-49e9-48fc-936f-5aafb269671e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ae2d0082-7581-4c1e-9575-f589ff75002c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2c12487a-1bc8-48f7-b66d-0648e98039f5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fce5986d-b4fa-4a2f-9b8a-7e64df1e8551",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "638413ec-c8e8-475d-bf3b-34b78c9769a8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "60a667d4-7b98-41ba-8ae1-f90bee21d290",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ADP测试项条例/00_ADP产品开机.ADP b/ADP测试项条例/00_ADP产品开机.ADP
new file mode 100644
index 0000000..607fcd9
--- /dev/null
+++ b/ADP测试项条例/00_ADP产品开机.ADP
@@ -0,0 +1,1772 @@
+{
+ "ID": "dc001b87-3a1f-4236-a589-be274e9f9d1d",
+ "StepCollection": [
+ {
+ "ID": "9ee7de65-c7e6-42de-bdd0-31157298cc71",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "执行台架动作Async",
+ "StepType": "方法",
+ "Method": {
+ "Name": "执行台架动作Async",
+ "FullName": "DeviceCommand.Devices.IOBoardGroup",
+ "Parameters": [
+ {
+ "ID": "5f3636eb-1c9d-45a5-9ff7-dae51d132ee5",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "台架序号",
+ "VariableID": "5679b2cc-6cc9-4e47-a69c-786c19457264"
+ },
+ {
+ "ID": "551c4c07-cbbe-4f03-96ae-72bdd56c59e6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "动作",
+ "Type": "DeviceCommand.Devices.功能动作, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d7511c95-819c-43d9-9d3c-1d23e270c6cd",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开关状态",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ca7c25c4-c636-4658-a15e-cc25aa22d02d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "9a54460d-9369-484c-9869-4e1637bfdeff",
+ "IsUsed": false,
+ "Index": 2,
+ "Name": "设置DC输出",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输出",
+ "FullName": "DeviceCommand.Devices.IT7800E",
+ "Parameters": [
+ {
+ "ID": "c106b711-1401-4951-9f28-e81f5e29df0c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a319d331-f4f6-4753-be32-543fdd631f96",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "074768fd-b57c-42ce-95d8-72f563cb76e3",
+ "IsUsed": false,
+ "Index": 3,
+ "Name": "设置DC输出",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输出",
+ "FullName": "DeviceCommand.Devices.N36600",
+ "Parameters": [
+ {
+ "ID": "841a6338-4995-4186-9365-2e4517bcf912",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ae354747-fa09-4ac6-b091-4777760a4b78",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "af1373d3-35a8-4a04-97cc-6da1561a8ebd",
+ "IsUsed": false,
+ "Index": 4,
+ "Name": "设置DC输入",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输入",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "1679e8eb-5649-4441-8936-fe6c7f5d9cc2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e64ecc7-0cb9-4a5c-9f2f-6304a7a75bf0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "c1ae9227-35f1-4091-b41d-269fabc5b2d6",
+ "IsUsed": false,
+ "Index": 5,
+ "Name": "设置DC输入",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输入",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "1679e8eb-5649-4441-8936-fe6c7f5d9cc2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e64ecc7-0cb9-4a5c-9f2f-6304a7a75bf0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "7e70a0ed-749b-4d1a-8141-a340d8220980",
+ "IsUsed": false,
+ "Index": 6,
+ "Name": "执行台架动作Async",
+ "StepType": "方法",
+ "Method": {
+ "Name": "执行台架动作Async",
+ "FullName": "DeviceCommand.Devices.IOBoardGroup",
+ "Parameters": [
+ {
+ "ID": "4137e36a-0d3d-457b-ac17-620fcc79e8e3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "台架序号",
+ "VariableID": "5679b2cc-6cc9-4e47-a69c-786c19457264"
+ },
+ {
+ "ID": "4b9570ea-56d7-410e-b2b9-b92d4151133a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "动作",
+ "Type": "DeviceCommand.Devices.功能动作, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0235d8d6-4956-4d2e-8325-04ea40cfa911",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开关状态",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eff529c7-9eda-481b-b034-cb81f58dacfc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "e91cc1bc-b246-4f17-938c-139a077e635f",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "执行台架动作Async",
+ "StepType": "方法",
+ "Method": {
+ "Name": "执行台架动作Async",
+ "FullName": "DeviceCommand.Devices.IOBoardGroup",
+ "Parameters": [
+ {
+ "ID": "4137e36a-0d3d-457b-ac17-620fcc79e8e3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "2",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "台架序号",
+ "VariableID": "5679b2cc-6cc9-4e47-a69c-786c19457264"
+ },
+ {
+ "ID": "4b9570ea-56d7-410e-b2b9-b92d4151133a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "动作",
+ "Type": "DeviceCommand.Devices.功能动作, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0235d8d6-4956-4d2e-8325-04ea40cfa911",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开关状态",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eff529c7-9eda-481b-b034-cb81f58dacfc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "daa57744-be26-4df9-a64a-61d8498591ae",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "设置电源模式",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置电源模式",
+ "FullName": "DeviceCommand.Devices.IT7800E",
+ "Parameters": [
+ {
+ "ID": "2b203b95-5023-4c23-b55c-9fb3a3e72a3c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "模式",
+ "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "22e96193-64f1-4fce-8e65-a325b8cda744",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "cc13a773-03b3-4545-afc5-810f8cb6edbf",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "设置交流电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置交流电压",
+ "FullName": "DeviceCommand.Devices.IT7800E",
+ "Parameters": [
+ {
+ "ID": "ab3851bb-138b-4dab-adf7-f72c7aca0c4b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "220",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "交流电压",
+ "VariableID": "693c2241-815c-49e4-9dda-8c57db240244"
+ },
+ {
+ "ID": "2a93760a-3040-47e8-85d6-8db7c3e46499",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "e7f79d2e-955b-4199-8672-ebe16458e78e",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "设置DC输出",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输出",
+ "FullName": "DeviceCommand.Devices.IT7800E",
+ "Parameters": [
+ {
+ "ID": "c106b711-1401-4951-9f28-e81f5e29df0c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a319d331-f4f6-4753-be32-543fdd631f96",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "49c09f45-dedb-42c0-836d-023594a5f1d0",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "设置电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置电压",
+ "FullName": "DeviceCommand.Devices.N36600",
+ "Parameters": [
+ {
+ "ID": "6a34cb66-f0d1-4103-b429-49dcb3cb82e4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "12",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "91ba01f1-4f87-411c-9983-e947bc025b2e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "71c566da-b0a7-45f4-bf19-362492a32224",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "设置DC输出",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输出",
+ "FullName": "DeviceCommand.Devices.N36600",
+ "Parameters": [
+ {
+ "ID": "841a6338-4995-4186-9365-2e4517bcf912",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ae354747-fa09-4ac6-b091-4777760a4b78",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "cc00ddcc-6295-4b91-beb0-0725498b7083",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "设置负载模式",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置负载模式",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "14ab4ef6-ed0f-46d2-bd85-082d51022273",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "模式",
+ "Type": "DeviceCommand.Devices.N69200+DeviceWorkMode, DeviceCommand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "66b9e678-118f-4c75-a22b-0f4b6c6c23a5",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "492469bc-60bf-4ed9-9cb9-cf38408c2c2f",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "设置恒电压CV",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置恒电压CV",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "fa3a4e4d-5723-49ea-8176-d44561e4fd11",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "65",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2e71c54c-03f1-4054-bd41-2f67b69b67d0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "9f9de4d1-7759-49f1-8f50-7c8588cd85f1",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "设置DC输入",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置DC输入",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "1679e8eb-5649-4441-8936-fe6c7f5d9cc2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e64ecc7-0cb9-4a5c-9f2f-6304a7a75bf0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "dacf77ae-2a7f-4097-b5b9-85093f9cddca",
+ "IsUsed": true,
+ "Index": 16,
+ "Name": "查询恒电压CV设定",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询恒电压CV设定",
+ "FullName": "DeviceCommand.Devices.N69200",
+ "Parameters": [
+ {
+ "ID": "d88a14e8-8530-4901-ab6c-182aad30b241",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "ct",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f8e78973-0623-4d32-a6a5-48d80110f778",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": "65",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b9b7034d-c8a6-4d5b-94d1-e36e4f5cf7a5",
+ "IsUsed": true,
+ "Index": 17,
+ "Name": "打开设备",
+ "StepType": "方法",
+ "Method": {
+ "Name": "打开设备",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "671c57d1-642e-4dbb-a598-69fe6f2b1870",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d76eae39-d1be-497c-b11e-5e349e22314e",
+ "IsUsed": true,
+ "Index": 18,
+ "Name": "初始化并启动通道",
+ "StepType": "方法",
+ "Method": {
+ "Name": "初始化并启动通道",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "164bd9f4-498d-43f7-8b77-4622224e7736",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": "CAN通道",
+ "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305"
+ },
+ {
+ "ID": "e73fec1e-a575-49a6-b462-e34557a7bfb0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "3b2c4977-ab6c-41df-ac95-dffa47127704",
+ "IsUsed": true,
+ "Index": 19,
+ "Name": "初始化并启动通道",
+ "StepType": "方法",
+ "Method": {
+ "Name": "初始化并启动通道",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "164bd9f4-498d-43f7-8b77-4622224e7736",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": "CAN通道",
+ "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305"
+ },
+ {
+ "ID": "e73fec1e-a575-49a6-b462-e34557a7bfb0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "3142bd84-b774-4747-a58a-805e74f942c0",
+ "IsUsed": true,
+ "Index": 20,
+ "Name": "加载通道DBC文件",
+ "StepType": "方法",
+ "Method": {
+ "Name": "加载通道DBC文件",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "b1957afc-a00a-4e19-8d1e-1b6a505cfbfa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": "CAN通道",
+ "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305"
+ },
+ {
+ "ID": "58b57c15-3a6a-42fb-9140-4f8d8b9d3a3b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dbcFilePath",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "D:\\wpt_protocol_v2.17_260317(1).dbc",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dc8f1d23-8cc4-4244-863c-91a59c920255",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": false,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "fb51bb03-cf78-40d5-ad4a-781c39d04183",
+ "IsUsed": true,
+ "Index": 21,
+ "Name": "加载通道DBC文件",
+ "StepType": "方法",
+ "Method": {
+ "Name": "加载通道DBC文件",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "b1957afc-a00a-4e19-8d1e-1b6a505cfbfa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": "CAN通道",
+ "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305"
+ },
+ {
+ "ID": "58b57c15-3a6a-42fb-9140-4f8d8b9d3a3b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dbcFilePath",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "D:\\wpt_protocol_v2.17_260317(1).dbc",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dc8f1d23-8cc4-4244-863c-91a59c920255",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": false,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "269e0829-0733-478f-bd8e-cc40e84a521e",
+ "IsUsed": true,
+ "Index": 22,
+ "Name": "上位机清除控制",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "0233c31e-f2ce-4c78-a346-4355324a06f1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ab962f4d-3489-4e16-9f41-32f9a7568f02",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧IDStr",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1047FF66",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "15fb105d-b621-40ab-a370-ea9766ee8edb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "原始数据",
+ "Type": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "[0xEE, 0x02, 0xE8, 0x03, 0x58, 0x02, 0x00, 0x00]",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dd209b57-27e4-407c-b904-765ddf997fee",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dlcLength",
+ "Type": "System.Byte, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "8",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4566714-5db8-462b-ac84-d0c56b6ad350",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是扩展帧",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9ccf6f71-12a6-4ed7-9b27-021f15b259ba",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是CANFD",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "602b366c-5b4b-4d2c-ac28-49a49e5cb23e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启波特率加速BRS",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0b5e8f20-9390-4780-bce0-e32247655555",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环发送间隔毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d84e41ed-8d8b-49fa-b3f7-4539b2ea31e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": "ipc_charge_info_update"
+ },
+ {
+ "ID": "69e7b9d4-0dc5-4bcb-9979-4f24a1241d9a",
+ "IsUsed": true,
+ "Index": 23,
+ "Name": "IPC充电控制开机",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "0233c31e-f2ce-4c78-a346-4355324a06f1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": "CAN通道2",
+ "VariableID": "d50e6510-2dd3-437d-b7a4-b1a961c46ec1"
+ },
+ {
+ "ID": "ab962f4d-3489-4e16-9f41-32f9a7568f02",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧IDStr",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1046FF66",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "15fb105d-b621-40ab-a370-ea9766ee8edb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "原始数据",
+ "Type": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "[0x01, 0x01, 0x20, 0x00, 0xBC, 0x02, 0xE8, 0x03]",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dd209b57-27e4-407c-b904-765ddf997fee",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dlcLength",
+ "Type": "System.Byte, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "8",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4566714-5db8-462b-ac84-d0c56b6ad350",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是扩展帧",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9ccf6f71-12a6-4ed7-9b27-021f15b259ba",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是CANFD",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "602b366c-5b4b-4d2c-ac28-49a49e5cb23e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启波特率加速BRS",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0b5e8f20-9390-4780-bce0-e32247655555",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环发送间隔毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "100",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d84e41ed-8d8b-49fa-b3f7-4539b2ea31e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": "Ipc_charge_ctrl"
+ },
+ {
+ "ID": "29eb8d1b-576e-4a7e-988e-2669181c66ca",
+ "IsUsed": false,
+ "Index": 24,
+ "Name": "IPC充电控制停机",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "0233c31e-f2ce-4c78-a346-4355324a06f1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "d50e6510-2dd3-437d-b7a4-b1a961c46ec1"
+ },
+ {
+ "ID": "ab962f4d-3489-4e16-9f41-32f9a7568f02",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧IDStr",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1046FF66",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "15fb105d-b621-40ab-a370-ea9766ee8edb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "原始数据",
+ "Type": "System.Byte[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "[0x00, 0x01, 0x20, 0x00, 0xBC, 0x02, 0xE8, 0x03]",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dd209b57-27e4-407c-b904-765ddf997fee",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dlcLength",
+ "Type": "System.Byte, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "8",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4566714-5db8-462b-ac84-d0c56b6ad350",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是扩展帧",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9ccf6f71-12a6-4ed7-9b27-021f15b259ba",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "是否是CANFD",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "602b366c-5b4b-4d2c-ac28-49a49e5cb23e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "开启波特率加速BRS",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0b5e8f20-9390-4780-bce0-e32247655555",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环发送间隔毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "100",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d84e41ed-8d8b-49fa-b3f7-4539b2ea31e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": "Ipc_charge_ctrl"
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "5679b2cc-6cc9-4e47-a69c-786c19457264",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "68eb05e1-ef00-4816-9197-67526f44f82a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d50e6510-2dd3-437d-b7a4-b1a961c46ec1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2a57b63c-e513-4ed0-894e-187d417320b4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "db603409-6375-4b7c-84db-2fd8a6b85be9",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5c92c534-8f5f-4d85-8189-b9c4e8228588",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1e2ac85a-7136-4de9-86ba-9a088b85807e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "693c2241-815c-49e4-9dda-8c57db240244",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "交流电压",
+ "Type": "System.Int16, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "220",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/ADP测试项条例/01_测试前期.adp b/ADP测试项条例/01_测试前期.adp
index 46b69ba..7695ea6 100644
--- a/ADP测试项条例/01_测试前期.adp
+++ b/ADP测试项条例/01_测试前期.adp
@@ -1,211 +1,1318 @@
{
- "ID": "37316be0-4a14-4846-931a-af92450d9940",
- "StepCollection": [
- {
- "ID": "3a8d9dab-e20b-4464-aa43-1b0957d27680",
- "IsUsed": true,
- "Index": 1,
- "Name": "延时1s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cc95e46d-10c4-4b48-a4be-5f00e04797c7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3ea683e1-51f0-483d-9201-394e1941e132",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "9927b276-858b-46ed-a73a-f4a3e7af5d2a",
+ "ID": "030a3791-30dd-475f-aa00-f5fa327dec04",
+ "StepCollection": [
+ {
+ "ID": "c358e511-e375-495d-b01a-23a7f590e42e",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "打开设备",
+ "StepType": "方法",
+ "Method": {
+ "Name": "打开设备",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "5677f5cc-6374-47a4-8f1a-1602b92e626c",
"IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6702eea-eab3-45fa-b9a4-7ffea344c1ee",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a7d575d7-4f61-4706-bd7d-c6b30b214bfd",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "初始化并启动通道",
+ "StepType": "方法",
+ "Method": {
+ "Name": "初始化并启动通道",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "d8b00bad-fec1-49ad-83f2-4430446f023b",
"IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
"Value": "1",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "56e459f1-fbc2-4fd8-9e7f-65f19ee704bd",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0df7258a-372e-4e0a-ba45-1fbba8caace1",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
"IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "6e67b44e-763e-4113-a0d9-c6714e055a27",
+ "VariableName": "CAN通道1",
+ "VariableID": "a92a44dc-d074-4bbc-9dbe-ff60b3033b56"
+ },
+ {
+ "ID": "12bad4b3-184d-41f0-8ea5-fd8f58a8a5b9",
"IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "b8f2e995-8de5-4143-a131-2a4581c10120",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "初始化并启动通道",
+ "StepType": "方法",
+ "Method": {
+ "Name": "初始化并启动通道",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "d8b00bad-fec1-49ad-83f2-4430446f023b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "2",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "0a5b5756-c15c-4b8e-a940-6a931d676f2f"
+ },
+ {
+ "ID": "12bad4b3-184d-41f0-8ea5-fd8f58a8a5b9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "4c348e03-1a61-4192-85c2-daadfefedb77",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "加载通道DBC文件",
+ "StepType": "方法",
+ "Method": {
+ "Name": "加载通道DBC文件",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "d7a1759a-dae2-4f4f-b561-8a65cac37950",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道1",
+ "VariableID": "a92a44dc-d074-4bbc-9dbe-ff60b3033b56"
+ },
+ {
+ "ID": "f6a402c5-13f6-4c0e-a5b8-deea7bbd4f5c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dbcFilePath",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "DBC文件",
+ "VariableID": "0cce9fb4-774f-4d8e-ac2d-89b0a6029758"
+ },
+ {
+ "ID": "e19f75d9-e1a6-47e4-a426-f35a1d72d21b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "40a59b47-0428-4210-98dd-f8ba0cc9b594",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "加载通道DBC文件",
+ "StepType": "方法",
+ "Method": {
+ "Name": "加载通道DBC文件",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "d7a1759a-dae2-4f4f-b561-8a65cac37950",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "CAN通道2",
+ "VariableID": "0a5b5756-c15c-4b8e-a940-6a931d676f2f"
+ },
+ {
+ "ID": "f6a402c5-13f6-4c0e-a5b8-deea7bbd4f5c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "dbcFilePath",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": true,
+ "VariableName": "DBC文件",
+ "VariableID": "0cce9fb4-774f-4d8e-ac2d-89b0a6029758"
+ },
+ {
+ "ID": "e19f75d9-e1a6-47e4-a426-f35a1d72d21b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "6630718b-8c4d-40ff-b551-b7dbc7383292",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "停止所有循环发送",
+ "StepType": "方法",
+ "Method": {
+ "Name": "停止所有循环发送",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": []
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b4ed63a1-9dda-49b1-858e-0efa0878c502",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "设置急停状态",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置急停状态",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "8394bcb5-e98a-4b06-810e-ee2926a240cb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "状态",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "false",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "967a2c57-263f-4988-95b5-5626039f5218",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "23cf937c-a6de-4bc7-a7f4-0e23c40d648f",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "设置轴使能",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴使能",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "3785e92d-6b59-4cab-82e9-876d274da48d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
"Value": "1",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46f88556-b1df-4f7f-8f22-8064071eead5",
+ "VariableID": null
+ },
+ {
+ "ID": "2fdaae7e-2230-4cde-a0fb-473b6abf9693",
"IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "使能",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbab28a4-4df9-476a-9000-062996a23495",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "6c66c71b-ae5a-4ebd-aff6-c5c3fa378c8e",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "设置轴使能",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴使能",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "3785e92d-6b59-4cab-82e9-876d274da48d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
"Value": "2",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6edfd178-8ce7-4529-97eb-19cb8214dec8",
+ "VariableID": null
+ },
+ {
+ "ID": "2fdaae7e-2230-4cde-a0fb-473b6abf9693",
"IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "使能",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbab28a4-4df9-476a-9000-062996a23495",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "31286d3c-de1d-4972-aeec-193e14fab6eb",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "设置轴使能",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴使能",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "3785e92d-6b59-4cab-82e9-876d274da48d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "3",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2fdaae7e-2230-4cde-a0fb-473b6abf9693",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "使能",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbab28a4-4df9-476a-9000-062996a23495",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "9d07031a-9dc3-4273-989a-e6dd5da0f1f2",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "设置轴使能",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴使能",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "3785e92d-6b59-4cab-82e9-876d274da48d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2fdaae7e-2230-4cde-a0fb-473b6abf9693",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "使能",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbab28a4-4df9-476a-9000-062996a23495",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "16f35090-198d-4c8c-af64-f1193b3977ea",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "设置轴使能",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴使能",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "3785e92d-6b59-4cab-82e9-876d274da48d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "5",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2fdaae7e-2230-4cde-a0fb-473b6abf9693",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "使能",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbab28a4-4df9-476a-9000-062996a23495",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "0d9e2b47-5a7e-4bda-8fca-4e34fc4ecde4",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "设置轴使能",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴使能",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "3785e92d-6b59-4cab-82e9-876d274da48d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "6",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2fdaae7e-2230-4cde-a0fb-473b6abf9693",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "使能",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "true",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbab28a4-4df9-476a-9000-062996a23495",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "c7b3fd09-25cf-44e5-89c0-af8bf6c87f50",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "设置x轴速度",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴速度",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "77f0949f-20f8-4ea7-bec1-883adc301790",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
"Value": "1",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "850d41cf-5fdd-4d1a-80d0-67e797919011",
+ "VariableID": null
+ },
+ {
+ "ID": "b70ba923-2958-4dd1-9601-683e5f2d329b",
"IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "速度",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1000",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a06ee105-5b99-4f0f-94a9-9bf7ea6be90f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "054295b2-baa2-43fd-8a68-8560548cdd99",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "设置Y轴速度",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴速度",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "77f0949f-20f8-4ea7-bec1-883adc301790",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
"Value": "2",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
+ "VariableID": null
+ },
+ {
+ "ID": "b70ba923-2958-4dd1-9601-683e5f2d329b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "速度",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1000",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a06ee105-5b99-4f0f-94a9-9bf7ea6be90f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "f7dae93d-088a-4102-a634-c9c43d4e45aa",
+ "IsUsed": true,
+ "Index": 16,
+ "Name": "设置Z轴速度",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置轴速度",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "77f0949f-20f8-4ea7-bec1-883adc301790",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "轴编号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "3",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b70ba923-2958-4dd1-9601-683e5f2d329b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "速度",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1000",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a06ee105-5b99-4f0f-94a9-9bf7ea6be90f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "ffd0d3e6-8c61-4293-9ed8-d8fb1d20139c",
+ "IsUsed": true,
+ "Index": 17,
+ "Name": "设置回零速度",
+ "StepType": "方法",
+ "Method": {
+ "Name": "设置回零速度",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "c47deca0-aff2-4800-b3a8-4d36abb22074",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "速度",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1000",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9584bf4f-3400-4062-acdb-b988e977d399",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "9a4ee3dc-0857-4748-be79-a982a8325415",
+ "IsUsed": true,
+ "Index": 18,
+ "Name": "回零",
+ "StepType": "方法",
+ "Method": {
+ "Name": "回零",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "2ae3d36c-a283-4395-96c5-e0b31bfc2027",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "72995399-3a6e-4abb-b107-4369ae5ce003",
+ "IsUsed": true,
+ "Index": 19,
+ "Name": "清空绝对寄存器",
+ "StepType": "方法",
+ "Method": {
+ "Name": "清空绝对寄存器",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "a730c126-34f5-461c-a82d-b7e481df47b4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2aaccee9-333d-4481-8eba-f654dfa89d8e",
+ "IsUsed": true,
+ "Index": 20,
+ "Name": "相对移动",
+ "StepType": "方法",
+ "Method": {
+ "Name": "相对移动",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "2fcecb89-a917-4d7c-8000-8cd48bb8c788",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "X偏移量",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d11dff44-0c44-41cc-9ccf-d6fcdc7f7238",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Y偏移量",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9e4510cf-8064-405d-84a6-e562f429ddf8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Z偏移量",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "35000",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a6af1e5c-fa5c-43b3-81e3-144d6a4a7302",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "超时秒数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b96c3a13-7cb7-4be5-89df-650711c19857",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "NGGotoStepID": "00000000-0000-0000-0000-000000000000",
+ "Description": null
+ },
+ {
+ "ID": "ca8d7782-bd80-4c4b-aeeb-2232c0e16b58",
+ "IsUsed": true,
+ "Index": 21,
+ "Name": "清空绝对寄存器",
+ "StepType": "方法",
+ "Method": {
+ "Name": "清空绝对寄存器",
+ "FullName": "DeviceCommand.Devices.GantryControlTcp",
+ "Parameters": [
+ {
+ "ID": "922c39ad-cc24-4aff-92f8-a34777807349",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "取消令牌",
+ "Type": "System.Threading.CancellationToken, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": null,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "8068df54-a285-4963-b99b-e087cf4c63cf",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a92a44dc-d074-4bbc-9dbe-ff60b3033b56",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0a5b5756-c15c-4b8e-a940-6a931d676f2f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2525d11a-972d-4f3f-ab01-1c5b21dd74c1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7c318b5a-b2e1-4ad2-a1e9-0e8e94b15039",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b45188e4-3e12-4af9-ab7a-74c91d3f2ec5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a280a4ed-7185-479e-8c3b-2fc5a53cddef",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0cce9fb4-774f-4d8e-ac2d-89b0a6029758",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "DBC文件",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 2,
+ "Value": null,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
}
\ No newline at end of file
diff --git a/ADP测试项条例/02_PSU-AC侧电网输入电压范围测试.adp b/ADP测试项条例/02_PSU-AC侧电网输入电压范围测试.adp
index d721a20..7a19500 100644
--- a/ADP测试项条例/02_PSU-AC侧电网输入电压范围测试.adp
+++ b/ADP测试项条例/02_PSU-AC侧电网输入电压范围测试.adp
@@ -1,2815 +1,932 @@
{
- "ID": "f9144527-0009-4667-9e64-a82ca4a9a7e5",
- "StepCollection": [
- {
- "ID": "0914b493-f05b-4b4d-a790-74541dc991c7",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ede8767-e683-4966-80f9-f2729f8256d8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01d26fed-0e08-410d-8958-96de70fa1701",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f0847b1c-af4f-4d68-8b0a-cdaea6641185",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b3e415f3-5d59-4421-9bed-17aa6f38763f",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1146945-1c4e-43a7-a62c-25eb1b489c36",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "65709b0c-d6dd-4021-a40d-a6fbf972cd57",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d850400c-d076-4862-8754-9930a77284c6",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8b15fdea-a496-42aa-afde-480eb66d1286",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d52551f8-ac79-4614-b814-4e406b317e8a",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "301713f8-de15-44b7-bbad-931b05a1ee2f",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3209b312-04a8-4ce4-9d6f-b11f2497d966",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4ee7f115-6b4b-4e64-9d1b-de4b1375c8cb",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24d19d27-ecf3-45cd-aea3-d746d132f7ce",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e9ae37d-288f-497e-8384-b9fe46ee6559",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0c8805e8-2cfb-42b7-8d2f-21079e7cbae3",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44d853b0-1430-4a59-a463-560632c9f5ce",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "734ca208-d500-42c6-bb37-e504960bbc19",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d7a6bcd6-cef6-438a-92f3-6ebaae3f39dc",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6cd58067-f6a5-4b8e-a7d6-9bfd919490e8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "41907d88-7548-411b-a8d4-4a166d36d36b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "44e486d4-67c4-4a5f-9b1f-5da9d1b0b4b4",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8b5eb6c0-1477-450b-a870-d4138a95fd50",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b72a9536-13af-4860-b501-2800db9e9dbf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "57087f9f-7b11-4368-b073-1eba75935bba",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "65331baa-426c-45de-98db-3ba0c13abc71",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8bc26241-bc2a-4c02-b0a2-44a366559ff4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "779263c8-98d3-44d2-ac53-37709577b4e9",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "11cea219-5d3e-4303-bd02-5d6ca97640ce",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9c07ab3b-b3fa-4d99-a38f-ed814b96f5d1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f975fd98-e7f4-4e75-b0ea-c243ce30db56",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a81a4c98-8a0c-4a1d-bd24-74fdcc29a0fb",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "04ce23b3-d2d3-4f61-ae2c-6424e9109b3c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e0a11cb6-c2aa-4e6a-a488-3e2ae0f185cd",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "001e73a2-b222-478d-b6f0-01dff0e02732",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b86ac343-1888-4d52-94d4-434eb10616be",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "66ec31bb-87fc-4833-a60b-1addec98add3",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ccdeb5d1-bf59-4ecd-9418-5e43343be330",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f6c9612-f4dc-4d7a-83cf-4fdae788426c",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "46896067-69d1-4009-a230-b58993662b46",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "629a1011-34cf-4cbf-a25c-013e876a4e04",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "98ea892b-cbd2-4204-b88a-4912551414b5",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37cfcce5-c24a-40d7-a362-53ea20baba7f",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7619ece0-a237-4d1d-91d0-fc85d97b439c",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "997a184f-13c9-4dee-8301-5f9c689c5d05",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "172989a1-f5c7-41dd-85bd-f7389bee3842",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "326275a6-28e9-4353-996f-fab9736c1e26",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18319767-3163-4c1d-a35c-07ba63054682",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88ff1196-40b7-42f9-8320-42d49b1dc3a3",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "66a50d45-0f16-4e69-851c-1c481eb354da",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e79826cc-d163-4a36-a482-17c7f24dabcc",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "63d5f570-227f-4b76-8739-25bbc454ec14",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d37e5e9e-8883-41d5-80ff-26c522fd49d6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "67f5a849-c3c3-43e2-8f1a-9487157e271f",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6495c46-5d48-4966-bc87-b64328844e1c",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c7cfae69-6786-42d5-a954-dd8d6f41e38a",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de474746-fdaa-408f-a583-77fd1201099a",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c79fa394-0324-4440-9a7a-b932d5a9e63f",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "67af79f6-dd16-48ae-9a57-7841e192db89",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19633bba-ab6e-4100-a7dc-3d42cac1c1db",
- "IsUsed": true,
- "Index": 22,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a4750e90-c8b9-4d8d-9fa5-b718a8cd5774",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03ab27f6-ec09-40c5-b1de-eecaab8e7a98",
- "IsUsed": true,
- "Index": 23,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "36f28146-0eb5-4ae4-9bac-bcf582c28395",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "c926c67a-4b82-48c6-ad35-81da7cb504c4",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0773190c-0714-4703-94f7-aa1fb224da29",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9246f498-52dc-435b-90d6-278032a02c9c",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1cad9269-b909-45f8-b08b-e105d60848c2",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ec3db1e6-c65c-42b1-9031-20c8fc26f2c5",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "31e06af0-4dfc-4c5e-b9c3-c933d7b5aec1",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2e4d5793-a72c-4635-b747-305a07738302",
- "IsUsed": true,
- "Index": 24,
- "Name": "AC电压176V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9975156d-b962-4649-ae98-ae8b8e04f70a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "176",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "44ba3ce2-74ce-4687-85cb-656e396af52e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f381c58e-7619-4f17-8478-be8815af1bd0",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c19f3ac-41c2-406a-aa8a-3d995e8565e5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "224d0648-ec8e-46ef-b38f-b082f287cd4d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "332e0613-8da8-41d6-a308-7f03073cbf8d",
- "IsUsed": true,
- "Index": 26,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0d1f6c65-3fd6-4dd1-8b87-3a33ca596db3",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06f858fe-c239-4467-a80f-96350e0eafa3",
- "IsUsed": true,
- "Index": 27,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7006158d-f7b5-492a-8da5-9cdf230e7917",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2056ec25-6a32-4bbd-9b2e-59bc9889b9a2",
- "IsUsed": true,
- "Index": 28,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "95c7f9a4-fbce-4fee-b5e5-aaf8f12bdbbf",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ba1b39b7-4da5-4ace-ba9b-4862a2e12467",
- "IsUsed": true,
- "Index": 29,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3bab9a01-cc36-4833-b8a3-be948254a2f3",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86d138e1-d432-4d4a-bcbb-bd715c90db60",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ca51bad-0291-499c-8365-819554cce4ce",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09aea971-a78f-4b19-9b2a-73851e70be7c",
- "IsUsed": true,
- "Index": 31,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "96e8b56a-f787-42da-8025-3f5351deb9c9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61db9444-dbcd-4279-9dea-62d68558baf3",
- "IsUsed": true,
- "Index": 32,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "764a8090-89e8-4a2d-b241-04aa465b2fc9",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b14f6bf9-b4de-4d79-865d-6710f7d2af1a",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3684010d-c0c0-4dc6-911a-37518f44ea9c",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2803041f-2bce-44ec-afae-229a7278fc6a",
- "IsUsed": true,
- "Index": 34,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cdf2c79c-efe1-4ca8-8147-02c9154e8123",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8b699da-4469-4f90-bb28-a3bd3538072d",
- "IsUsed": true,
- "Index": 35,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd54437c-8bde-4684-8b42-25f505c64988",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2d5949f7-4f87-472c-b89e-daf6632fbebb",
- "IsUsed": true,
- "Index": 36,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ddf8bcaf-3a39-4f6b-94ed-a8eee3788b60",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a91a97aa-91dd-4560-8454-718ab1c4ab9c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e84d8d0-45e7-4012-91af-89ed773b5977",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7d69410b-ddba-4eac-9757-54a1cfc168cb",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7856e886-1019-4a1f-9911-dd49b12d6476",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8ef54a9-a123-4622-84b0-ca88afe57747",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "260b9ca6-21e6-4ba1-a084-e6f086856ebe",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a416dd8e-f0d8-449b-bae7-eb5f340a5992",
- "IsUsed": true,
- "Index": 37,
- "Name": "AC电压264V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80870dca-3077-4efc-9099-7b145715bcde",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "264",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78cb0061-7570-4787-8b15-5b5a5ae56f4f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "13f00c1c-7e9c-4247-8103-50f1196e5129",
- "IsUsed": true,
- "Index": 38,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "424e4d2c-a481-4633-a350-a64c1331ad6f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a40db5ee-eb40-4dfe-8f1a-f4cf1b19ff3e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c7fb77d5-6c80-4bde-b587-8f59c5829c05",
- "IsUsed": true,
- "Index": 39,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9897c5ec-e6ec-4750-8b8e-16c811fe31cb",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db03dfb3-5236-4c49-b0d2-3d4b994a64b6",
- "IsUsed": true,
- "Index": 40,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b85608e-a3a7-4372-91f2-9b4ed7a38e90",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fde0b5f3-08d3-4592-9878-7ea14c96efd7",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b1d0e9ca-79a0-47ed-a37c-ce760232df95",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5b92442-8887-497a-8e56-5bc2a6d73f79",
- "IsUsed": true,
- "Index": 42,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7061705-1386-43e6-bb3c-38bc603b06c9",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e99f012-c16e-484b-ba0c-05b0b0265408",
- "IsUsed": true,
- "Index": 43,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d1ac275b-9faa-4897-bdb5-5c4bbdd257c9",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "da9b023a-bfe8-4e6d-9d72-2789578d4722",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a411ae55-9d44-408c-a1ed-8bbe407fee05",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "764a475f-e1e3-4ab1-a860-e9018f9947f3",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b841e9aa-aa0c-4536-9124-2063eafe0f11",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "74231131-0d14-41c9-bacc-f6fd2403dee6",
- "IsUsed": true,
- "Index": 46,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62afcf1e-ee1d-473f-bba2-16fd5d4eeb9d",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "66e21287-5006-4a1e-b5d6-691a81056ca1",
- "IsUsed": true,
- "Index": 47,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e00e413d-9e2f-4d5f-bb9f-39415b8d9701",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "74708f3d-7c19-4dc7-83fb-dbbaf2d49eb3",
- "IsUsed": true,
- "Index": 48,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "524ff194-b76c-49e3-86a2-89f430b5a253",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1517a232-9ecd-45c8-8e5c-bb3dacc9abfb",
- "IsUsed": true,
- "Index": 49,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e14232d-c109-438e-a99c-a39e575438b4",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "5004883e-1ea3-4fbe-b6ca-980c937ec4b1",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5dd57a1e-5cbc-4d05-b0e1-3e57a8683d5f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b4c3c3b1-9cc8-4cd7-b319-8f64a82bc9fe",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ccd3840d-15e6-4f08-853c-dbfa312ef3c7",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6cc4dd1-68ac-4d6f-88c5-1b9c74ec6535",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ff6d854f-cd45-41bd-8d2a-ec529d42e88f",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "b09110b2-b988-4eb0-9ca8-67c52cc7461d",
+ "ID": "ccc7621f-6e03-429d-968a-ce36b5646a25",
+ "StepCollection": [
+ {
+ "ID": "9dc37d8e-e536-426b-9af1-8c097a6aac9c",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "d7f9ee6f-05c1-41b7-8310-0a8eecf79c1b",
"IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": "4",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fba28d2f-96a9-4210-9f33-2d05687ae5be",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 4,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2e6a892a-21ca-4281-ad5e-4604ae2ebf11",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e2e7c9f8-a894-4244-83ab-9bd3155778f5",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "736132bf-c760-4856-bc35-60935a8a41ec",
"IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": true,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1584170-efd2-4cb0-9377-f2729225a032",
+ "VariableID": null
+ },
+ {
+ "ID": "c06e9185-4c40-49a1-9d34-2649cfdd2341",
"IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": 60000,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "655b8c22-ef59-477a-bfe9-0a9e5d248374",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "13f97997-0d92-4b2e-8d4f-6efc43e5f113",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f5f164b7-11b2-480c-99a5-348b11a4f9ea",
"IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "beb7e6f1-4637-4fe0-afae-e85d7f7f217e",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": true,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5935be49-d566-4a2b-9da4-4875101e1d3b",
+ "VariableID": null
+ },
+ {
+ "ID": "53130b01-9cf3-4868-9b40-b7bacf802bb2",
"IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
+ "Value": 1,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de551e26-e6d4-4211-8277-6cb8cc9f15e6",
+ "VariableID": null
+ },
+ {
+ "ID": "6523d771-d585-4901-a08b-fedc42185cbb",
"IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fffd59db-0003-4483-9552-fc6eea6ed240",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "709a5f65-6b27-46a2-ba79-2d52fbf9106e",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "02fa59ca-e70b-4e0e-9142-e001ffe29ee5",
"IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
+ "Value": true,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
+ "VariableID": null
+ },
+ {
+ "ID": "e53820f0-be29-469a-ab4d-f74c49cd5b9c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a73ab236-2119-432b-862e-7ee767914ea8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e62ab3b9-af36-49fc-aaf0-cecd4bb1a345",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "33988bca-1dc2-4dbc-9f85-0a474a6a1e98",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "afe86cd5-6f56-4caa-8eda-8e8ef1320bae",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "30225545-f70f-4c90-aa31-218d6fc5b7c4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0cf03cff-f297-4711-b548-800820a22613",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "1a8a673b-8bcf-4587-9919-14488b7c2355",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "03cc1eb0-4c78-4220-b1bf-1759e98d40ea",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "75bc52eb-66dd-4fd8-b40e-f7a4341aaf3a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e9fa812b-6cd0-4d0e-8f47-1721bb581d57",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "29559982-d6e0-4cab-accd-a7c0be11071c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8c700b55-5fe9-4be0-91cf-31b283be569e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a5ad3b4f-98ca-4c89-bde8-04de51f1ed7a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "03c50c9d-a381-4ef8-9ed9-42f3c47a0a40",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "cb01da4f-94d7-4e44-bd0c-619186a1d019",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4ef0bdc2-f484-4d89-9acc-93bf9c3641e4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dfa005ea-b70b-49e5-a3f7-20f55e3db5ce",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "60c9d111-4046-4541-a23e-b5fab106967e",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "175fd4f9-b6c3-43b6-9455-637f8927f795",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9c563754-a65b-4037-a606-696c82b13227",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "946fddb3-21aa-4748-ae98-863e154c735b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2710f963-5509-4857-a7a3-6b75e623ad0e",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "5019bd1c-2deb-4f58-bdf5-7ec46c7b798c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a2dc90c5-7d9c-4728-937e-ca6321916cbc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "905ca132-7712-455a-b073-05827b3e8e64",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ee0bdb30-951a-4dd5-b591-a4277f73c921",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "78d25df0-b53c-4cfd-99ea-f59e8a7a29ea",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9f7e60f2-de5e-4c87-97d5-bc3c5ed618e6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "da88e445-fb4e-4c12-ac77-aad94437ae89",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7f340882-3b1a-41b5-a00b-b585141599d1",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "47945a08-1d36-4e2d-b561-46934777919a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cca17eef-444f-4254-8c85-c47cbdf019e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5456db17-d063-43a2-a52d-bd480e757a2e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b8e309f0-3190-48dc-861f-8c167e33b768",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a2a1c8c4-a2d6-487c-ac2d-bea18be2a03b",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "db8f8f82-f14d-4306-8f5d-b4830ae6a1bd",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "1026df5d-df48-4134-950b-c5b98f41b916",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f8f092e2-e90a-4011-acf7-5ca00fe92eb3",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "95d99a98-d1ec-4828-b7b9-670d0d1cd813",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9efa5c1c-b7de-416a-9072-b6edc2ea1c5d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6b28a1e1-0edd-4ff7-b882-791c4d9f6d84",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "52c683c0-a6d2-4d99-b045-ef6139e7862c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7529748d-0890-4de9-a256-c6493cdaf807",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": []
}
\ No newline at end of file
diff --git a/ADP测试项条例/03_PSU-AC侧电网频率范围测试.adp b/ADP测试项条例/03_PSU-AC侧电网频率范围测试.adp
index 07d8e83..228aefa 100644
--- a/ADP测试项条例/03_PSU-AC侧电网频率范围测试.adp
+++ b/ADP测试项条例/03_PSU-AC侧电网频率范围测试.adp
@@ -1,2815 +1,933 @@
{
- "ID": "088d184c-df76-4a27-bb5b-2808c1480256",
- "StepCollection": [
- {
- "ID": "3f8e32fb-30b9-4c5c-8901-c9ad25d4d04a",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a763616c-58af-4b59-8734-13007cb155fa",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9bd5562b-fa1d-4a05-a5be-af69675de90a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "51a031db-598c-4adf-bcdc-aa3b1f84bca7",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92c5264a-d922-4b7e-8188-334abed21c91",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ec79d4f7-5253-4527-adcd-96202f37d681",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "30c40e54-15e1-45d4-9322-fcc2071cb23d",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1aa87d17-7e61-4f4b-ae21-c9cefb0db839",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01685ef0-555c-4212-bdf8-0b4652c32572",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a042529-ee9b-41de-96b6-7806c4df64f1",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "130d6e35-73f9-4106-9cd6-a33d6e52c16b",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b0ca24b0-6c0d-423b-ab56-ca36fff0ee7c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8ac31064-0e79-40a0-a37c-6514cef3d0df",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6f1f03aa-926f-4119-8b5d-d72de5323772",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8a438b44-0bcd-4d66-9266-e6791e7cd140",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37103639-f9a4-4c23-af69-5bc0997934ab",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e3da8f7c-3402-4ed3-9d4f-dba2c84235bf",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dcaff5d0-88e1-449e-b7e3-63f005ffc6e9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "79386e3c-e7a4-47a1-b494-80bf3fd2cfcf",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1c4de7fe-1fa7-4b2f-9b69-924bea702380",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48e55566-349e-4364-a434-85ab60dda81f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3cc78262-81f6-4f4a-8ecd-f9fe47c1b7ce",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3279d5ba-f625-4d1c-b57b-0762a61450d2",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9fd6cbc5-8f42-4097-8ead-57f95373cd02",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "76cb745d-769c-47ed-a4c2-9027440e8341",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6b228d0-fdb7-46b4-80c5-431ddd353660",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "16043b06-f296-4e3f-a4f0-45cea9aeb209",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ec653947-17d8-4d8f-a4cf-9b2569e4133f",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3feff5af-4fb4-4291-8113-9b8ea3de7e5a",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2314a19f-f9c1-40d4-81b0-592fec330455",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68481535-9fb0-474e-bfb0-1678e65af2c5",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "270dc1b6-a618-4cc2-a6e7-902501fa5956",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "46cc9cd3-a36e-4e88-8f54-ae71e53baaf5",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4960a714-5e25-4ec8-a50f-d1f582f87ff9",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0714eacb-0237-4e4d-90a1-41a6f75f36c6",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cd19bd3-c817-4493-919e-7ab2aa18a383",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46e003be-f895-432d-b380-4075a0de4d90",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78827650-c15f-4fb7-a41a-030e44fe3698",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5d0f780-ca70-41b8-81f5-d29c75a4cec1",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c9c7013-0460-4fd7-a116-dc6cace78ff6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "75168209-0c33-45e1-8703-470714f078d3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "728c2bcf-86df-4753-8290-a290e52922e6",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b0aed9fc-3f36-4d7a-8f73-7133982364f6",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55d105a6-c80b-44e4-b3a4-bc1165256d54",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fceec3cf-4797-448f-a09c-904a182daf28",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "441650cd-7a72-4695-8dfa-04038231787b",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6069c06d-4a5f-4b7b-824a-16a65dfbefba",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aa663af6-5fe5-4221-8eb9-31362a16d9bc",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b62eb195-0326-4367-acd3-36375672b9b4",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26d2d8d7-4095-47a3-8fff-3b668d781ad0",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6715cc32-6835-4ba5-9bde-a40511da6b48",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "70800c80-e4e5-4904-a460-3b4fd879d5af",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "04b7fcc1-684e-4c74-989e-7a353d8b2be0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6aa1cc3-859a-4b9a-8563-6b8a1ed2fadf",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c45ae0dd-94f0-42f6-bdd7-c4b1776d5134",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "809a1f03-7510-4007-a2fa-19e0d489ba1b",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38a5e3eb-441d-4bf5-b90a-ec06ca361cc6",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23082eaf-ddff-4125-a53b-35108ecf8c8a",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "afaca209-d1f5-4c39-9bb6-f32ada350221",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b5b7d1c7-ecc4-4a13-8e43-e98ee2d6b354",
- "IsUsed": true,
- "Index": 22,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "276fc049-8e7f-440c-a414-50b09b44ad8f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1a757927-6644-468d-9553-5c5d19edfb9b",
- "IsUsed": true,
- "Index": 23,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ebdf0401-7f92-4ad4-a25d-a207c1c9a876",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "c55cc064-b51b-4a42-b1ba-bb1a30ac03a7",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "452d11d1-a206-4ffa-9b90-79957874211c",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "031106c8-fe73-4e0a-8d21-330b8d8a0bfe",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "58b3b018-403f-40f8-8057-1cb5cd2d9dc1",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9716236d-0b85-481f-ac33-cbcb549a7020",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f7e6f678-25fc-4bcb-b7db-50ee80727899",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "15b625af-cc10-423d-b3c6-f475e8683cec",
- "IsUsed": true,
- "Index": 24,
- "Name": "AC频率45Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2dd22437-df69-4a85-86a1-a27b09f4d9e6",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "45",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c346615-a3c8-4e4b-8afb-3022fdef8ed6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bdcf6dfa-ebc8-4444-8715-e1ed551750ca",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30f268e2-9c87-415e-a3c4-2f7db4d0b4d7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d2d59efe-49a4-421f-9e0c-0726c3388f28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ab344016-67b6-4fd6-9475-056fcb5ce4d4",
- "IsUsed": true,
- "Index": 26,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f4794be9-77fe-4cbf-a343-fda409f5bb34",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06d0cc06-a242-43e8-945e-2c0276d62723",
- "IsUsed": true,
- "Index": 27,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52a869eb-55e5-4e73-88d5-bdc14f4abbd0",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f322617-e23a-4a78-ab90-3ab08b41e7b3",
- "IsUsed": true,
- "Index": 28,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be85b4c5-77f8-4463-b703-7f12b5113b11",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "20f3806c-6148-40f1-9c6f-4d9a152a42bc",
- "IsUsed": true,
- "Index": 29,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e6ce1ece-bb3d-4499-8f4d-2807d29cd157",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b717708a-e757-4963-aa6b-7ffa640d91d9",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f2abac4a-7e48-4056-a760-7e8f94adbece",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05f4ed94-cc71-4123-8e9e-7286f191ab41",
- "IsUsed": true,
- "Index": 31,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df2abf68-01db-4bb4-9c32-7296ec532797",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "de02ec3f-92d3-44a7-a167-d9faee5e85fc",
- "IsUsed": true,
- "Index": 32,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "71520406-7a42-4e06-a268-50f2784e6c46",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "56611f7b-dead-4953-a298-9f8bcbe39144",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8b1e9036-5fb0-4b5f-8dce-27dfef044781",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7b844c5e-4af2-4dbc-afcf-40fa6be5c1a3",
- "IsUsed": true,
- "Index": 34,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fb832aaf-3f44-4fb7-9651-9f99c2c535f5",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "774e8d56-cfa8-48a8-8f48-b6a94665875f",
- "IsUsed": true,
- "Index": 35,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "10f6cdf9-566e-4b13-b66a-703371d5e914",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eaa349aa-5f6d-463e-8588-3c4befeb353a",
- "IsUsed": true,
- "Index": 36,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6a9e039-ea9a-445a-8a67-f5a53bfb0748",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "aac7c824-bcab-47a1-8ee3-7a93cd2aea1e",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d095fcb6-a735-4246-8237-f72acd391964",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8f25dc8c-3782-4d8c-83f6-3fcd9783f004",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "31c15c80-4f12-4b9f-949b-ad7de8b38ca4",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "138240ce-feb7-442f-89f4-0e8216523e3d",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b95edd7e-7b05-4c21-bb9f-83696c926ada",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ca4ff1a-a847-4db6-9973-876e3e31a376",
- "IsUsed": true,
- "Index": 37,
- "Name": "AC频率65Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b3373d88-88b6-4084-9971-bdad2e04dd40",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "65",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51a9d0a3-8980-4dee-80c9-ff26c290c0dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6384802e-90e8-4d8a-acb3-50a02910dc0f",
- "IsUsed": true,
- "Index": 38,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6e42b79-6a36-4697-bc81-c3bff2792443",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d4c9fa6e-a715-4719-82f7-e55c16290177",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96350885-bb4b-419b-a99c-8c7026958d62",
- "IsUsed": true,
- "Index": 39,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad7fbbef-422a-4bad-bdaa-12abde644888",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2715287d-50a2-4a66-8782-c69a6c700623",
- "IsUsed": true,
- "Index": 40,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "249a890b-9e2e-4695-82d0-3f4ecf191f45",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6ff92a7f-fdd8-47f9-9238-07c22f0fb73c",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "43a7eaa9-1ccc-4d11-9e9d-607c8a6d6a29",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "414d9f3e-5272-49f0-97f1-03242c600148",
- "IsUsed": true,
- "Index": 42,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "43d8c3bf-cd45-4bf0-ac7a-0c70b78a505b",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82ec2a6e-5858-4fce-a4fc-a167d7c07236",
- "IsUsed": true,
- "Index": 43,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "81473d1d-d2ed-4ee3-9ef9-da0d18572a67",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "619f51e6-990b-4fae-a564-dec1686d770f",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f925b1b1-6890-4fb5-b2e0-29de1ff29194",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "98542898-3a8d-46ec-b2cb-c88c044ffbba",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a4b901d0-a0e3-475f-8fd1-fa5a1b8812e9",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "04782be6-45c3-45ec-898c-0af39d6932e3",
- "IsUsed": true,
- "Index": 46,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f18a2b4-623e-407d-985f-5493e04701b4",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4fcae2cf-7894-4ea2-8b10-ee231f6b483f",
- "IsUsed": true,
- "Index": 47,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bdbadce4-f15c-4a07-9787-8fc965d975cd",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5f61872e-23cc-4023-b127-e36dff1e3588",
- "IsUsed": true,
- "Index": 48,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fbd05b6c-25b8-4f91-811a-3dd2e767b34e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "90eb7865-969e-4a29-ba94-414a82ac7016",
- "IsUsed": true,
- "Index": 49,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "25db04f8-8339-4964-aa9d-6ce2e0e2067e",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4b752267-cc9a-4f93-893b-c62ec7f45370",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "aac9cd7b-d99a-45aa-be3f-76be3afc92ff",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "98f72c57-c830-434b-ae90-04a7034ee3d1",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14e32c5b-5084-4cd3-b584-6de47d5958a7",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f154035-10ad-4c6e-9542-901e221e1844",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6b8dc64b-7bca-4345-8ac8-16465ad98b7e",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "176866e3-c35f-42df-81c9-b8468955d8a0",
+ "ID": "a3e71a62-6d32-4de1-8175-eb50a362201f",
+ "StepCollection": [
+ {
+ "ID": "9b958036-628b-4a5a-8527-2a01ef9cbe8e",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "5f2d2664-5af5-430f-9981-e360193e76a5",
"IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
"Value": "1",
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f4292aa2-57e6-4d75-ab68-c96a8cab24a5",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "625e3534-1063-442b-ad34-33586ce6e6d3",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f00b6a91-2c2c-4e32-8763-e2953194f90f",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "90d11e2c-5d5e-409f-9713-5213c514ea01",
"IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": true,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b88f30d-ab40-48c5-a507-31b40442a2d8",
+ "VariableID": null
+ },
+ {
+ "ID": "2349d844-d6a7-4ccc-9faf-37326e1d6fb1",
"IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": 60000,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "17a0b104-8398-4832-a476-a2910c968325",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "354cba91-9163-48c6-81bd-d5cd221dba56",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "d63f595c-cc3a-4745-b48f-089e9ac4d06d",
"IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7940cbff-b126-46a5-87ec-30fb4434f78a",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "Value": true,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3f3236bd-9dc0-4f08-8cb9-2011828bd9c6",
+ "VariableID": null
+ },
+ {
+ "ID": "3cb0bb0a-550d-4755-bc23-de3120973a3f",
"IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
+ "Value": 1,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cff8177d-bae2-4426-b9b0-4131e78098b2",
+ "VariableID": null
+ },
+ {
+ "ID": "f4037ea8-a48c-4615-a466-4f819dbe6bcc",
"IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3a8ef03-7132-4596-9cf0-6014cf928025",
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a3deb867-a22a-4d7c-a42e-0dbbd573326c",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "10b9c7a2-415d-4370-a350-dd99d5877467",
"IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
+ "Value": true,
"LowerLimit": null,
"UpperLimit": null,
"Result": true,
"IsUseVar": false,
- "IsSave": false,
"VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
+ "VariableID": null
+ },
+ {
+ "ID": "2c80693a-69ed-4343-862c-d3176a1725dd",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b64744e9-f991-4ade-a3cb-cad597e1cec7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a5133c35-e5e1-494a-8d45-a5061774bbe3",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "ef253f6d-8c75-4852-9f56-169da4cd335e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "802d9686-8d6e-418c-85e4-339cf1d30cee",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3e870d94-9dcc-47ad-8bad-9f7ab347dc99",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "4816ce8c-a894-4b22-bea4-cac5e83e9bb4",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "aa882ea9-9097-4a35-9582-1fccea8bbd42",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "13a80ac0-b640-45b3-b5bb-5065c811919e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d997d714-d333-44be-abbf-c3dbff3d7853",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "37e108fc-e2ad-4112-88ff-8522c4e798be",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "ecc23e23-9fbd-4c8d-bbe5-5633b09e13bf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bbc28e5e-007f-47b2-903d-a3ac0a56055b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "16de7d1b-df6c-4850-8c3b-8ee961bb3c76",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ef5e3cb9-94cc-4c3c-85c9-4aca6d2ffbe6",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "613fd7f3-9712-48a5-be04-7754797889a0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e33fb85-f4e0-4500-b80a-a27d55cc2b50",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "55ddb144-7b79-44e2-8b44-c60038025299",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "93e2fd8d-1339-427e-afb9-8e95a0445dc8",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "5d0dc32d-3298-4f8a-b439-6232f389496b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e63320b3-d36d-4845-a098-64b61d038b1c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "69e987da-b33f-4043-bcec-85a44fe89894",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "36a83f4b-56b9-430d-8ef5-bf8bdf89eaa5",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "476a724b-ba83-4d54-82fb-4aed95d4e967",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "493010cf-0646-4bff-b908-2067f68101f7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "86b468db-a03d-41ca-9554-1ec7fa384e3f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f8b304d1-b550-4e5c-ad08-7f996db75e4e",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "9fa6b1ac-4c6d-49f6-99c1-8ed6f14702f4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1d75c778-0830-4e9a-b79b-f166180d28d1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8c633e49-88e7-4169-b8d3-d9be6786ebce",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "71f3f390-51bb-4d8a-bd06-0253d1a78436",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "7254b77f-2572-4d16-b834-2ff624c147f9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e3739e61-6b66-4c3f-b44d-13124c0affb0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3c49f60f-9d3e-44e1-b78d-d0e6c64d1a03",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "697a241c-2b1d-4348-bbae-795c36299d03",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "70163f97-f2fb-4d77-a059-c404852895f8",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "96213f78-6a8b-4a2c-8668-e58c3c6cd361",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "e0de8625-b719-4763-95e2-de240023358c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b63544c4-5219-4751-9997-6eb20e1958e2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "386c9aef-c505-4b8f-8104-968fa977db6c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3780caf1-1fd4-4395-9380-19e426b5b254",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "80546cd8-5ef9-4859-9fb9-6b0652c0f56f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ee256ad0-b3e5-474b-9a85-786c9ed7b2ec",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "189cc396-d70a-40f1-ad6e-1e5930afa8d9",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "输入频率范围45~65Hz,系统输出正常"
}
\ No newline at end of file
diff --git a/ADP测试项条例/04_PSU-AC侧启动冲击电流测试.adp b/ADP测试项条例/04_PSU-AC侧启动冲击电流测试.adp
deleted file mode 100644
index a38058d..0000000
--- a/ADP测试项条例/04_PSU-AC侧启动冲击电流测试.adp
+++ /dev/null
@@ -1,4343 +0,0 @@
-{
- "ID": "8408e735-af92-424e-8f5e-a7a9d722fd08",
- "StepCollection": [
- {
- "ID": "53ee100b-ff3d-4065-bdd1-410229674631",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0431e0e4-3502-41b0-9066-575e30771957",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1dc66d5-3658-49e0-a3dc-4e120fc32616",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "741460bc-8a0f-4669-8304-6db615373a2c",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a4878bab-8a83-47f7-86d2-bbcc148dcaad",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "424776f0-c07d-4c95-9fa9-dbbe04edcf5a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09990e47-c370-4443-8550-f9245ba2d32e",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18f92a43-4a35-4dcf-95b6-ac38f7b7a35e",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9d5d2023-257e-4b1f-ad11-43c12a0a2571",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e8d00abb-207c-4aad-b233-34155bdae136",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9274bf7f-e045-44d7-b263-cb70d5ad1d6c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f34d0e50-0e2e-4db8-bbe8-7159c71cfbe3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38b54f0e-8ec6-49d5-8973-245b180a5759",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d821ebfa-67d7-4b78-ac5c-bada3125badb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "62c61c86-62ea-4068-8f2f-971ced82dfa1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ede18203-7090-474d-a175-d6c17923ebd9",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "01e75c22-e434-4a45-9c23-3e53c8f54f72",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "001e2eb4-4e10-4c8a-b24d-de52ad9d9838",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ac79c8a-cd13-4bd3-a031-41c15418544d",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7e1feea-e539-46b2-94df-34c5ba903ccf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4263d09a-fa56-400e-a148-2f9ce68e8dc9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "04c3dd56-1886-4a78-832b-f58403bb0cdd",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5f99901e-f0d9-4d6e-9cf2-a8fa9e998b71",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f5260f09-3980-422f-8d79-9ef37ba3b697",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "54c1a48f-9673-4397-8d78-b6bc2854d694",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e3f7105a-9b4d-4a0b-9671-1a1cbcc8f87f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d30b32bb-7d3c-46ec-b70d-eac7c152e23b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c4b13b56-a6a9-4820-b60f-4e66c6c3638f",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "71f0f094-4c87-469f-8d76-1dca722f0d32",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "68b99552-cca8-4957-ac51-4ed107daf8be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b88fa32-4d87-417d-9de1-fe6d85d9a326",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "653c88f3-ec4f-4b87-b611-611fc05d70d2",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "28ea4be3-20c9-49d6-9ed4-30e424642a2e",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91c83005-22c3-4f26-b7cf-c2708ff79600",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af07f271-6c6e-4b0d-9957-f8c887504847",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f4b95855-72f1-43ad-ae24-7c83ee7b8d4d",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6a858e6-c029-4834-8a6f-1401f3932cf3",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e12bbfda-aa11-431f-8284-bc29df9bed1b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f686466-d41e-4a91-b9f6-46644f9832ed",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8057e2fa-0402-4662-be33-4782757a57e1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "828a2e1a-94f1-412d-b05a-1fa540ab0f62",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96dd02f4-dad4-442e-b8e0-088410ce69be",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7aaeeeaa-171d-450f-8a5b-251b08103de1",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1cfb6e83-2d72-4e7f-b493-e7812e950ef8",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a53aa6a2-61e2-40fa-9385-204775214ee1",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f980af03-9813-4f0b-b5f9-75f63b33c789",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4645b4f4-b3dd-4a18-b342-143f88ff4577",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d53b42d-00c2-47fb-9d89-6c095d661413",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf7d9ad0-7bcd-4f9f-b8cb-5dcbe4267a76",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "986b0c5b-7d7c-410b-aaa2-0b468cd0dda0",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c27357ac-1533-4d70-a550-ea8d4dc59cb2",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f367e32a-936b-4de9-b33d-779d87b14d55",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8be41fb4-1a70-435c-8b0c-21ee93606a28",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "12220a76-bc00-439c-9f2a-e1cedbd62387",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cbaa0c74-2c36-4b44-8c68-26077200e8e0",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f4c5011c-8dde-4da2-99b4-c399ef6e4988",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e1186274-850e-4458-80d3-17b93674f9a2",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b164bde5-9f5a-42b1-bfe9-8d6eaa0fd746",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "388309c5-467a-4fc1-941a-41380220c665",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "08f5755a-4ac1-4a9c-971a-30d5d72b11f2",
- "IsUsed": true,
- "Index": 22,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ecbd18fd-62ec-47fb-a170-84b3b9867048",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f4afac4-0b30-4453-ba45-7d0a28d73e98",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "817310ba-a7ca-4673-bc50-ea121d4be3b5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "69f08027-550e-47f3-9ceb-372f055f7748",
- "IsUsed": true,
- "Index": 23,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e61221c0-0744-494e-aaf5-8b61217c7721",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25707da2-2845-48be-8361-207b6f8b68f7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ab98d81-00f3-4725-9740-7e436050e067",
- "IsUsed": true,
- "Index": 24,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f515810e-1dae-462d-9b32-484555fd1d29",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1f16f04-a2de-4c6e-ad04-da758c00c47d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "88bc4097-a2c3-4134-b9b7-eaeba555569c",
- "IsUsed": true,
- "Index": 25,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "507868f6-f12f-4867-90e9-6d7d2bf49ee6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "49fb68d9-3027-4fee-9ad7-628ff3826ec9",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6f7378e9-8e9e-4792-811e-f7d540720f72",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91367db7-d1a1-46d0-9f64-a6b117617eff",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4fcba560-0482-4e2b-bd9f-17a27a7b5355",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "464ae656-cfd3-498b-b4db-779ffa28b9b0",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6451e5be-877d-40a0-b651-8574c571d3e8",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef438d40-5bc0-4d03-9a5a-797535b2e18c",
- "IsUsed": true,
- "Index": 26,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be5c4b59-09ab-4452-a064-be0bd4c6c960",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7bb78645-31a2-4b7c-b724-d188ff5ace40",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3115f9a7-c23d-4074-b74e-1a40de745140",
- "IsUsed": true,
- "Index": 27,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c4fbfb1-9a06-4652-a53b-f4a7ccb8b9e3",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ff654d9f-f49b-4431-abaa-3a31ee6244f4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b45c73e9-c717-4128-a2b2-8cdd06604a55",
- "IsUsed": true,
- "Index": 28,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b19235c1-9a87-4683-8d49-03bf1d220d40",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfe37a9d-300e-490f-9da0-3f84a34b750c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25a3d548-ff85-450e-aac9-ab5033536166",
- "IsUsed": true,
- "Index": 29,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e53028f-f3de-4998-bfb7-5b770ffbc5d4",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65be8ceb-9960-4e72-81e0-f09c476596ed",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "576414fd-9b11-495f-9b6d-e939df124cd8",
- "IsUsed": true,
- "Index": 30,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2606a67-c9a7-4592-849b-89560d76a65d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "783c2cca-1254-4075-9145-43fac2ef3919",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "10ca47f5-cf6e-4dfa-be4c-df1b1919879b",
- "IsUsed": true,
- "Index": 31,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f11045ce-1121-4222-bcb9-d5d2287e330c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e419ca0e-2ce3-400c-a078-4a9265e9ecb2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "63b9fc0e-202c-4530-8bdc-4c17c21fffd3",
- "IsUsed": true,
- "Index": 32,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3871a202-364a-403c-9e93-105f342ef2f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63265a66-b491-467c-9030-564d74333125",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fead8406-d955-456e-986e-036f498081f9",
- "IsUsed": true,
- "Index": 33,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "63f7d696-26ed-478b-8b2a-c26b7e13f641",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dbd5468f-79a4-4b94-b93c-3a71d71b839c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6311a6f7-16d6-4a84-b9c4-e565bbf6fe5f",
- "IsUsed": true,
- "Index": 34,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef51afc7-a046-4d36-91f2-9697e6d2f826",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3aec4840-342f-40fc-b234-feea4d1cc8c4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2e03cb4-79f9-4eba-82f6-c98711485cc0",
- "IsUsed": true,
- "Index": 35,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cca920b3-42bd-4541-b3c4-b7705ad10415",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8690004-a058-4b65-84f0-587c3d7e9ce7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6072a31-fed1-4d8a-8168-a6ebce281b26",
- "IsUsed": true,
- "Index": 36,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53f41d75-1fae-4d78-93b3-3066a3c33d67",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "dfbeaea1-d1b7-40db-b293-176e65ea70b4",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e3e3a803-c4fd-48d4-bc67-39bf5d2f204f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d7e53829-5cc3-4b5d-a8b5-f70344676e09",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "19b64cd8-94bb-49b8-9517-958081f944ec",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f261544-3168-4b54-8f0e-89e2fcd2dc7f",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "facb4945-011e-48c0-99d5-c0a3fb61254a",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b463bd32-c83c-4cf1-ba0a-79aa658c2547",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf7879b6-1ce3-4c8f-be37-f5fa5ad6fde9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ac0ffc9-bba3-49c3-b842-020a2faf4ce7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "418c1bfa-577f-4e57-bb14-c3b5f50eab77",
- "IsUsed": true,
- "Index": 38,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8bbfe1ee-98dd-4e18-9ef6-b8aeeb414781",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "28e8314f-4cf8-41fc-afab-5700ef7361de",
- "IsUsed": true,
- "Index": 39,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "946ab918-5be9-45ca-95ad-3b41801de74b",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45e99c27-25a0-4f9c-9d53-a15a555032e8",
- "IsUsed": true,
- "Index": 40,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5dff9309-d520-451d-986f-c389dcea8f30",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ce8cf7ce-cde3-4b9d-919a-d8782235b964",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "17f9f7de-3fd7-4544-9801-aabab58a0f38",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "776e3b3a-9256-4686-ad41-ef0b23b6079e",
- "IsUsed": true,
- "Index": 42,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "813cbb68-5dc0-4e0f-9305-d44f4f47ac6e",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc8654d4-c34a-4098-9c00-a8dedc78865d",
- "IsUsed": true,
- "Index": 43,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a941f7ff-a752-4999-8ec3-4f8c89bda060",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77537f6e-a29a-4aa2-9c3b-c6ddd55c87fa",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd7109d2-87e7-4e3b-9b7d-bd2066fb5933",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef39e616-c415-41e7-94b9-471df4e81a74",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "49944121-ba3f-4ef2-a009-0d5f6d4b0c50",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2d8ed449-ad09-4762-9577-3a464df43658",
- "IsUsed": true,
- "Index": 46,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c9b47d49-a8e9-4ab2-867f-b423bdd1a5ce",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a185dfb5-a72d-42ed-9dfd-edb574e423b0",
- "IsUsed": true,
- "Index": 47,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a941d9b5-318a-4659-9920-db070d2aa46e",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "886de12d-6244-4a82-a683-49c0465c3a94",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c53c5353-f6eb-4360-8983-b69069b78146",
- "IsUsed": true,
- "Index": 48,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de5e1f3b-07c5-41b6-b42c-b92433313a7c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "99e0174b-d1e5-4373-92ef-5d4e0471e288",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7347f700-9365-4482-9d31-fa0635e2774f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "79b82555-a29f-4e3e-846d-4c0b9c49b69d",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae1a5c27-1e42-4c0f-b448-1462cb0ae6c2",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3fc84970-97ce-455f-8339-9076208dee9e",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e9cdd69a-52aa-4859-b869-e715265161ae",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92787059-25b8-4c7a-bf36-db331dfc5d7f",
- "IsUsed": true,
- "Index": 49,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "82dd5e3e-9152-4fdb-be59-58d4ef4df1da",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2a813a86-3618-41d6-b6a2-d95f786e9607",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b0da6df-9a8f-4c59-91b8-37bb8a9d1126",
- "IsUsed": true,
- "Index": 50,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "868f7744-b243-4845-b318-733b650fe38a",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b479f56-85f7-48f1-bb16-f2d703fe01e3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc9e3011-dcc9-46cd-afdc-776410c4168c",
- "IsUsed": true,
- "Index": 51,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44f12e94-bed4-427a-b2e8-d2df308e54b2",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb0ef3c6-ea51-493b-ad24-2260af6edff9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "176a3f9b-53f9-4929-8f8f-7fc80b3deabe",
- "IsUsed": true,
- "Index": 52,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b1fcc09-6d14-4d3c-a0ca-54f495daeeb7",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e7b1396-ece3-435a-8ab6-e1ff83ddbcf9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09f4efdc-3e82-4899-a16d-acbfa342bb55",
- "IsUsed": true,
- "Index": 53,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed42a221-6c47-488d-8837-479f6cf47a6c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2c1fed61-f465-4cd4-88e7-2c83eb34994f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e333c117-b58f-473a-bde4-fc3c68edbc64",
- "IsUsed": true,
- "Index": 54,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba1c3865-0a60-4870-aecd-69a82231bfaf",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "35a7e9de-bfe2-4fd5-9b3b-97d344274ea1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d1bbc40e-9be2-4fa5-815c-8c8179442a72",
- "IsUsed": true,
- "Index": 55,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34e250bd-2ba8-4868-afcd-7bc71c0d1200",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "61fd2122-b051-4e0a-9ecd-40501fb94a20",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "93512308-6c7f-4185-9b2b-f773ff6dca5b",
- "IsUsed": true,
- "Index": 56,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b74b0bcb-e979-4937-9f1e-37e15f87e569",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb02e7a6-773e-4300-807f-dd6433a77f53",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83643db4-b4f6-417c-a5f7-45e502a61afa",
- "IsUsed": true,
- "Index": 57,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa3e7c85-9462-443c-975f-823a625f47ab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb14f375-c19a-4c7e-9a2f-8f305de9989c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7c0ba7b1-09bc-4ea9-b243-63432816f24c",
- "IsUsed": true,
- "Index": 58,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28468b5b-ba81-495e-903d-131fbab9494d",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1c3c877f-64c4-49ec-babb-9331974977de",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55ebef80-fcfd-4d95-867c-011003044971",
- "IsUsed": true,
- "Index": 59,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6782ae70-411f-43e2-819c-4345af3c9edc",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "04c07af3-fa09-40b9-b9d0-1f78c7cb6c6f",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95582662-01f7-4890-a6c5-67d7d139640f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5593b028-e08d-4c6f-95e6-6d3bcaebe29c",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9b96461f-9aa5-4032-af57-b221472a6e2c",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7dc9c47a-a568-4f33-a917-455d712294c3",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "80259045-a2d8-4f87-9726-01e77081bba9",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "579e437a-5742-4613-882b-eda3b1db1840",
- "IsUsed": true,
- "Index": 60,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ce22d5c-46c7-4c1f-91cb-270731ec3dc6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3e01102-9eb4-408d-8af5-a4dea4fb4247",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5276c776-2e61-4538-bbd4-fa9ff49d382c",
- "IsUsed": true,
- "Index": 61,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d7b85fe1-1387-44eb-acd1-ac6826329059",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c606490c-a207-42ba-9569-86bbd7d5af38",
- "IsUsed": true,
- "Index": 62,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "60609698-807f-41da-a520-07274477d07f",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d8c2014-2c87-4104-bcac-3078fcbe7410",
- "IsUsed": true,
- "Index": 63,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2ae88cf-b3f2-464a-8ca8-4d04c1288eb5",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b1a3e6dd-9968-43dd-97f0-bd918d02d429",
- "IsUsed": true,
- "Index": 64,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e6f1bce-5215-40f1-b322-08d08a44a4c0",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fa35b157-4a62-4ea6-b59c-3f9a83aa2c5e",
- "IsUsed": true,
- "Index": 65,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ae687579-22eb-4fab-8dee-7d537179a30f",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "154c6447-6c75-438b-805d-a607ff2121b6",
- "IsUsed": true,
- "Index": 66,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38bcb43f-2481-4adf-a679-0e2251fc4424",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "052009a7-d53d-4035-8edc-d3392038c204",
- "IsUsed": true,
- "Index": 67,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c085ba5-5f8e-4a94-b8ad-dc0fad82b2f5",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6f0ae376-dddf-4adb-851a-d21232d81a3e",
- "IsUsed": true,
- "Index": 68,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd5559e5-fe84-4410-b6b0-3c0a1743a1f5",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e11533b3-de5f-43f7-95c7-f7ff165f7507",
- "IsUsed": true,
- "Index": 69,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "444c4f3b-32bf-46f7-8344-f98fa40ef94b",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c4c12289-842a-469d-9521-72a75b97e0e5",
- "IsUsed": true,
- "Index": 70,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c0acd6fd-8d75-4cfe-b990-e239d5d8f8be",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4af40bbe-aa2f-47c2-91d4-566c31ccd30a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "253675db-b913-4b56-abc0-74c50903057e",
- "IsUsed": true,
- "Index": 71,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1957723a-db25-4dde-a655-b64c721f00a6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "18f1aff8-4572-44c5-9c20-c59092679e3d",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8e6c2479-f99c-4c92-a1f6-b878bf365413",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d906a800-d4e7-444a-b7db-11f02e830f98",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "52081e3a-81ed-43f8-9309-9a7e56bf424c",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09d867ec-9363-452b-8f64-b6c462ccfdcb",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e1c38bd-7949-4cf9-8fe8-79ab67d1f552",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "3d361a86-5262-4c6f-94da-00f92f94f247",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1d1d11cc-9684-4798-84a1-a7713bfb888d",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "597a43f2-bd97-4971-875e-734a6f59cb04",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f57903f-bcd4-4462-9bae-8ec7d05053ac",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "6b9f1020-019e-4d4e-a0de-6e0c3ff4ee01",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "20d51b98-0e4a-4338-afe0-266b735a5b80",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "30766476-7574-45ff-99ca-5909c34f98f0",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fcb952e1-d5d1-4d16-b61e-54e16a863121",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/05_PSU-AC侧效率测试.ADP b/ADP测试项条例/05_PSU-AC侧效率测试.ADP
new file mode 100644
index 0000000..eb9d485
--- /dev/null
+++ b/ADP测试项条例/05_PSU-AC侧效率测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "96e67cec-a3af-49bb-8e74-e470b0d7754b",
+ "StepCollection": [
+ {
+ "ID": "530751bf-5cbd-4f05-8ade-b10b53680a67",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "373d2945-8c8f-4cea-885d-cc4d8ad3bda7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9cdcd48e-a212-447d-814c-c976981877c2",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bf2dbb0c-d527-4922-a5ca-da454f4a9425",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "052fa491-bf84-4c73-94e4-bd07eb7dbdae",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1df7f9bd-0a99-4f49-8222-4adc04bbd4b7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "162c43a7-f5b2-40ef-b4e4-1583a580824e",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f3e6f4a7-89f8-4b75-85ef-8f51d92f713f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c069b514-ed18-47e2-a42d-05a8c77839ea",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e63b8b6a-056e-46f5-8df5-d6513b55e3cd",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "4bd56d7f-8b21-4426-8150-ebffb2b973e9",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "941b7155-b309-4b1e-a894-80d332023963",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "130aa39b-5bf1-4044-869c-1a2b2c8af415",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ec0a6973-6d6c-4a3e-b6e4-d62336b07674",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f286fd31-7760-4aab-99d7-ec9031e7bc94",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "4a37d0bd-3d68-4281-ac2e-421fcc17bd71",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c045c597-750a-49a4-b2df-544cdbbce8e9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "836352e3-268e-4e62-8ed2-7f0f9141d616",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "184ad35a-f792-4e87-b9e7-362982fa935d",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "8c17e860-e62e-40b9-a5d7-bf9c4fae1b04",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "07664086-ec80-4567-ac7d-0c50112484b1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "25e0bc83-c8fa-472c-af5c-a41f64bfb338",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "efd12fcc-c676-4fb4-a1e6-357a97fe9a06",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "dc592a25-44c4-46e1-bc4b-1914dd752e71",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "91ae5f80-d118-4296-b617-27509cb86b6d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "554c7399-d562-433b-8754-e0798a0df922",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "817f3816-642f-4eee-bd99-f790df07d96c",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "720a3ba1-4783-41ae-b8eb-6666eddb5168",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1707bc62-b74b-44e4-8a3e-b009b98538d4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "267ea073-b0d9-4e62-9ce8-05df006ba699",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b865e207-ef04-430e-8d30-6fc8ab78fbf0",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "198f155b-7c98-4139-9cd1-9c990f80b75b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d1611330-2b0b-43f7-a050-cb8fb7935d24",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "de179236-8379-45d2-b3cf-e2f7e97d1d52",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8579ee2f-c7f5-4d37-a4b3-0763a3401db8",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "25bffcdf-0b73-4391-ac2a-5eeca4f9ca7e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5bf4c7e6-edee-4e15-be77-ed3391e17594",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6df32e86-54e3-4658-8ea3-3c995cc28f3f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3f944034-25b3-4f8e-8a11-f593b5f8aa51",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "85c4bfc8-0967-496a-817d-f029b4f3c8fa",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "293af100-b82c-406f-8657-8121ec860d55",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "56fe5358-a517-4406-8bf2-3a974f03c6f1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c5804ce7-6061-484c-a108-e7266bf682ce",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "ec8e15ca-993d-4462-9d04-7e1df3a60054",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3a2de27b-0e23-456a-84ee-d658ce6061e8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "24a440da-b3d9-48a3-b6f9-6ef0a795d563",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6bfe6509-fe97-409a-a95c-a04ec25833dc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "778fecb1-6f87-4147-ad8e-d88a2e97851e",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8c0b47b9-00d9-4dc0-821b-5db9e2edfb97",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "18c14aa0-eee7-4722-93e3-6882b9321188",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "50bbadc5-4907-40b7-8482-b71b83fa1c6f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "42bf1614-3c05-496c-b880-fb682b809d8e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c3920953-b816-4bfb-b6f6-5e1128bfe6f4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8f199eaf-748b-4dc2-a436-f61529046633",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c320d427-5858-4f36-b23d-72772286c866",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "192c0afc-5b0e-447c-9713-4b1a966e5f92",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "满载效率≥95%"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/05_PSU-AC侧电网最大输入电流.adp b/ADP测试项条例/05_PSU-AC侧电网最大输入电流.adp
deleted file mode 100644
index 46e8aa7..0000000
--- a/ADP测试项条例/05_PSU-AC侧电网最大输入电流.adp
+++ /dev/null
@@ -1,1435 +0,0 @@
-{
- "ID": "deb32d43-73aa-487e-a02f-c78fb1c16680",
- "StepCollection": [
- {
- "ID": "760abae3-01e0-425e-98c8-c19b879266ab",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad303917-2aa3-4ec8-a252-74cd5fe46ad7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cec56f4e-d4c0-476d-94b7-614ac6ac033d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b5a527ec-25a4-401f-94e4-9500ec366cb0",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d2d5dae-9026-4798-abbd-8275f7a0e93a",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03c1ac35-e18b-40f9-bbb1-dc64cd54d7b9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1853e4e7-99d9-4821-9662-69cb7d7240ed",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a2ccf346-de37-45c1-add1-984be797d583",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0afc11b6-7b11-4ea7-8d98-47cbbd3eac6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6296c176-6efe-42cd-b303-a61270bd485c",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "06d121f6-15c7-47c9-9bd2-a7a48fa91c60",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb0319e7-53ac-4a1a-943f-9e65133ebd82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c80a3d3-adbd-4e18-93eb-d2ede9de8783",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cb8cc70b-f65e-4185-9caf-925b533033de",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "39decd85-8fe6-444e-bac8-c28618029af7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9fa704cf-f988-4807-adb5-b42f97ecfe30",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8af8e693-0008-454d-bd47-4fe14b104e05",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "33ba8c4b-02dd-4647-91f5-0a41e50587a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8e83a2ba-e871-4531-9163-d888796462f4",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6aea4993-d48a-4b01-9167-7d6e64962da0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b75fcac-91c8-49e3-91fb-7a53049f75c0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0fe7f7a9-55d2-4f7d-b5e1-00fad75de355",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d80b068-0f5b-49cb-8b4f-5bee15ac3c06",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c23f0da2-5ed9-4679-a445-2e969847a0fc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4f536f53-2254-4c1e-a211-1a2d228101d8",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fea1985e-5a19-4ce4-98be-bf974c7496e6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e83632f8-55b5-4669-a831-0ad581bd81b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d799ab9-f9b1-4f69-b076-3ebb0872bc73",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "080e621c-8cc9-4406-82a5-ca9d08fc5a40",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ba9c0efe-8d24-4a8a-a62f-15999236ac07",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c135a78a-2b52-46a7-b8bf-ac037ecc53fc",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dcad2689-ee3c-4201-a122-442628f391c5",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "ddc543c3-2f55-478d-b6ae-fce8d4c60e76",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "55ac9726-5882-4aa7-81e5-28202b508d48",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a30a093c-f35f-4717-aad5-37737708ffc3",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5116f4fa-75bf-4cdc-b73c-1f4f16f8140e",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "55faa202-ac42-422c-9982-3200e87a8308",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "37a75e56-39e7-49f9-85a0-61f7285a478d",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ca846e0-b0c4-4f1c-ab38-9e521eb6a6e2",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2cdec7a-af97-4826-b1e6-2c4a8bc5c572",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed19bb62-ff7e-4518-8630-2d843da43936",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9baac48-d999-4de7-9b51-2e2251965e72",
- "IsUsed": true,
- "Index": 13,
- "Name": "AC电压187V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f64613c-6a86-419b-97e8-063b82fb91cb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "187",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "33883731-c89f-422e-9df8-04f4cd928ce1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e8bf49d-fb90-48e0-8d20-a6007bdabaa3",
- "IsUsed": true,
- "Index": 14,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "911cb466-f74b-473f-b633-727669c568a9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2ddf71e6-eabc-4283-af44-8cfd1ba2ab26",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c2a57090-acd0-4b0d-b84a-2d4c10111598",
- "IsUsed": true,
- "Index": 15,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a1cdf31-448f-4623-8d65-48967260807d",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c4cde008-ce02-4415-9596-c695658cb308",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c262bbe7-bc35-42cd-9ddd-a3a20e08bc50",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "75b6ee66-e2ac-4a3a-854e-71a7495ecbc4",
- "IsUsed": true,
- "Index": 16,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e6131bb8-02b3-4aa5-b3f8-86aa80e947ea",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "23e14499-6d21-4636-822b-b512d80d7a5b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "72346458-83f4-40ac-ad35-fc956788ff7d",
- "IsUsed": true,
- "Index": 17,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c241da1-e336-4a4f-8a08-61bcab971b07",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e25a57a-bc5f-4b49-b5ea-585797f4de11",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c330afa6-f89d-4900-bd18-8a2b73e2aea8",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a2ba9da-b638-4d6a-bc70-7b76ee9ccfa3",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b09b95fe-59f4-43cc-b8db-743a87fc3986",
- "IsUsed": true,
- "Index": 19,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "281f430c-5499-479d-bc57-8d4307dbec4d",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "8df357c6-77e7-4033-86aa-bdbaa51a3fc5",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d643befd-4dd5-47d0-97a6-95ac123f60e3",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c39a325-b773-470d-baeb-3b9a0ab7576e",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "74661ff0-0283-4dec-8410-c3759f980814",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2534fe50-1570-4dd8-b5a0-682c0c9f79a2",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3998c53-5723-4e7c-875c-4c1df38702d1",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "daeef548-904b-41bf-9af2-72fd9a73d823",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3106eb13-4cc3-4bcd-a7d9-58df00d4b62e",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9fdbcfec-f671-4629-8b97-acf21a4f22b3",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9d735c5-86af-4bae-b42e-0fc18f078d9f",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "06f7247a-181f-4655-b3df-83b05a63bc97",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1241cb74-d014-4619-9334-05a1ffdaf8cb",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a59a76aa-07a1-49bd-88fe-435c1bd95619",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fb7678bb-3494-4919-b49d-4f73305e0ba4",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/06_PSU-AC侧功率因数测试.ADP b/ADP测试项条例/06_PSU-AC侧功率因数测试.ADP
new file mode 100644
index 0000000..a3f1057
--- /dev/null
+++ b/ADP测试项条例/06_PSU-AC侧功率因数测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "63de8545-7ceb-47dd-8e50-660ba9de4983",
+ "StepCollection": [
+ {
+ "ID": "7fed9b43-b8f4-44d3-a362-9bfc8847606e",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "92935211-a2eb-4aef-93d7-0019833a6042",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2929776e-a25a-4d04-9dc3-a77f852b0e8e",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8aa487de-c259-4b8f-898e-25cda00875bf",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "f07a8aec-fe2b-489e-b92b-53d3a3907779",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b4151b4f-ff28-4935-a06b-d3c3f74ae7f3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f2d59c59-9c95-4f9c-b482-35d1bd0f4564",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c0c1e207-134e-4e09-a63b-0eb380b55470",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "967cb924-c11b-46bb-b7b1-55971c68c89b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6e0a4e34-4636-4247-98b6-818fc4d9eb72",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0b6f9990-d1c3-4f07-b061-5f57325f5970",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "ab1e2773-8d91-4134-99f4-ec1707a26b99",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f74f953b-a747-4549-a8e9-48fa23cba42e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eb349249-becb-4ca4-8374-391510388462",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7dcdd4f1-f855-4aaa-85f0-0a5792a7886e",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a78b2b89-de69-4cfa-808b-612bac8f55d3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fabfb080-853b-4654-96cd-0bda8c7508ff",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7aab0f27-08d4-45c4-8faa-7b0b841a7d86",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "30f119ea-fb4e-4b41-87c9-f2077485b57d",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "d5213f5c-470b-4100-ba4c-f641c2ed4b80",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "19e12409-a557-4898-bd1b-bbdf56b2125e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7dc937bf-2774-4765-a37d-3be8faa528c5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "82eb7c98-723d-4e80-bfcf-15ecac2dd367",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "aae9714f-ec94-4ee9-b7f1-ea8d384697ab",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "592efa26-d376-45d5-90e6-c9e1335586e7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "07340d29-0004-41ed-9f4f-6e3b44f68fd7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "219e1559-1cbe-4d50-b0af-44fff503f2e2",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "69d999f2-84f9-4b3e-acdb-09b05eca5fea",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "17850c6c-fce4-471e-a200-a8a8159f93cf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "444ffe2b-0a5a-4c64-8a33-f8ee1dffd41d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0948fdf9-0320-4ddf-bab8-db52be1def8e",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "61120b04-e8b5-40ae-844c-e42331127969",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "35477836-e183-4ee2-afa7-eac59226df76",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "657b3e2a-bbc5-40e7-803e-b0ef454b61a8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7483afa3-014a-4d38-93c2-623f2f695b91",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "6350503e-b8b0-4d87-b637-cbd3f3a72a48",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "36ab0b8d-ab93-4921-b791-846ef7929e10",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "79d8a5c8-bab3-47e5-8840-9523d976d339",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "57c23707-fcf0-4342-b2dc-c31dfa6ca14a",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "a23d62cd-04a2-4b22-a3db-662dd0d4f6f0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "93b06538-b67b-4d2f-8fb3-e18b1d3d03b8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "17102a37-6aed-4582-ac06-eedc676edaaf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7fa5d6aa-ff6b-4948-a0c7-d249ebe88412",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "c703947a-d6bf-455c-8b59-9a9ca0319f75",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b3861c85-da9c-4edb-a069-8ca01431a387",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "382175fa-157c-456e-a00b-a0b930096f88",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ee9d4258-edaf-45e2-85ae-441090035d4d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b11799d7-543c-4400-807c-738b3bcdeb01",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a79e8833-4b22-4999-a6f4-79d4241876ee",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "27644051-dd46-4d67-abff-b2b7fdc08ead",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5d41ff0c-6904-4a9b-8d25-3d1b4b097a7d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "344d3aae-f842-4aa6-bbe9-97017c92d035",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e6d12ff4-1b33-48ed-a193-e6a6be2be60c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "82ce2f43-8fee-4a6b-9084-e2f920329e48",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ba2fe72d-21db-4953-90f3-0c8d41922b46",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "550f4768-dc61-4160-82d7-c5944653ea2d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "满载功率因数≥0.99"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/06_总谐波电流畸变iTHD.adp b/ADP测试项条例/06_总谐波电流畸变iTHD.adp
deleted file mode 100644
index 2f82440..0000000
--- a/ADP测试项条例/06_总谐波电流畸变iTHD.adp
+++ /dev/null
@@ -1,1447 +0,0 @@
-{
- "ID": "764f2350-045c-4ef0-8a12-3fc8f85d063b",
- "StepCollection": [
- {
- "ID": "e23821d6-52f5-4c4d-8bc7-3aabf04cdddb",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a1ada68-0491-4eed-b119-b25662744111",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "37c662e1-928e-4c52-b99f-1828a7e9100f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86a24e2f-cdb7-4050-84e1-a0ce7a21907f",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a546333a-cdf6-4213-ae5a-a99d9d875753",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24f596a7-ab92-468c-af5b-8c71109820db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0633577f-1a97-4c6e-b1ac-ddcfdb5b5f16",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e6ef17a-b09a-42af-becc-9dc549e15e71",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7833b693-ca60-4b83-b596-a210057f4c78",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9fef3317-55e4-4477-be66-0285e00a43b0",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "85476634-4af0-4f6c-b72a-bf1d6aa55d3c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95ad14eb-aff8-46c8-8ca3-7dfd9597fe26",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee9b141f-af1a-40bb-afd6-2b46c65726bd",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec341128-815e-4529-8928-d3888d600855",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b9381c5e-5324-4c8b-a2d9-c12c553f1d70",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c7606825-d6cb-4df1-b06f-e27dbf438ead",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ec4da7b-5341-4d8a-90f3-cd4ecf3b8b68",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "747e9980-bd6a-4b75-af53-f6cbee65522d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f4c3a7be-5134-4d15-ae41-8ae94e72a845",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f5799641-c387-451b-8af3-e4e5c57b8553",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2626e780-a5bb-495a-9671-66134df48bd7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "64eac47c-8be7-4076-a2d5-8c05c3046a10",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba2b12e1-4ab2-4ff1-9015-174ec92c17fe",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "678f0823-d9db-4718-9e41-7a9a8fc69af9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bcfd3c28-ce91-4be1-80f7-a69adcf226d2",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dcb4ec93-2046-488d-99c1-25be67455170",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e913910-63ba-40c0-9406-934b41b3a204",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dd60c6be-5ab4-4eac-b426-e01f21a891de",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b4f52f6f-b7b5-4185-b1cf-bd49cf8ca77a",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "68086679-0a95-4829-8370-f8d2fca067cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ccfdbd1-d835-4bdc-aa0e-3628f758072e",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4e749ef6-4063-42c2-9e1e-491618d4192d",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "26e491f1-fb97-48d4-84bc-9dc2b9df68dd",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "782a5c81-a2d7-49a6-b057-7ba3a4fb440e",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb0d75e4-b0dd-4537-8c46-c1ada2627e42",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f313610-75c8-4ab4-97b5-9bfeb80786af",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5716d700-d1fe-483d-939a-2a76c8d8fe78",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1ec42b0e-38fa-4cec-8bee-374ea21633ed",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c997d39a-14ed-4ac3-9be8-18e20d47e37a",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7705cda2-c185-4ffa-ae5a-7089d0f25b85",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9be45e18-860f-43d7-8833-c8e9f8f066cd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8326b27e-5098-40a6-85a3-28bb95f863f6",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8616a7e0-3747-460a-99a2-e25c7348a503",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41ac5f74-7551-4651-9cc0-32270df0e697",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a03d2870-ea91-4440-9003-286389bb4f58",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d9c7f565-286e-4831-8ce8-84ca895ac5ce",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bef05ea6-580b-4b98-9907-6b9cb80d9abe",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45ed6dc9-be80-44f4-8b33-9333fa3716d9",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "33d4972a-d081-4d13-9579-da8b87bfcbfb",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c30fc7f0-4f4d-4f46-936e-6f236723c4ba",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b039d44f-3aa6-4f7b-9924-b92b83fdf8bf",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d1261afb-cb5d-42d2-b896-2663900b3ece",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7bc5ed39-2568-48bc-8dd5-3c767add63ed",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aa9b4065-c663-43b9-a9aa-12f328cd7f5c",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38a0b97e-5322-403d-b9c2-b771dd9b991a",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4dfa16e5-1c3c-4e0d-bfa6-e87eacb5ffa6",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "74084b6c-756d-451e-b8b8-43dca606665f",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cad178f-7ba9-4b25-b761-6508f1b94ebf",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cede088e-09cd-4667-8a1d-24f3972867ce",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cd2c7793-2d6b-44f7-9a03-e164f7ef91c7",
- "IsUsed": true,
- "Index": 22,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5e09cb7c-fc50-4d48-970b-ae8b34a79a3f",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b7b3445f-1696-48b1-836c-5c139ec4083a",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af1bec46-3b58-4522-a5d7-5fd91a175d99",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "981db286-06e0-4132-ae3c-1dba493461eb",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e4e8b8f-01ad-465d-8b95-298c46a7ae7d",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e684f147-5eb0-4e55-8472-093ebc3911c6",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c63c196f-c343-40cf-b4d0-cc91eb0eee7b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "dcc1e643-9b48-43c5-beb0-81c3bd443506",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "df1f6a25-cd26-4ca0-9a08-27dda200b2a7",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f503adb6-340d-4a3a-8e0f-4785a914f975",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "386d7ce9-db44-4760-9e64-db0aae382c0a",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "3cb20a5a-ebeb-4c91-91d8-c31613583e62",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8c0e97ba-e9c3-4d7c-a1ed-0134ec9721aa",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "065eca0d-c556-4fe1-8169-e9779b4d3dc0",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4d50f858-3322-4fbb-a179-e86786eba066",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/07_PSU-AC侧谐波测试.ADP b/ADP测试项条例/07_PSU-AC侧谐波测试.ADP
new file mode 100644
index 0000000..a0c263b
--- /dev/null
+++ b/ADP测试项条例/07_PSU-AC侧谐波测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "bbdb1cd0-5e71-4981-be56-6f8221e92a4d",
+ "StepCollection": [
+ {
+ "ID": "0a246547-2fd0-46aa-b7c5-e5391933e0fa",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "f9df25d9-8087-4cb9-9d85-7ce24149191d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a1f43591-91c5-4166-9c03-28b9be9fafec",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8e1e558d-2cc5-4aa0-96c9-6ebdd8052ec6",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "07e966b8-db6d-4667-9b19-bb814f1d8f84",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "30701798-e265-439a-9c46-3916bd6056c7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a259ffb5-8b1e-40bb-baa6-0c1ba0f2aa27",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "362b97a6-65b7-4f8e-a83f-654d78a63aa6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d818a78d-76d2-4105-bc4f-2c4a98668e1b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9172529e-e634-44d4-aeee-00e2a3861e80",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "abeccf11-6ec1-4b12-a9de-b149b81d9d9f",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "97f96126-5463-4613-b558-3bf2cc898389",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3eedff42-3ccb-439c-88ec-312e202606fe",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "19314c1b-f3f4-4c4a-8961-1c88460fd49c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "550d3860-97b4-4708-b654-e55be764e50d",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "5f5e18fb-a775-4ee4-b1d3-b37edde8ee7f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "29d7fb75-badb-4c04-b106-dd00127ddf73",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f0a16870-a4ee-46b3-9c09-c9196935b8e8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c9f0c2ca-55d9-4826-9bad-305053124a17",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "9fb3825d-9e60-4242-891c-7a2c3e62ddcb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "872d7bdd-1d01-4491-b843-e0cc972ced7d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a1df6e3b-7853-43a6-8581-5c1e47a37d7d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "262a608b-465c-4124-9e14-a198ec684d75",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "1b6f4d47-1da9-47fe-ad0c-1753e9be5c7b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "36965b7a-9eae-40c9-a4de-ba273fc540ef",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "39690584-40ad-4c88-a548-bd559faa8727",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e35c68e1-1ede-41ad-89c0-6fcc0bf6f24d",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "44965ab7-b2f0-4386-8e64-409435c1d67f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "490c8791-4757-46b4-925c-40c08346285a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "880495be-c902-45f5-b03e-b1d5d2736bed",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f88f22b6-e9a4-4039-b208-93f7a4f0c309",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "de67c4da-2d0e-4497-b34c-6869aa11e7e4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "95cae63d-1442-43ed-9cad-28603c9fb10d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cb13c9ae-fa9a-4c10-b81c-4b6b6c1191ba",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "21848bc3-a837-4c74-9597-27316c010918",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f13756a9-bcdd-4d7d-91e6-ec7ed34f7d57",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "02a3afcb-3216-4ae0-9709-b6a9a82bc7b8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b006a3db-6563-4d40-8146-9385db97ba32",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "89c22d8d-79e3-4aa1-93a6-8f49b7e40351",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "c53756b1-7035-4dae-99e8-f7867b3278ff",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d1ffb648-2c1f-4c2a-9818-6dfeaf6bbb3f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e840a80f-9218-4d50-a524-152bfe5d602e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "accfa8f4-5c85-40e1-83c5-d11195f71913",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "67422d07-30f8-4481-a177-aa9e19e9ad49",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d136a9af-d442-4d67-b5af-aac8264c4f27",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7e8ec0ef-ea67-4ad3-a5a0-61576d4c18e3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "209a652d-9f85-4e79-a342-6bebadb0e76d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3d6b0444-771d-41ca-8fbd-1dce3f1dc523",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7d82f3b1-80da-4772-ba35-93dd9ce72d34",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "13a132d2-d187-43f0-a9af-2959a5bab9fa",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dc3f048f-1f20-483c-92ff-63348ef26026",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e06cf19f-a5c4-40c5-92e5-347566522727",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "55ad6be7-ed6e-49c9-b9d6-c389e880a5e0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "140c750c-d2e8-43f2-b564-400d28000761",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "acd542f4-53df-4584-8968-19526acfaf10",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "22410e58-77b9-4636-8e6b-034cce0d553d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "谐波满足IEC61000-3-2标准"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/07_PSU-AC侧输入过压保护.adp b/ADP测试项条例/07_PSU-AC侧输入过压保护.adp
deleted file mode 100644
index 70ef6cb..0000000
--- a/ADP测试项条例/07_PSU-AC侧输入过压保护.adp
+++ /dev/null
@@ -1,9199 +0,0 @@
-{
- "ID": "2416af80-6689-4aeb-851d-bf7a98f78e83",
- "StepCollection": [
- {
- "ID": "56a3ef20-96f9-4b25-91cd-0077c919c6b6",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "66b0d8d0-1087-46d7-b116-dec97b5e5787",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ce830a4e-a462-4d1c-8099-e82279a961a0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a0c122b5-aacb-4d92-a1e7-ca5f401d64b3",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "32962b23-fe52-41df-9cb4-be4f64ee75f8",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04780218-f871-4e3a-b228-62a8e6686652",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29c9b177-a5d5-427b-ab68-cb17e3f9b96e",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a4a9154f-fa6e-4a0c-bf60-acb92f3c55b6",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2c98644a-c747-4e71-a401-5c50518fd34c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "973d3479-edb1-4612-8d3f-9d53d3d01ec6",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a3a86d2d-a049-4bdf-a810-53affafd0b81",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc033c1e-2dc1-4fb7-9b20-21890cbd3fc1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0dff26cd-a93a-45f3-9dd3-d90bf734a1c0",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d556a8b5-0dab-4b26-95d1-40f4e826926b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d1324471-c2db-4dc0-aea0-6132dd95086c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eebc7b46-c15a-43b0-ba66-717612792402",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9cdd94a2-7696-4193-bc77-b00dd6cf9bec",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a26bbc68-ac7f-493f-b76f-04d2603f2d20",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2bb7f520-06a1-4dcf-bd2f-530ec1758faf",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c91d38dd-2390-4e13-9048-2de86aabdab4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e1d8d9f-7924-484a-90bf-fe81c43edf29",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7060a772-325a-4b44-8b0a-a802063c36e2",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4f2045e2-79e4-4ba5-98b8-bffc626e91f6",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "947b9469-cce6-479b-82ca-e966544bb357",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be94ae27-32ab-414c-92a3-554b5ce087b3",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d643ca63-2b83-4be6-8de3-6b021302af4b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ede75fe7-5781-49f1-9bb7-0a4f9bcdb6a0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29a4ea7a-0ab8-4e91-a512-4b2875465bad",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b48de3f3-7c43-443e-a9ed-007f3076ac4b",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1cea020a-2fb4-4973-ad6d-dcf961cf7eb0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9631f26e-ee56-49d0-a244-0819d766d701",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bee29d55-4ab3-4e80-b7f9-505da4ed51a5",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "43474e81-39f3-48d0-b718-a66a047753ef",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "842b795e-df52-4caf-9b0a-dee3de1508eb",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b688ac46-1317-43af-9119-815c30961983",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2666cd64-ca4a-4925-8b88-e13b8713e450",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4126bf29-039d-4b4b-94a7-4baeed43e8c7",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4cd08821-80c3-48bc-a04b-b3c64b68c805",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe0afbc8-957b-4a92-81bd-5bad45a3bfdf",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fca4ab3f-559d-4779-a9c7-b9d036e51778",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "57dd5360-821d-462c-ac1b-80cae9858434",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8eb7a381-43e7-4ea1-93d7-beeeec5251ff",
- "IsUsed": true,
- "Index": 13,
- "Name": "AC电压250V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8aab2f5d-7283-4db2-bda4-225839515b66",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "250",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a944fea6-8472-4e78-aef3-cbcff0a395cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4aa338fe-6dc8-40b6-be6c-8100da57ee65",
- "IsUsed": true,
- "Index": 14,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a998704-697c-4920-ac60-2e4bca584960",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b960985c-c5f4-47c5-8e83-21dd72723264",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e57234b-ba38-4b5e-a24e-3fd36216cdc8",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "78d7f97e-e17c-497b-bc64-172d6d9b86e1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e66e1887-80ec-4e24-a12a-1b8eadc2000a",
- "IsUsed": true,
- "Index": 16,
- "Name": "AC电压251V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "891a06bc-2ef8-4277-8831-87e18a262b60",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "251",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f66e593c-60f9-4256-9147-ac232f4d9ffe",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02dda21f-2452-45b9-8dd3-107e26d74879",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b274935-300e-456f-bf0f-2a4eb73ecbb6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01ce6325-3346-4570-a36a-ce692e17467d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45370f8b-55c1-4d41-82f7-f0486378d6dc",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dff181cb-58b2-45d0-97ec-62b8bf322e09",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39180838-2cfc-4de0-9324-1b2f8f6207a4",
- "IsUsed": true,
- "Index": 19,
- "Name": "AC电压252V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e26e7f85-8f68-41df-8444-12535a7954d3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "252",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "82157a39-728b-4cb0-9836-aaf5757641a8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2090acf8-feac-425f-a4e0-a35020f58cbc",
- "IsUsed": true,
- "Index": 20,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e57ae78-7db1-467f-89c5-eeeb1cbd3a84",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c21d415-0295-4da5-b082-ef52e86916b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "01c5e0b0-632e-4b37-bea5-67bd93c60835",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7fba7b63-3194-41fc-8be9-1ae0c1ea5877",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a69bbbb-8bff-4d43-a459-e8c4db5de5c9",
- "IsUsed": true,
- "Index": 22,
- "Name": "AC电压253V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72044670-2412-4663-b7c4-c82cdd211f9b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "253",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dcea85f0-9f0d-4a46-baad-edceb8ce0d3e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "434e37e7-bfcb-4fb1-a84b-63243c9ed385",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bdf954e6-a027-4b40-ba8f-b68754cc940a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7a634d31-d49c-4e02-8efd-2ded8fbf975a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5be306bb-6a9c-4c73-96c4-4ea1c95b854b",
- "IsUsed": true,
- "Index": 24,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "beb7d16d-dfde-4f51-98e0-e119260da304",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e16c4215-761f-46fc-9a3b-27de4e95587b",
- "IsUsed": true,
- "Index": 25,
- "Name": "AC电压254V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8a7aeb17-21fa-42a7-8134-6687f2e67034",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "254",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5f3f8cac-42e5-4a5c-9831-e4b22acec128",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "97205452-9e8c-4761-a83a-465fcc0b57a0",
- "IsUsed": true,
- "Index": 26,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a3c4c6de-2819-4866-b8e6-2a1dec14c4d1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "320c0f1d-b1d0-4309-a439-ed5d6fa2e53c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2779961d-48d4-4491-a4e4-91dc1df09dcd",
- "IsUsed": true,
- "Index": 27,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "846c629d-3730-467a-af5c-7094de8adf4f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "002fba09-63f2-47b9-9ecc-8e3db2cc098c",
- "IsUsed": true,
- "Index": 28,
- "Name": "AC电压255V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3f2f5c17-67ed-47e4-afce-4625708252c5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "255",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0cb6398f-d0a3-432f-a39c-c3cf4d0a269c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "816bbf08-59d9-4ced-8963-8b7b2b3ffe7b",
- "IsUsed": true,
- "Index": 29,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bcc2e06d-6da0-4b9c-bc85-251b471be54a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1c22eea2-2142-4e73-9841-ec942075f3db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a1976441-e54a-452a-84a1-896ab5f0b651",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c2fef795-6175-45bd-af5b-83752b2cb837",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2571be77-aee2-4175-879b-ed87702efb94",
- "IsUsed": true,
- "Index": 31,
- "Name": "AC电压256V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "79ed3918-53c2-4b5f-8766-13cc97e66eb6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "256",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a4a498d-75ad-4792-8789-acff68be98be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83fce678-a57f-45cb-80a9-c05ba9ae6549",
- "IsUsed": true,
- "Index": 32,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62ba0ae6-7e4c-415c-b619-8d7850e095a6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a7f1ebe9-5513-44a2-8962-e3ed9f4604e0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e9a16863-4bfd-4b7d-aed0-3cebea49c8a8",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "964b8b5a-a356-4304-8405-80ec5f5aa11d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3b023248-6305-4f84-bf28-bf28fa52f4ac",
- "IsUsed": true,
- "Index": 34,
- "Name": "AC电压257V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ab66ce4-640c-4f48-a5cb-856245bc32d1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "257",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b1e45772-5fe9-43b3-8e5b-a9cecb686675",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4b07064a-5e50-4536-9fb5-bbfb26ef19fb",
- "IsUsed": true,
- "Index": 35,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8ba12b3-72e7-4c1d-acdd-a2bf94da2544",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3d9304cf-4def-46e3-bd73-a92bc5d74947",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db3ee889-7d90-472c-8c63-3e273d6080a2",
- "IsUsed": true,
- "Index": 36,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0133c116-cbf3-437b-8753-77b4eb9a1f05",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9c8332a-c770-48f3-b5dc-06db120a2c95",
- "IsUsed": true,
- "Index": 37,
- "Name": "AC电压258V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "81e236dd-d4a1-4b97-937e-fc60270a8ed1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "258",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9b352abe-287f-4129-a7cd-a71612f31a01",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e4c53ba-3f0f-4745-a8fc-e8fee7cc4fb9",
- "IsUsed": true,
- "Index": 38,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1fc91833-a5fc-4c1f-88ab-c6f0984fd72f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3863a56a-c067-4f47-aa5a-842568d51bb7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "946baddb-3c1e-4230-a78d-871fdb63aace",
- "IsUsed": true,
- "Index": 39,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42a03683-3411-4e94-b618-47327e822bc5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "94e948c0-9279-4cb4-b1d6-47b55a4a14ed",
- "IsUsed": true,
- "Index": 40,
- "Name": "AC电压259V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "54d27015-72c1-4b2d-83bb-2c7fdf8fa382",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "259",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "19e2a2e5-1033-44f3-a1d1-4ea1966bdd36",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "989c8744-c455-4a63-a2f5-d4f2a0777dda",
- "IsUsed": true,
- "Index": 41,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "abb14988-283f-4a7d-9fa2-5e3dd5f6d545",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6c1e9a99-fcb9-4424-b6f2-1d5c94954fba",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee496818-44b1-4880-9b27-44fb9fee8679",
- "IsUsed": true,
- "Index": 42,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3cf92c47-d9ec-4ba2-9747-948362c0f829",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5487f7b7-ad9d-4691-b231-9bbea55a557d",
- "IsUsed": true,
- "Index": 43,
- "Name": "AC电压260V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "784ad602-a2b5-4b17-a8f6-9718c1ba005c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "260",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "691a39b2-77fa-42b1-8dbc-d943654a5bb3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6b339d6d-c280-4a8d-824d-18c5ca7c0b7f",
- "IsUsed": true,
- "Index": 44,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98f90459-ba8d-467c-89c9-fa94a261e237",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "77a28363-0ec9-4db7-afba-d66fdad37749",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4bad325-e900-4f8c-9814-e3db037a3246",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a0723cb-9943-4747-9ad7-277c3ea4917c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0ff5500d-1968-45f5-83ca-ad1f1f589817",
- "IsUsed": true,
- "Index": 46,
- "Name": "AC电压261V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "334a95e8-7c07-4127-8860-eeab30430168",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "261",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "97f52484-c235-44c7-b440-b54f3597e596",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6dbe063-796d-46ab-b877-fe39cc3759a0",
- "IsUsed": true,
- "Index": 47,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd624ce2-da0c-4446-9e91-288f12034646",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ff938f7-7e23-4624-8561-6f8d88297ef8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e5344c73-1578-4bbd-9dd8-9b7a0a445aeb",
- "IsUsed": true,
- "Index": 48,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "efa3d88b-8d01-46fd-973d-ae6f50dd1383",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61c7fe84-3bc2-4800-980e-b1d74456b4d0",
- "IsUsed": true,
- "Index": 49,
- "Name": "AC电压262V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ee57bf0-d4d4-4829-a99f-daabbe9f3031",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "262",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "846a5485-235d-484a-b1ee-a1537ad93266",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "784bc913-024d-4479-ad4a-7deffb12326c",
- "IsUsed": true,
- "Index": 50,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88748dfe-e5db-4a98-b90d-e769e66304a9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "acc11009-2f01-4128-a21a-cc07952954b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f174b01-91bb-42bf-b7bc-2f52ffa90c9e",
- "IsUsed": true,
- "Index": 51,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "39dd5552-46db-4392-af1a-09fd11dd95e4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23bfd5eb-2d57-4f53-81fe-bd64bac53d24",
- "IsUsed": true,
- "Index": 52,
- "Name": "AC电压263V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f42d6d69-c386-4185-a3dc-2084f2b1c206",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "263",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e763de98-0bee-4f61-9cec-9946a2636057",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a2b53e8-7d36-416d-b16e-ec8443c1d987",
- "IsUsed": true,
- "Index": 53,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd844dbf-1f95-4776-bd49-c9177e33f3c8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f3477e91-46e7-49ec-81b1-a15075af970f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b86b1765-8c60-4d8c-979c-dc1edde78b75",
- "IsUsed": true,
- "Index": 54,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a6b2534e-1705-4933-b218-b60146808397",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f0896352-a989-40b5-9d65-e5a563076513",
- "IsUsed": true,
- "Index": 55,
- "Name": "AC电压264V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c34aa4ea-e062-4d38-8472-4e0a96885915",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "264",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f8d10bb8-c0d4-43d0-8446-49f54d190ee6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49c194aa-14f7-4b89-9779-7074b5ee8508",
- "IsUsed": true,
- "Index": 56,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a1ccfcb8-d930-43fe-9282-d2a8202d87ec",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "36636bf1-edcb-43f1-b583-75ff698b96c1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55c07f3a-b234-4a18-8181-68834cb20403",
- "IsUsed": true,
- "Index": 57,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "05e7c6ee-6712-4224-834b-5289ece2b43d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61c80505-e2db-43f2-90a3-a795a9be5d21",
- "IsUsed": true,
- "Index": 58,
- "Name": "AC电压265V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "922c9cba-6756-4fa1-97c7-b5d80ce00063",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "265",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "93d8a5a4-4f5d-415f-b1c9-8aab22bcdfed",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a5522cd-60ab-4cfc-b4b0-6a49fd01da39",
- "IsUsed": true,
- "Index": 59,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2cf4fee-600f-42fc-b8c5-46fece46f05f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "69fbee7e-589d-4bac-86aa-50047e7cfce9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed0edb04-e149-4228-878f-fa662dd7e81a",
- "IsUsed": true,
- "Index": 60,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "41609c0c-4ba1-42f9-aeab-4a56b82a7bb3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d35132bb-ce9a-4aeb-be41-dcf0aae79681",
- "IsUsed": true,
- "Index": 61,
- "Name": "AC电压266V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ce80476-de96-441c-a1de-9452da937d71",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "266",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "16d4aa99-1d1e-4268-bfa3-0e8d11a16e07",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "65d411bb-5f49-4bc7-8e0c-c1b22cbb0c85",
- "IsUsed": true,
- "Index": 62,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c79071d9-00ae-49b7-a72b-bd4825f02101",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25bef21c-55d4-4b7f-a7c7-de6c8e017cea",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9bb29708-0658-44bf-abd3-b495d9356f5d",
- "IsUsed": true,
- "Index": 63,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ae075be-a827-4c1f-9972-821e80e4082a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "66f8957b-fc22-47c9-ae84-eac3389cb6ef",
- "IsUsed": true,
- "Index": 64,
- "Name": "AC电压267V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "763a1db6-55ad-4ae6-bf6c-f5f72b149269",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "267",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a2dc87e2-852c-4046-b18f-9919c858d626",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29192f87-36cb-4a6d-87d1-60c0a0f83e30",
- "IsUsed": true,
- "Index": 65,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d26f0af-3701-4290-82d3-fdc21d826bb7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "70c28af8-89bc-4bfe-8442-81b1f4656575",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3fe1ce6d-201b-4a5d-a97a-53273761c447",
- "IsUsed": true,
- "Index": 66,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80aaa1a3-96d5-4ae8-9e52-ebb5cc44b87a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02732c22-05e7-44a3-8042-afb7e21e2b1f",
- "IsUsed": true,
- "Index": 67,
- "Name": "AC电压268V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "99688214-220a-44e0-a08b-152a525ebe83",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "268",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e70a128c-ebbf-4c3c-93c3-1f4c1bd76f21",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c7477a11-7b04-4a35-ba50-f9f95a7b0434",
- "IsUsed": true,
- "Index": 68,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93e106e4-7747-4bc6-9556-ac53ae22099c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d9efae36-9176-4559-9680-7fe1fbe1f52e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e73e6521-e576-45f0-b805-d9ed31dafc70",
- "IsUsed": true,
- "Index": 69,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "efd93fec-3a24-44d1-9487-f95fbf7e5488",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c807f8e3-90a1-42f0-a87d-3bfe8aec20a5",
- "IsUsed": true,
- "Index": 70,
- "Name": "AC电压269V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a2c187c-c0ad-4ca9-98d3-ec992c16de28",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "269",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5525fa11-bc1b-4ab7-940a-a1b8bb3b838a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1c3d5ea8-e46a-4a02-b6e6-7ddc72139eb5",
- "IsUsed": true,
- "Index": 71,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "68ed6fb7-34dd-4151-959d-4df4d2f6271e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f1ba846-1faf-441a-922f-81de6eddee26",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb5ed706-6afa-4e2b-974c-c29a6b3fb7fa",
- "IsUsed": true,
- "Index": 72,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b79a91ab-df6d-48f3-8127-67499a149820",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e742fa8-bfe1-4b6f-b075-4cc60b9b471f",
- "IsUsed": true,
- "Index": 73,
- "Name": "AC电压270V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3442d05-2d87-4c63-9b51-b41789247bd5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "270",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "381c583d-d50a-4eab-964f-eece98441b68",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "492503a2-997c-4af9-8072-36eb848da982",
- "IsUsed": true,
- "Index": 74,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "debba18a-c84a-4ff8-9295-5390892270b0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de9f142f-5b30-4bad-a3fe-33383489b7cb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1df84ad7-6187-40ce-9230-fa736c9c1816",
- "IsUsed": true,
- "Index": 75,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ea864eee-166a-4608-bf7d-a14590bff338",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "88a5b231-c8e2-421b-8fbe-e626e40eb60a",
- "IsUsed": true,
- "Index": 76,
- "Name": "AC电压271V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24b9d565-3126-4db9-b7db-d8d111126c17",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "271",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c498d025-ec6a-48df-9088-47bdfa2288b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f4bcf8f6-f528-430e-b8b2-c831464f2355",
- "IsUsed": true,
- "Index": 77,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a00270fb-eb4d-4a2d-8dfa-cfcaaee7fda6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f03932a8-9b51-4738-b0d5-daac393a7c54",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4ef682c9-973c-4cf5-846d-c163b6d0be54",
- "IsUsed": true,
- "Index": 78,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d29a41fe-e181-418d-a294-13841687b588",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d9bc89c-5e2d-4b22-a2f4-ede9d862a625",
- "IsUsed": true,
- "Index": 79,
- "Name": "AC电压272V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4dfb8780-d2ef-4929-9fd2-449ad3d7d545",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "272",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0cb4c546-727e-4d69-97ad-968c5ab65b57",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9587b330-0c3b-4ada-9dbd-93c2c176833b",
- "IsUsed": true,
- "Index": 80,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "937b06a5-6a24-4284-a6e5-3660b636e95d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95b06d4d-e6ea-479e-9e8c-16e82c0c8261",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71abf724-8a8b-4fba-9e3a-8e4bade62669",
- "IsUsed": true,
- "Index": 81,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e6edbaea-c5fb-4384-bd1b-7acbb8816d3a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac1d9caa-b25a-45d2-b4d0-e7b890bd4b28",
- "IsUsed": true,
- "Index": 82,
- "Name": "AC电压273V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be1aca6c-a812-472a-ab94-e3c8e63cb5c8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "273",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6da1ff4b-dc32-4643-93f9-1374c41ed322",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a85b6cbe-0eac-404e-821a-893c001729c1",
- "IsUsed": true,
- "Index": 83,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cdc55f3f-6bb6-4d48-9b9d-d628c3da16ee",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2a497893-d893-4557-a74c-8d9eeb916493",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18d89350-eadf-43da-aed7-e61d769e2a77",
- "IsUsed": true,
- "Index": 84,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "553aa85a-3042-48e8-90c2-6a2b40e04050",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b69d798-8cdb-4428-8df9-acadc3624989",
- "IsUsed": true,
- "Index": 85,
- "Name": "AC电压274V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "25866825-ff89-49d5-8abb-1c82bdda3f18",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "274",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "47e09cc7-2b07-473f-93c0-7ba0587c5f06",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d2bde01-665e-4ba6-b5a1-f7ce8c1d1156",
- "IsUsed": true,
- "Index": 86,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cb90ca91-49b3-470b-894f-1b6cf6e30b13",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "808e80e5-947c-4159-afdd-afb20b433cb2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2c4d0e0d-7fee-4a44-8ed1-9994c223096a",
- "IsUsed": true,
- "Index": 87,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "515f5f76-1218-4738-a72e-1a4f645dda50",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "74524a05-e6bb-48d4-9fb6-7b22fc95561b",
- "IsUsed": true,
- "Index": 88,
- "Name": "AC电压275V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c13f6bb6-c41e-4671-9428-f3595a0dadef",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "275",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f74dccdd-6132-4394-9bca-fbdb1ac18af6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4dbdb7c-ca54-4703-aac3-c067473947f4",
- "IsUsed": true,
- "Index": 89,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5424597a-0545-4842-b354-96edc107308e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1a0d191f-35d8-43af-bb8c-5fb825745951",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f167124-8a25-4e8b-954e-7492a2bc1c57",
- "IsUsed": true,
- "Index": 90,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52065829-18e0-463a-9b4d-645c4faa4383",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8da667ec-76bb-4df1-bbb6-9659c7896d33",
- "IsUsed": true,
- "Index": 91,
- "Name": "AC电压275V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dae33eec-95f0-4aab-a13b-9e784a27e4ed",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "275",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "28d379ce-2892-4e88-8570-0a6b49df4da8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a97bd54-22da-4e8c-800f-73499c777af5",
- "IsUsed": true,
- "Index": 92,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "00be415d-04c9-4f5e-b62f-15ee3ec1b468",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bce6927e-d2f8-4fbf-9ccf-cc8ad0054d35",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62a7dbc5-ef46-4cd9-9349-2f6143b499e9",
- "IsUsed": true,
- "Index": 93,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "305355d5-417e-450a-bfbb-067121da3c7c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c487db69-dfbc-4bc5-8356-123a80a2e150",
- "IsUsed": true,
- "Index": 94,
- "Name": "AC电压274V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be62982b-5553-4de9-bd47-8d7509c75570",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "274",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b3788bb-d8b8-485d-98a2-2dbefd7ddc67",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c950dbd8-ee68-4645-b768-7a8fbebfc67c",
- "IsUsed": true,
- "Index": 95,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42f1be63-7fd6-4d48-85f4-f693387149b0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "64fabe0d-d6f4-43f6-9fc1-f0c4586d9abb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "671aeb35-637f-4cf8-af45-5cd769cc3533",
- "IsUsed": true,
- "Index": 96,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8276ea6c-6131-4430-9989-8aa26b954f53",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f2962e52-f35f-413a-a121-83d5ebc34067",
- "IsUsed": true,
- "Index": 97,
- "Name": "AC电压273V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "189c2075-1a87-4360-b46f-e61a4d4e6534",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "273",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "348103fc-d548-46e5-8c78-4fdb1e5a48f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03b215b0-a3ff-4097-9654-266720abbfad",
- "IsUsed": true,
- "Index": 98,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "403a2f4a-d403-4e71-bc80-c5cc4210bac0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "27f13211-870d-4411-995f-40666d193634",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d24ba20f-8d47-48de-a83b-e5f7b2679d08",
- "IsUsed": true,
- "Index": 99,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "087d1617-f5b4-4334-9bea-81bbab492b5e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac1b78c1-9703-4872-8f9f-6a5f26ae6518",
- "IsUsed": true,
- "Index": 100,
- "Name": "AC电压272V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5bb20767-7380-438f-8137-d83d2aff9c6e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "272",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5d3667f7-510c-4761-a101-93cccfc27760",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3014571c-4bfd-49dd-a8d5-56b56f6e301a",
- "IsUsed": true,
- "Index": 101,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da2046ca-80e3-4cd5-a048-bcc1f92ee576",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3031ee1-d6d1-43b8-bdc9-62390c58a535",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "63326a1d-042d-4e68-87c6-8e03c3a53964",
- "IsUsed": true,
- "Index": 102,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ae6cfdb-891c-474d-be83-501a2ddd171c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "66059cf5-3b40-4185-bd5c-666b4bc425c4",
- "IsUsed": true,
- "Index": 103,
- "Name": "AC电压271V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f1ffbe6-0dad-42e4-b1bf-90a107d57a9a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "271",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f62b6fc-e79d-4512-828b-8b0b3592165f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bba73ff5-99c2-422d-bc6f-dfded2753ab1",
- "IsUsed": true,
- "Index": 104,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b05afc62-86eb-4d87-85b0-c663a03a8f38",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "540b8c2e-49ff-493a-973b-31e8827c3f99",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be16cab2-3df0-4b14-a77e-c7a51913e080",
- "IsUsed": true,
- "Index": 105,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a1fd50f-ee34-4427-8b73-6566aeaaec7c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06ad0ff2-9403-4191-b9d6-4a90762bc53a",
- "IsUsed": true,
- "Index": 106,
- "Name": "AC电压270V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b0fe760-30c3-4fab-aaf2-6e362d4dc2f3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "270",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "21a21c8f-82b6-489a-860e-1a886954941e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "67e87628-83a3-4064-ab28-aa2811fa6949",
- "IsUsed": true,
- "Index": 107,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a140c256-dfdf-404e-991c-dea2690b34f1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfb1e6aa-bddf-4077-99b0-86bbd7e5aec3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bd92a8e5-cf9c-424b-b1c9-1470f5c3fdcc",
- "IsUsed": true,
- "Index": 108,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf1191b8-1613-4344-a8b1-c24849b22dc3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1737d4a8-f2ad-4104-b9ab-20394971f6db",
- "IsUsed": true,
- "Index": 109,
- "Name": "AC电压269V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ff4e5bf9-df66-4cd1-85ee-f6414922d134",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "269",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "73b1eab7-1d41-4bc1-9e0d-182580a607f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4b57e57f-03f0-44bd-9004-6951a2816aa7",
- "IsUsed": true,
- "Index": 110,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a25cc7a4-cd2b-4195-9170-f41635d264db",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "357db336-5e7b-4c42-8e96-9bb714e60958",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37a5f194-0006-44e7-bea6-69425b5e34da",
- "IsUsed": true,
- "Index": 111,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e1b23ad-a322-4bed-8c54-f561af43484e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "268676fa-987f-4add-ab63-bcc42b440a84",
- "IsUsed": true,
- "Index": 112,
- "Name": "AC电压268V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52ded6cd-ca81-4c49-85b6-368be313a60a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "268",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a8301333-eaa4-44c8-9425-40a19954c9e5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efd1d2fc-4e9b-4f98-9dde-9ad680b32ae1",
- "IsUsed": true,
- "Index": 113,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "699a7984-284b-4ef6-b129-ab8844f17a68",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "86b5c287-b53b-411b-b03b-56d381a04bbc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f3c0caab-44cc-4dae-b3d4-bea92efba30d",
- "IsUsed": true,
- "Index": 114,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a19ebcc-3845-4039-9437-a8b28ba76581",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a875d87-4ea5-4196-a088-0ac6385d0001",
- "IsUsed": true,
- "Index": 115,
- "Name": "AC电压267V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7dc332a3-8bd2-4840-8cd4-78477b2a477d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "267",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "34076acb-20a0-48ff-a47f-572cbe447942",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "30152063-23d5-4f65-9979-be2c69130974",
- "IsUsed": true,
- "Index": 116,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "15609795-8f0a-45c0-a41f-10c09b2a8956",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bfb9ca70-f010-42d1-96c3-7e2536e19f91",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1f8d6ce-6c1d-4a49-937b-34f14b5fdfff",
- "IsUsed": true,
- "Index": 117,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44bf2a38-6b40-44db-bfb0-5a9c91237a73",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7fa9e306-c964-4681-9681-75f2d6f7e865",
- "IsUsed": true,
- "Index": 118,
- "Name": "AC电压266V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4f732540-1e9f-4ff3-8285-1c100674a94d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "266",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a8278c7-37e8-46ba-a2f0-788246f94935",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "57a96018-103a-4b5e-8527-e36158e2b019",
- "IsUsed": true,
- "Index": 119,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a63e4fa-cae7-4f6b-840f-2a19cd5d0cfe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3ca674b-b4e2-4053-87c4-259ea43ba68e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8b2f1a2a-a085-449e-8609-69aab840f41e",
- "IsUsed": true,
- "Index": 120,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2cb885c-2912-498f-8872-c3121d821a4f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23032f99-dddf-421f-8d05-e23b4a78ee0a",
- "IsUsed": true,
- "Index": 121,
- "Name": "AC电压265V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "966e0c48-f047-4ef4-ba9f-8f55fb84742b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "265",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e4ef5a4-3428-4f87-a905-b5181079a240",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6711b11b-dcea-4ad2-8d68-fdc76a75582d",
- "IsUsed": true,
- "Index": 122,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a17fe049-1c72-46f2-9ae6-282b36f3a5f2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1ffd1e9e-cdbc-4feb-bf5e-7f21534e9413",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "58ea90b5-b198-420a-bb8b-9832effd15f2",
- "IsUsed": true,
- "Index": 123,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "86b3cd94-ac68-486b-bd5e-a4e120cd6dd4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4cddfcb-b2d4-45ec-96ff-15e4cdb7d5dd",
- "IsUsed": true,
- "Index": 124,
- "Name": "AC电压264V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9a8a30d-96c4-44dc-bdce-5636df3c4ac3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "264",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d130c16f-f0de-407f-bace-383b5409c829",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6ed86261-b838-48f0-b431-5d0f2594075e",
- "IsUsed": true,
- "Index": 125,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ede7cf6d-d647-4b9a-a6fe-ce64d84d8f26",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad3d1d8b-404d-4b5d-8ab4-9d0578a71b3e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39323183-c73f-4146-bf64-7199a4749f4c",
- "IsUsed": true,
- "Index": 126,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "204f5d81-73bd-42e4-b590-bdd4cac0a347",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "572be765-b040-466c-860c-e94bea77c888",
- "IsUsed": true,
- "Index": 127,
- "Name": "AC电压263V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6105f0e6-fcbe-4227-b0c4-ed822cdcf3eb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "263",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "72816249-ab8b-45d7-9b31-9f5e708553a4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4cb50e83-d9ea-48b5-b2a0-d7c2dfe33cb6",
- "IsUsed": true,
- "Index": 128,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a0b9bf3-479c-42b0-9cd5-019ccfdb6dcd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90c6800b-f84e-4ac8-9ee4-d6f2339e2b91",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22ba9402-a1b6-4815-8637-e35981571211",
- "IsUsed": true,
- "Index": 129,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e6e43949-225d-4bd2-9355-45b530382a92",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ea9fe04-99f7-45b6-8470-73bae3410b69",
- "IsUsed": true,
- "Index": 130,
- "Name": "AC电压262V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5942434-7983-48f7-801e-f468cee955c4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "262",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b31fad2-1d79-4f9e-9572-f5ee694beea9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2232e442-1ca3-4da1-a76d-3ad0424d5984",
- "IsUsed": true,
- "Index": 131,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd2bbc35-594f-49d1-a37f-3fca1c278aab",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fe2fbdda-2706-4223-ba49-bdd73907ccf9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "73d529dc-a3c4-4971-b67a-f6597b5d4c0b",
- "IsUsed": true,
- "Index": 132,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a71edae-4faa-47af-8ae7-6190237a7458",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49cdbcd3-2fc2-407b-afa4-8fc4744e2a18",
- "IsUsed": true,
- "Index": 133,
- "Name": "AC电压261V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aeeb0da9-1114-4e97-b013-489c57399b35",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "261",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d2591b88-0170-4c0e-a072-ac01effe29fc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61cea0b3-0a0a-4d31-91cc-88e2b6a264ad",
- "IsUsed": true,
- "Index": 134,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5808cd51-1fda-4b5b-9493-9d86fb9225c1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b5573995-d0e1-4ab3-9d69-fd73c38cf8f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2d787848-decf-4e54-82e0-b33f80c41c82",
- "IsUsed": true,
- "Index": 135,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2b5b6ab1-29ba-401a-bfab-8e5dfe04df33",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "200edc3a-6474-444d-b1d9-aec4230e19a4",
- "IsUsed": true,
- "Index": 136,
- "Name": "AC电压260V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0431619-0084-4b7f-99dc-a4e9af054f12",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "260",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fe0c3b74-a4a5-429f-9c0c-f220ece05722",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4dec5eb5-9740-4acc-9c5f-ebe8d9228de0",
- "IsUsed": true,
- "Index": 137,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eb7bb563-e722-41fe-a58f-86480a44a4e2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d7ce041b-27e4-4979-b469-64587c719db4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e9c0e79c-1ae8-4b7f-a1c8-c0ba2318067e",
- "IsUsed": true,
- "Index": 138,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2310ab9-5644-48df-8378-b363cfc0b421",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe1db3cd-30c8-4010-9013-981238200529",
- "IsUsed": true,
- "Index": 139,
- "Name": "AC电压259V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "acb80a48-084b-47da-97f3-b2ed8790f763",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "259",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c6984e92-297a-427b-946e-4159f6ba4bc6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df20f666-aaef-43d3-94f7-e9eebc767800",
- "IsUsed": true,
- "Index": 140,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "213a34a5-c189-45e2-a050-58ff55285ade",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b4d13cf-61b3-4828-b4ae-23bf7e0ce382",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2c59fe7f-d6e0-4ed3-8f81-2683dffb0d75",
- "IsUsed": true,
- "Index": 141,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de054115-0848-468c-8bb0-806664acdf43",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37d226a8-c316-42ac-bb65-9626d133a654",
- "IsUsed": true,
- "Index": 142,
- "Name": "AC电压258V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9db891ea-5b10-460f-a3ea-a8d10079c97b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "258",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78d4c358-ddfa-42de-a8c7-8c1fc4ecdba5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f05ff85-9ff3-456d-9d40-aa460a54d994",
- "IsUsed": true,
- "Index": 143,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e0f62215-9e44-4a6f-8af1-5bb535af79fc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ee3fb8f-8db9-4e07-b760-c375a839909c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06b1b62c-83e0-4312-a427-89cb0bb35d70",
- "IsUsed": true,
- "Index": 144,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8bb908fd-a03d-4504-b63b-2ef0009054cc",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b534433b-92ee-48a4-ade7-cfe16b90fff5",
- "IsUsed": true,
- "Index": 145,
- "Name": "AC电压257V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "919b01ae-cc00-4d45-8dc9-0916227a3391",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "257",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "73611cbe-65b4-4d9f-b2c0-72d0dc0a7287",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "baf29ab4-5a79-4fb1-8486-cb883ad90c27",
- "IsUsed": true,
- "Index": 146,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "01aff123-6c7a-4c75-a7ef-db3ccfb2ae57",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3fa28ef1-387f-4ccc-8193-204f8eec911d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2bbbb881-9b77-4a86-aa9a-45fc336c3165",
- "IsUsed": true,
- "Index": 147,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21ce1df4-7004-43fb-9894-de98b51d3b5a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86fb055c-3874-43b7-8929-33d28703d5fd",
- "IsUsed": true,
- "Index": 148,
- "Name": "AC电压256V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a424696-75eb-41a2-bf6f-2b23dbf8e282",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "256",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e8708bd8-29e5-476f-b3f2-fa1ffcc65a32",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be336a33-e9fd-4cd9-a5c4-77ecf7552fa9",
- "IsUsed": true,
- "Index": 149,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "04673a75-c6a0-409c-916e-0d5de78d1eed",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14967fd1-4881-43b8-a662-9784c9789b13",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4469bbe3-373e-4e51-8042-cff048dac764",
- "IsUsed": true,
- "Index": 150,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ac8821d5-ba29-4d78-9718-1a5a0d9e4f1a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "accac2cb-5830-46d9-aef4-7dde18d597c6",
- "IsUsed": true,
- "Index": 151,
- "Name": "AC电压255V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a06f0fce-257c-42a7-8699-46b7290a7d0b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "255",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9944e7ad-7d21-4410-bdc8-93587bcfcfef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db178ac3-c969-4794-8630-947c3f60ab70",
- "IsUsed": true,
- "Index": 152,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "525e5de6-f9b7-45eb-880b-718c32d528b6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f343f3a8-fa4b-4337-83d5-d1db8537b846",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40a4656f-141c-42f4-b28d-97d8443d424a",
- "IsUsed": true,
- "Index": 153,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aa6ba0da-4ca4-4bc1-8651-b458cd703d72",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d0a630ca-ad88-47cf-a964-fd5f0869689e",
- "IsUsed": true,
- "Index": 154,
- "Name": "AC电压254V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7952d4c2-025d-44af-a9f8-a71bef3043d7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "254",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ea8fbe9-239d-4d86-aeb9-0d711a15f3eb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f1c65fe0-a5ab-481f-b2ce-028ded553444",
- "IsUsed": true,
- "Index": 155,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "928f288c-9697-436f-be54-00272358af47",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf9162e1-14b1-409f-8ae5-6d5cdce59943",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "59c7d4fa-445c-4b37-8072-a3afa882f0c4",
- "IsUsed": true,
- "Index": 156,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42552f7d-d0ac-466f-98e5-92152205a7d4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5cf5acbb-f0e8-407d-a18e-35eba993d2f1",
- "IsUsed": true,
- "Index": 157,
- "Name": "AC电压253V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "557c43cb-cc89-4dc8-8fd7-100f4cb39054",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "253",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "31edf660-aba2-437e-89f0-f8e5a0465427",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed6eef53-cced-4721-b1bc-b3631a8e8a9c",
- "IsUsed": true,
- "Index": 158,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44bdf158-ff33-47ab-8cac-711545e40075",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "173326e7-aba0-4f8d-83c7-72d237beae48",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ffb2aa9-c242-4715-912a-a0e7b7c7e941",
- "IsUsed": true,
- "Index": 159,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "afb4f803-48ef-4089-99c9-02a09cb7d993",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac8a434b-51ba-4f21-9dab-0195fc045307",
- "IsUsed": true,
- "Index": 160,
- "Name": "AC电压252V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cfd95e95-3cc3-4a85-b2d2-1296be825f0c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "252",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "77a45955-b7ea-447e-a6ef-65f1433190e1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71e692ee-92d5-4ac0-9166-0f3fe74510f3",
- "IsUsed": true,
- "Index": 161,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "95a95b0c-d6ae-4aeb-8d38-1234fccfbd11",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6344c431-dac3-49f0-b18c-01a9b2d07d6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9087ca02-1b96-4238-a0a2-68b1504f982c",
- "IsUsed": true,
- "Index": 162,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e7ef398-930d-4a72-9d60-2df904ddb0dd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e2d75ae-d2c9-4876-9371-f90bb777b5f1",
- "IsUsed": true,
- "Index": 163,
- "Name": "AC电压251V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "10310746-c483-41ca-86ae-10442ab469e6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "251",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7a3a26ae-18b2-4d5a-8406-18b818c1fceb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c0aa9cd7-9f65-4f05-969f-93d00b71fbc6",
- "IsUsed": true,
- "Index": 164,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "254d4122-7245-4739-a640-72d3c0cb42c1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc985e6e-e112-4ebd-bd37-043e6c1238a0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ae0558c7-3b40-43b8-8ed2-8eed4ddcfec6",
- "IsUsed": true,
- "Index": 165,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ad42607-4017-4eae-b441-364297fd0648",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a1ea2297-5d96-47eb-afd8-5f21c8133beb",
- "IsUsed": true,
- "Index": 166,
- "Name": "AC电压250V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2675a2ac-2e35-4aab-a85e-743b54972c65",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "250",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf3ccf7b-c716-45de-ab01-144f0e638059",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "715ec8a7-ae16-4c94-a711-412b06816840",
- "IsUsed": true,
- "Index": 167,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f480ade-7fe1-468e-a444-be8ad602de32",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "85fec798-7ab6-40d8-b24f-5984ad7d8686",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "48fd37ec-8ac4-46b6-92bf-a9e45e5557e4",
- "IsUsed": true,
- "Index": 168,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5fb5eb1-c6b1-4944-9c27-0df523babeed",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "72f62ad2-7ad9-42ea-a8ba-940d8f8acbcb",
- "IsUsed": true,
- "Index": 169,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "17cb63d9-5204-4f5f-9e7c-2188dc8c15dc",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "154eaf00-c5ef-4a4d-8420-2d5047fb5683",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e123d813-f1bf-47b3-a092-fa5d83c2d2eb",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14ca94c6-0338-4768-a72d-f1f3221f5d8c",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a35a7e39-3fed-4177-b0df-c07ec681b2b0",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1390db6-26f1-411b-9d89-f76b9adb2f2a",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f315596a-3f67-47cc-8d32-ac818c550e13",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "201a8da0-a3cd-4631-ba75-e4e7785f4fb1",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfe30395-aae3-487b-9776-85cfda61ea5f",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1da0501-90a4-490a-8b22-b77acf3297e5",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7a0932f3-ea87-4681-8ccf-d3a47fa6f30e",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "54333785-5584-4ed2-9602-e9b30288b69c",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1069300c-2738-4778-9e3f-19d93eedfddb",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "307b733f-2cd7-4a21-ba7d-719adcec705d",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1ce29f23-dd90-4aea-a023-3f7f248c2700",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/08_PSU-AC侧输入欠压保护.adp b/ADP测试项条例/08_PSU-AC侧输入欠压保护.adp
deleted file mode 100644
index cc60da2..0000000
--- a/ADP测试项条例/08_PSU-AC侧输入欠压保护.adp
+++ /dev/null
@@ -1,9979 +0,0 @@
-{
- "ID": "76a97eac-5d67-4e6a-a5b0-571b37e55c4a",
- "StepCollection": [
- {
- "ID": "82aa7e76-fbae-4b96-9879-3586d0acf64a",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7f27787e-b50c-4107-8ae5-be6817602c7b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89130b5b-b50e-4c1e-9877-e2c305b15321",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b4c6701-59e0-4574-a825-7437cf5d28e7",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "13dc2541-cca2-45fd-8717-992f1733fb21",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e7325a8-ff95-4d06-ab75-9819dbb4442b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8fe026ee-ef23-452c-8ee8-be126d503945",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28d71b29-1fc8-4f54-a67e-b9dacceae44b",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "edf03a3b-15d2-4c25-8e1c-83167d0f7715",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "808d57c7-fab5-4a1f-affc-49c8c9915bc6",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eef97e39-7de2-4a3e-8781-e70c7e39223c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6694e9fb-b54f-4d1f-9cb0-53b016b98141",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8701ca7a-7a6f-4c35-aded-21a739cd4f1c",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "818f7c09-984c-4808-b65a-5fdd24575df5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e74fe357-a5ee-4d08-990e-96a25fdda174",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7789f9a0-34f7-44ec-8429-c1e2638fb0cb",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48e3c1aa-aaf8-4af2-9e63-282da6b3abea",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "76ccd045-8225-4e59-a56b-8bea0c835e79",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8c57cda7-71ea-4241-8a65-cee3c22c21a8",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "354924f2-6c68-4b38-b443-b33f5f64319d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e657556-3dd3-4596-b56d-7dedf62d5ac8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "059fba61-cf94-41ce-b0d9-d7df63a83e94",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "49697f6d-2462-4fea-b17b-c3bbbfecb2c2",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09e2b40e-86d3-4415-946c-a9b9b4276272",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d17b2f5d-c0b4-4d0c-9828-c4ce1a7d3a8f",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a440d636-301c-49ac-8dd1-7af0fa7cf70c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9ddee432-3fd4-4e49-aac5-87597d21b497",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ce611079-c1c0-45c8-8a90-db930c67cec9",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b4c9892e-8935-4e12-af3a-676cdedc662f",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d5212c67-1bf0-43fa-a355-5ff8c2c6d576",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7aec8b42-9f55-403d-b0e1-1a24eb6459da",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ac40032-84f7-4d99-b10c-2ab5b5d1fa8b",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "04dc6274-07f1-4d95-8aa9-61d54ae288c9",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b6b33e8c-b023-4a84-b59e-9d939018ec02",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8520d5f1-a1dc-497c-9392-ee4dd9f14a8e",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "44c0c9b5-3414-40b5-a91e-bf83b4619124",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f7cd546-1662-4f56-a835-b7e67e33ff67",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f51ca9c8-c04b-402a-921e-7abf04769a51",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9812a6b7-c914-4910-94fd-07bad8098b43",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d0647b4-5656-4f72-9496-6bfa80c14ecb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a8a88dad-531a-4bc6-91e1-2c40a4d476e8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "220a2538-d38d-4341-ac50-abbef0fa1071",
- "IsUsed": true,
- "Index": 13,
- "Name": "AC电压190V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eef0a2c6-9b4c-4407-8110-97529f30c67f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "190",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "be9808fd-1503-4daf-86a6-0cf87c90b2ba",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55cb9345-d798-4c8c-9ca2-b79eba81d0e1",
- "IsUsed": true,
- "Index": 14,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "998412c6-01a6-40f6-a9ab-059033fc3813",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c28042e1-6c5f-4e3b-8865-96bfa388c10e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d2894c65-6064-4d9b-92ee-c8b3ea97d708",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f62c78d4-f176-4222-b73b-c86743f1f293",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0dfda7ff-0376-4aca-93d4-1926b34e633b",
- "IsUsed": true,
- "Index": 16,
- "Name": "AC电压189V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d08196f1-67d1-460c-8999-52455a8f9db8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "189",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9451126f-f5d9-48cc-948c-c02f77da1298",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bed9a2b8-31f5-4927-ad20-850249349f29",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "43e55caf-a7d0-4115-9ad8-3b2cd85622af",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "61a458f8-e74a-4b22-b86d-fcdd29da05dc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8d87a16-c9c3-47f2-a527-0d815b1ae73a",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28bcbec1-451b-44b8-966f-9331f775081a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fc157a96-03f9-4c5a-b99b-6dfcc2045fce",
- "IsUsed": true,
- "Index": 19,
- "Name": "AC电压188V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e1e4c74-e7a8-46e3-9584-0c08ecb0c768",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "188",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7038a98c-84f2-46b2-b760-2c926a5037dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96730abb-d3c4-43e5-a402-e281d70797c4",
- "IsUsed": true,
- "Index": 20,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "839f8bda-cb1f-40a9-ba33-7506a37d632e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "39f4c62a-647c-420c-9cda-57556a1f826a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d73d5cc7-5a20-4a9f-8fb0-9ed0d919388c",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "85547e1c-ad6f-47ec-a518-994a7af1ff96",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bce1225d-5d69-42df-bd01-a3a3237774e3",
- "IsUsed": true,
- "Index": 22,
- "Name": "AC电压187V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8eb45735-8279-4320-9b6e-31475c2f14e5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "187",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bea8be78-48ad-4cbe-b9c5-dd45ab1690fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3260c324-3d3a-4221-8c4b-c87553a8297f",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed8a600e-11d1-4886-9f2c-a1ccd5776f56",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f94b79ce-54a4-48ab-852e-d298a1708c69",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "339c2a29-cca6-414c-b6eb-c36cf797e122",
- "IsUsed": true,
- "Index": 24,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5e773468-3be0-4f56-8d2e-9ac84e436ce3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d3fd48ed-f8ed-4a76-93de-b9cf1165f499",
- "IsUsed": true,
- "Index": 25,
- "Name": "AC电压186V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7de96c1-ffc4-4328-a52f-265c927cc0bb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "186",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "08604b09-99c0-425b-8ac3-08034bc5b303",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "34fa8ecc-efea-4d9e-8c21-ca1e8776584c",
- "IsUsed": true,
- "Index": 26,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e83995a-5a61-4961-afca-b0c3ed6db2f7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9b4794ea-544c-4157-a86d-695248f1458b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e3c32fc-fe51-442b-be8c-d04d132abc8f",
- "IsUsed": true,
- "Index": 27,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec962865-1580-4b1b-b822-00ee9f8a02df",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "60f04d0f-9064-4fe2-8234-40c7dcf1f4bc",
- "IsUsed": true,
- "Index": 28,
- "Name": "AC电压185V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "97e52546-9222-4c6e-ab15-6fc031336a6c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "185",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "914db9df-92cd-45d4-a0fe-bcb243c36cb7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bb5d5659-0f6d-4f6d-a2f7-94b37e40568c",
- "IsUsed": true,
- "Index": 29,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4bd2e68e-f3b8-44c0-a4fe-66ede1f0f716",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "994b8f3c-0b79-463d-b629-4af59eaef8cb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "90a03cc5-338c-41de-b301-2a4b6a4786f4",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9bacdf39-5fe3-4a28-a115-4162cc77edfb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "11028142-c033-4658-8ccc-21e307185205",
- "IsUsed": true,
- "Index": 31,
- "Name": "AC电压184V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a5d702bc-8cdc-4ac0-95a2-9d265418d951",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "184",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ac5e50c5-4a84-49de-9d69-86fa44f2f611",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bc3711fd-60ab-4b7b-9996-b5e853554978",
- "IsUsed": true,
- "Index": 32,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b9224bd5-781c-4905-a1f2-527635392c2c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfc54678-4673-4a05-8e74-d0956a170a28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "916eea58-0f7d-49b2-9f9b-26b73932aa03",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e834e6c7-cef2-4281-9d77-2b3b9cebd150",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3bb6e348-60d1-405c-93c0-0139cbdb95c6",
- "IsUsed": true,
- "Index": 34,
- "Name": "AC电压183V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8e8d3abd-d026-4d57-9038-0258443c4ec2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "183",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "899a8ce6-3810-4823-8fe9-4bc450446559",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6acd0b4c-1ee0-4eb0-a6c5-430e6480e415",
- "IsUsed": true,
- "Index": 35,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "542bfb44-a9c6-46db-a711-bf929d3947e0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c13b1928-bc57-46ab-b693-128510d12840",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41218904-2b37-40f6-81f8-3394b17de0b2",
- "IsUsed": true,
- "Index": 36,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70a7319c-ddd3-4eb2-a6e5-9c94e2d0c806",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7895f5fe-4c72-48dc-95fb-f24ef824ea1e",
- "IsUsed": true,
- "Index": 37,
- "Name": "AC电压182V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "90e41d4c-c81d-4ea9-9026-6ffb720f4dc5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "182",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5a1f9d39-5425-49eb-abb5-b5834596590e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c4531443-d2f7-4b0e-8c9a-ec70b34d9dba",
- "IsUsed": true,
- "Index": 38,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e0bc8eb-ae5d-4dc4-b110-4e4e5f59ac32",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8ccce5d5-a561-4811-ac8e-03adeaf7d214",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac253bf1-f6a2-4a88-af55-9dabf9b0ab11",
- "IsUsed": true,
- "Index": 39,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dddadcee-922f-4813-b0f0-d8568b7c7f91",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3fd2d699-8327-43b1-9c5a-c46e1a8a4af7",
- "IsUsed": true,
- "Index": 40,
- "Name": "AC电压181V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "69d96425-98f6-442c-9d09-ebbdc963b93a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "181",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "64c88ebc-c039-45e4-9e8f-3750eaab4406",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2392c66-ad0d-4d41-8b38-74729def0b1d",
- "IsUsed": true,
- "Index": 41,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6595bf8-2fa6-4e84-9561-c310c3a96de7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eeff0e7b-88bf-4e73-be8b-938723726068",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "987d34eb-564b-4105-8e48-5031ff4d5970",
- "IsUsed": true,
- "Index": 42,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd329439-5a34-4704-bb33-6d8d3775b569",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "077c8378-c7fe-42eb-8191-b1f920e30925",
- "IsUsed": true,
- "Index": 43,
- "Name": "AC电压180V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ecad485-3052-45c4-88f5-3bab3f685763",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "180",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "13fb7a6a-b378-4bb1-bb83-00e049282322",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "607b84b3-4df7-428b-900c-d509804b9151",
- "IsUsed": true,
- "Index": 44,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c419e3e3-5256-46b2-9708-bee165743341",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f99a988-af0d-4312-b3a8-0f65c8825793",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b1c78876-784f-476e-8ee0-11b8a137d033",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5fb3e59-d66a-41b1-b5c7-1200ee63b1de",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40462656-76d9-44cd-a8b7-e95867da63df",
- "IsUsed": true,
- "Index": 46,
- "Name": "AC电压179V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "864d56f4-7107-4943-b078-1ac479be023b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "179",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09804ff8-8c80-4fb2-ab7e-bda6a01a9bb4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5f7146e3-e3e8-41c8-8a27-a071ddf73863",
- "IsUsed": true,
- "Index": 47,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9931ec00-0047-4d6d-8f86-7c3c56f63a18",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "147e7012-0e84-42ae-aa6b-b215762c292b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7ab89663-3b70-441e-af5b-10daad06d314",
- "IsUsed": true,
- "Index": 48,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0924a7a6-97ba-478d-8a11-53793f0a3824",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "53ae4b55-2262-4104-a4ab-ce895a1ca694",
- "IsUsed": true,
- "Index": 49,
- "Name": "AC电压178V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9cdc6e50-644b-4833-a6d8-6804ca51a194",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "178",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a34d1f9c-7f87-46f5-8de9-1a815b0c4228",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d45fd7cb-3065-42cd-938f-968d5e4dec11",
- "IsUsed": true,
- "Index": 50,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "435f394e-3c90-473c-8bd2-376827948d55",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09fd63ea-75fb-4352-9665-c39beb8f9dd1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8c665faa-da0b-4acc-b4c8-4d5b0f7b8de2",
- "IsUsed": true,
- "Index": 51,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d5aeb33-d944-45d7-8929-ca765e2e4bc2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8ea3762e-0bfe-4d70-bb76-61a05378b6b6",
- "IsUsed": true,
- "Index": 52,
- "Name": "AC电压177V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92202519-be49-4733-bb52-101ce338c223",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "177",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5c8b858b-02f4-4a0d-b1f9-36f06d4ade3f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3cc63626-1bf2-4e4e-acd6-96bd68c8ae95",
- "IsUsed": true,
- "Index": 53,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "43ffe28e-b114-429d-b8a7-9acbc43dd439",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "28a1fd5c-b896-422d-835e-e23d949225a8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "318ebeba-41b2-4469-84e3-5e730ee4d4cd",
- "IsUsed": true,
- "Index": 54,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2dbf52ad-7328-43f4-ad35-dcde528e899e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "74aebd06-6c65-4627-9f9d-19fac7c8fa1e",
- "IsUsed": true,
- "Index": 55,
- "Name": "AC电压176V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3603f6a9-9e74-4d13-b582-faf9afa6500f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "176",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed605eed-27fd-4ed0-aa94-4a0f0393c16f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23e5e533-ea73-44c2-ae64-65271a19b226",
- "IsUsed": true,
- "Index": 56,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "96603a92-3add-4fd3-8a77-8cd16d1d434c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3381da20-be19-45e1-9099-ceda239e85f3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "46b386e9-6ec3-4472-8eb4-60b47782f43d",
- "IsUsed": true,
- "Index": 57,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72be1ce7-5fdc-4541-8e11-fa2a97fbf388",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f32bc20d-2828-4291-a9c0-e61d545508cf",
- "IsUsed": true,
- "Index": 58,
- "Name": "AC电压175V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "200cd0b5-f16e-4ce4-8ca5-8f0b8f9afe10",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "175",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "524ae250-1739-448c-b477-609309f909be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bcb61058-b839-4aef-8294-be5b2c8dea80",
- "IsUsed": true,
- "Index": 59,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "33b2628e-4e8f-4d79-85f1-d637c0408c68",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7f6daff5-9401-47b3-bc4f-00532298a142",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "620f414e-026e-4426-adeb-4313b489cb6c",
- "IsUsed": true,
- "Index": 60,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ed1adc2-0671-43eb-8f51-7c6623753a42",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "01a62a97-06c3-4442-be22-f64ad6c9fde7",
- "IsUsed": true,
- "Index": 61,
- "Name": "AC电压174V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "71ad2ff7-27f0-4b46-95c2-2b538518c1f7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "174",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5baa3b51-c892-4f25-bb43-82769a508208",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7587c2eb-591d-4d1b-b787-748a06bf1a13",
- "IsUsed": true,
- "Index": 62,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "15e5d12f-71af-48ff-8ae0-9a339a5e18ea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de4c5f87-d617-4058-b585-d3a99fddfd55",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d57ddbcb-1f74-401b-98a4-f8c4b15c43bb",
- "IsUsed": true,
- "Index": 63,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "562b0c95-bb5b-40eb-bdf2-bd24fcc3645c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5f2754cd-5c1e-459a-bfea-a08efb63cbd0",
- "IsUsed": true,
- "Index": 64,
- "Name": "AC电压173V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2df64253-1122-46c2-ab42-385877813c1c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "173",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bcb77b83-9de7-41e5-a310-83636346722f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dfb4a2a0-cd8b-4818-a439-99d05389209e",
- "IsUsed": true,
- "Index": 65,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e4bec95-aa9e-4b02-a997-f97f8ed92947",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63f0f2d6-310e-400b-9c93-94a918b9d59f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5d74f12-0537-4397-ae04-5921a7a27055",
- "IsUsed": true,
- "Index": 66,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98ced623-c2f4-4bba-bffa-97d1f60b85c5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "84a592e4-5ede-461d-b687-ea35397523c6",
- "IsUsed": true,
- "Index": 67,
- "Name": "AC电压172V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e24b154-502f-42e5-94a8-96a37ac8823e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "172",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "122abb3f-129e-409f-aaca-0581842ed1b2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1c10d168-66d9-420c-adc5-4f2e6282d15b",
- "IsUsed": true,
- "Index": 68,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e0e4f9bf-55d3-4f91-83fc-7f1d02c0d430",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9b37b0dd-20e5-4525-9617-ca6f537fda4d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f58a56cb-48d6-4e2b-831d-19404fdb7cf5",
- "IsUsed": true,
- "Index": 69,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "845e2d95-1c68-46f0-b8a3-5a22ca44dbb5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0de32531-8209-4406-8544-8fa80692038d",
- "IsUsed": true,
- "Index": 70,
- "Name": "AC电压171V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c398a965-0388-4dfa-ac10-d105d64d1d7f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "171",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07c09a33-6881-4a48-9b3c-8bc12c31948b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a3b90ab-353b-4aac-9e30-c667f334ba19",
- "IsUsed": true,
- "Index": 71,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "212e59e2-b86e-4c76-9b66-30463a69ed21",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e8d8950-3acf-4930-8194-e9c6c281f8c7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22c3c851-9041-4fd4-a793-2f82683a4688",
- "IsUsed": true,
- "Index": 72,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "99777acf-cf37-4104-ae7e-498d6a894159",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82bf06ab-04f5-4c0d-b906-926dae25f63d",
- "IsUsed": true,
- "Index": 73,
- "Name": "AC电压170V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1cb54ca9-183e-4d8c-bb22-4f424b949f82",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "170",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1936b3b0-0aac-49e9-82b6-debce8656094",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb415004-d826-4ea1-ac90-753acc0aa6c5",
- "IsUsed": true,
- "Index": 74,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "357d3517-1c59-4272-86cf-00470ce37c94",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "98c0ff3a-84a3-492c-89ef-2f6824904aac",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cfc678a6-36b8-4cc3-9abd-795bae45b66d",
- "IsUsed": true,
- "Index": 75,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9587b2bf-7b49-4a84-8e6e-1a067abbb889",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "32ed53ba-b42c-4733-ad5d-72cae0f4a729",
- "IsUsed": true,
- "Index": 76,
- "Name": "AC电压169V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd0bead0-aae8-48d9-86bc-0865f8be6ba2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "169",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "537759f3-292b-47d0-be2a-cec2632b6eab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "581695dc-a2e5-41d1-bb12-42c9aca4baf9",
- "IsUsed": true,
- "Index": 77,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2d68e302-22db-40cd-b1a5-20a2fc761541",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ec425b1f-a737-4c2a-94f7-3f3ca6ec01cf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4bd638db-b961-4008-a604-b96255923fb0",
- "IsUsed": true,
- "Index": 78,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "866e7bfe-b2ce-4d95-bc01-394b6dd35c62",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9a77f0b-4372-43e3-b5c0-1b55fb86a4d2",
- "IsUsed": true,
- "Index": 79,
- "Name": "AC电压168V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "83c85afa-2a70-4805-ae7f-e0e8fcaa40df",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "168",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e66619b9-3256-4258-8daf-58eb650a7714",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1b05601-9966-4837-811a-faaaf407e0af",
- "IsUsed": true,
- "Index": 80,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9d0324e2-3e3a-49cd-aac2-f0e324319183",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e30c0a8b-83f6-4fb9-bfaa-6669260d2507",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d1aaeb0-94ba-41a5-a16e-ed7296f4aaee",
- "IsUsed": true,
- "Index": 81,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bfab73fa-d5e8-422c-a177-ccfeabf1f76e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49cbc91f-d1a6-45c5-bd83-4e6e5f1fae12",
- "IsUsed": true,
- "Index": 82,
- "Name": "AC电压167V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d57a36c6-e5b2-43ea-b472-88cb1e5ddc4f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "167",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "531f8f53-aa0e-4c74-b08d-91347cf81691",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d87e89ad-e610-4cc9-bf7f-6f8697028d2b",
- "IsUsed": true,
- "Index": 83,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e6f77e5a-9374-4ebf-9cb7-e70ef7686213",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f8d64f3-5e84-419d-b541-50587c41b4b9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "59c1a103-fdaa-43d9-8200-8d0458de8772",
- "IsUsed": true,
- "Index": 84,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cc0612d8-2d70-4a2e-bcc0-6ddbda1d9d8c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3cd86264-8468-4120-a6f7-053c65a3cf08",
- "IsUsed": true,
- "Index": 85,
- "Name": "AC电压166V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6cbb700e-7190-4bc6-9984-326829713b10",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "166",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c3a331c-1c62-4964-acae-4e321a6b37b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5bc53bbe-3ce0-41c0-bd09-9da11d09e856",
- "IsUsed": true,
- "Index": 86,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "94fe1e38-6a7c-42d6-8bf4-2d2aba72e005",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1a7f5bb-a49c-4d36-b88f-21394e7aa473",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3328e6b8-64e2-4089-b333-d6ce28e0f263",
- "IsUsed": true,
- "Index": 87,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a3ac846-699b-4d74-8520-6081d0f5c94c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d7bc7914-dd33-49c4-81c8-d929f5ccbb3b",
- "IsUsed": true,
- "Index": 88,
- "Name": "AC电压165V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ee73bf7d-1894-4059-bd86-12087e27697a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "165",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae006afd-4988-47f7-98b9-621264593784",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "acbde6b9-1530-4a4d-9e29-936bd086fb9a",
- "IsUsed": true,
- "Index": 89,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d7ed20f4-b0ad-42f4-aeb6-47101f49ebd5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b0e4f476-a906-49f5-8515-b52904b63bff",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1fd19f2c-6dd4-47b4-8d2b-2bfe0dc78122",
- "IsUsed": true,
- "Index": 90,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "426649e9-8d2e-4a1d-b7c8-ad9afe279153",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a0b752b-3ca7-4521-a4f8-2456d3e2dbe5",
- "IsUsed": true,
- "Index": 91,
- "Name": "AC电压165V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "985b1929-6c6e-41ec-b332-e394d665d98d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "165",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4706d388-6227-4e7c-bb1d-39a374121fab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d18b2666-fe0b-4d77-a1fa-a72fd3802155",
- "IsUsed": true,
- "Index": 92,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "13e23604-87c9-4c9b-8791-42f6ecf149f1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fff5f75c-f459-437a-9f7f-d7642ae02386",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bd287ebf-ccda-47b9-8cb2-33c01bfa1b54",
- "IsUsed": true,
- "Index": 93,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd6b79ca-c486-4686-800c-445fce330246",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8b0d8c8-04c0-4653-819c-2a84fa94aba1",
- "IsUsed": true,
- "Index": 94,
- "Name": "AC电压166V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "edcbb88f-aa4b-4262-a43f-23505c2d191a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "166",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "997a23ed-e6b1-46ce-a7e2-e3539c40dcb5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "889009ae-6a1f-4537-9673-05d73186149d",
- "IsUsed": true,
- "Index": 95,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3671949c-d832-40a2-a24c-ad359d1c8e24",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0cacd952-ac78-4961-bacd-5d509f2cadcf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "486b2855-e8c5-435e-b4bc-be96110fa384",
- "IsUsed": true,
- "Index": 96,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7bfd77ea-8b9d-4aac-9d80-bae53b71cc33",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df492a8e-bffa-4751-b3cf-643e78823a18",
- "IsUsed": true,
- "Index": 97,
- "Name": "AC电压167V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1ee4d34a-6c50-49d3-870e-18376bbb36af",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "167",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09d69df5-be93-4ffa-8be0-bbde49ae96c3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3385e36d-a678-4bf0-80d9-3c5616e84cdc",
- "IsUsed": true,
- "Index": 98,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8cce0324-7a69-4262-8697-739115513b39",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cef667d8-b73d-4474-aa2c-27864bbd010e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "837426d0-eb4a-4993-9472-b38dfaedb7d2",
- "IsUsed": true,
- "Index": 99,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "59e89d24-84e9-4783-af18-0f21c8be1877",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "599b7daa-a6b5-42ba-bf15-c3f7ad704a62",
- "IsUsed": true,
- "Index": 100,
- "Name": "AC电压168V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "84a9e248-6436-4107-995f-1571778a6960",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "168",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6eddb030-b13b-4e14-a560-79fbd950d1e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "932f03f0-43b0-49b1-ac34-64b1bf933640",
- "IsUsed": true,
- "Index": 101,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18de673a-dde1-4122-9440-5519327dfc03",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "94c7d589-4155-477e-a2e2-8c5fdb2394f7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5764639e-8099-4309-9fc0-d91985d8d8a3",
- "IsUsed": true,
- "Index": 102,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "08987fd7-7d96-4dc1-8021-72de2959602b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4d713721-b84f-4152-ae3b-f8165b0016ed",
- "IsUsed": true,
- "Index": 103,
- "Name": "AC电压169V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2636896c-a692-4e2c-b62d-dcae22148e59",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "169",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8bce1417-33ec-4e5b-9d89-4cc008a3b67c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "42543535-448c-41cd-a611-e59a3d81ca99",
- "IsUsed": true,
- "Index": 104,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f343c2f1-6fdf-4ac1-8353-e1982349b756",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "86999dc0-c4f8-4da2-97b2-23489dc9d723",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dabb26c5-8817-488d-a9d9-f15968ef0caa",
- "IsUsed": true,
- "Index": 105,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53a76e6f-07ea-4737-8a7c-c30b2af1a21e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "073c3798-0719-4327-a01b-3d466c206d9c",
- "IsUsed": true,
- "Index": 106,
- "Name": "AC电压170V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1dc23036-f271-434a-b0ec-65535c85993d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "170",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3995b056-0a90-4c15-8111-20a943659714",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b06d3442-6d1f-4cf0-8ddf-979899669ac9",
- "IsUsed": true,
- "Index": 107,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c83887f1-7c26-4f6f-8d70-a0a825e05e88",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d6a3b2ab-6e2c-4815-8ef2-f203cc8d01a2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "30b2991a-04da-4379-bf6b-9dd7375a8346",
- "IsUsed": true,
- "Index": 108,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5f156912-2306-43c9-9fb3-14a84268d807",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6587cea-b919-43fb-9bdd-4e92dd4b3718",
- "IsUsed": true,
- "Index": 109,
- "Name": "AC电压171V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a9d3110-7a09-4a0b-b60d-82618eaef440",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "171",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b5f8a3b2-85f3-4995-a45b-31aa02ddb3cb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7b645cc1-fd96-4dea-9ecf-b29c29c25dc5",
- "IsUsed": true,
- "Index": 110,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "61e164dc-2d34-42de-857b-d30037d9c83c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ebf87d76-2c78-424d-946b-c7cb3d3b3b54",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3ea7bff9-4919-47ce-8835-826afa40f631",
- "IsUsed": true,
- "Index": 111,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6209e916-a83a-4192-9128-de20d10856cf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b64dbbc-2f6c-4009-b809-0d4845f99a79",
- "IsUsed": true,
- "Index": 112,
- "Name": "AC电压172V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1581f72d-80ac-42c4-9607-5957fc7df7d9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "172",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6cff20ee-095b-47b3-a65d-38c00d91d74a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e9b95ed-98ab-4cb5-aad1-3aa003259476",
- "IsUsed": true,
- "Index": 113,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f0b4aa2a-4823-4a5b-954b-b67507948700",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4bdcb780-5952-43ff-b42c-5b97f930fdca",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfde9a28-3600-4139-a71d-e882c195558c",
- "IsUsed": true,
- "Index": 114,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e3885371-6645-4c89-9bad-af478dec25f5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8995fcf2-a553-4222-99f2-f20538d9cfa5",
- "IsUsed": true,
- "Index": 115,
- "Name": "AC电压173V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d313939-22fc-4e67-a323-9b1f67b8da6c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "173",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f8468570-3530-4975-809d-63c523302082",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "da095efd-a646-4774-9149-5f09586fcecc",
- "IsUsed": true,
- "Index": 116,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2da506cd-3807-4da1-9abf-ba170fac02d2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04b97332-23d5-4782-96ac-541c43e2eb37",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a8397417-e02d-4c47-98bc-16c0eca0d25a",
- "IsUsed": true,
- "Index": 117,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80ca398e-b4ce-4257-838c-2834a69d890c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f2cbff76-d0eb-4541-85ab-18138d35a385",
- "IsUsed": true,
- "Index": 118,
- "Name": "AC电压174V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c0c92433-05ec-4688-ab68-8383c749b13d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "174",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9bd6f917-b415-4eb4-a437-db6c5cec5ce1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2d10cf3-ca5a-4232-b535-ea39208ae140",
- "IsUsed": true,
- "Index": 119,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "924a799f-f9c9-4e92-bd90-b9c244eba268",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cf57c719-9922-42cb-855a-cb0584e0ee0b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b45cb90c-c08f-40d8-bbbe-a324c395d950",
- "IsUsed": true,
- "Index": 120,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd764728-0e15-4bd4-a55a-563500e8f640",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d3a017c-761d-4618-9214-be049750afef",
- "IsUsed": true,
- "Index": 121,
- "Name": "AC电压175V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd131f99-1b1f-4e13-97f5-1aac0691a156",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "175",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "849f67ab-8367-499f-8029-72757d9326ae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4b4bea47-ae42-4b13-8056-0ab2fb51a803",
- "IsUsed": true,
- "Index": 122,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a314df86-c978-49e5-8aed-2c50d572efd4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed1c5c50-161f-41fd-a0d4-264c7cfe4832",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "795aa03e-9849-4c2b-8c5e-d266e3cf700a",
- "IsUsed": true,
- "Index": 123,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c0d44d6d-ffd2-4166-b882-42483e4741be",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d1e38b8e-2ee1-45e5-9874-f48358f69de5",
- "IsUsed": true,
- "Index": 124,
- "Name": "AC电压176V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a9261936-5d1e-4b0b-940a-d01476a43dbf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "176",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a8e3a437-4476-40f0-8882-b49371da7ad1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "573489c7-1696-4417-900f-33658295dd09",
- "IsUsed": true,
- "Index": 125,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d223171c-b3bb-4421-8947-2a0ed626ec7c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90a0b659-11de-4dfe-bab5-9f8af3995a2a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19b83577-600e-4267-8c13-013eb0adeaed",
- "IsUsed": true,
- "Index": 126,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d9322fb8-a29d-426e-920f-b0deb4ed697b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "824001c7-b7f0-4296-8d9a-88aebfc01329",
- "IsUsed": true,
- "Index": 127,
- "Name": "AC电压177V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1173c8b2-ab43-417b-88fa-dc510c2e64cf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "177",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6dafadae-e13a-4cad-a13d-e13796390f13",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d546da1-8e2e-4564-9e0f-6ee0d69e57f2",
- "IsUsed": true,
- "Index": 128,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e88fb08b-5339-4efe-b592-b6b5b241645a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eaca07ad-176d-4322-9cf1-4f380d1a8b39",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "591165f2-c9e1-44bf-980f-7fb92f8ae97f",
- "IsUsed": true,
- "Index": 129,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ffbf20d-531d-42e2-9c88-3265031aa1e4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0639130d-2c8d-4fda-bb89-b6384bcd8af8",
- "IsUsed": true,
- "Index": 130,
- "Name": "AC电压178V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ece465d-8c3b-482a-abd0-2c0b2b067c4f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "178",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e952aee-ce2a-40e3-843e-559f9efce6e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b5c6004-d0cf-4f1e-adaf-d9c9455fcd84",
- "IsUsed": true,
- "Index": 131,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d10fc6f3-ceb5-4dcd-b753-f640bd0eb3f1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eed1346d-cc8e-4da8-af50-1bbce123e367",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f65a7bad-823f-4219-b3c2-7509f1af8e73",
- "IsUsed": true,
- "Index": 132,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bf327f22-e66b-4c6e-8d21-0ef303be1ef9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8665a22f-1c82-4ed1-be24-9fca63044d09",
- "IsUsed": true,
- "Index": 133,
- "Name": "AC电压179V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a2e5c54-1f7f-45e2-9c92-20f59d858461",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "179",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "16dad9c0-33f5-4750-9e3d-5d1ee75ade91",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b112d841-0c04-4709-abb3-32174b5ac71c",
- "IsUsed": true,
- "Index": 134,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f82a8ec5-7b64-4c19-a6c6-f12aeb24b984",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed19aeb7-5472-41bb-a7e1-a9041ec6c1e5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dd2bf6d1-1169-41b6-90da-ac8a6a8d5e13",
- "IsUsed": true,
- "Index": 135,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "77b4594c-22a3-4476-931a-c3913497f54c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cfd7b3d4-8737-441a-99ec-7d41886ada13",
- "IsUsed": true,
- "Index": 136,
- "Name": "AC电压180V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d20e7247-7282-422b-8d49-260646bf1f7e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "180",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8357999-d61f-43a7-b988-d62adf15b021",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "01204075-d59e-42e0-afbc-7a4b34991cc2",
- "IsUsed": true,
- "Index": 137,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b9b6528f-1217-49e7-ad5b-649bc8d8b247",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "296e3618-8f05-416a-8ed3-4f34214cee92",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19927644-7bfb-44ca-80b2-718f1790da38",
- "IsUsed": true,
- "Index": 138,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b459372e-c116-47b0-968b-dc27d6ada7e6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4ae5c8eb-f90b-47d6-aaa7-7946a19b720f",
- "IsUsed": true,
- "Index": 139,
- "Name": "AC电压181V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "624e46f5-c84b-402b-9607-bcf7444662ba",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "181",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c4581c9-db95-41b1-94a2-cf88683ec7b7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "938755b2-a251-4153-8c2d-1ed9ac97db2b",
- "IsUsed": true,
- "Index": 140,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5253b41e-dd88-4fe3-b889-9aa35eb5b593",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6553ff67-c161-4595-8fc2-f09746dbe7ae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45e6bcfa-5da6-4873-93a1-353430478e51",
- "IsUsed": true,
- "Index": 141,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "25c2ed55-194d-4640-b15d-70d62399f24c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed195cbf-823f-430a-a728-3e3b37d7355b",
- "IsUsed": true,
- "Index": 142,
- "Name": "AC电压182V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6311cce4-6f76-4b8f-ba48-769e0eeeca7f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "182",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7aa2bca0-502a-4e84-bad0-7883b43316b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "691dd662-47bc-4e07-aa08-88c16bcf7dcc",
- "IsUsed": true,
- "Index": 143,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "098bb36c-2f9f-4d33-9604-c3e64344d696",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f37f8b0e-a9da-42d2-9314-fed12f61a944",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19a5179c-4622-4154-ae93-1bf5adedb323",
- "IsUsed": true,
- "Index": 144,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bfa15f19-28f8-41ba-bd9f-dfc00a069a8c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c2fade96-9425-4a7d-aa35-fd022a2e015e",
- "IsUsed": true,
- "Index": 145,
- "Name": "AC电压183V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "edd12039-71a0-4109-adf2-15b350e916fb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "183",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d666d3eb-e710-4e66-8890-ef3ca327db0c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "042f6033-61aa-4eef-80ab-c90e97bc111d",
- "IsUsed": true,
- "Index": 146,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "135d1fe7-9588-46dd-8d93-97301f316f23",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9dc99bea-6bc2-4a26-8095-b9bdc5e87bef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c8426a6-3317-46e5-801d-69fbdb6a3a82",
- "IsUsed": true,
- "Index": 147,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "435a8eb1-b4a9-47fc-8763-79800ec1fba0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f41f8ff-1fdc-4c32-883e-de2a41213df3",
- "IsUsed": true,
- "Index": 148,
- "Name": "AC电压184V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4bae0586-07f9-4450-af26-b5f2db24a773",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "184",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a87b7c5e-e9c5-4a74-a286-2c964a38fe2d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be047923-07c6-4dd0-8139-694f51d582e5",
- "IsUsed": true,
- "Index": 149,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c97ad9fe-3942-416d-873b-39b8488139f9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8dbfd70-dbac-45e7-965a-4b47adeb12fa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "541d97c7-d5e2-4f4d-bf38-f3dd344b19da",
- "IsUsed": true,
- "Index": 150,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "053363fb-01a5-4030-b350-580c97f90d8a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4d763304-a48e-4595-aa7b-048ed8f1e649",
- "IsUsed": true,
- "Index": 151,
- "Name": "AC电压185V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ab35099-3a16-4c35-bad2-00eb1168fa40",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "185",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "028f0861-3ff7-45ba-bc42-a538e388b69b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b674db24-21ea-43cd-b48d-7701278f7d3f",
- "IsUsed": true,
- "Index": 152,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ba917a7-232c-4e89-b48a-a403c24b6cd1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51d016bc-4dcf-42c4-9800-efa2b9fbf1a4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0ad9a15-0da0-449d-9eb7-6d9186d4bd66",
- "IsUsed": true,
- "Index": 153,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad8c85cb-78c2-4602-99e3-235475f03840",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eb71da3c-88ba-4bab-90fd-440a2d4f5386",
- "IsUsed": true,
- "Index": 154,
- "Name": "AC电压186V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a673557e-ae6f-4ee7-bbef-41c44bd24f84",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "186",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e08eef9-c222-4492-8361-036d16b925b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "24e44fa9-3ebf-44af-adc7-2e41fdf64700",
- "IsUsed": true,
- "Index": 155,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3be4636-a7d6-4e97-a05d-923466c169db",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f743a601-8b17-44ca-881f-8879d2d840f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e3c09d0-410a-4f92-8885-032cdf927fb1",
- "IsUsed": true,
- "Index": 156,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18fc4d3f-7bd2-46b8-b72d-367ba680f101",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "33560d8f-8675-4ed4-b7bc-c91227f6856d",
- "IsUsed": true,
- "Index": 157,
- "Name": "AC电压187V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9c93785a-e35a-4195-aad2-b0cd7109f27b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "187",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dc712718-abd2-4326-857a-04b89e78c574",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f3340f32-287a-451c-820f-1d5e6e84ab80",
- "IsUsed": true,
- "Index": 158,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eb7dcb12-5d69-4194-8996-7c13c20a1039",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2ed8b874-979e-47d4-9cb6-e5ae2199a3bd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e127c29f-997b-4719-9cdf-d4bed2064663",
- "IsUsed": true,
- "Index": 159,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f739827-b3f1-4b1b-b96f-70295d960156",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "288fc8f6-21ae-4231-9929-200dea20799a",
- "IsUsed": true,
- "Index": 160,
- "Name": "AC电压188V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e1ea7b9-0d98-4eaf-b5ac-b3666711eeaf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "188",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d4b6f1c4-ae6d-492e-a19d-a77281af5099",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "178b0218-b95a-4c6d-b51f-2d7acf405cc6",
- "IsUsed": true,
- "Index": 161,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3fa68382-091c-4f48-b151-8d2c89617ff6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3886d3c5-72b6-442c-8371-95d9a4c69df1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ccfbac34-b2af-4092-9ee9-0eedb8971f9c",
- "IsUsed": true,
- "Index": 162,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f595c980-4f2f-4926-a717-491f942700fb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d9c0d2d8-63e3-48d3-9902-4f880bef080a",
- "IsUsed": true,
- "Index": 163,
- "Name": "AC电压189V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "19c73e26-4801-4f12-ad78-4d100e50d4a0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "189",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cecc9599-559b-4c2c-9d08-d856b89099e8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3728d05a-9ae9-4bcd-8867-181d1e607231",
- "IsUsed": true,
- "Index": 164,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "709b4bdc-a4a6-4ede-b663-6293c88ffef0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7de1d0b7-2d8a-4c3a-a706-19f35fd579d2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c03c38ee-9ced-41f4-b752-d00d1b5223fc",
- "IsUsed": true,
- "Index": 165,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7ab5f4b6-5051-40a5-a4e5-74143d9cdc0a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ebbf943b-a97f-46c2-a890-ca401f52aa73",
- "IsUsed": true,
- "Index": 166,
- "Name": "AC电压190V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "69f69e56-4d99-4f6a-8810-a5b074024674",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "190",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95829d47-bdd1-4160-acd3-cefc432f011f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6cd13741-f400-45e8-9e4e-b2059fb7093a",
- "IsUsed": true,
- "Index": 167,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "af947bea-6ecf-4126-85a6-121e5aea47ce",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b319be7c-f152-4a46-8b27-6d6d59bccfbb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "903f6b5b-f2b0-40d8-8fcd-da8ea70b1b5d",
- "IsUsed": true,
- "Index": 168,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "898a5f96-7c53-4053-997e-f26257cf389d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e758abd6-d15f-4db4-95fa-f4f882c88f62",
- "IsUsed": true,
- "Index": 169,
- "Name": "AC电压191V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aadedba3-a236-4c66-8626-992cdb0ba1a6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "191",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c89b8433-6669-4920-a433-a2bfed27acd1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "175a1580-dc78-4e83-a52f-110793db3b79",
- "IsUsed": true,
- "Index": 170,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7cc6d35e-d05d-4141-9805-a6c21521a423",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a21042c3-2f9e-44c7-8c00-c6eaf9b10dfd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03e90943-9910-4cdd-91a7-1f0c46bbb162",
- "IsUsed": true,
- "Index": 171,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da1b766b-ff71-413a-97e4-75cefbebf944",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c274bec-03be-489c-aed9-c95aea1fb5a2",
- "IsUsed": true,
- "Index": 172,
- "Name": "AC电压192V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b03f02d5-8966-46e7-9c44-62a78d1207c6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "192",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "133568f7-38c9-417e-b217-304cb72a42b5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "681bc947-5e8d-4ce9-a09b-64b145d4f1fd",
- "IsUsed": true,
- "Index": 173,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dfce4b85-776a-41f9-918c-603eae94052e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "344c30d9-d811-4f09-b5a1-c8f8bf31e79a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8ddd478-f1a1-45ff-a892-6c2775cfffcd",
- "IsUsed": true,
- "Index": 174,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bbe8d093-dd81-4e69-bd10-184fee921784",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6ae191c9-4409-42c1-a3d2-8286ab1c2ed7",
- "IsUsed": true,
- "Index": 175,
- "Name": "AC电压193V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b507e99c-afdb-4da4-9f01-cca8e5cfb55a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "193",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "37a57481-b8d4-4bc5-91c2-2c492b03766e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eb3335b5-b251-4c21-85bd-41742e6c64e8",
- "IsUsed": true,
- "Index": 176,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1879fcf1-1e43-465c-8361-c709033d99da",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "10255715-0239-42b5-b86f-b18b016a5c6d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "343d202c-60e3-4516-b60e-16ce3a3a1dd2",
- "IsUsed": true,
- "Index": 177,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7803dac1-6fc0-420a-af4c-cf920fc3c3f0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "020bb4a7-1fa2-4bde-be9f-400fe2707e39",
- "IsUsed": true,
- "Index": 178,
- "Name": "AC电压194V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8943f3b4-68eb-416b-9172-e7fd9ffe880e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "194",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7047456e-d892-4901-a013-aebda5de6a04",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "978cd077-b326-4b40-997e-a7c89bb78042",
- "IsUsed": true,
- "Index": 179,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "69a648b0-90c6-43b6-b4ad-02820a74cdd6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bae083e8-727f-4b40-af46-4ccd9576a4fc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a598a55b-a99d-40ff-8fe8-1c0bfb7e07b3",
- "IsUsed": true,
- "Index": 180,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9748dd8f-43f1-4494-b05b-e237b4a04e20",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "de58eaeb-f66b-4e82-b655-f8d36778fecc",
- "IsUsed": true,
- "Index": 181,
- "Name": "AC电压195V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd7ba76b-3fd8-454a-b667-6466e7ec1cf1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "195",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "416573ab-99aa-4077-aee7-b51a6e6e4634",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1e7beb28-4afc-4466-a8d3-198bf83ee6ef",
- "IsUsed": true,
- "Index": 182,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88a16f78-29a9-4d3c-8b76-745465f64a5f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "50739e58-85de-4a09-8d44-13367ae58341",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8dcbab2e-c57e-48c2-b02f-73ffee9d75fc",
- "IsUsed": true,
- "Index": 183,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93ca9f7c-4782-4f8f-bded-b026394a9a32",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db788bf2-347a-4aa3-a280-80895f2a9b4d",
- "IsUsed": true,
- "Index": 184,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8cab3735-b57f-4857-a77e-3c52e0e301d3",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7cc0ddc8-f223-4e70-85de-43245f3edeaa",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d2884d6f-dc55-4122-97a9-844de54d8120",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b43704c5-5d06-41bd-b65f-6d13c0864981",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "df33f2ba-be64-478a-b8b7-c9cead6388dc",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abe06db6-b369-4c3d-9f90-606ec0167245",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e327d0fb-8573-45a6-b41d-063297280afa",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "b68b1ba6-51e9-40ac-af54-7dc686238762",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "851e7187-8e67-44af-a7de-190a1ec2cf5b",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "570ea8b9-b5f4-4310-8d3c-30e0e83c8b53",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "59efde3a-fdcd-4377-8309-7cb5aaa87bdc",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "35500c8c-7a21-46f2-9912-2411f556cf8a",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd3f4708-b4e3-416b-9ef8-e9fe5f0a9ef2",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "217fd005-bc97-4d11-bdcb-16b76a1f2947",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "df83180a-7bf1-479f-8f9a-6304bd8b7cef",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/08_VA-HV侧输出电压范围测试.ADP b/ADP测试项条例/08_VA-HV侧输出电压范围测试.ADP
new file mode 100644
index 0000000..1a2524e
--- /dev/null
+++ b/ADP测试项条例/08_VA-HV侧输出电压范围测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "a18e7eb1-f7e1-43b8-ac3c-6a046e90119e",
+ "StepCollection": [
+ {
+ "ID": "7fface34-56c9-4f11-88b2-5780016cb39f",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "81e2a153-dbe8-43db-839b-f80d37ae49d0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3fa3eb1a-5f12-4ed4-b7e9-756a4c1521fa",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "212176ef-860c-4e06-9397-1cc5cfac21ff",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "a8a94baf-eec9-4e13-b7c1-cb06c5f4a120",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2b14d130-926d-4287-82ef-dbb0d41b5479",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "29b45367-84da-41c2-9d04-02217c0e2eff",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "7e995013-91f3-4f77-9928-330bafdca0ec",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "af91a27e-287b-40a1-a8a8-23cb369e1af3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "55681df4-1dc0-4c61-ad2a-5e91db610167",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6083ac7c-2b70-46b7-9677-0d48dc268cbe",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c784fa7f-28f9-4121-ab1d-4b80da75eef4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4b5b091d-646d-4ee5-b066-083b795993c0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "18a4aad2-ee5b-4ff8-899a-2e3e18a566f2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5e949707-bba0-4711-ad7c-87986cd12e51",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "9f50b71c-f2b5-4afa-a67d-2d8b80e17915",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d47c2505-3b68-4292-ac51-b59385ff124b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "274e0307-1db5-4c42-998f-94099b517e1a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "edc7ff8b-da1f-44ff-a474-1ef7e9fe5336",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "d5ea0907-bd7e-4250-936c-34c3dce00ae7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4672796-2265-450f-9a47-080d97df13d0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "948612b5-7a60-4b07-a19e-59d9a11fc469",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b10c3053-f98b-4dfb-8c12-324a44b1d46a",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b291a16e-f16a-4667-9378-1013f966241b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "08583b7d-951e-4057-9696-ded8d22b39f4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8d4e8581-d521-4261-8fed-086e780b59ad",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1e5e710b-f188-4be3-970b-70d8f347886f",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "ef0363bc-106e-41bf-8cd0-26df543fade0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b0deec7c-9270-4838-84e9-180c3e7ac138",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2126ef43-33bb-4bda-bd8c-7c2aef5c7074",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8082f719-5b4f-43ed-9d40-b5f24912b385",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e3749909-8857-4e39-8c50-d03ddea271d0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b4b7ef32-a67f-42ad-908d-a1fea7682ff0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "07bcc036-2517-4552-a88c-7766a0b144c7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "40a6fbfc-cbc9-44e3-9450-5f8ff9f29b55",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "7eccd094-a9cc-42ee-bc52-027468203f12",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0232d4ec-e5f4-4b07-9a5c-7a8a26313521",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a24f46aa-319f-4c4e-8848-f6eada85a959",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d763b035-8493-4baf-b6ab-1660f3580afd",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "bb9f25ac-6d4b-43a1-b2a3-213220a9fbc0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2faff909-f73f-4784-8933-818bda2ad9aa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "73da5279-ece9-4a26-8fd7-3257393a90e3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "11458a95-9db7-42bc-bdf0-96e1db6853b7",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "4c933cf9-40a0-4673-80f4-c8488e4ee5eb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2177d1d2-36a6-44cc-aeb3-1593532bf0e3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "66279846-584e-4869-9a1f-777c9693fd33",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a8ffa5f4-2d60-4184-bd7f-2cfd3818bd82",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "519618f4-a591-4644-b1fe-5e5b5b10f2f0",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c5229eab-4dfa-4ff2-bcc7-073a20607440",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "1153821f-c4c1-40af-8169-025bd4f5d3a9",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "42226eed-8876-43cf-86cb-3d5821016935",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f3d6768a-098d-4424-af11-833d407c3ebe",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a6048e56-0d93-4581-b9cf-821d05dd54bb",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "050e7e1c-a014-430f-973c-7196a416fc73",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "015dc8c2-1e63-4e1f-97d0-f5e427b309a2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1e8d4659-e61f-45d7-8074-7f478c607338",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "输出电压范围220~490V"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/09_VA-HV侧输出电流范围测试.ADP b/ADP测试项条例/09_VA-HV侧输出电流范围测试.ADP
new file mode 100644
index 0000000..01114b2
--- /dev/null
+++ b/ADP测试项条例/09_VA-HV侧输出电流范围测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "7042ed72-b5e0-4f93-9992-fa85bef1c415",
+ "StepCollection": [
+ {
+ "ID": "990bc64c-8b5c-45aa-acbe-1d8a9e591dec",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "935841c2-6e5e-4ca3-9aa9-206ae40a9fb2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bb283f31-dae2-4016-8abd-673a901166fa",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2c4e22da-c0cd-4f37-bd57-b5de326b7ee7",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "e9aa3cb3-7a79-49b0-943f-5a43b8da1609",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7ac27362-c4a2-46db-b7c0-7fbf3810ce35",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2a634e9e-5e44-47f3-865b-3bfc5edbfa58",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "77cd6668-382a-4a5f-82ff-c597fc514798",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6ba5f63b-92bc-46ef-948e-516e738e6756",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e0cb0e80-1a42-465f-afba-9426a11864c8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f026bf8c-3fb7-45ba-90cb-02bdae955e3c",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a0dddf4c-020f-4bf5-9d09-d26405eda75d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "688df897-c811-4b59-8e89-3800ef8abc1a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "33606744-b0cc-4a03-ba95-ede1d5e7a84d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a97ffac3-6431-4a15-a8cd-586ec5a0d38a",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c66f9c53-1d4b-4239-b6ed-4b6da05d9f78",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d2659efd-3372-41b4-a82d-dbe062738f15",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "267ad88f-b9a7-4351-9809-0508a4f72440",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5a59d13f-b75f-4694-8615-cbebc3c2f741",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "d6e3c7fc-a5d9-482d-9fd1-8f8f21e0b3b2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ce34eb66-c6bb-4124-bf65-750a1a5ddebf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3e0f1b4d-0180-4221-a90e-ab80b5fdf60a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "fd33b833-6527-487f-ae46-11e70b90a06b",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e8570464-9b3d-471f-87a6-1ed02b51953e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c94d4f51-355b-4c67-9711-3178b5bfa956",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f6432385-4e93-4e66-9f89-035d40d2c27e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8c043ede-61a7-46e4-adae-60aca01e3093",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a134175b-03f4-4947-832c-f75b6a1d30f3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a63ed8e9-cfe4-41db-b809-dca4351e3fa5",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dd589a0c-a733-4218-9a59-7ba2194f456d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b5e70ae2-22d4-4f8b-9194-da33dccbe021",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "bcdbd783-0462-4689-bfa3-bfa651292504",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "64eae477-3808-4ca7-9100-18135a2d91ee",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f13c4ff1-2720-431a-9c1f-3485ab66e188",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e8cc36e5-adbe-47e4-97b3-ba71cf1e1252",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "ab622016-2c2e-4cf3-a6ef-fb5f42cfeb71",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "03887b33-b0b2-4e03-9c86-c6a8e026a302",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "581f24cb-11aa-451b-a362-103f2d0ddb6a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f43ee562-bfb9-41b1-a48e-55c944063ff5",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "7050d4f0-12c5-4b4a-9eed-5df81698ca82",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5046ebeb-963f-45db-8a81-71535214bbd3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3ffa4fb4-dcde-465d-a6db-e1934199b0de",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "12b85fa1-38d7-4b0e-b5cb-ef10204f4860",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "0c524ba7-dabb-4b34-ad7e-1d408e1f1693",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f03610b1-c7be-4330-84f3-eefc2dcbf7a1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "53d35a04-e0d3-44ca-a0af-344bb0394407",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7f99228e-37f1-4aa0-a38c-7b8797948009",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "4c0a201d-56a0-4689-97a0-0cbdbe08a692",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f08dda5b-d15e-4e74-a2ec-a8e940043f14",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "9418874a-5d8e-4ee0-a78c-b9deade40a6d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "58b781c3-ee47-4951-83df-7e345094d3c4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "31ffdd48-322b-4730-b11f-18d079c37dce",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "da92b1b4-880d-49d6-b0f2-27e8fdb3b7c6",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dd6de645-19fd-4648-ad71-cd210f954625",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ada8500f-5637-41f0-a545-acfd15a7ea05",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5ad7bccb-0852-4569-8910-bc1f7da58988",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "输出电流范围0~33A"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/09_急停断电保护测试.adp b/ADP测试项条例/09_急停断电保护测试.adp
deleted file mode 100644
index 45a0803..0000000
--- a/ADP测试项条例/09_急停断电保护测试.adp
+++ /dev/null
@@ -1,1435 +0,0 @@
-{
- "ID": "5f28aace-8d5d-4fa1-a324-a2bdef739ff1",
- "StepCollection": [
- {
- "ID": "d7426962-cf76-4a74-a87f-b8e136a89e26",
- "IsUsed": true,
- "Index": 1,
- "Name": "延时1s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd0c5097-23ef-4d1b-8eee-6a1912f07663",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c374eb1b-a734-4738-a315-77ed063a886f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86e2b90d-b366-4702-9c51-9191ea3c5add",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34615ab2-1ef6-49b8-a2f0-e249e9189e59",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bd3c9d32-66db-4ab8-b666-3bb81fcfcfad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "630618c0-7ec8-4975-b70f-6c58a6732f24",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "85962d8f-d9ad-44ea-b5e1-201aec317a91",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad49fe81-9bf8-4f73-b956-6dab82d92a69",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09e5af74-0c82-4c42-adc0-3d73e088554e",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e9665b0-1e6d-4398-bea2-a186b1ffb9eb",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51da772e-596a-4046-bc6a-268162d4071f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "971e03b9-da56-486d-8f10-17a858c59e57",
- "IsUsed": true,
- "Index": 5,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cba60f67-d3b0-4688-ae64-5f4fbf453133",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d893b852-4762-45a8-a5f8-58b9d0a3069e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8984bc67-491d-4e8c-a840-66ae838c526d",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2bbd890-3b69-42b3-ae84-aab30f6afbe5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "74a2ee81-5ec4-43ae-bae0-ec1e83ba45ce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f03b28b6-b38a-43ab-879e-529165f975f5",
- "IsUsed": true,
- "Index": 7,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "89017c63-452a-49f6-8cbc-66a120e58c36",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91467e14-d109-46de-866d-32c40a455890",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "acc90599-16e3-4d2e-9ebe-e91c5ff3d91b",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "010d58ce-8275-495a-b02b-b1995e618968",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e8011b1b-cacb-4108-8b71-d16ace9aa636",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9d2c94cb-068d-4c6f-b89f-99229545746e",
- "IsUsed": true,
- "Index": 9,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "26c92857-0254-40a6-83bb-cb6e13f9a3ee",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "584cc46c-b1fd-455a-809f-d094d867de3a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e98efb9-9559-4bff-888b-a8e7ff790f24",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e30ea649-4db9-4346-86a6-4335825efd5c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "42e491b0-32fc-40e8-8052-b2b1dfc4a3f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "14244b3a-a492-45b9-bb7a-f8b7d23f9941",
- "IsUsed": true,
- "Index": 11,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44bb58ea-20ba-4353-b570-fcdc41757ddb",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e991462-98c0-44db-b09f-d681a240d698",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19827430-f31f-4f21-abcc-664f55600630",
- "IsUsed": true,
- "Index": 12,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d53de30f-eea5-4bd1-be35-5632ead2c365",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7c3548e8-3226-4066-9fb3-24dea67ac41c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2bf84e41-1fea-4114-b928-61d781c5138d",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b1650b9-0176-47d1-91ea-cca864ce1835",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e11aad1a-152a-4333-b760-327274b737d4",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5faead87-e83d-4827-9a26-109f077f7c31",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "771217b6-4af6-457d-96c3-d79ae31a404b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "47010081-b1ac-452c-b2d7-ed26f9257236",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b005dbfd-3dfc-40ad-ad3b-9cc59bef3efe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3fe5767a-9c61-418a-8100-de6dff5ddea0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e0acaae-afb0-449f-8ecb-70d5cb18b520",
- "IsUsed": true,
- "Index": 14,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3f70d10d-7ce5-4dfd-9025-948da0e4a255",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d7e9d3cd-0f47-465a-8fa1-5724f9d21526",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb7b7d41-ec7e-452f-942d-15f4fa3c2f20",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db371220-f99a-400d-97a5-a4660e470564",
- "IsUsed": true,
- "Index": 15,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0fa5f350-67af-4b22-9d0c-a448dbe5801f",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a7145111-7ba5-4218-8505-f14281a328e2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e077cdff-ff9a-4ade-8f5a-d885ef85b034",
- "IsUsed": true,
- "Index": 16,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "813497eb-e706-4d29-9183-1b49f1bd9aca",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d876580-67f6-4980-b8ef-e5e34d1943be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8121ff8f-8ddd-46dd-8244-0c22cf76f78f",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "adb98ad6-3605-4ee1-a24e-da99f0957752",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8e346bd7-e315-48b9-9641-d3302f114070",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b0157df9-07bc-4919-87ac-d0f2db277de1",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "054a1b41-c80a-42b0-8ad8-da14c791aa79",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c846ab38-4b6d-42c7-bac6-ce02fb851b68",
- "IsUsed": true,
- "Index": 19,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "50d0a2fc-3ddd-466c-8d41-d6e1a38860d6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "6615e4fe-1d0c-460b-ad12-c2bf24a54db8",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "feac8f56-b913-46d7-93fb-1ee9afba9233",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9f66a423-f986-43a5-842f-07ae1f1b2bff",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c7e3320-0b8c-41eb-afa6-4229991d012a",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24819bd4-0bec-490a-8230-a24c598cd0e1",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d4366103-7209-4ef7-9826-c01e6461808b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "c3ee2ca0-db8a-44b1-ba0f-4a942febf619",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8e617db4-3dfa-44dc-9245-76ed448ae9eb",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48168c84-3a2a-418e-96d0-235478895d24",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3643703-2817-4805-94b7-eab4f9b1cefa",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "1cd65b0b-f298-46e4-898d-3a7b66b4a579",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb4b372a-91c5-49d2-b092-70cf625129ad",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8d2642e0-5f0e-4a4a-b7ee-6221342e9e91",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4adb2f39-4738-46d9-b0ef-b1cdf2a9d5f8",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/10_PSU-AC侧输入电压上报精度测试.adp b/ADP测试项条例/10_PSU-AC侧输入电压上报精度测试.adp
deleted file mode 100644
index 63191d1..0000000
--- a/ADP测试项条例/10_PSU-AC侧输入电压上报精度测试.adp
+++ /dev/null
@@ -1,2031 +0,0 @@
-{
- "ID": "fc2493e5-eb82-41d7-9545-915f8d7a6646",
- "StepCollection": [
- {
- "ID": "b0f95247-1b5b-484d-8190-7a704a83e817",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5f415bc2-15e1-4252-86cf-b3ddc666fa17",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d5582915-2202-4713-b0b0-35479ca3cb64",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23b60c9a-7aea-4029-9cd9-9c4468cb104e",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0f86a69-6743-44a9-832c-609e8fee1b2d",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "732fbfee-b574-41cb-b7ec-28713b8180dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4058cbdd-bda0-4d1b-b21b-c6e2562aa715",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d8e17219-d886-4290-8efe-e53194e1028d",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1428c780-d2f0-4bd9-93b8-551a8650132a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "99977e8f-e3ee-4566-8701-6cb428c6532c",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d73d3be-a731-4343-8b13-9b67152a1a4e",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "612128f4-7198-496c-ae27-ab8449e40ec5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "076ec289-20b5-4d2a-96b8-cb5715f88cf2",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6b06dfe1-ffa8-422c-9fb7-36c567e50378",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "94f6022c-485c-4b38-b6bd-f6871129378e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7711b69-6e49-4104-a220-164fed91e2c0",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dceb2dd2-ac43-4cbf-9f52-a907ee48cac6",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "addd7caa-6781-484d-b03f-38821e441b01",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c13631f5-e4c7-41d3-bfbb-ecce9ee02053",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b9d93cb-d701-4291-bd00-685e02ebf82c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "96ef0cb3-12ab-4798-ad26-824c3d671e17",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61155654-bbe5-4ff4-9e28-0ea3e6c746c9",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "478894bb-e585-4a3c-846e-613d4ab25d61",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4b69d3f1-7565-4bb8-897a-9b2cf867ed75",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "878835bd-7dca-4c0c-840a-cd06df3e09ea",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a246544-7fcb-4d9c-af5d-63199b0c7fb4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "93ec082e-8eab-40f1-a827-12f3d785432b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18245b03-b92b-44c2-b9a5-ff40de839463",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6035bdc-f6bc-422c-a245-47e99bc6f569",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1ec0eff8-a9a0-42f4-a83c-23560bae516c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5cf044f9-ef82-4643-81a0-28b9039eebb5",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6f5dbbb3-c15d-4e35-b33c-89ed55416924",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a78162e7-ca85-460d-a4e3-98dd86105e80",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "449a07bb-1ae8-4d3f-aedd-4fb0b1b81b8e",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f80cc10-d053-45c8-8c22-ede7fe55550b",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f71be73-398e-413d-b738-9e9d8558332a",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bbb8222d-7e9e-4931-b8ef-7c169369ad66",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ec75cf80-4058-4e49-a8b3-6cbe21e180db",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a04940dc-e560-463a-bb83-65671e762669",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a46d4e7-4d50-40ef-80ba-9e9c26653d5b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9941e2de-d662-496d-ae3c-3387feba4d02",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29888c49-8cb2-456a-b716-8196532bc8f3",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "213a865d-a82b-46a2-8535-f5c05d4f8fd2",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "30054003-7a2a-4cea-8158-3578e1a09c7d",
- "IsUsed": true,
- "Index": 14,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f204d5b8-c04c-46ac-9e12-c97f071ab473",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "72df3716-eb00-4ee5-9a42-3b133a44021e",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5c8b8b7b-b1c2-4c48-b7e7-9ab08e8e3cf1",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3b298179-9716-46b3-a706-93ca2dbb7359",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eef06065-f218-4b56-bb95-bf731c7ec6a4",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "56813e82-5632-484a-967f-01767d572e43",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cafab1fc-c112-4369-bdde-df7a3658b128",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "73b2e92e-b8d6-4df9-b11f-4f4747d234fc",
- "IsUsed": true,
- "Index": 15,
- "Name": "延时1s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f8d17d9d-35d4-4af1-961e-b3dec3a53406",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "49f4ee8c-9ba1-4bd6-9167-d049333b5b4c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fd6d5ffc-206a-488d-ad57-788aa5624b39",
- "IsUsed": true,
- "Index": 16,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "025324a9-ec0a-4572-807c-c1ee55751476",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4143a9e3-2dfa-4b68-8f2b-3a7828e5094b",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7695b1c7-f15a-48ba-9263-338618bdfd33",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f8f948c-687d-4326-ab9a-1224e27a16b7",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "34bc6ea4-8255-4148-819c-40b208d04ff1",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0024feb2-f045-4802-9c4c-cac03f64a3f4",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "deaf98b0-af0e-4173-ae35-45ebf1ce803f",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1ddd65a-d1bf-419d-bd24-95602b00be42",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5e7ed8b0-9d5e-4ac9-ae3a-66662194ab8e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf8aa5b6-24db-4972-ad69-019ed7e66622",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2790fbb8-0337-4cb1-8ac9-a97200e61614",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1efe07f1-9396-4abe-8d22-0158c4d8ed82",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03e95e15-2119-49e9-a25c-c1c09fe695c7",
- "IsUsed": true,
- "Index": 19,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "663cd745-f3a8-4e49-a8bb-c8d06189ee6e",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b5641bc9-0355-4831-b5e4-8c9b340da43f",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a3242bd-4d36-4bbd-9513-f5b7b87f9fa9",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e19e533-7bf6-4e02-8b64-d32a51f1891b",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "10b9ed54-34e5-4d15-8ffd-f9fa5d8fb04d",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "54cfddf5-dbe6-423a-8beb-c5735f9119ca",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "29f73cd8-1cf5-4d4b-8b08-6271dce70ac0",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "736307e6-a4e1-4f86-8a60-d72c27f43a8a",
- "IsUsed": true,
- "Index": 20,
- "Name": "延时1s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a6131dd-bfb9-43c3-8354-dd909b6b77f7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e50b881b-c9fb-4e7d-bcf5-50434c3fb13a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37fcf2dc-7aeb-4f09-938a-07a99cb6ea6d",
- "IsUsed": true,
- "Index": 21,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aa5f62f9-f7f6-4788-837e-ba26de85a53b",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "cc3fd0cb-2c54-4df3-b710-a7e099827e6e",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ab4a560e-507d-46d6-8c03-97874d78cf71",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24e891f2-6cce-48ca-a1cd-f5703c9e4629",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "32686699-9903-4ccf-ba93-a8ea143d62b2",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e3e9c6fd-1536-4720-a071-866ad93ac9f6",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5bcfbc21-1c2a-473a-8e8d-a5a35a18447c",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee34ddbf-5f46-45e4-b5df-9643e1498671",
- "IsUsed": true,
- "Index": 22,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a5268ec7-f050-4150-baa3-2bf20e4a3418",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7fbef266-6515-4875-82ad-aa0de52b5f71",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39b7d619-6e92-4581-9209-8d7bb4da8a25",
- "IsUsed": true,
- "Index": 23,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b5076c6f-7e2c-40e5-8df3-35ad1de94bd8",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "90710d2e-6d71-41cd-9477-a4b17d352845",
- "IsUsed": true,
- "Index": 24,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bad3f5ed-d1b9-4596-96b7-4e583b764e75",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "9a72d6b0-fee1-478b-bb74-a3e7b7a335f5",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "246ae722-b0d9-4405-9a78-5df2868d73f1",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e42d1d1-796a-4faa-b542-14df8f7197d8",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9567df4-a5e5-4f7c-8a56-81f6374bf920",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a079e37e-7afa-4713-897e-4c5971fc57d0",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48b5933f-f0ae-443a-aee4-675ee56a3021",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "c2539a2b-b66e-4731-836f-2eb4f38be276",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "40520c1c-753f-4359-9537-73dfb301e958",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1e10544-e523-42b5-bbc6-6ee5f664e75f",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8ad1c50e-44be-47e4-8c65-daf36baad43f",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "db64a7c3-4539-4890-b7f0-cbe194ae0bb7",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "414e0054-4f48-467b-bb50-517d86a1d859",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "999f00e8-5e8e-481b-8cff-d6ba7544f235",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb4624b1-b38a-4f14-b810-828d685f5196",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/10_VA-HV侧输出电流纹波测试.ADP b/ADP测试项条例/10_VA-HV侧输出电流纹波测试.ADP
new file mode 100644
index 0000000..ef54376
--- /dev/null
+++ b/ADP测试项条例/10_VA-HV侧输出电流纹波测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "d6b8c7ce-a9c6-4ea3-adc1-bbb2b02cbf88",
+ "StepCollection": [
+ {
+ "ID": "da5ff1fb-e777-4454-9b8e-fb963eb581a4",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "7c2f4e07-cf9c-48e2-b2b7-7c63caee3c20",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7ce715ad-8031-4e35-a532-c449f45495a5",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "13889fea-0b42-452d-aff2-d21a8c9cffdb",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "5f890767-7f6e-4da8-9a04-5cd2f0342044",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "582f4b4c-bf6c-4ff9-8d72-d10da9a03e65",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "95d5d389-9d72-43a8-852c-1437f499074d",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "1928d2cc-cef7-4c3c-bbf6-c6e521e0430e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e3633f7c-dc22-4b98-935b-2ff42a5aca7d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0e958a6c-b231-4e30-93fc-9bc4792ba194",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "30ce6f6b-6942-4082-8dcd-e21ce65416f2",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "578f6f73-0396-44f1-86b2-5a9ec83efdde",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fcc3f633-061b-42d3-ad83-ef5536f2327e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ec12946f-ec81-4252-9e05-e4d11eede69d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2d519686-fe4b-47c1-a1b9-2cd8b81e9b96",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "4c61547d-9453-4f5e-aad9-042ecb87f93a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3e2ddfa2-91e7-4533-81e9-fd5a3246eba6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "63a3dc64-eb1b-4d41-907b-a09e05f75100",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bfbc6b68-f20b-4fed-8541-30ae157ef510",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "6cad82ac-4432-4f98-a215-f37cb45af3c9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "494ca7ba-1f44-46d9-a1fb-dffd9f35557a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a7846ec3-fe34-4771-a6e0-c63c8485bce5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5f660a5c-1a06-4018-a5e9-b5c631a91d6d",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e7ba99ba-0749-46cd-a531-d2644eb19fc3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "29bf6719-6440-47b2-ae37-d03ba5a96896",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7b7a1422-d56b-41b9-92de-0be990222cde",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8ea7eaa5-87fb-4930-9294-48cf39a4c61d",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "6b3d7ec4-743e-4a7d-b6c4-51578c4195ea",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fe6f0370-bd21-427b-ab6e-86771b8c65d8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a4395823-54fa-4aac-9ffb-397941c30713",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "fc4b4340-4ad2-47cf-be3f-08b7bad12755",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b3378fa1-1e82-4f1f-bc96-7c41f2e6c98a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "040a12df-5fda-42e8-820d-474c157c6028",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8ae9e22c-effc-4c6b-b14c-137c6f805d80",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3a90b504-2567-4f0d-a844-383e51898810",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "fc4b3e91-6c09-4068-b2e4-f31c8242df41",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "89fe014a-ef77-4aa0-a082-35d8c2be9b6e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "50a497e6-1214-4f58-ac32-e8ff7cb49a5c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0376d7a4-2a0c-4b92-9cc1-915b52221da9",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "fd9612f6-2292-4b6e-85f4-84e55450ce5a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "412cd66c-7335-4baf-bafb-ca3595b9f326",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2b002360-f97a-4974-be01-c0a41122b665",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e5ef7426-6078-4709-bb0e-034739e14b14",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "11326f44-5460-4b0c-8f22-7d158b1a7a48",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b2eee685-2268-4ce8-8bd3-816d5fa435c1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "97989324-9992-4ebc-b55d-aa00bd68f639",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d60bb910-af78-43ad-bbc3-bac0b1c26152",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ae0a1dc5-8f74-4161-ae16-7b22e2adda0c",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ccf81d60-a2a6-421f-9949-8c589140fa4d",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "d78bc02c-4b71-49c6-9ed5-8f96ea81aa29",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0bfe9095-7283-4de4-a6e3-27f2d50f7ccb",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ec91331e-cebc-4851-9aa7-95feaab80324",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9ea8fd1e-c9c9-44eb-b23f-2017fb26c85e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "79db466c-4c13-4691-b2fb-94336a4f342b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "032c30de-9445-4961-bcdb-e9fb079d19da",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b62f6b3e-1099-4c3f-bbd8-825795eae41f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "输出电流纹波≤±5%"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/11_PSU-AC侧输入电流上报精度测试.adp b/ADP测试项条例/11_PSU-AC侧输入电流上报精度测试.adp
deleted file mode 100644
index b25e631..0000000
--- a/ADP测试项条例/11_PSU-AC侧输入电流上报精度测试.adp
+++ /dev/null
@@ -1,2031 +0,0 @@
-{
- "ID": "a4938ead-e6f2-4188-90cd-79f04ae2170b",
- "StepCollection": [
- {
- "ID": "77b497aa-1684-41ea-b3d3-6ad1235e047d",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "534c3eed-9a16-4e19-81a5-1bf748218300",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "06749236-4814-476d-92eb-c5a9cb62d3b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e3665bae-dacb-4b68-a0ef-6bbdc1dc382b",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ef5a981-2ab0-4662-bfe1-10779d79beeb",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f4816336-8a49-4a29-8c2b-289f185e7936",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0c9f1448-eb92-40a0-86f1-baff3eee16ae",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a5debc96-9316-442b-8297-5dfad150844c",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8ff825ee-03d3-48cf-986c-3d99a5acee73",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a84f1a4-5aa3-4528-a708-8a9b572db09c",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ba3adce-213a-44a4-b672-aec77fc4d0c5",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d25bd447-11f1-4cb1-93a6-39ad6d84ca10",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a9f4420-ab11-4e2b-ac64-88b07e326ad2",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "07b62e4f-32a4-4654-92f2-e38a50c23619",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc171c5f-2477-4b81-b623-075221fa40ee",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3923b9d6-4a3f-4803-88ef-7ae5a2912b38",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cacf0130-3685-408c-a045-b98f822fee15",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "39921f8d-4e50-459b-8266-cc8993fb9219",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8c9e2ab0-ac69-436e-9df1-7b9be8251044",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e3af480-0e70-413f-8cd4-0753abf20b0d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f728a21f-ebc5-427a-b182-d97f3a16c022",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "81393309-f0e7-4272-827b-9c4a0250c382",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72cfb14a-5bc3-497a-804c-d9f3ce07ac80",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7372cc7b-71a8-49ef-aa9f-4d858c79d2ef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ea0e5257-3722-4341-8a27-8073ef582987",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47c17dc0-eef2-4d86-a927-f1820da4c12f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "936fbd50-b2dd-4d7f-ba35-755c367d421f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6711ad3c-bdd2-4c92-8cd3-47a13672060a",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4cff026b-3186-446b-84a0-9db6ddabdbe9",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e18b7e0e-b0ef-4aca-aa70-66831f4a2912",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "44e08da6-03c8-48ef-8e0b-13274a353676",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ea355ba8-e54d-4e94-8c22-47c5a0318783",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "6909b5e5-2912-4f37-9abf-3bf824bfaa67",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "da138695-605b-4e6b-b3a1-f46aba63f770",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6f40cfbc-402f-44f1-a2b1-ad93a127a51c",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d6eb8971-1bbd-494a-8f4f-01c1bedc5b22",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfbc29fe-097b-4e77-b4f2-1de07d04d5e7",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "df4cdffa-fea4-460f-aea8-095d8c22365a",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b208d88c-77a4-40dc-be72-8f3365a7f053",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "76cff272-61bf-4b81-b559-935c5bb1aa53",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e77e5901-803d-4d1c-8edb-ff1d234cf0bb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5c966e37-e7fb-4421-836f-8bc69d76f393",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f3ff3b77-45e0-40a4-844c-dc4a09e26b8e",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6bb579ce-8239-4cca-8d92-3cdc59b045a8",
- "IsUsed": true,
- "Index": 14,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba89f865-d765-49e4-aa04-fb610486a339",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "5bf18493-5b53-4b76-818c-dd61bcdd22e8",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3aa405e5-73d2-43b1-a373-07f1526db00f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5c28f194-6d65-4c89-a176-ebf875ba71e5",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0cce4f05-efaa-4675-a4a7-b1063e834c0c",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "26c962ca-7de4-4eb5-b7f8-7a6836f50477",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d4df1b0b-ec4f-43fb-8f49-ea57586f2650",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4455b834-df11-4114-9ab4-ddd08bc39753",
- "IsUsed": true,
- "Index": 15,
- "Name": "延时1s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6b182c5-6de2-424d-b4af-53d2540ab6dd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bd99ec3a-9618-43f2-af7b-e47a040209e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "24cbe867-b10c-47c9-998f-cd713fdafc74",
- "IsUsed": true,
- "Index": 16,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef13c93b-0c15-4025-a147-cb0a937897ca",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7a2872ad-50ee-410e-bae9-1d151b6595f4",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e32df8f3-b7ad-4789-a51c-4f9c34ce003e",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b481a1f1-8e40-4add-b0fe-e5f5b4c57193",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14577283-fd38-41b1-b337-06de68816de9",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "79f8c5fa-6545-498b-9d22-e10927bc456b",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ac576542-97fc-4051-af89-973af88238fc",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e234004-238e-4d06-b13e-d7bf18d9c95e",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c56caf61-4617-4bc6-95d1-090ec7d83c20",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "729362ca-9d4b-4551-aaa0-5b47274c48ec",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f3b1f171-1f43-4b5f-9786-be583cfea9a0",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3d041a19-014c-4704-a57a-24c64d9f8867",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "81f1fb79-c32a-4b0b-85e2-0ffd344fc81f",
- "IsUsed": true,
- "Index": 19,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e3e49ea-4df6-4bf3-95c0-c123d2f8ae4c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "63a8c47f-479f-4ed9-afb9-765fc4be5660",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e477133f-5f9e-4e08-bb65-d339db5de3fc",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "601589eb-6c42-4a9a-96d1-713a8fac4d2d",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89a4b416-6369-40eb-86ec-84aa00f88307",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63526e94-47f7-446d-bfb4-875269ac02a0",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b82bffab-6caa-417f-8d09-9ed76b416db0",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1c11736d-ad6b-45cf-a7bb-6ba4d80efc5a",
- "IsUsed": true,
- "Index": 20,
- "Name": "延时1s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a1bbdc5f-297d-42b2-8292-e1202fe50d92",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d43e962a-32ca-4841-b016-73b2a4bd8f63",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a9c9e92-9e8e-48d0-917a-ea4517750d19",
- "IsUsed": true,
- "Index": 21,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e20edb80-7e19-404f-8a19-b350ca39f48f",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "003dd1be-ec27-466f-923e-4622b220f291",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "621453ef-b1b9-4b28-a9b2-8bc5eb3ab0e6",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7784e1ff-5d68-4eed-b366-4b38cdfb622a",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "223100aa-0a70-4dff-a0d6-0a8a12e7f11b",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0fb4c272-b81c-445e-aff9-61e17316965a",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "036bbe68-efe4-43a3-b47f-b5ec3590e92e",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b0c94318-2648-4372-82bf-5f5cb73d3593",
- "IsUsed": true,
- "Index": 22,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "03919b52-bfa8-4076-91c2-d59e2e3817e4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f2392a45-0876-4bc5-889e-ccc74f8743ea",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8b5b71d4-a429-4805-aea5-1c4733d15798",
- "IsUsed": true,
- "Index": 23,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24dc411c-99a4-4f55-b409-23e74947dcf4",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e042d91d-6c46-42d5-9f94-f3c68e9b1f18",
- "IsUsed": true,
- "Index": 24,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d8ba5663-c1c3-461a-a640-9879772f1c25",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "9864b211-f887-49c2-945b-f4d28b803d2c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b5e15dcd-3451-45e5-86ab-89d96b38b15f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c7834c0c-a0d6-41a1-bfd2-b440d1165924",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "626b9cc5-85bd-4248-ad83-abe70edd6260",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f237942c-93c5-4252-8ebe-90df32d1b917",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e37fdd0-3039-47c6-b3b1-7d7eddc8a80b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "b6a76ccb-1fe7-499f-a239-e17c65ad5391",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6489140e-3369-4b85-b7dd-577c5a5ee52f",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6023819c-f6e4-4b74-bec9-330958adba5e",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dee49c22-f5eb-4cb6-a1af-be68a257d0b4",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "96009af4-a118-4f6a-bf8f-82c3682e886d",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bdfb5023-c788-465c-904c-d0c9a577d0ec",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2c019b24-10ed-4138-80c5-b58a52a64285",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0b105a70-6863-4bc4-b25d-dcba0f06f92b",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/11_VA-HV侧输出过压保护测试.ADP b/ADP测试项条例/11_VA-HV侧输出过压保护测试.ADP
new file mode 100644
index 0000000..08499eb
--- /dev/null
+++ b/ADP测试项条例/11_VA-HV侧输出过压保护测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "cc807464-d103-46e8-bc6b-9362fd4e316f",
+ "StepCollection": [
+ {
+ "ID": "fff7ce15-cc63-4def-8bfc-ed671ecbc7e6",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "31f595fe-fc92-42c4-91a4-5976207bd868",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "88f3e6b5-7f43-4171-adf5-5775f0c905c1",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e69b06d9-0af5-4f41-802f-6e41ba6f745e",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "b3b0b285-37b8-4dd6-83db-cb7e098015e9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "dc4516bf-fedc-4b39-8d51-596fbdb13686",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "da4f5d2f-7a79-42a6-b07b-f4e8b25ac3cc",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "8ee39363-99a0-4b90-b86f-1cd39380972b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "21c1bbdf-6069-46c0-943c-aae2d70710ef",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "afbf7bc0-87fe-49ff-9ab3-d5a8149638ec",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cd94fd1b-09bc-4d39-a7f6-38426b640144",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f3995c7b-3a55-4505-b950-93f599d5a647",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6377e476-ee15-43c5-b4e4-fbc128be5039",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1d6a0103-1578-4da2-baf5-1c495a2c8340",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6879feff-9135-4b47-abac-470000511f35",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "eb3d8f43-abf1-4d61-acf9-03583d47d827",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a144b418-9948-40d0-b348-791f7d3785ac",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a964d3b0-f48f-4d59-8fa7-6856d3c7833e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "77bf00ab-694f-415a-9492-5c9dc1b4b452",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "18e6baf0-e9bd-4c4a-889a-80c11739b686",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5ba3c543-9634-4a97-8dda-3d6e0a70fa8c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ac3ad9f5-4da5-4dfb-a02e-60d5de17ffca",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "88aaa68d-ceea-46a7-a2f8-f5654b51e2cd",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "30539f2b-c88f-4263-8ee8-4606b12be9b4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4bd8fa35-b975-4230-b4b3-36a3b98d1558",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b2b8ba81-05da-427f-99aa-18ee96f5ff5b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "686ec53f-1657-45b6-bd66-55787950fb40",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "dae60953-c8bd-4d8a-8ffa-97e48d27fb19",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "aa46730b-f0e7-41aa-ba01-778cbb47fae3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0d2660c9-794d-4dda-a425-f2a954df28d2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0517a257-d40b-4893-b79b-9b5c8a59a224",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "894a5ff4-46f4-4264-9171-ac27182b9569",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9cbae842-f790-4ee7-bbc2-6479e34b3e89",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5314ee8c-87ec-418e-a779-3f8554d17a52",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "dc386d9e-4080-4cd7-8965-a4b06bf62114",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "06d45d3c-82ce-4f07-a3d0-5b1d7449a3bb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8cdf5617-2481-4a7e-b931-648ccbd03a26",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0f4daebd-e63a-42b4-8eaa-b8ac87e88748",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "51cf50c5-f85a-4ae8-b187-05d3bb76b951",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "11bc97da-62bd-4acc-aa52-39e021673737",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c8e8cfc4-eaf2-43c2-8568-8dcee649145f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d077fbac-b772-4539-8499-53080f2eb4b6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "4b37958c-e676-49cf-a8dc-a8d59bdfe8bd",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "80683521-05d7-4d02-91bd-52ed58d848c1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "374de1a3-0f99-4026-aace-7d168181f090",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "85905554-a6c1-4b8c-9c9e-9f4e703d6e4e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "db980a2c-14ff-48dc-92b6-fb7a5fb6308c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "294bd434-2180-4b44-9468-a2920d5ef86b",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cfcd377e-e151-40a1-994c-9f4991b4cf82",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "427ff448-ec80-4f8f-bc22-f2ef7ff1130a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fe732df1-da66-4c46-9173-a7cb7394407b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2b75d8eb-548f-4dfe-b737-575a83a0fe5f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bf1ce95c-0da2-4327-ba11-60281e9d78ff",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4d28fd7b-f795-4fad-ab12-e4fbfd8a958a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "29d85182-4402-4879-bda0-bdb7ccc87e73",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e3b9c3f3-ceb8-4ad2-a6c5-8f7dad2c3ff5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "过压保护点≥500V"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/12_PSU-AC侧待机功耗测试.adp b/ADP测试项条例/12_PSU-AC侧待机功耗测试.adp
deleted file mode 100644
index d5f67ca..0000000
--- a/ADP测试项条例/12_PSU-AC侧待机功耗测试.adp
+++ /dev/null
@@ -1,599 +0,0 @@
-{
- "ID": "af607c44-c691-4a0b-9d2e-f0a407e12069",
- "StepCollection": [
- {
- "ID": "18afa85b-4bea-4c5b-8173-88685200f560",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d43cf1e4-181d-45c2-bd5a-2a95dabe2fae",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8fc399c3-0017-4e4d-8d4f-1a7818971aa5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "699a4965-ee28-48fd-bc4d-07303b312d85",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba51b713-5b71-4cf8-9895-2555518a5e05",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e544dcbb-1f1d-4ddb-9eed-dbd911d59fe9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "462ae5a4-6535-43a0-a6f1-4079bb6e68fc",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a80d059-9bb4-4fdc-b01f-a17e2d2d9c33",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b2edb7a-8095-4cbe-85de-1acc0b2a0611",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29c8c93c-be28-444b-9ee4-eee28ace9a4f",
- "IsUsed": true,
- "Index": 4,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a52ec073-01d7-4aab-ada8-9b6664da7aeb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1a0c13c9-e99e-4a19-a4dd-b692c3bc86bf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2213d991-18ce-4345-82da-eccb9ee81ba7",
- "IsUsed": true,
- "Index": 5,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5c3855d2-0f71-4af7-b271-45d05611078e",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b2568f5f-f7f2-4801-9b33-e87e7dad87c9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40f6c860-1dd0-4531-bf74-3d1ac60245f1",
- "IsUsed": true,
- "Index": 6,
- "Name": "低压源0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c249b264-5f37-47f1-9f89-55eda2e03de6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "541a2b33-131e-4d04-b49b-a4dcbdc443d1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d956870-44c8-4cec-abfb-37a5affcd780",
- "IsUsed": true,
- "Index": 7,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ffb205e8-d135-434e-a197-9084b3cb7b23",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7606abc7-3b5b-4928-8c5b-068d48d564c6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8377120-412b-49bb-b657-fa7d87f31922",
- "IsUsed": true,
- "Index": 8,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "adc20ea2-aa51-41ac-a315-7306b90adf92",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "711333bc-4947-47e8-8b8c-fc10ef0c8e36",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90164515-771d-4e69-80d3-8149d98e2129",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c7bad4fd-e273-46c6-a996-b0fa27869791",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e4219dc3-72b1-4190-be33-e311320e8a32",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "20d32b5c-220d-4fb3-8ba2-eb468027c195",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "313ff613-089c-4381-ae15-4669a4180b67",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b1362d1d-c8ac-40c6-8159-3504e2f46196",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "333babec-b205-49ec-b565-795ab12c39a9",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/12_VA-HV侧输出过流保护测试.ADP b/ADP测试项条例/12_VA-HV侧输出过流保护测试.ADP
new file mode 100644
index 0000000..f8fa4a0
--- /dev/null
+++ b/ADP测试项条例/12_VA-HV侧输出过流保护测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "bdf34b84-df63-4b6b-89c2-8b1c2e380989",
+ "StepCollection": [
+ {
+ "ID": "56e5df0a-cf85-4dd1-bfe9-a1395c4be448",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "b065a449-eea2-4477-af4f-ef24d25e6ece",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e5f793c1-7a28-4eef-922e-25b1bab2eeb4",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "fb9ca7a0-1a49-4037-b9e8-01b50fbea88b",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "6c412ab4-e013-4878-9ec7-55285a21fda8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a4fa8c90-f5c6-4e25-89e6-aa3ddf9401f6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cf67d5af-d43d-4351-a8f4-ecf34f4921d2",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a5cd8b9e-87a7-4581-912a-55d45844f20d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "22ce6956-b1a0-4cd9-8a6c-0adc72ab3b87",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1df06787-44c5-4f18-a78d-2896814ee91c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "aac385b4-3799-40a4-bd6e-e3c092cb30f7",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "eefe3174-ae71-4a80-a434-4e5dc942b05a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1bb09065-8b40-4422-91f1-10ddb4d73afa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7d6983d6-f1de-4a96-b8b9-ef40b5abdb74",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "becc53f9-f811-4fa3-b610-67d8ad597729",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "82935955-0777-4f56-927d-5748c68be406",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b7bd7853-f69b-4189-a5fa-9fa6562ea19b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f98da07a-1f9f-4f5f-86b5-dabf9a2f97eb",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "28d8a4e1-7e66-4bd7-98be-0e5b4487cc2d",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c2c145db-4c59-4aab-af5c-2acbc68caf44",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "162d8543-45f1-4e67-8e2e-9aa9c08ff28c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "35f26740-ffad-4445-aec8-4774147be9dd",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "522ca540-a703-4d21-9db6-21ac0cd81530",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "0566e908-d4d9-4294-a69b-8f33e2bddf94",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4160b030-ef28-4252-9388-7f227ce1559a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bc5b9366-889d-43bd-a694-5b1a0ec01826",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cf8a2f5e-fdc5-4b0f-861c-45896c59625b",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "7b9a8dbb-1f2a-4b08-8389-ed79968150aa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ca330971-8698-4057-b501-fff130500881",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "897fc182-16e9-46c1-86be-c59f44ddd048",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c6281558-cd30-45ed-a9e4-aa709478d32c",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "5b44c981-65ab-4c5f-8646-d16783378750",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9ac6ba43-bec8-4ed7-b7ba-37c1f71947e0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5e435700-a04d-4e61-9cce-bbfc73fabd74",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a5566263-1850-4b8e-8faf-6f99edde7fbb",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "2fec9171-07dd-4f38-bd8c-f3447978cb5e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ea92f8a9-853c-4052-9a0d-21456d269781",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eadb2ac5-7b8c-46f0-a790-1124ffa4517d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "529827b5-5e27-47d0-89db-27bb5fd2ba87",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "558d6ce1-e27e-4432-98e2-031785a42358",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a4bd3ac0-1e98-4719-a01d-75a419bdc053",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7209592e-b9bf-4dd5-a0ce-5cb63c888f89",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "79efe164-1b64-48a2-9747-882112fe980a",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "35990f1a-6130-459d-9a8f-bd553ff75fe7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "14896b13-9310-451a-bc3c-108d7441f74c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "498e54cb-38b9-429c-bc68-8bf6c9d21e88",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "02009b02-9017-41f9-9850-4966bc09dde6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ac10f188-1711-45e5-94b7-1fab894358b5",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "514c1a25-c36f-45d0-98e3-b87f32f6d4a9",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "8f863e62-8fd1-46ed-a599-fddd88aadeac",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7d112a68-996e-4802-a9d1-34044fd58a68",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4e63efe6-a0ef-47ea-b290-6ed98a41751a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4fb7261f-a603-4415-8c7e-da7a3642bc5a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7393e877-9eff-4606-bc23-1464877b720e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3ed2f4ea-43b3-460e-a873-19ecf7426761",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bfce8c5e-a6ec-490a-8beb-ab0832073b73",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "过流保护点≥35A"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/13_VA-HV侧输出短路保护测试.ADP b/ADP测试项条例/13_VA-HV侧输出短路保护测试.ADP
new file mode 100644
index 0000000..f6e5482
--- /dev/null
+++ b/ADP测试项条例/13_VA-HV侧输出短路保护测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "25d5c8ac-8375-4233-89fb-9a668a026430",
+ "StepCollection": [
+ {
+ "ID": "7cfb5316-d6cd-4ce4-a9d3-ea78854e6226",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "0273c86e-24b7-4d39-981f-b4d84cced749",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e891466b-b028-475f-9607-af290bc82c2b",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d7e570e9-940a-49bc-91a9-8923db8b224b",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "f5983adf-88c3-4d84-bc16-eab8b660698a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "495dc4d8-e800-4b38-b0ef-500b450d0ae7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "68c24aa1-fec7-43a7-b789-a94d294043cc",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e7561497-c820-44b4-9049-bc42d8f47aa7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5cd1ad90-03fd-4261-ad1b-6fff864aa7ff",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d53161f7-8347-4ec2-8ccb-595e6505739e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "483d197f-6e36-413a-96af-825eff36089c",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b47d3918-b1de-4ef6-91ca-a66db7972c73",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f3257be5-159e-458c-9f6d-032cec2e58a4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9a1a2a8c-9df5-45f1-a614-40d6e6f4700a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7ec91939-e4bd-4f7b-9c89-69421b006b37",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "06542e60-0d31-4f0c-adce-e7b8085849e2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "80d20996-d027-49d0-a419-64f60dbd03c3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4fc19ef8-de4f-44e8-a873-3c5313acca7c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "927c001c-05b5-4011-bdd7-37eebace00f9",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c90aa2af-bc38-43bc-bf0c-83686289aae0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bca19e4d-8dd6-4e15-b5cf-7ebc84a83185",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8d71d5ae-51e5-4470-844d-799326892bd5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "633da1e6-f42f-4024-919f-6a7afad80638",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "cd08640f-58f1-4115-9886-f57980f3767b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f444e74e-cad3-444b-8aed-1f8f4e146827",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "be59e0d8-f0bc-43a7-9140-5cdc1e61378c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3d7d58e4-ffba-4595-87f8-5ebe952fdb72",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b045fa45-cbe9-43e2-b518-f8dbcb7e27f4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "794859c6-16e1-412d-8e1f-35e83ab8c012",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9820dfbc-1fb8-45cf-8316-90032eca7a6b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cd795a80-e9c8-4da0-b762-67697ec19223",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c710e0d5-aacf-4daf-824d-9fb119925c77",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1a4e2f9e-f27f-49f6-bc77-1a6b44a5bfe2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "aa29b8d0-6ed8-45f5-b80e-b651b5d73003",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "efab0bde-a486-4681-be5b-4380d58b80f4",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e3ffd05d-eab8-4c5d-887b-e31d52943956",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f9ee92a8-2979-4da5-a757-c94da52f2abb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "10771ae0-d6eb-4868-ae26-7972c1227ea2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "05f43b07-08f3-49c8-b995-3ceecdc0c78a",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "1a86a114-8c06-4e80-bf64-71e48a6c0af4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "befe1554-37b9-4c65-99a3-3e2e6b711de2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4daad06-8b51-499b-8d9b-4bfdb7125c6d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "30159d4d-ad4c-4f16-bfdd-8c50cad7642b",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "39ae6a0d-fcf7-4bd2-9810-a80543c1671a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1ce11445-af49-4f5a-aceb-1fd79418d3d4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "594b04f1-3cef-4978-bd9b-c3028476f037",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "32d9e4a9-bea3-475b-8348-4072ac22441c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1e890a21-305b-49bc-bb0d-afad9f6838c2",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "60ec4a3a-a6c3-423f-90a0-6393754b6f08",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "a32b60ed-e2f7-4dee-8498-517bb28fecd9",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1eb45041-88b2-42c8-93cf-e5cc120628fc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fbd184fc-850b-46d5-9d88-aab1213d1e58",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2d589daa-1fde-4753-8abb-e44e3484b1f7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6b2c5303-784b-4c2b-8a6b-0441586b02b0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e83e1633-1bd0-4252-9fc4-cee249ba9aad",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f6ea46a4-5103-43aa-8b96-bb0810b563e6",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "短路保护正常"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/13_金属异物检测保护FOD.adp b/ADP测试项条例/13_金属异物检测保护FOD.adp
deleted file mode 100644
index e52e0da..0000000
--- a/ADP测试项条例/13_金属异物检测保护FOD.adp
+++ /dev/null
@@ -1,2391 +0,0 @@
-{
- "ID": "a3086d74-183d-48c3-8ccb-cd3e586ad044",
- "StepCollection": [
- {
- "ID": "7c2ca60e-4775-47d7-a88e-3d6f5d6a02b3",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5454d619-0ba7-401f-832a-361b84999390",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6420ae05-a0dc-4f7c-a9b6-86a3c4904d8d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e56b79ac-faed-4a02-b1ea-8a5dd76ab34b",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2801b099-e39a-4ee2-ac0c-2190eeedfd2f",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "149a8374-16ee-4e1a-8a61-a749c4cd796a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "315e0fbb-ec23-43bb-a055-b3b467b67604",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4fb10b87-b4ba-4016-ac41-900536764ea1",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a7be99ad-83af-4851-bdaf-e55459f5eebb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1f59a003-8d7e-4e09-959c-5fc78cd6075e",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fe2a789d-6219-4827-ac71-44562f258126",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5fe9616c-5b08-406c-b262-0a269345fd6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "185fbf8b-54b9-4300-aa33-f75e4420156c",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4af587ce-9ad6-473d-9c88-e0d58b5c7e05",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed9ae64f-dfeb-47df-a928-077a026417a2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8cb2bee-8009-40ae-8d86-a34c9c5adbd5",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3426ede6-415c-44a0-adac-3abc59e8a3fc",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b80414a8-2590-4b8d-880a-334217ab3c7a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3827e8f8-ed1c-450b-9363-505c714c9434",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d009c236-7973-4e93-9748-d9bf9ab6c8a4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfa67e36-6eee-4c37-b7bd-18c416260533",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb1a997e-4cd5-4f50-aa2a-2cd29e1c056d",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "028f1199-4f46-4736-8944-16dd7df39dc9",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5767f32d-1306-45f8-9824-283c5a56e90e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "112c2740-1cd5-43ff-a694-61f61359e9fe",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "59f0a14a-418e-4a63-97a3-4b7cbd6021ab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d692c77-2ba0-474d-9b93-d8a98f027835",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d3ef93b4-18f6-4049-9ed3-d1d0d4b12519",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0718e56-46f2-46e5-8328-539d975aac3f",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abd6ee96-28ef-400a-afea-00c94e66d32d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5e3c36c-9eff-40b8-a1b2-c162ba72c286",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da4afa3d-17d6-4901-8787-a9751f3195b3",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "d3ed7d6e-4afa-44bc-bdde-8992f719cc9b",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eee4644e-6340-406a-9c34-bcf426e3e801",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "709fdbd4-4e9d-4821-bead-5fe581e08eb2",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "114709ae-a4cb-4c91-a161-cdbe95e0a014",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c8002e7-9e59-4141-853a-0af2cf35729b",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3fb4d6e5-9700-4e6c-84f4-525873363add",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a4966ee1-554f-4c0d-9304-ce2603215a90",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a7e9bb1-67af-4e51-8ba3-02127649367a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24dbf8e4-96ed-4665-9222-5a7933cbdb52",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "44bee198-34ed-47af-9f50-5827695b888c",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bcbb4d3a-573e-48c0-80a4-cc798a2cabc2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0fdfdc1b-d620-4616-8028-cae824ffa9cf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "50abff43-9fdc-49ea-9681-740b9c021265",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2418d525-b56a-44f7-91ec-4ab5ee03f7b6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19e95290-6592-4b6b-9716-0f1cab6d2ba3",
- "IsUsed": true,
- "Index": 15,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7620c1d-804c-4885-b399-49e1eb407024",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "13336923-87a3-487b-80a7-52030523929a",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14385e77-bfe4-4d6d-a070-f9a6e4dfa137",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc2d7ca8-f86a-40e5-bf91-686b639d4102",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "83adfe51-772d-4726-945f-b63ebf862964",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8367e466-47c1-4015-a7a6-2582c3e6ddbd",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0dc40f39-e417-401f-8bbd-ac9a4bf40bcd",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9628c435-351c-4b5b-ac2d-b105382b8778",
- "IsUsed": true,
- "Index": 16,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6d39758-3405-43f3-8eee-e284dd356b6e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "53cd71b3-bfe8-4618-9be3-158c142b532b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6fd751d9-fd5b-4efd-af10-0fec28f6b0fe",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "198798fb-7ffe-46f2-bf30-ed3b53762eaa",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d2189d7a-ae54-4e70-bb25-bd826f35a640",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3030ddf4-6c30-4a3f-9e66-3ea3f9981522",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fc66169b-0e91-4f37-83b4-93f307edbdb8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "757d4af3-0da6-4716-93a9-1c29694d228c",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "79ae065f-1c18-4508-91f2-3c0539f26faa",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14054a53-df29-43c8-9722-536650967898",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8bca480d-3c07-4b9b-9c49-8bcb3e4878ec",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8e03147d-1b4b-4ee5-ab6b-bb453a715f24",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "117e4565-1c34-4a41-bace-d3b8df844800",
- "IsUsed": true,
- "Index": 21,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad70c18d-1f8d-45cf-b32f-ee6fc784bcc6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "714b69e1-7faf-48c4-85bd-e2e293a78ec5",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "75a0479a-7151-4d26-9eef-90e5ebe9c035",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7acc9490-825c-4f3b-91b3-fc3ef5c0092e",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2476875d-3fbc-4f31-9227-7a12a45789a1",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1bcb8b58-40e4-4dec-9c82-f2aedc4da24e",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae6178ba-2503-4052-99ee-a175921d7bdd",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23329657-2a8a-491e-aa0c-4a839d6b2a78",
- "IsUsed": true,
- "Index": 22,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a9cbafbc-4007-41d1-aca2-847d3a216688",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e0b06a1e-6fee-4519-9b8c-2c4b79cb77fa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6bdfb0d5-42cb-45e0-9192-a1412ed9fb1b",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24e744ae-743e-4e23-b32e-66924cd0c777",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6835657-9526-444f-988e-ebf6f692359d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "769c5bd1-2eb2-45bb-9488-677fbf9f23dd",
- "IsUsed": true,
- "Index": 24,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "91b82ea9-44bd-49e8-8d8e-e6fa37a3fee6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c981145-f53a-4cc7-8f8b-2fa38cee1eaa",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37e163db-1c58-4816-81cf-43dfcd0747ea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89192a55-2d97-4420-9132-5030b11e31e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "569b5f63-9fc2-4764-b063-ec5a363eb5de",
- "IsUsed": true,
- "Index": 26,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7b111eb4-6e61-433a-9f43-51b1eb7b5405",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "43eab5a1-f157-4687-b659-8c7319222b65",
- "IsUsed": true,
- "Index": 27,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f132b8a9-0c30-4e11-bc17-3b5d3204c02c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4f80c5a7-8736-47bd-a3d0-840cc9a455a3",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "16a1a733-c883-4090-ab50-6e83d5c8eb67",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3657857-69f3-4570-8a08-8f324dea2cc5",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cc28f21-e2d5-48b7-bb49-9ec5dd9d869d",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3e401a6-f742-4916-93d9-593131132115",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "22785644-3edd-4531-be20-b919aa5d8b09",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f571a07e-7eb2-49ce-aa34-0dfe5da55499",
- "IsUsed": true,
- "Index": 28,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20ff23c2-ebfb-4401-ba87-d6e302481947",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e3cc2422-64ed-4c4f-b946-6015916891be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9255172e-1738-48d5-aafd-2694c2a5daa0",
- "IsUsed": true,
- "Index": 29,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7bc06444-5f72-46c3-9d83-a2d49ca3166b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "794629d6-399d-44b6-910c-2654725e8a82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b2adb0c-715b-405c-9a59-06b08b95042e",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "307d20e3-b204-4d38-83d7-e039eda9bdcf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3885a29b-7956-4126-a96f-a275d8ac5b25",
- "IsUsed": true,
- "Index": 31,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ee1083ad-b478-42de-8bf3-47d4d506eb35",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "05e30b2c-970f-46ed-8226-5d78aa15200b",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03be3c52-aa18-4f7f-a5b6-d4d21b4511fc",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2dda9296-fd6c-4fc9-9f21-0115456dfbc0",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63290215-f544-439f-97be-74884849dac5",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f77e8674-ac2d-4135-96d0-e197f31d236f",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "678c5410-9172-4e23-912e-5527a1800292",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e5577cd-9da2-43d6-8d4f-9cc1318db7a7",
- "IsUsed": true,
- "Index": 32,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6867cae9-ba65-4c98-a2a5-96bbef137474",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f5f703d-5105-4ec4-8bac-d721ea1c7bdb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8bd08be-31fb-4b07-aed7-695ee39fda66",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e0a81c4-1e39-4dfc-b900-dcdf48f4e8d2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "1d9d4c69-ae79-4fa3-a32d-5e1b5532bcf2",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f79e424b-30bd-4d7a-93a8-1d44ad0ad87c",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "964038bd-5839-46ab-8817-9db4819385f2",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e0dcad8f-f1e2-441c-ba5b-bdcd1668d09f",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "835dff1c-71c6-467d-a077-636fb1656169",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "069f677e-e16f-4d01-ab74-3d767071dd0a",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07a43a5e-2b4d-4106-b60d-3f8a53f7feef",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fba4b9e2-1a54-4a96-beff-afb65ec2a3cc",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/14_活物入侵检测保护LOD.adp b/ADP测试项条例/14_活物入侵检测保护LOD.adp
deleted file mode 100644
index 3856124..0000000
--- a/ADP测试项条例/14_活物入侵检测保护LOD.adp
+++ /dev/null
@@ -1,2293 +0,0 @@
-{
- "ID": "8515b6c1-3d0f-4994-bbce-3c94ecb3868b",
- "StepCollection": [
- {
- "ID": "19b27d66-3a65-4643-959d-c43ca3be61c1",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93d41d2b-a60e-4dc2-8c3b-8f938f2378ab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1da39c82-7301-4252-b2c4-f45c107d9596",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a0d2e465-f215-42cd-9b45-11f040989501",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "043ab682-36fc-49fd-82f5-03ca50039371",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f8beb29d-f66a-4b2f-adcf-1335377aafe3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f752a3b3-8ac1-405d-8f59-8f8930f42838",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "524ec6f5-6e01-4125-b7c1-c36843564490",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4cd57bc4-0b51-4efe-bcc1-7cc3d75b52ee",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40a1c4ec-a4c6-4d93-a59a-6ff1ecf5f105",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "850f1907-a45e-4c52-ab59-d4e0b6e13be5",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f0a782c3-ad59-4189-8c5a-1478e6d51bbb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6d57b0d-5f75-4917-8bd5-a19dc4bdae6a",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9424f98-1935-4b57-9e7a-debb6b7400fe",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3cfa756c-ddea-437b-a5dd-b7b915ff51e5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4230e8ba-9c8d-47b3-9e54-bb885c114300",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44f1252e-53f3-4de4-87c4-d8ee7fe64647",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6fc35595-cb8b-425c-b629-85ebfb53dda8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4e6a41f-141b-4638-90a3-4427449e0d1b",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec47f320-90e6-4d4b-9d7b-1e8510238e11",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c042a4f1-0d11-40f2-a83a-62c4f1f181c0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41748f22-46af-42d3-9d74-bb5a11ca3cf9",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f87f38d7-a460-4acd-a324-b8e28908f7ca",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a0cd0bb-e5eb-4a01-a2b2-373dfe13c555",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bb984061-b54c-42f2-9c72-d70659e4bec7",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a929286-645b-43e5-9487-4b77489f59f9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e9ac99ae-db18-4908-946b-92b080032051",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4ef8eebf-358b-43f9-841a-06c9bfab2f90",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "35c07715-d3c0-4d74-9b91-244909c1d9d9",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "98ced020-1321-48d9-ae79-c8bfc6a981a8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c78596d-7393-4878-b753-4eab44f47cca",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b859d5fb-a1a7-4c53-9683-8f9fc013a3b9",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "1e335e2e-4543-49ee-b3ae-501538a0736b",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ebd4ae6c-b50e-4dba-b7fc-5e6c8f37df00",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "918d4563-6280-47ba-9c61-cf4eb08a1960",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b12e27d-3d1c-415d-a5d8-d99432cb32f0",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8fbd6ed1-7b3a-430f-94d5-eac08962f2ca",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e213eee-6537-401b-b6dc-7503cd7d7731",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2107e99-48bb-4b4d-868c-88bc0e45b9b8",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "510123cd-a958-41cc-b136-a0971ba88ae5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "839ad734-448e-432e-8593-4e0b792c1531",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ce51f1b0-258e-46b7-8ea5-b68d1af41fe5",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fb33d1dc-58e3-469e-b097-259adc6dc88e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "470e0d31-01ab-4c92-912c-76e2481ffd25",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6c6d2c1-e79c-4507-bb8c-03c52569f6a7",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2c6f793-fef9-4100-adec-fc4d78bc694c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe4f5660-d9f2-4c72-851a-c368cdcdc034",
- "IsUsed": true,
- "Index": 15,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4acd626f-dcc4-4878-9ee4-098f0077bfad",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "fb2d2b48-a236-4a24-ae9b-e91b9343c22d",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f7dd6cf1-da0d-4260-ba41-df8dad058865",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8c28f616-6808-4823-83ab-645413bb269f",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "53cafbfe-a941-405b-af29-37d2c4ef36f7",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f5d0ad85-5cc4-47bc-8e53-d5a2ea271a25",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e6d2e7e-cf7d-4cb9-926e-06c51f63fa38",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "56db6d8a-5472-4f97-a9e0-46e80e1ecc4c",
- "IsUsed": true,
- "Index": 16,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6043e568-5799-44bc-8ad7-0ef9c2259132",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6febc13a-e348-4429-980e-3d7d5f0dbcf6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5f308ab-9376-460c-97ba-b3f80f099160",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "97b41987-5060-4732-899b-51aecbabf521",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4bc82da4-3e3b-4ffa-8dab-7ca2068f73b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "95d275ba-30fa-4e47-bb7a-3c42a727ca9d",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6b4f516a-1b77-426a-abb4-d7ee29c8e0e6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6a3fac5-96bf-4d8b-b25b-979f2e543422",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5f14de15-08c7-4992-9579-25301dc6b923",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9be71582-7759-49e8-9eb3-36724edad797",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8e277408-c49b-4eb6-9045-bf07e41bbdbb",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e242969-54a4-4c0f-bd69-309b16eefe55",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8ed0660-0ea7-4155-855b-4de3975e9133",
- "IsUsed": true,
- "Index": 21,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "68272c17-b0a7-47fe-88e6-83f14b6f43fc",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4a21ca24-5a1e-4784-ab36-b114153c79d1",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8907f9f-d61b-448c-bd63-f22b69a3b020",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1c8b7f31-e9b6-41a9-b888-ab2e5d3c4c8d",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "80ee1f40-0628-49d5-9c1c-8943910b65ea",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8766bc00-de19-4468-b429-44ebe857b0d0",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b90697ce-d513-45c9-a442-19a26a88fc2a",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5c5a78f7-498d-47ec-a2ad-7dffe29290ad",
- "IsUsed": true,
- "Index": 22,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dbba8481-1b20-4b3c-bd9f-f8712a4d81d8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "048c6631-a1d0-49f4-aaec-3640f36f7307",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aa471ea2-ed16-4918-aae9-129c4242f621",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f231f1d4-cb89-461f-8fc6-e02ded305b59",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "52408d2e-b083-4e88-8887-5ac05cbc0f58",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2bf951bc-43be-409b-b804-d70fc81966eb",
- "IsUsed": true,
- "Index": 24,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47d4da3a-1849-47c9-8326-fbc4299431bd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22ed0dc3-6e4f-4549-b9e6-337a3115b23f",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fcdd6b65-723e-493d-83a6-e347a41cef2b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "82b8988a-921a-4857-b139-c9fb274025f7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c87c6a2e-6692-4638-be19-194df780e1cc",
- "IsUsed": true,
- "Index": 26,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "16a6e37b-fd32-41bc-97bb-e9dbc33503c9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2dd92251-34ba-4640-878c-b16a14156b7e",
- "IsUsed": true,
- "Index": 27,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e8f9a033-c57d-4820-9f71-6c14de0bc082",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b158ddd5-0dff-4b84-8853-3252d2fe51d3",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b69e1bb2-1933-41dc-a260-2246d73f7e03",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "be61fdd1-ae2e-4465-a328-51233ae7ed23",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2d13c609-a638-4808-a26c-0b37f4e67a96",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfd39a87-1f98-4560-aabb-4a92c346fa7e",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e206777e-6422-45d7-8986-314b3322d9f4",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02207c44-3728-4e57-b4d8-68a2b7b5a22a",
- "IsUsed": true,
- "Index": 28,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2c2f94a-07e6-4f31-ac62-c9a156d0b35b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5e593b6e-6e01-44dc-a313-4169aa369abb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe98c4b0-bfa8-4803-a952-8c567d17145a",
- "IsUsed": true,
- "Index": 29,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53e7ab8e-4ded-453c-b32c-b155aa4a8f33",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e712be7-2fc0-4565-ac6a-a5f48dae126e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a9b6bb0-8985-49d7-927c-6a954488495e",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a58711ee-93b9-445c-9e95-b5a37c43f59b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5d08ceb-5f3b-47b3-b45c-57965aee9cc7",
- "IsUsed": true,
- "Index": 31,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ed91fd4-e91a-444c-b6d3-fd3600e18425",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "c9797ff9-bf54-4096-8862-727dbb78345e",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "45be67a8-1002-4f5e-b25b-26b038e22a75",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d547a505-d62b-46ab-ad97-71af9f1c387e",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a68637f-e6bb-41cb-996c-5873627a1e6d",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0834161f-216e-46b5-b1d7-d177b46412ba",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d94a5d87-fda7-4691-ad96-16f6466d2d29",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "a0cca3e2-4135-49a1-9a20-9668ee2aff48",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fff5ed15-ee15-4122-9c51-2308c8dfd597",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4095ff9d-3b98-4e77-a3e3-d6aaa95e71e3",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c2c37da-e0b9-43e3-9090-36a217d46dae",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7fb50f37-345d-41ec-9487-c0ba52389e24",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "94f7538a-3e4c-4939-aa63-b42c7d790baf",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8668d38e-24cf-4b2a-970d-92e20a37a630",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bbdafa6c-0ebd-4676-922c-ee89bc869d2f",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/14_系统工作区间测试.ADP b/ADP测试项条例/14_系统工作区间测试.ADP
new file mode 100644
index 0000000..7c645b4
--- /dev/null
+++ b/ADP测试项条例/14_系统工作区间测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "4902d65d-f151-4abe-98b2-1e23f14f4aec",
+ "StepCollection": [
+ {
+ "ID": "aba02472-8104-46de-bcdb-42c0571c05c0",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "e45b44a6-6bbf-46c7-85a9-df18a8749a4d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "26d949da-0843-43fa-934e-e221d7858eb9",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "71a25c8f-a5b0-4c45-af64-be241304d8f5",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "5e8c84e9-1042-4ed2-a003-c20cbdc9707c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c5e134ef-38fa-4e77-b266-575776fb5410",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "683adbf4-1a49-4643-a5b4-016d39fee504",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "53c9b64b-c5b9-4045-8389-d120bd69a68d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "632c2a0c-163f-4d91-a658-1860c391674c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "de22313b-5438-43ab-a3e5-bf3e9c553441",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5fc5108f-6d80-4ed1-b482-240973cb8dbe",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "4e8dd531-ada3-43f2-98b9-06d0940448cd",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "592a012c-08de-49ce-a750-c18b6c65f05d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ae7186fa-af4f-4895-81c3-699d52b1e77a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6e68b25d-8f69-402d-bca9-7dedf7ddcbd3",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "2d0b2649-4b33-47db-98ea-5ac412e99343",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a3d36e53-2c7b-4563-916b-475f9daa597e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fd8388ce-56df-4ce1-b265-e9f6368787fc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2d0e5dfb-7779-4f41-b8c3-29c93860f4e7",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b8a25f37-7d12-420d-9f55-9e5de157461d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4186aa41-2087-40e2-b5eb-f0bf9a2951b1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9d7a1ac0-bf8c-4bc8-973f-48d63258b7ec",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1b73da82-c96d-4ec6-8264-dc7b06d0bb16",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "97441481-498a-47c1-8aa9-7247f4ce925c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "93a57e5b-09dc-4f62-87a5-88582bc8ae64",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5a6873f3-d999-452b-b6ac-ba410ebfc1f5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2aa2b4d6-c2b9-4116-8f8b-ff8e77707a1f",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "89b95f85-5fb2-42da-ab9d-72a55eda0122",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "16b5804a-16ac-4f9d-8688-249af097be38",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4ef60967-fc3e-4244-aa53-fff303f74acc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "901d6d2a-0231-454b-927d-32d7d9472283",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "831d83ab-1d96-4a73-9d5e-a5397b5eae1b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "52efe565-95dc-430a-a3aa-68d23a9127a3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e1590493-b2c1-4fce-a510-b274d911eff0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a0f452db-d5eb-4e73-a0e4-c6e396b18ffb",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "713c9a05-917f-4f56-912a-83e74736065b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4989964-6744-439f-87d2-8c18e81b8591",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b251e97f-23d9-4775-bbe0-e81d100122a3",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cef1ee64-8226-4b18-b030-db6a0bcd3f77",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "0d51850a-d1f6-4a18-8eb1-8ad06ec9acf8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "48c8ac79-5c73-4f53-b0b0-2f291888b30e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "20180a26-8359-4fba-8864-4963cb3ddbf6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "efbb230e-9299-46b6-ad74-fb190690798a",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "66b604f2-683f-488f-9b51-3a7cec3243d7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4b7851c5-f89a-492e-ada6-e1d3b1e3aac4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "112c8d21-4d27-4148-889f-b1ad85a23f69",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8b33186d-ed5b-4392-88be-dfe755527dfb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7a1e6441-5b7a-40d2-ab91-6f3162093e2a",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0764267b-61bf-4ec4-be5f-d2073748ce61",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "1071ab4d-4373-4ea9-8fb4-e75614f7e8dc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3946822a-c055-4260-afb8-165c9b458d05",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "90d67605-35bb-45a0-860b-08eafaafe02e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bd39e630-16cc-4584-987a-705fe658be5c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "46876883-624c-4c45-8d7f-90e8543395a6",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b6d52573-1018-465f-b0c3-2746e70091d5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2a3358d8-f86c-4099-9ff9-d0e042386dd1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "输出电压220-490V,输出电流33A,系统无异常"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/15_VA低压12V输入过压保护.adp b/ADP测试项条例/15_VA低压12V输入过压保护.adp
deleted file mode 100644
index 6bc5f7a..0000000
--- a/ADP测试项条例/15_VA低压12V输入过压保护.adp
+++ /dev/null
@@ -1,5115 +0,0 @@
-{
- "ID": "b82772e1-58d8-4859-83de-eb079f71a3ae",
- "StepCollection": [
- {
- "ID": "1175cb1b-a880-412b-8f44-280824dde65d",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b1e96de-f63c-4c82-ab26-b088ff6ae3fa",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1a58bcbc-1a73-45d3-8658-f251d4b6e955",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3299a924-8557-44db-95d2-f3a41135758c",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a249951c-1ad4-4fb8-8533-644d093e5f29",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3ee5cbbf-d47d-4f67-a839-62dbe65bddc5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05b78a5e-0132-49a9-a2df-2bf415a5b437",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52444e47-13c2-43c0-b0b1-84a58aed5805",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f59e6d37-1f37-434e-950d-5c50a76f7470",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8300292e-9527-47ea-bd39-a525b8bec653",
- "IsUsed": true,
- "Index": 4,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1ac361bb-04ad-4c58-a03e-d79fc1411d74",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4cad0d6e-a652-4056-a480-69a3a7bc420e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02f980bc-febd-40d3-b948-f95a4ed2fa30",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "352debf8-6b2b-41ad-8317-aed5f4b7249a",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b660aef-3f1b-4d92-bc9f-1a6955d3d544",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2eb869e-5ae8-4188-bf9c-c9b066f1d43f",
- "IsUsed": true,
- "Index": 6,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c7a4d463-583f-47db-9780-2583b4ca4e9a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fff6eb1d-5217-4d02-8617-12d3cacd1f5c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ed71a95-8f41-4552-88be-3e3aaeb4d9e9",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52c449b5-4cca-4221-906e-aa93fba10fb9",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "85b0aba0-9777-4db5-9e15-a3574e48f95f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9dbfbedd-4f9a-46d7-b3ef-db4f1f498b00",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源16Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db0d719e-c03f-4a78-a966-b3c5814bd45a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9598d0c-f72b-40c6-a525-d8188a2c4ed6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "743f47d6-3dca-41b8-aa40-f0ea1a486b05",
- "IsUsed": true,
- "Index": 9,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "573aa103-d3f7-431a-8381-f4b3f354c3c0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "69738d04-0207-4e56-8007-58c975ae6bfc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db0b9daa-1b2e-4012-b599-066599596c6f",
- "IsUsed": true,
- "Index": 10,
- "Name": "低压源16.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53b89089-fe23-4b9b-ab93-ce5686fe0f88",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fea23275-ed14-4c92-9fd9-1271f0885377",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d9ba9662-2fc9-4d06-b9ff-15aaec4d07f8",
- "IsUsed": true,
- "Index": 11,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7876249b-5296-439f-95ff-9531b98bb848",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "083a7807-1b48-4a6f-a396-aaad6eebb1bd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f05c9524-0781-45d0-b452-d71ec6b57941",
- "IsUsed": true,
- "Index": 12,
- "Name": "低压源16.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "58b3869e-c983-4673-af98-b63f6cf8f170",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4dc66644-d11b-464b-afd7-8d4f46063206",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "28467d22-1044-43df-a0b9-2d048bdc7a88",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ee8539c-4eef-4789-a8c1-6a0fc9be058c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "608bd794-b583-42a7-99b8-0a5e830781fd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b49b9503-029e-4f58-91e1-43c8f61e218b",
- "IsUsed": true,
- "Index": 14,
- "Name": "低压源16.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5c668b41-1e48-454d-b25e-2c965d5d657b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ea33386-8c7f-4671-a1e8-4f1ec1cf8b19",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "adf3d1a1-d4e2-4442-a400-65df59ce2f3b",
- "IsUsed": true,
- "Index": 15,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ea5877e-7ccc-4c22-85a4-35945856e5d9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "600b9c8a-9941-4b7c-92a2-4999b6755c9b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71518610-9364-4f2e-8a81-5c043d6fd1cd",
- "IsUsed": true,
- "Index": 16,
- "Name": "低压源16.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a6bcaa6-0d18-4290-ac0b-55ce23696f1e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd58ad64-e82f-45c7-890f-816688c83d07",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e5fc912b-742f-4e4a-b78a-0498b8d6db99",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9b11c3d6-decd-4cf6-a4c6-ae13cc6e455e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b2c868bf-11a2-4782-a1f3-4ff563627120",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "103d4483-824a-4997-a9bd-04a329034959",
- "IsUsed": true,
- "Index": 18,
- "Name": "低压源16.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "64974228-5e67-4f2f-8215-eab26cbf1442",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6c5fd5b3-9328-411c-9bfd-4983c7a603b5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38b6e272-0bb8-4296-906d-18188999b29b",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9b6bb7b9-af06-4cd1-a31e-5aaacaa990d6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c9fd26b1-bfdc-46d4-8d32-4020bc8d25aa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3575426e-3ac4-4502-843b-0878705c23a8",
- "IsUsed": true,
- "Index": 20,
- "Name": "低压源16.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b181f5f-35bd-4142-ad5e-2b9d8692f94f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "522496d3-5292-44b2-8df1-3ea05480c397",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e24665be-dadb-448a-89e5-a5529533f158",
- "IsUsed": true,
- "Index": 21,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e659cb17-cb18-4adc-9545-ca39e70f5989",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e84a17a-9d36-4a45-a322-04d4a681d7a5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "64846d9a-7bd1-401b-a7c0-43ae7224321b",
- "IsUsed": true,
- "Index": 22,
- "Name": "低压源16.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dbbe6543-0694-499e-9d66-e75c86df553d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f4bb6759-9fc3-4e42-ab74-82605bfb7f58",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cd59dce-42f4-4dc2-be1c-eaa325d14179",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2ec6a2e-1810-459e-8e2c-8cf53ccfa9c4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "070fe1dd-5b93-4122-9a13-662f565a5d31",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b00ed500-33c3-4536-b6fc-291c6e47b353",
- "IsUsed": true,
- "Index": 24,
- "Name": "低压源16.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2d3b60a1-751f-4d18-a3f9-b4f97f676cf8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de41e59a-3760-433f-a6ff-b32916737121",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ca6d83bb-82e3-4356-b065-1be3dcf5a858",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70425fa7-ff36-4761-ad0e-bb2c780f849d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6800bbd2-c975-447e-a371-33175d028d83",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41778ec8-807a-44b8-96ae-3f44eee42909",
- "IsUsed": true,
- "Index": 26,
- "Name": "低压源16.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b97f644a-1244-4b32-a0cc-27c8d586fb43",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0458766d-1120-49b8-a7b9-84e45fd323fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a96933fd-b91a-43d4-a515-50d6d1cab9d3",
- "IsUsed": true,
- "Index": 27,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "651c6c51-7b73-4237-a302-f57cbb89c370",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3e32c67-fd9e-4000-ac90-f0ac52d8be34",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68037b62-722b-4efb-b9c0-5519374b5648",
- "IsUsed": true,
- "Index": 28,
- "Name": "低压源16.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed71752c-d3e4-4f95-8198-5418a784ccaa",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8a2ae3d3-b08a-4ca8-bba4-ec44ece88bf3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e8502006-4781-4922-8f3f-e43975e28e50",
- "IsUsed": true,
- "Index": 29,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "610adf62-4e6e-4e3c-9433-eaf4a825cfc4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a7cb1f9-81a7-464f-b808-42d38a2e227b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "67864862-cbec-4156-b323-3a543ae04043",
- "IsUsed": true,
- "Index": 30,
- "Name": "低压源17.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "038deeb7-ad3a-42bd-9540-89496db07404",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "114aff48-23fb-4901-9474-d9110a8bb410",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e0c6ccd-3334-41e1-935f-47983e1f58d7",
- "IsUsed": true,
- "Index": 31,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6f6027a2-5354-49b5-9b24-b370fa7fb85d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e10aa8b-2af4-4ad3-ad88-12dc79d8e736",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "15516059-6f9b-4da3-b124-ed22513ee67f",
- "IsUsed": true,
- "Index": 32,
- "Name": "低压源17.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f31ec88b-94af-43cb-a34b-12f76684985f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cdcd185-7712-4cbb-8cce-6c2ad0c944ab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18e96df2-cd71-4503-b934-7e4a4b953ce6",
- "IsUsed": true,
- "Index": 33,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed81942b-5014-4a9f-a36a-7a1bb87fe631",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e13197ac-268f-46f3-9875-86b1f9dbc696",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "97e44324-1dc2-420e-90b8-2e52ad6a0580",
- "IsUsed": true,
- "Index": 34,
- "Name": "低压源17.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6fce6d53-c382-4af0-b259-e8ac606de2dd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c28f8abf-61fd-48b2-93c5-9d14b3804c98",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "951d5483-111b-41df-9686-792f39f4d208",
- "IsUsed": true,
- "Index": 35,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e0e55740-4c63-4c02-b192-6c6025521e17",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "85cd87b8-afdd-4951-8408-2664f05f7817",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7ec27109-d5f1-4bb3-8650-e24d8c14c31a",
- "IsUsed": true,
- "Index": 36,
- "Name": "低压源17.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9d541aeb-467f-44cf-ae32-559f8a2fb824",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "41396401-fbda-401a-9be2-90c47c74b948",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eb11a4f4-5134-480d-8281-5c4974948d91",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "208a8ed6-fb64-41e1-a150-6614e75a00f9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ac880a6d-faa4-44b2-b332-9f0045a67f1e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5765e712-49e0-4088-aa11-243d622d0930",
- "IsUsed": true,
- "Index": 38,
- "Name": "低压源17.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2552c65-6bfb-42fc-ae14-7dd38ac50bbb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbb5e927-8677-4799-b16f-35733be2ec95",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "84bfe8c9-5797-4962-8663-b20703a0a053",
- "IsUsed": true,
- "Index": 39,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2941f1a9-7062-463a-a74d-9e8248f539c0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4544ab6d-de02-4d65-87b4-50b98a7dadcd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9bf19574-f1f3-429b-a548-2aed69a6c988",
- "IsUsed": true,
- "Index": 40,
- "Name": "低压源17.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "23e64a1f-2e7f-43a4-ab4b-8570b7ecac6e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6eb2a494-b2aa-47e6-86da-ddb16a3ea62e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0d36e80-a21a-4c4e-a4f6-a82ed159df8c",
- "IsUsed": true,
- "Index": 41,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be0a67c5-18ed-4fe8-8f9a-75a649d4644d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4764f15b-8c76-4d9c-9fca-d5e103f47311",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22e66bde-bc89-4a00-8590-3b42f260253a",
- "IsUsed": true,
- "Index": 42,
- "Name": "低压源17.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "61474d6d-4143-4af3-ad65-0ef22edb1119",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "33282261-ca25-4ff5-adeb-ec7cf338b5c6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aaa1689b-b80c-4df0-bfd4-9fc8c07f6a81",
- "IsUsed": true,
- "Index": 43,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37c2188e-057a-47c5-b53a-cdfc89b67307",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8b70b80b-16e6-4676-8e62-38f8185a4c10",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b5918a66-fde2-43e1-acdf-3030e492dee9",
- "IsUsed": true,
- "Index": 44,
- "Name": "低压源17.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3f44ab50-a593-4849-b3c4-5aa7f46544f6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7283a891-2bfe-4f79-850d-66efc6c06f26",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ccf02801-beaa-4cf8-a7b0-c1add3168d83",
- "IsUsed": true,
- "Index": 45,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0da96ea4-c0dd-4252-a46c-0fc524f33fc6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d1ba756-d124-4394-a57e-8aa5e6ef3cb9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9eeea62-8fb1-4241-be7d-12219510cf5e",
- "IsUsed": true,
- "Index": 46,
- "Name": "低压源17.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "875a1f0c-6b19-4b49-971b-c44c8adbf7f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "11b8dba0-56ff-4a57-8153-a69214921f22",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9bdacf7-c8b0-413d-933a-76bee9ccf7b9",
- "IsUsed": true,
- "Index": 47,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5cfdf9a-43c9-4cdd-81b9-fd2cf41e6338",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7fd9ed74-adc6-4928-9ae0-0202f5382e0a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0598efad-2465-41b5-ba74-54136acff85c",
- "IsUsed": true,
- "Index": 48,
- "Name": "低压源17.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "87c4b442-68b7-43a9-8c05-18ea11505011",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8a8a9345-19c5-4956-a513-c577f56f4a81",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2b99a76-fd0d-42a4-ac3e-283540d6a0c1",
- "IsUsed": true,
- "Index": 49,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db7b373c-1565-42d6-83ab-20e64c8a3e42",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "27cb59f7-6096-438b-a3f5-fe333c782602",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55e2b377-4a6a-4c4d-a352-61918328ad86",
- "IsUsed": true,
- "Index": 50,
- "Name": "低压源17.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "278924ce-0c7c-48fe-abc1-01dc4d5e4dcf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f804a52a-fff1-48d0-90a5-f1f9628da1b9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38f7936b-6f24-415e-a239-0d916a3a5f1e",
- "IsUsed": true,
- "Index": 51,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ee99c42-888e-43c0-841f-b25d8f032f97",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af6993d0-1abc-4654-9132-d5f16fa0e475",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9acd5ab8-6790-4620-a706-a1ec33ca484c",
- "IsUsed": true,
- "Index": 52,
- "Name": "低压源17.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b5da98fd-1efe-40c6-9598-5134d4a18b8f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "17.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4b8e385d-7f07-4b5f-bf37-68490772a602",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fd9b1b2d-a656-4175-a20c-e97b223a8b6b",
- "IsUsed": true,
- "Index": 53,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a571b58-4101-47fa-99a3-28cfdaa9aaaf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6df3a17f-1b07-4b80-a11b-e1219bc87a18",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc45e635-48de-48bc-9433-c217e01391ad",
- "IsUsed": true,
- "Index": 54,
- "Name": "低压源16.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "072e4029-ee7f-4a08-9ef2-53aaa37772e1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc4560d8-b9d0-4e0f-a84b-2d5ced9a1725",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7c083173-7f2b-4a4c-aa99-9376e50d733e",
- "IsUsed": true,
- "Index": 55,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba198f82-00ae-425a-a26d-511ddcc58a75",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfa444d2-bca2-4451-a7fd-b3362358e09a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5f7a7119-12a6-482c-9520-afd3dee87084",
- "IsUsed": true,
- "Index": 56,
- "Name": "低压源16.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3fe3f223-f4a3-477f-b829-ab58f429b44e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "62209ffb-546f-4195-ac81-2403ff278e62",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "da676649-c6b9-45e8-80d1-680125424935",
- "IsUsed": true,
- "Index": 57,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "87284870-6f5c-436c-b2d8-f6e73248d95c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e5c38592-0470-4cb2-9925-11ba93dbd3c4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8ca7d26-e866-4a78-bd4e-a0cb1e16d953",
- "IsUsed": true,
- "Index": 58,
- "Name": "低压源16.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a59bd8d-549b-47bb-9f1f-2d2e9b67b53c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a09a900d-6525-487d-8061-b293dbcef69b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a2cd6874-662f-40f7-a055-b558257c5259",
- "IsUsed": true,
- "Index": 59,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48bbc040-7ee9-4b03-9bb5-8ee8c238cc8a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de6a018b-d8a9-4347-831a-1f3084bea5fa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9a3df546-596d-4efd-b748-59a934d242f3",
- "IsUsed": true,
- "Index": 60,
- "Name": "低压源16.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e82b572-2bdf-47cc-b15c-e69577414db4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd5ce0f4-aeb2-406f-840a-70e636dfe154",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d7994974-1d1d-4c6b-85e3-abd4e6b4d2b0",
- "IsUsed": true,
- "Index": 61,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a3ec286-e24f-4b3d-8e8e-0f473c0faab9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bfaffdf2-f75c-420c-900a-4197e6e9cf6a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "097dd728-fe00-4530-bece-ad9fc713b903",
- "IsUsed": true,
- "Index": 62,
- "Name": "低压源16.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0cb24af1-da4d-417d-9756-a06f232a31c3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfa05244-15db-43ef-8a18-fd41bf54b060",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef6667a1-9e16-4653-a7b0-195e2340c144",
- "IsUsed": true,
- "Index": 63,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "19f72b06-0c7d-4b61-8642-d293d4db76b7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "afecf6dd-08e5-404b-8ad0-824bac2fd25c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d14ba02e-a81a-42d6-943c-763d3237baa7",
- "IsUsed": true,
- "Index": 64,
- "Name": "低压源16.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "03c0e25d-c801-4eae-823a-e9a2e0e2f83d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "859ff1c5-9d5d-44e6-8b06-53160ee4d338",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a5c9e79e-7e68-4467-b02d-4c2ce0f3f832",
- "IsUsed": true,
- "Index": 65,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "32993fc3-591d-4ffb-abd7-819c7550c428",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63a1ae11-208d-4cc0-a6c0-9a71495afb8a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dedea571-d961-4a5c-a769-5be167599186",
- "IsUsed": true,
- "Index": 66,
- "Name": "低压源16.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34216744-6d9c-41d0-8878-4f13f706dd1a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6cb15a2e-760c-4e0a-a35a-20750640c234",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "439f70fe-3f00-4ccb-b7e2-8e2504f9e4de",
- "IsUsed": true,
- "Index": 67,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "41713f90-4a11-4096-8780-1e3f1f2ccc14",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a88cec9a-9234-4638-8280-89e27dcc2ce8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be3fe18e-9bb5-48bb-8d7e-727d5c070880",
- "IsUsed": true,
- "Index": 68,
- "Name": "低压源16.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5739ea9b-6770-4e0c-9835-0dc77faf967c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3d16edb0-3c0c-4bd8-9679-719908c84bad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a41e0bfc-4dd7-4cfe-b148-9eefe9abe0d0",
- "IsUsed": true,
- "Index": 69,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80909df7-93ae-4550-a475-1ff4a410e225",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "028afc53-d847-4acf-9e40-9b5ab479ff1e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d283bb01-598f-44d8-a28a-a6ff7f0ad17e",
- "IsUsed": true,
- "Index": 70,
- "Name": "低压源16.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "83c6e65c-1ef1-4e7b-9e7f-9f787ba2f99b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f4ffb9b-4bf7-4c68-b57f-86eed547d790",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e9978ab8-9c50-4b66-b922-df74394b311b",
- "IsUsed": true,
- "Index": 71,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1607dc65-dcb4-4f4a-88f3-52a0806e90dd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cbf44e4-4d94-4b7e-8f02-f0f967f97baa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e166daca-c776-46a9-a149-8503952006e3",
- "IsUsed": true,
- "Index": 72,
- "Name": "低压源16.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "49a6d4d5-e035-41f1-9117-859d3d27c411",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bba2f71a-708a-4a8e-950c-ffe8bce57a7f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "94968f18-51b2-4326-818a-29072232b88a",
- "IsUsed": true,
- "Index": 73,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6bb40d32-5287-4536-9e87-fbcd8c8b6bd7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fdc20cae-0741-4b50-9285-716297bfaafb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82f38f61-08c8-4d0d-9891-03232bd23d82",
- "IsUsed": true,
- "Index": 74,
- "Name": "低压源15.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2db4378e-cf2e-49b4-a263-98fa6e4ea1e5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "15.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "60771af7-e08b-49c2-9325-1dc433deec99",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bad7c1c1-b3a5-4a2f-8cde-fa87c7f2f6ca",
- "IsUsed": true,
- "Index": 75,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6ebe78a-010b-495a-b6ad-1a5268522edf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f254a30-7d8d-4e99-ae97-18086d322f37",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26432a0f-8c26-4df9-ae9c-1854e5499b42",
- "IsUsed": true,
- "Index": 76,
- "Name": "低压源15.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a92856c-9b6b-4bfb-b5cf-1841c1a45ea2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "15.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6b8228ff-f77a-4200-9258-f474e79707db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e89cce09-949f-4e37-8293-fb62a2ab2899",
- "IsUsed": true,
- "Index": 77,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2e3e5214-2c4e-40aa-a899-07cc2ab984d5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1666e27f-f3b0-4e60-916b-770ed6048676",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9dba1fc-7a81-4864-8050-69c0738435de",
- "IsUsed": true,
- "Index": 78,
- "Name": "低压源15.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c59d0ca6-49e6-40d9-9df4-d88a16ad93f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "15.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5dc80a28-c0ef-4166-91e8-32b24875af05",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e551d6b3-d904-45bc-b0fd-f5ca815b4aee",
- "IsUsed": true,
- "Index": 79,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "855e29da-66da-4922-b5cc-1a1751e20fa0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "aa4304aa-26a4-4ec1-b66f-af0aa890966d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "299e68b1-e714-4c92-b5e4-cf5f87e994af",
- "IsUsed": true,
- "Index": 80,
- "Name": "低压源15.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ffc47fb8-4ea3-4562-8a45-ea4033268ca1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "15.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6900a64-0992-4f57-b36d-0443bc36aecc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "077c5f4b-0093-4384-9574-9af41f4aacae",
- "IsUsed": true,
- "Index": 81,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "81b695cf-747c-4db9-8120-10a7ad2ab055",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c4a4c9e-1147-4bbd-b8c9-f08350fc2f85",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efb1ebae-fa38-4b01-8088-ee4eb9ea692a",
- "IsUsed": true,
- "Index": 82,
- "Name": "低压源15.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e81bb3d0-6be6-4cc4-9df9-87943b7541b8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "15.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "67113185-ebbc-4e46-8161-2ff7986903e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "489d1681-c49e-40ed-892a-4c5b93becbb8",
- "IsUsed": true,
- "Index": 83,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "23a44c43-f629-4a32-832d-4a6cfbe8d347",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f033383b-1f9d-4663-a78d-b8fe6b73a70f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "974e0cc9-28b4-472b-8328-3483abeec4bf",
- "IsUsed": true,
- "Index": 84,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8c51e542-fbfb-45cb-b4fa-81749443deda",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "46cdf20f-eb3e-4631-afb5-40e9ebba17dd",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "38048d50-6f63-45dc-8403-1388cffcdae5",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8ef20d1-b064-488d-ba96-e837b477cc9f",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a27e7c89-f28a-4e0b-8838-3fd7ccb1d8f4",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f03ea85-5608-4e75-9766-4244bc265cfb",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "74502d7f-b432-45c7-88d8-b26f940da05b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "d35e46eb-0aa3-4498-a7ed-98371c2082fa",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51bf1ca0-bbf4-45ea-a7a2-a0dc23df23a7",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "691f519e-0b1b-4fbe-81ed-ab796e183612",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "127e4e2e-cfcd-4287-9213-6e74f96944f3",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "e14744b4-e536-462e-a207-9e7aed0dca26",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b4e1c82-ca09-43bc-b58e-3ca8dd441395",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3f06dc20-fd0c-4ccc-b9b8-c6bd7bcb8e6a",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d72f7493-3149-421e-9c57-f0bc7a072284",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/15_输出辅助电压范围测试.ADP b/ADP测试项条例/15_输出辅助电压范围测试.ADP
new file mode 100644
index 0000000..e75ebc8
--- /dev/null
+++ b/ADP测试项条例/15_输出辅助电压范围测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "446684a1-d51e-468f-aa28-e3f9a6a798eb",
+ "StepCollection": [
+ {
+ "ID": "6983bf01-a881-43e1-b1f4-f3f1aad9e7dd",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "03ae8154-eda5-4400-88d2-3977c3edcd22",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a30391f6-20c4-4f64-a246-f542771bb619",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a2eef505-4d2e-4ff8-972f-00c3a6c5f717",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "b79fb55c-1b45-408b-8323-1efdeaeea8fb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2f5e14b1-6874-4134-ae0c-51607c6518fa",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e62d9a91-64a1-4e3e-890a-300890a9d2d4",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "d1d0b753-4bfd-418a-9599-f4b43897407f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f63f25cf-7160-4e7b-9b52-76d2f84cb35d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "867a7b27-6eeb-4e4b-81e5-c6ac47331e44",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "99cd818d-b46a-4430-b19b-74525c728b77",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "6aacee7d-1354-435f-aeda-a05ee3ad3a39",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9d9f5851-af72-427c-b0b4-ec5a6753cb3f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9094c5e5-be73-4c2d-b092-4911bdf886de",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "aa931870-04b8-439e-ac0a-2800a3b9e01c",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "cf9bcbba-4d9e-4191-b199-fb5c83fd2fef",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "363bf38c-8758-4018-a410-c6c8d9612acc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "615486d9-3a9d-4ce1-bbf6-bb7d61bc970b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d5a82c4e-fd7d-4d7a-8ece-72e35dc1c960",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e43c006f-aca1-4afb-babc-329459a2cf53",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0ad5837d-3424-4a79-b146-79a080b99502",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "99fa97dc-c80d-4669-951a-51834fd04a1c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c5e8c574-d373-450a-bc20-2ca08197c404",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "fb36c8f2-867f-4e6c-aeda-34c42199cd41",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "037f5c00-85d9-433a-aa2e-98a9cbd3d5e0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "22cb1c91-aacc-4aab-8a95-7e87f7493776",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2f23d387-53b1-483d-8ee4-7eb67662a1b6",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "20ad7308-1abe-452f-8d96-e05b48b87404",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4987e637-adf4-4643-8afc-b2ce6220ac4b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f0ee6551-b6d6-43d8-beeb-27664e5e6c83",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "36173f35-5886-43db-9c73-6fdc732fc8cb",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "cf8e853b-70b3-46c3-ae61-b76ad50fcbd4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4c909eea-92c6-4f5f-acea-5ac07b559206",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "81ec427a-2ae6-4683-91a8-0c29608a8710",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "47085bd4-39ac-439f-aac2-7d3307efccae",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "10c6a571-be8b-45ff-9837-d38783bba50d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5eff9bfa-c9b1-4e95-8a52-e89c09e3ffb1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fa9464e2-4eeb-40ec-9470-bffb122962b1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "892aedd7-6679-496e-8702-635692c98e99",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "68ed035e-93d9-412d-8512-d37b8d98dd88",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a98b1961-21bc-4948-8a67-962ab4331634",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1f44ebdb-dc75-4d1c-85c9-fa7872dfe4ba",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6df86ad1-2ab6-479d-898d-b0c7746fdf0a",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "5146e6e7-3e53-48d2-a244-f5680fab7f8d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1e744a1a-b973-4a6f-9230-bcacaee78bdc",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "26b3df79-e320-4190-8710-60cdfc0b70c3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "38f9267f-4d5b-4720-8651-3173e2820959",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9cb1fe8f-d919-424c-a00e-773fc6e6d2e5",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6abdacf3-a0a1-43e8-a8f6-c0c1eb4830e8",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "0151a671-ac09-4454-92dc-2af1cce261a5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a74ad7f0-8cf3-4f0c-b63e-589d47cc42bc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e4fb5b30-502c-4f33-bd9f-b559066b378c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a5082f84-6225-44b3-aad6-dac977d3b0c2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "56d92baa-4fdd-4902-a9b9-602b73dfd336",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c3d85c60-0c08-4095-a849-b40183fa17c1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f5daeea3-6a11-4b99-a025-4f05823dbf2c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "辅助电压范围9-16V系统正常"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/16_VA低压12V输入欠压保护.adp b/ADP测试项条例/16_VA低压12V输入欠压保护.adp
deleted file mode 100644
index df2b43a..0000000
--- a/ADP测试项条例/16_VA低压12V输入欠压保护.adp
+++ /dev/null
@@ -1,6855 +0,0 @@
-{
- "ID": "9c26149e-56be-4765-a6e1-0d02cde831fb",
- "StepCollection": [
- {
- "ID": "0995c8f3-a974-41b6-83e0-e22bf7dad92c",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "833e4f8b-53eb-4d20-aadc-9cd525fbc451",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "45d49003-b2cd-4f09-9248-aee06e6afdca",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "43051121-a313-4986-9003-bd2b5787a6f3",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3a7331af-5814-4524-b262-bc253073e202",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dbde1fed-5dc6-473c-8e4d-d86e5ac7b9ef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8948cfdd-baa7-441e-aa5f-10a6475b1014",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ff7c9eba-711f-458c-a6ca-1750aacd8a37",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f707ca0-26df-48e3-bc3a-0dd6c4b3fbcc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6999e5ca-ef11-4122-b37a-0f30e7cc3bee",
- "IsUsed": true,
- "Index": 4,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a94b7744-7587-4854-bd7d-92e5d389917b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "29ea7ae3-71a1-48e5-9fc7-f1759ad9f131",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "588fd30b-87f6-4bfe-b214-0e656dc36bcc",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c53e5a4-a21c-4449-812d-cce68f1e4698",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b33410b4-1a77-4ca6-adec-ae635f3ec3cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b0056e2e-ea1b-4d08-b458-9417556cc631",
- "IsUsed": true,
- "Index": 6,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "902c0c42-c20d-4705-844d-c88eefb827bc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b06f1aae-fde6-4ab2-9adb-9221061b48d0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26b10949-172a-4ad3-90b3-806e67bf692e",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f47412bb-037f-48c9-931c-afed820e1a82",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ba7150a5-7943-4fe0-8039-703698a1838b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4b303447-a8ee-4a07-b6e8-2da478ef194e",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源9.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d21b010-9e66-4dd0-a84a-42a2b915372e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8ea6612-85cf-4979-83c8-194b9de3c04d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9f51ac83-8f10-416f-94f6-2f76b7f81cb2",
- "IsUsed": true,
- "Index": 9,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "61f7b038-4427-43c8-850d-8075a18b0f7a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "93ea05d2-c269-4341-8d37-557c46e2006e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "664475b4-1e42-4162-a4cd-4c4f7c094a43",
- "IsUsed": true,
- "Index": 10,
- "Name": "低压源9.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7d9c132b-8fad-43c1-a762-b3f17b36977b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c37e9358-d8d6-4480-aa0c-f0e80afb8a85",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7bbfaec-185a-4432-9b2e-f6436a260241",
- "IsUsed": true,
- "Index": 11,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b0662153-5dc2-494e-9294-d1b60260c464",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e5ed4f32-85af-4a0c-90b7-5cc33cba5801",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6576a59d-5f13-4dbd-bd84-f68cc4bafcdd",
- "IsUsed": true,
- "Index": 12,
- "Name": "低压源9.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8a719f6b-b0a1-4cfb-b4c8-72522615b7e3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "538aacd3-4049-489e-8238-9ceca06deb06",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96f89a4e-5cc9-4773-a7d0-3448c994cf99",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aa6a98d1-a6eb-4a4d-982a-e64c61d6a58e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "40ed3838-3edb-4a28-81bb-265520230600",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "90208cfd-5081-413b-9c77-dcd700925b83",
- "IsUsed": true,
- "Index": 14,
- "Name": "低压源9.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a708f48-378a-4fa0-950b-153f7c227e74",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "161a7335-4473-44aa-a847-577d9d433122",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1f9f8ff0-e7a4-45c3-a556-3ef5965e7070",
- "IsUsed": true,
- "Index": 15,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "76e4cf4a-9bef-4de4-a42b-dbcce9d19e49",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07f510fe-6cc3-4d12-9533-66544f985cd1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e5d4454-99a5-4cb0-91c7-3ec2f2128bbf",
- "IsUsed": true,
- "Index": 16,
- "Name": "低压源9.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed68b23b-a43f-4b8b-b125-a03324996284",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ffe38771-1770-48d1-8e8b-c6b1952b52b1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a8b6d61b-79b3-4cf4-8c98-5fdfad3dd9d9",
- "IsUsed": true,
- "Index": 17,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3c622de1-49d2-4819-accd-dfb0c2783a86",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8d98c31f-aea6-4038-896d-be52683221f6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ffde87c9-477b-436f-907d-ea989d62bad1",
- "IsUsed": true,
- "Index": 18,
- "Name": "低压源9.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9c6a8b03-5801-44ed-a6cc-96150fd0292a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dea9132a-6979-4c4e-b1f1-1f8cb908719a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07f0c5e2-7468-47f0-869a-23ac6a04f569",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa7b2f81-0d44-49a2-b0cb-28ffd641220d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8108b53-9fca-457e-9721-e34c8a7470dc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efb8f769-b8c8-4019-ad2f-e30d28568438",
- "IsUsed": true,
- "Index": 20,
- "Name": "低压源9.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd7e1a15-fcb9-4944-afb5-a4cb52e07a20",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb7ae8ba-12e7-40de-b5a8-e33e8dda5abd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2db232e0-cb22-42d9-b35f-43c6ed991519",
- "IsUsed": true,
- "Index": 21,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72d18266-7ec0-4c0a-861e-34807f16f7f7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5a88a1e0-1cc7-4e82-ba95-4f18ca6117f2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0799d01f-b401-40d3-830b-da889b3f951b",
- "IsUsed": true,
- "Index": 22,
- "Name": "低压源8.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93b0a867-be9f-4941-a361-7f7fe7c41cce",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "915bc6b3-82d6-43af-bfaf-7fdd182e3d08",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78f7fe4a-89d1-426a-9a4e-30a097422328",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dafc9d4b-59dd-48cf-87ac-dc1479631d34",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c6d86667-a42a-43b0-972f-03bae2a93f71",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4a13719d-8fb8-4a24-b184-33182b9325ab",
- "IsUsed": true,
- "Index": 24,
- "Name": "低压源8.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ec5d70e-18ed-41ae-867b-e6ab98455705",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f91dddd4-d744-400d-b7d3-8e2a00f68de2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f93cd1cc-f084-4744-95bb-2e27d16b7a4e",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "76b8dc34-c432-411d-a1e8-5afabf303f35",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51235f04-76b5-4f27-9ffa-9fbd982ff2a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a661e99d-74c6-497e-9dcb-2f047fdef61e",
- "IsUsed": true,
- "Index": 26,
- "Name": "低压源8.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be33fd0c-6066-4b40-89be-38ebed840fd8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d1bd04a2-0b6e-4f9d-ad0f-6ca842d45eda",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ad415090-465b-4b17-aac9-040e07423657",
- "IsUsed": true,
- "Index": 27,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5b8020c-8e25-4d39-99f7-a5debfd64ef3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bbe3e0e4-17a2-4e25-a461-06407a45dbb5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f220abae-c35e-4afa-b2ed-66a3d30d513c",
- "IsUsed": true,
- "Index": 28,
- "Name": "低压源8.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e8e783cd-ba16-4f07-9574-071b8bbfdc49",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "849c692f-e721-46f9-944c-853082e0ea8f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cf614fb-de15-4720-990c-43eb58a6f452",
- "IsUsed": true,
- "Index": 29,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e709f2b1-ca1f-4f99-be98-b9e8333163e7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "97a9e2bb-9815-47a7-8850-5b3cbc466263",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7554a509-375b-448d-8da4-e31d97344336",
- "IsUsed": true,
- "Index": 30,
- "Name": "低压源8.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b9e26138-0491-4ce4-980b-7fd0b4509f0d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e80335da-f94b-4db1-bbf5-7c77b36e2eb9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5928f054-c7be-4565-810c-4cd0621a58ca",
- "IsUsed": true,
- "Index": 31,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "26158676-81af-4647-8344-f6e658eecc20",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e3fc84f7-8f02-4d39-85f3-9a204028cf6e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b06f95ec-7df3-46a9-96b4-b0ae9af8d4c6",
- "IsUsed": true,
- "Index": 32,
- "Name": "低压源8.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "083a06fd-7f96-497d-bbf8-9aa3c771308f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf879a21-dab0-4b30-b923-851e4cb00556",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1ecd236-02b4-4453-b03e-ad95676dd8bb",
- "IsUsed": true,
- "Index": 33,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fb27931e-cc44-4390-a4ed-7140c75c4665",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3c23cec8-85e9-4fba-a5b4-518967ae9988",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3cbffd1a-1074-4520-95f6-1bc53db3f3ca",
- "IsUsed": true,
- "Index": 34,
- "Name": "低压源8.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7d0fdddc-c593-478a-835f-e9dfd3e509b1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a85b16e-2315-4efa-8dac-1fcda91ea33c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f7cdbaf-2582-4197-a27b-f3c86d9cad21",
- "IsUsed": true,
- "Index": 35,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd125d40-9291-4a9e-ba83-315a3e91c609",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d661381f-c905-41b7-8979-6bfb538d5b46",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9963a000-da81-40ce-a202-76c22f99a116",
- "IsUsed": true,
- "Index": 36,
- "Name": "低压源8.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1775b0e8-1f31-4b7f-8c94-1faae739acef",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2132364c-b1e0-4c80-840f-55ded0f9e765",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df223276-517f-47f4-be3e-2970764478c4",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93172228-88e5-43c0-a461-45129e44c3c1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "536de1cd-59b9-410b-8d14-f1a9bace65e3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "763d4748-29cc-41be-854f-3dc3b77505e8",
- "IsUsed": true,
- "Index": 38,
- "Name": "低压源8.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3abc956c-5d85-4daf-9315-59ed205ab5f5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a34952d6-714b-4745-af86-3a6de1c84a8b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "21c07761-2dbe-4bd0-8c1e-41937a75d956",
- "IsUsed": true,
- "Index": 39,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c82adcc7-deb3-44b3-a813-6fc4a12b95b9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b507928a-1062-4d93-aa73-844286c255d0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4da5f5ad-60d6-41a8-a0df-cf06345f3d43",
- "IsUsed": true,
- "Index": 40,
- "Name": "低压源8.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dc5c57de-01a2-4d12-8127-34ad2bf4ece4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbef740c-dab8-480f-bee6-48e0d9670eb2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c5f1ecb2-3f6e-495c-9098-be193e0b9b38",
- "IsUsed": true,
- "Index": 41,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d3ab550-18a4-4daf-8b55-f47e24d60b45",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3011d6a2-6463-4045-a959-f3cbd3af4d9c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9a7d593f-440d-46df-8bfc-ed7a4815ba9a",
- "IsUsed": true,
- "Index": 42,
- "Name": "低压源7.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "29566e1e-7ebf-47e1-aeed-eb45628abd57",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7d976bdd-d83d-4611-b2ef-5155fbb97c7d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a071bb23-8c8f-4c17-ae30-bd4e6c6eda83",
- "IsUsed": true,
- "Index": 43,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "904fa5c7-9517-48a8-a69e-492a9ed745c9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e1f280a-9d4d-444d-8401-c7c7040b8426",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e178ef77-2f83-4ad5-9cc2-f441403291d0",
- "IsUsed": true,
- "Index": 44,
- "Name": "低压源7.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47801c82-c700-42f2-b093-ba942f080de8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb02a7e3-e57e-4df1-b0d9-14e49a72b1be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9479e240-80c3-4f63-a5a1-b80d00d140ed",
- "IsUsed": true,
- "Index": 45,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "23101219-e38e-4572-a8fe-fbc8053e4556",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d83a2539-409b-4851-9c96-17e97eb64e9f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e524e2e-a47e-4c06-8b10-123cc364b5e1",
- "IsUsed": true,
- "Index": 46,
- "Name": "低压源7.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f27c3a33-12a3-4394-9239-ee64801b85c1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eaff0074-04b6-4d30-8c04-3e59f8a82963",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09abfeba-d1ac-4bca-94c2-1c5ed0266ab2",
- "IsUsed": true,
- "Index": 47,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2db90ade-7ff5-46a2-886e-906c47d4c1d8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc2ffcf1-6bdc-4967-8bf3-d2268454385a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e857bd32-cfd4-4d6c-b8ff-de5a8fb47340",
- "IsUsed": true,
- "Index": 48,
- "Name": "低压源7.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "222d493c-588b-4ce8-8002-3d4904c70e08",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "413b1290-4a75-4039-a893-4dbaa14b258c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "550d947d-6f59-4c14-b930-5864b3449d8e",
- "IsUsed": true,
- "Index": 49,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2896aa39-fa2b-4130-b1d0-af5d4af72f91",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3710a035-eb7b-45a1-91e2-b675b409e6b6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "21789117-8ab7-4747-b3f4-2c5d05d31927",
- "IsUsed": true,
- "Index": 50,
- "Name": "低压源7.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "680da9a0-db53-4218-a0d2-e97b8aa20d4a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b6cf6498-2888-41df-b391-75c97574b78c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "80857af8-bb5c-4e4d-8b00-90ce01c83a6a",
- "IsUsed": true,
- "Index": 51,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "403de285-cc17-4424-96c3-74094839d2bc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ebfecff2-74af-40ba-a48e-31448eb22998",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "427a2945-adc8-43d8-b211-e83f84ad6821",
- "IsUsed": true,
- "Index": 52,
- "Name": "低压源7.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dc8c797a-b86e-443e-8191-cdfd19ffaf0e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09bca940-7bae-48a1-9cb9-8926c9f0ac5a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b4514eb-4935-4bab-9081-b3549992f1b1",
- "IsUsed": true,
- "Index": 53,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c16bb802-5a60-418e-a910-ff8e1d3ef533",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c764ff20-f3ba-4bc3-b62a-5a5bea35f704",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a916c019-fbb2-430c-b9f5-893a87d05e73",
- "IsUsed": true,
- "Index": 54,
- "Name": "低压源7.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e127f1fe-2667-44a7-9702-d08c44f749e0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3f63a443-110b-4046-9863-710d6b033ddc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "08d9de30-71ef-4909-b7e5-53353330ca5a",
- "IsUsed": true,
- "Index": 55,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d6ea9734-ce9c-4970-a702-9e0d7f83bca8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f878dded-d175-4a9d-aa2e-f5fd382f4ff1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc1a696a-fa47-4d70-b3fc-cee1cda20193",
- "IsUsed": true,
- "Index": 56,
- "Name": "低压源7.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8fe8d68-3959-4290-ab1c-a9d92b225781",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f4ffcc86-8c76-4dfa-98c7-adb29721a5b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d3b342de-67c2-409d-8574-547435898b3f",
- "IsUsed": true,
- "Index": 57,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a1e5c43-fe1e-41b1-b499-82976a5fb345",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b8b68601-3efa-43c2-b544-7b7b040b0f71",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df8cb9ba-6c6c-4077-94e4-7c03cf370ea6",
- "IsUsed": true,
- "Index": 58,
- "Name": "低压源7.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "090ad3f2-fe1c-4068-beae-abd89fbb5afd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e424f420-e6e1-4178-8b0f-dc9b84651f52",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "75961f02-231f-4e9f-a99b-786aab58ec74",
- "IsUsed": true,
- "Index": 59,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "860c9b58-cafd-4f87-a669-4f867b90234c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "88168e46-d594-449a-a854-74297c8d96b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d497c552-3c34-4bc7-8d95-f5e1cefa1ba6",
- "IsUsed": true,
- "Index": 60,
- "Name": "低压源7.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "242c0598-9501-4b5d-8922-a714e6cd377f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0dc8c68d-fb61-4b8f-bc21-9bce4f684a3b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f08c2f75-a157-4c37-b21e-b727a1c183d2",
- "IsUsed": true,
- "Index": 61,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d7c264f0-415c-4ddb-8990-5255230cb12d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "576e0674-fff6-4d6e-8b4a-e20d8641e5d2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5038323d-5afe-49d3-887b-1fa162073d55",
- "IsUsed": true,
- "Index": 62,
- "Name": "低压源7.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "08fa9e6e-89b4-4f20-beb6-166bf0442632",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d18569f9-fe39-4a18-85b0-47309c330ce5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f6af1b20-dd87-45f6-89bf-8eebfc378ded",
- "IsUsed": true,
- "Index": 63,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be23efd7-f243-4668-a07b-3525a45b64ed",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3cc30860-6cd7-43f0-971c-0700f69eeccd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8c0233e8-491f-476c-911f-b144b9581195",
- "IsUsed": true,
- "Index": 64,
- "Name": "低压源7.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f9f64ce6-1784-40de-898a-289ba3b8f2fb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "524408ee-eebc-4d20-a487-8e63b0214ef9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fec4a783-dbdc-4d39-a3e2-fae30d5918d5",
- "IsUsed": true,
- "Index": 65,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "faeb48d1-8cf0-4f39-971a-a9af5a8c12ea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b1ad9427-6ba0-4257-82f5-a914e32712f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7c4a09ba-aa63-4308-afb1-b49a9216f33a",
- "IsUsed": true,
- "Index": 66,
- "Name": "低压源7.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8c854bd9-72db-4208-b873-3e0e1a89d452",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbb528b1-b68c-4b0b-b430-dc036756d25d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "85b32091-1ee7-41e3-b58a-734167f0483f",
- "IsUsed": true,
- "Index": 67,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "634aaf98-3d14-442d-9cee-cc3ed483bcd0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc45824c-80ce-4072-a323-adda5844c683",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2685cf01-94f4-4e93-8fc3-fb2105d60751",
- "IsUsed": true,
- "Index": 68,
- "Name": "低压源7.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ead49ba-c32b-455d-bba6-d1e61b68d584",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9880dc75-984c-4573-94e0-d4c71d82d1a7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6338c631-f896-4fd6-94ea-eed3deed0d30",
- "IsUsed": true,
- "Index": 69,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0857bd72-a530-4ba9-a2be-e776a5df0d93",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "59d40ccc-9edf-4b71-841e-be868710f8f7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aced8b6c-cd11-4989-ab1b-bf8a89ac77dd",
- "IsUsed": true,
- "Index": 70,
- "Name": "低压源7.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b515cb02-19cd-4032-aefd-3b4729e1eb4f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ef2f6193-39bd-48e9-b1e7-176de35d12f1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "34977849-afd1-492d-a6df-0c5ca8296a2f",
- "IsUsed": true,
- "Index": 71,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "013abb25-7398-4640-b4c5-eb7089c3b82c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dd017202-1b91-466b-9ae6-fb8575cbb0b2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bc720724-ff7a-4982-9c48-d53f5c4b2d33",
- "IsUsed": true,
- "Index": 72,
- "Name": "低压源7.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a7498e3-965b-4d1d-8b74-5eb1bfa92044",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d451f24f-f505-4cd4-b2d3-d410af117b1b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "93a60582-a043-4484-b729-237f7e042b4d",
- "IsUsed": true,
- "Index": 73,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3fca3585-b55e-4c0b-8cb5-b6eed4d2f306",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0539842c-fdf0-4e88-b58a-12a9af07550b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38f153eb-b62a-45f3-8ab8-248fe55ca34c",
- "IsUsed": true,
- "Index": 74,
- "Name": "低压源7.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "755fdff0-77b3-4383-bf44-3d1c0409f611",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fce5f007-97ca-4a77-8143-76711e287498",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0a14e78-24aa-4917-8672-7fd1ea3b5033",
- "IsUsed": true,
- "Index": 75,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92e4b618-6b63-4298-886d-c557a58bbb9e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91cc2bb5-ac50-4885-acbc-78d1a3733485",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aa0450de-a138-4006-8cfd-6b698664baa5",
- "IsUsed": true,
- "Index": 76,
- "Name": "低压源7.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37437328-5bd0-4148-9439-5d1f35c04389",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d2281f65-86f9-4fc0-9685-bd7722755629",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e37c5c6-0918-4b27-8608-cea3071b1b91",
- "IsUsed": true,
- "Index": 77,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aeeaa0c8-2b57-48c2-a1dc-0e03ee86070c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "50950f9b-429c-40ba-b20f-2d104be03e01",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a3b6b41-85e1-4f24-ab4b-a1304578e0b2",
- "IsUsed": true,
- "Index": 78,
- "Name": "低压源7.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f3762a3b-e3a0-4b43-bd99-8bc32bffb702",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e35d5135-40b5-4399-b6f6-cb6b13ebbb4b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bbe04ed7-a1a4-4a71-bcb9-d03c57b35e72",
- "IsUsed": true,
- "Index": 79,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b5fec6f-8a52-4a37-b5bf-69308a2af863",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb3d677b-3e17-4a3c-9824-df7530a4c055",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb0dcbf1-faf0-4e79-bab9-476813014a5d",
- "IsUsed": true,
- "Index": 80,
- "Name": "低压源7.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e8a5d967-576b-4204-b6d2-043c29bbf613",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "7.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a21ba165-2580-4777-9085-93f258951367",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7e4293c5-0968-4a61-b3ea-9b2a68e78b7e",
- "IsUsed": true,
- "Index": 81,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2d7b1a48-b465-42fd-ac81-61ccf169a003",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3ef28a26-78d7-434d-ada0-8f4f2d5b79e1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "749be887-a239-49b0-aa94-38848a310ec9",
- "IsUsed": true,
- "Index": 82,
- "Name": "低压源8.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "79bc7325-9fd9-4c58-b5bb-d194128a7d4a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "98a9e0f4-4deb-4a5e-8275-0667c2e24dea",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ac09f73-1f79-4ff0-8ed4-464a884bda75",
- "IsUsed": true,
- "Index": 83,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8fa7c84-2524-4156-a03c-5f7fe3954900",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e553289-1e1c-4994-80c3-12a0b13dd5ae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "171ce4d1-cba1-413f-9ae3-712a5ace9e5f",
- "IsUsed": true,
- "Index": 84,
- "Name": "低压源8.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a4bfdf3-86da-48e1-828b-8250f7984fc5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ad0f364-3722-4d59-b376-ea745e6b65f1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ab376a95-eed2-4832-8bd8-1fdc064076fb",
- "IsUsed": true,
- "Index": 85,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba0fcce8-c793-4eac-8d89-2cc4efe7e0f3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a0ac7a0-0b6a-41af-8b4c-d6a29c949c9b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2a9eae85-94ef-4d8d-9054-bb55794896a4",
- "IsUsed": true,
- "Index": 86,
- "Name": "低压源8.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a08b726b-ee3a-4213-a11e-b9a27e5f3eb1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "32b61f86-4858-48ba-8278-4a06ff7ba4c8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "519dcd14-86b2-47ac-9b00-5862e715895f",
- "IsUsed": true,
- "Index": 87,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d08f0c0-4b48-45cd-9b73-f469045f839b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc04eac8-0579-44a0-b250-6023ceae2aa5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "da7a71d0-4e14-4310-88a5-63b69a70e028",
- "IsUsed": true,
- "Index": 88,
- "Name": "低压源8.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a35d60d3-04bf-4bd2-a76b-6305329a9814",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f3915e57-aa02-47da-989b-efc4560cdf8d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1fed0730-a91c-417c-918f-bcc6075a0968",
- "IsUsed": true,
- "Index": 89,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6828d14e-a573-43a9-aca3-92f9690d5810",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3011ff1-9894-47d9-9277-9f1d5e0ecea0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8bdd4d4-dfe4-4c03-870b-9ca07c36c0fd",
- "IsUsed": true,
- "Index": 90,
- "Name": "低压源8.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f80d570-a057-4e29-ac20-b7efa8987818",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "503386f8-722f-4aee-a92b-c9e01b427bc4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bcd515d3-6848-41b3-bc5b-c1944b414a8e",
- "IsUsed": true,
- "Index": 91,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7821fef0-264e-47d8-bff1-807ac2002487",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a45aa2de-d39a-4473-bad9-bd8e7dba2b7f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "46e2dcf3-ef4f-477e-86f4-2981fe610337",
- "IsUsed": true,
- "Index": 92,
- "Name": "低压源8.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a2c3b80a-9457-44c9-a359-bd0f83092bd0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48f8c292-5a7a-47f2-ab2d-3735475281e9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a785df64-aae2-45ca-bbe1-a651626642fd",
- "IsUsed": true,
- "Index": 93,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3f1e50d-323d-45c9-8a28-a45f2f27a44c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3d33571d-eace-4230-a28d-5cb52d4bb747",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "812eb8f8-dcac-4ee1-9b90-d5b430aa6432",
- "IsUsed": true,
- "Index": 94,
- "Name": "低压源8.6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6b473be1-23e2-44db-af79-e413692e24e7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2fef2829-73fc-406f-87b8-2135333ad3c7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "de4aa9b0-cbc1-4ab9-a6e9-309d9182844c",
- "IsUsed": true,
- "Index": 95,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a13cee58-8f26-4683-ab04-45aa645cc314",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4de1cf08-224e-4633-b210-4dc0bc5e3878",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41b66e8c-1e4a-447e-9e6f-a3dcb834504f",
- "IsUsed": true,
- "Index": 96,
- "Name": "低压源8.7Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5f8a84c-0a02-48c5-972d-89a102c890c4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.7",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "60fcbb7e-8085-4fe4-92b2-780c06e0fd3c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "79a8ca1f-6ef5-48bb-a6ec-bf0bd4755e33",
- "IsUsed": true,
- "Index": 97,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "559f0559-a7b1-4b32-941d-217f843a3e0b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7d0d2ab4-a91d-448d-9626-3261a0f77167",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4143c0f5-fe5a-4164-b3c6-0504b0cafd00",
- "IsUsed": true,
- "Index": 98,
- "Name": "低压源8.8Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1249123b-7638-4a14-95a0-993226be0700",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a49eedae-ffba-4189-a7d4-8cade91d0c2a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e8c29d0-64d2-427c-820c-3e6f443907ea",
- "IsUsed": true,
- "Index": 99,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9758b9cf-7d40-4416-b66f-b434b9a18157",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "56bf1ac4-1656-4a67-8f6c-da46b1b256a5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a8ad182-06b8-49da-b53c-541d9084efa4",
- "IsUsed": true,
- "Index": 100,
- "Name": "低压源8.9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d6c1ef34-9737-44ce-8ece-ac580ed2742e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8.9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "41a93c9d-f383-4f02-921c-49f006d28a50",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b0e03a85-079b-423a-800e-e7a601c40793",
- "IsUsed": true,
- "Index": 101,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a66e41b8-aee7-47d6-93fa-f0a76d3bffce",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bee0cb01-d453-4a3e-923a-00881241c73e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b2bcf6b-1e2b-45e3-9b51-3cc7caa9cc6f",
- "IsUsed": true,
- "Index": 102,
- "Name": "低压源9.0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "58e8f9cb-cf42-4e60-886a-755a360dfc2d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b02e79a2-9278-45fa-8f98-4147bf1de989",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6b160f4e-6808-4fbd-879d-8b75be62e72f",
- "IsUsed": true,
- "Index": 103,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8eb9790f-c9da-4d3a-8855-4a87bd71fe64",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "05e69999-e847-4f06-8132-e35e3195aacf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "50a9abfd-0057-465f-aa9b-82e34e159391",
- "IsUsed": true,
- "Index": 104,
- "Name": "低压源9.1Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f47bb431-1b93-425e-b927-d7bbd7ec8e9c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1092c20-e953-482c-acfb-2aa5419717d9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed7d090b-7633-4a64-be9c-fa96c86bb522",
- "IsUsed": true,
- "Index": 105,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec6c230e-9980-4d84-a973-89b31846f1ad",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "80b77c93-12e0-4271-9c55-c7cabdd4aa30",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5ba8550-ef2d-4668-bc02-3c44f6eac791",
- "IsUsed": true,
- "Index": 106,
- "Name": "低压源9.2Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6eb3e03-822c-4b1b-a106-3ed540c89868",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04312dcd-2135-4346-8dba-fd37adca3c39",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a884329a-9490-433f-a076-0b6126494c79",
- "IsUsed": true,
- "Index": 107,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "15eb74df-77bf-44a0-a87e-f41022bca9ec",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "29bc9b80-fd3a-45c2-ac5c-6bb56dc74a70",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a6ad864-3a43-481d-bfa7-7d92aaaa2247",
- "IsUsed": true,
- "Index": 108,
- "Name": "低压源9.3Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "81efe41a-5176-4c35-8ad3-df00aa740212",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.3",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d567fdce-f7bb-4c61-9c50-f842e0eab25e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c229ff3-a32c-4d8e-8c7e-c056e2934c23",
- "IsUsed": true,
- "Index": 109,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "58db1112-b2aa-4a4c-911b-a2976a7f3ba5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8cceeb3-3617-4e5d-8d16-38dbb04c3f3a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8ece806d-b82f-46e7-bfd3-fef319f1442f",
- "IsUsed": true,
- "Index": 110,
- "Name": "低压源9.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3c83946-714f-4931-bd3c-669579f64af2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "645a7376-1ce0-456a-aebf-109fc62e491c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29eb07a9-00af-4c83-a99b-b11e0a1ae305",
- "IsUsed": true,
- "Index": 111,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ad6d73d-b369-4468-9754-ab4466885eab",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "380740c8-2d7b-4207-ac02-540c4aeec740",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1a46bee8-4810-43ef-a323-c3c9a706f7a4",
- "IsUsed": true,
- "Index": 112,
- "Name": "低压源9.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2af3188-c3cc-4ebe-a131-900ee018566f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc0b8488-ff0d-4e55-9078-bc03dc198caa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96c8605b-2af4-40ca-b8fb-cc32ff9f268c",
- "IsUsed": true,
- "Index": 113,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "159b0011-6af1-4d5c-b0e7-29e49ca73d07",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ff8d8cd-3ec6-4678-88c2-ef95cf007165",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7774c33a-29da-4807-a7df-abe04b70e07b",
- "IsUsed": true,
- "Index": 114,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5447960e-7943-4f64-a0a1-3966f3bd8732",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "24fe0a3e-ff98-4f6c-a22a-ba53ce03f44d",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c90bb7d6-2fc3-4a93-8dfc-bab410bf942d",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9f3555a7-529c-4d2d-971e-aedcca2c2baa",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "472353e3-bff0-42c4-b406-2e53fd2fce63",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f7b5c5c-2069-4553-bb82-174df173f8ff",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "391f0b0b-046d-4517-baf1-cfa034fffad0",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "47d5fc1a-7031-4855-8123-1b3653cad99a",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "86249b4e-d10f-4404-aac0-a9fc2bcce5d1",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "494c0a7f-67ba-42b2-87c2-f31bb2692c09",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "772d2703-562b-474c-b814-32e1b69d85f4",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "33b8c4f7-31e5-4c86-945e-476604d373b5",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6c7e16b3-6bc2-45b6-ba41-784948f609c2",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "156ee681-eba2-4dbd-bd91-f3c4067c094f",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c5619c62-ddd8-40eb-9c60-11ae347fb2aa",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/16_WPT系统输入功率因数测试.ADP b/ADP测试项条例/16_WPT系统输入功率因数测试.ADP
new file mode 100644
index 0000000..04759c7
--- /dev/null
+++ b/ADP测试项条例/16_WPT系统输入功率因数测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "b316ef3a-e77e-4464-be06-5e66cb38e82f",
+ "StepCollection": [
+ {
+ "ID": "1da54c49-01f6-43ee-8362-f41c78701c50",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "86bf68a3-54d8-441d-96f4-c727b5bcc032",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9d68ec73-0c93-4149-8b5f-62616de0f76c",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "4835fbaf-f74e-4cd4-b22c-17fc49315e62",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "1817e5b8-c05c-46e9-85e5-c4a6949899c5",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5f4dffcd-361d-4f62-aac1-64531597959c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cf137f3d-07c4-4852-a783-943332d6556e",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "9cb1f8c6-eaa1-4763-ae84-75a1ace55626",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9076c7cc-280c-4e74-9c13-696d174423d1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "97ef97f9-a63b-457d-b4ec-242b33603cb3",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f68d04f5-ce71-416c-aaff-e67fec4939c9",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b3a13362-6d19-4468-a58e-7fab71b54e1b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b802bb05-97d3-4769-bc35-b956c7991678",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2850267f-b4b1-4957-81dc-09e7656d1bc4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8e1941b1-73b1-4539-993b-b158bfe601fe",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f57d6b43-16de-46e6-9a56-bee0e88410cf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "61439c72-c434-4b8e-8a80-37e3ca3fa5ff",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2cd9a867-cc27-4a29-b1d9-b2726e49762e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ac74274d-34bd-4268-bfdc-882863d02640",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "7020f3b9-a862-4706-881f-cb947284cb4b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6eeb6407-1cc8-4a86-a050-66d2b9e59fc6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a8746c55-bcbd-4a6b-aa26-d8dec2bbc68c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "81748770-72bc-48f4-bda2-729e77c3eebe",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "aad6b993-9e02-4ffc-9153-03707b803480",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6b96bb1a-cde8-4a33-baa3-710f695dd118",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "db6c4c60-4ff4-48d2-a866-230081421f10",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a7aa188a-39a0-4685-9571-63e411417969",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "7877b99b-8d45-4984-9460-db182d2d3cc9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2d5dfc3f-93fd-42ec-8eaf-854c4cd9a3d7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4eedabba-d82e-426d-a76c-ea72e6cc8165",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c48959d1-fa4e-45ee-9221-fb91ad5d880c",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "d117b0f8-5c85-45b7-b309-56510d123291",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ac8c1d89-7a57-421d-b2bc-735daba89e57",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "55fc6c34-8311-4c5d-985f-7ecb409818da",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "11e426fc-22c4-4f40-afe1-d52e43f3c929",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "08862ec7-e36c-4a94-b414-3151b2bb12b4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "96b0f78f-0b66-489b-bb55-f786aafdbe4b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "563ad2ef-47fd-4950-97fb-49cf0a872e39",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "857d98ce-3db2-4791-ae72-e5ab6b74011b",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "96cb6192-af9c-411c-b66d-3404270f9756",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "69775a14-caba-4f99-98f5-22c74baa7642",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ef4bf5a5-0598-47d7-a4c4-e0a0fc6acf79",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0010e570-192e-4d20-92a2-2bf43852e10f",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "99de1c24-fc69-4d44-a448-69a7da4a4fa1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9e1c478e-fb37-4337-ac81-9b556830106c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8a765444-e96c-4c64-9a0d-bab30e10c010",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e6b24d63-540a-42b5-8fb3-bec7d699d1b3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "59015c7b-c35a-4108-b540-ea7d42e55361",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8c90741d-e9c3-4c57-92a7-628e757459b9",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "0d73915d-b883-4592-a011-b08289776166",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c97ab338-d67a-440a-aaa4-6b54c527470c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1d24eec9-7d55-4f21-bf62-8cf398aec8b1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b64c0693-fd46-4a3f-ae38-4e0ea7c63908",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1ed394d2-f305-461c-ba06-2f065ff975ce",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ccf58076-8f0c-4b6f-810e-97c3fbb530d2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "95886305-9fd8-41d4-9bb0-c5e55163f213",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "满载功率因数>0.99,半载0.95"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/17_WPT系统启动输出时间测试.adp b/ADP测试项条例/17_WPT系统启动输出时间测试.adp
deleted file mode 100644
index 2b05d17..0000000
--- a/ADP测试项条例/17_WPT系统启动输出时间测试.adp
+++ /dev/null
@@ -1,3695 +0,0 @@
-{
- "ID": "f56f849f-850d-4283-8bd9-3b3e11b7de5f",
- "StepCollection": [
- {
- "ID": "173a4512-fcbc-43b9-8839-883cb5de9e2c",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "65252152-e568-432b-a5c6-88caaab711e7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7dc22686-ee77-40fa-a531-ae85569ebca9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26cf2a4b-e2bf-4f28-9db6-60b4437258f6",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e57c065-f4f2-4753-bd45-eef7dabc374e",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4763cb51-1432-414a-b715-582914b4c035",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d918d07c-d92b-420b-8116-5adbab5e3135",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "380ba667-79ae-4f86-858c-1aca1498a8db",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "27ee743e-8971-4c29-8bfd-27ccb5365c24",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1fd68dc3-a9b8-4e59-a2ca-6950b68f2fa3",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db8f119e-f976-4d78-901c-a922d0058798",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b9979611-1e29-4e94-bd21-b6e5392f7985",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4b894b61-200f-41fd-95f2-cd33c6f2b974",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d83c6c6f-732b-469a-b727-33ba9f099de0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "264222f2-8071-46c4-9346-a2ab18700fb3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5efec159-98fe-4de2-aa0b-458d0734eb2b",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9d819ffd-c3a0-4b8c-8ac0-4d9364423964",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d1427809-ae2f-419a-9c0c-c2d36b1504a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8ffc748-8dac-46f2-b9d8-338f8ca3a568",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0cf1b6b8-f76b-465d-ad60-3141367d27c5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "80341e2c-3a7c-4578-8207-42b4ad39e652",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfff4d4c-2a8c-4308-8f0d-ff71d057090f",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f1f07f99-3770-4ec2-b009-4c3008363bc4",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "83193851-6060-427d-ab2b-851ae44f3c10",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9efea9af-30ab-47dd-ae9c-34b29e2da790",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53171ae9-4247-4e4a-b5d0-240df278f251",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "40756562-33b0-46e1-95e8-8d096daf23a7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "909c904d-2667-4a18-9e30-40925aafb682",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8089110e-ee0e-4a38-9cc5-fffde54300af",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e9640d8d-85f3-4f1d-a82c-fd793ee32981",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83ceb39b-ec07-406f-b3ba-8085c21b9133",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e997751-d979-4cc1-826e-a0caea02da62",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a7f21b58-5dd3-4c06-97be-54a1e892e2eb",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3fe08ffd-2faa-4dca-89d1-3eed6b6bfff3",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e4471cb-27c7-4b13-8ee9-10ccb87a4076",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7f20c279-f13b-4fd5-a79f-83d541f615f4",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99beffae-f605-4629-ad2f-1e1f9330fcac",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b119d496-8212-4b62-bdfd-f1f477ef4de3",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "51f45df0-2a18-42fe-af75-95c638365ece",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e4267a26-499e-4162-9eb6-51700975541e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3eba26c9-072d-4be7-a376-bbe3b849be6d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "494007b5-408b-48c9-b592-3d5f87f00a8a",
- "IsUsed": true,
- "Index": 13,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bab71b52-d5cb-4eae-9493-cc93e2ec3cde",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "82d6bc03-68c7-408b-bcdd-127f06155bc2",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bfecfacc-35af-4e01-8935-66bc68e2ede2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b62e0f2a-acda-4113-8b01-010174e402eb",
- "IsUsed": true,
- "Index": 14,
- "Name": "示波器通道2ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8a1f99ae-43e1-46d2-81e8-bc21ce68c137",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e8ea9b7-7745-405f-9766-90e7470d4da0",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "23878881-5ff7-4370-84e1-5753e3fb7e7c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "87d00ad7-0a62-44db-a7b1-870799e09fc3",
- "IsUsed": true,
- "Index": 15,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20357c39-b7ad-4e3f-8862-9a4c42c251a7",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d64b9a7c-b262-4202-9bae-1480dd3086de",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7c7ec19f-fe8f-4aa4-ae91-9f48c225d87a",
- "IsUsed": true,
- "Index": 16,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd9ea974-d7e3-4ff1-b365-9ce34a4290ca",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb72bb0c-a9da-4122-bf9d-1a4c1fe1ae4e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e559a47d-d3e8-42e7-aaa8-e7e107a3cb86",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f3d63c71-9a90-43c9-a142-17c5d7759970",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "56abfd16-d7b1-4bf8-9d7e-c7615832e4b6",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c3191343-959b-4cd5-b9c2-2192f306dfb7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a1f4bdc6-633b-48fd-beda-0eb8a7c6e8c1",
- "IsUsed": true,
- "Index": 19,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "78cb5dd8-d793-473b-84ba-d8755b2502f6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b5c043aa-0885-4c3a-9a96-77a9c7d5af93",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8414331f-e26f-4eb7-ba83-a0c13a0402fb",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "82ec9260-7356-49c8-af91-d74222e52ef6",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c0f0acaf-c6bd-41f2-bf23-2b5ab47abc25",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c65a4594-ef03-4685-8f31-1be4c08d9662",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "293e270b-c01a-4061-a0f6-d84eb221f989",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d9de62c-8084-47a6-9996-8dfed9d44db9",
- "IsUsed": true,
- "Index": 20,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eeab6749-5278-4533-a084-8e8ba6205728",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fb332992-51fd-469a-929f-d6d905a3fb38",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82d61dce-05a6-49e1-a680-e459e95f4247",
- "IsUsed": true,
- "Index": 21,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "001de838-5780-40b3-93a6-2421be92de26",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8141439-6ead-4c9c-89ad-9a87c695bb26",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8dabcd7e-4937-426d-8395-f8fab2d3aaed",
- "IsUsed": true,
- "Index": 22,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e56cfc36-9b72-4f1e-abd6-c1a454bb89f2",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2625982c-730a-47bf-83c2-bf8d02b9eea8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "310833d4-5c89-42d1-990a-b33238280778",
- "IsUsed": true,
- "Index": 23,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5f45488d-fcdb-4415-840c-8c02fde7086a",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dc1e84c2-cc0e-404c-8ea4-f160f03333a0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "89da8b97-839e-4fc3-83bb-467143ccbade",
- "IsUsed": true,
- "Index": 24,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "54b3fd02-6c69-465e-b8bd-ac3c5df72254",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4ba28dca-dd6e-4501-8446-9b4b2fe5ef9f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "48d1d5dd-971f-4f31-9880-d7051647e003",
- "IsUsed": true,
- "Index": 25,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b69dd1b5-b432-401a-8e8b-2cf2c32da196",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09704834-da5a-42dd-8a4c-1e7ab7c68a68",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3cf3d810-49b6-43cd-990c-2da36828c228",
- "IsUsed": true,
- "Index": 26,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "211c43b6-baa3-44e2-89f7-9245cfe13f81",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b231b806-f287-47ec-bc4e-4f4164544b0a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6be71ed7-2bc2-499b-98b4-c5aa164696c0",
- "IsUsed": true,
- "Index": 27,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a67c3a11-d89d-4b99-9ac0-582062a1718d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "83f68132-23e1-4d0c-9470-b490dec9df6b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "31ae6689-4155-41e9-a69f-ff290a60129e",
- "IsUsed": true,
- "Index": 28,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cfe02929-f8e2-4d7b-a1e5-00c3ec8d3740",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "df06aae6-3350-4db5-acc4-0004e6421449",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a354872f-48fb-400a-85f1-0f5e22bff65e",
- "IsUsed": true,
- "Index": 29,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4243929d-3d3f-45ca-b1d2-884035710c27",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1744362-c0a8-40f6-bf8d-993842cf5d77",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "de07ce38-a418-4c35-90ab-5224df1013dc",
- "IsUsed": true,
- "Index": 30,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de688c48-c39f-4bff-a9a6-e6381ed5a424",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5c053674-11b7-4e87-be0a-3969ebd3dcb4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7eaadbf3-0b33-4507-ae4d-f05362772329",
- "IsUsed": true,
- "Index": 31,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24f8100d-2f11-45ec-b809-9d1d116e155c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4f739f04-908c-4c91-86e7-bc9aad6d40ea",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1fd33916-89c1-4c35-b45d-bcf627312434",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad4ecf1a-786a-438e-98c2-bd2711de55c5",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d6e41c02-cfe0-4ed2-9e19-0f61dfba10ac",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ebab1a4f-f3de-405c-905c-9e9d0f64fadd",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "aaad55bc-a4a0-4eea-bf72-84622e3429ce",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b5778310-ec0f-4e1f-8efe-3101c59846f0",
- "IsUsed": true,
- "Index": 32,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ca1f624-eee2-4191-9f3c-86583d557134",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1c4c3e4-dc44-4a3a-a883-c558c318e775",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fce59c8e-385e-48cb-a69f-c3d519b3c8a9",
- "IsUsed": true,
- "Index": 33,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f130b691-a67c-4582-b7da-fa15565c5edd",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2ad9c3e1-6831-4d2a-b94f-21295876ae8d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "939859ae-9033-4d18-a09d-298fddd711b6",
- "IsUsed": true,
- "Index": 34,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47455e73-0a19-4563-b9f3-acfd37a21283",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d925c702-c320-4503-8a98-d0381892cdfc",
- "IsUsed": true,
- "Index": 35,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d6886f98-6a68-4796-9fe9-dd1870804b58",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8cfecd2-52d0-4c8a-884e-3b9c8bdb3607",
- "IsUsed": true,
- "Index": 36,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "14022ba2-77b4-4458-9f1e-9c5aa4f96e07",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "f90d8a10-43d4-4460-863c-2bb7b6a8bfac",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "aea5b34b-2f1e-445c-9615-aa7b18d5e1a4",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cbdf1a1f-3087-4da3-aa50-20cd9985f311",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ba4fffce-9903-40da-a77e-27cf810bfa85",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99b85f4a-4616-4fb3-ada4-45d1be9c5762",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fd37ea2d-1060-4d74-8464-cba8199d8433",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e745eee1-83ce-4bac-b4c4-ba5728ca39c1",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时10s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d8dadc7-5937-44ae-8ad7-773b513efafd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "10",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "302ee672-f25b-44ef-9f7d-8c1b7d888a3c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "833da7fb-7337-4069-a5f5-ab786083a3e4",
- "IsUsed": true,
- "Index": 38,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "84a4a23f-083b-44bb-a2e0-1db3663d2b04",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c24ae021-7a0a-4643-9442-bed08b3d49cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bcd0d4e8-9d14-4b8d-a69f-318ba878c603",
- "IsUsed": true,
- "Index": 39,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7cc2099-325f-48da-a0c1-bf903f42119a",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e1452e7-abd9-4604-9caf-0b46a45925a8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f2ab1715-d0b8-4bfb-870f-245e8ab086ce",
- "IsUsed": true,
- "Index": 40,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c73b47be-2ff1-475f-bda3-1e34d92d48cc",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b769661a-9293-4120-a405-55452f3ec715",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7bff8a6d-061f-4ed2-86d3-8b31440d54c3",
- "IsUsed": true,
- "Index": 41,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0ad1f04-17fa-4190-984b-e5b48688e5e2",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5d6e33c0-8ad7-43bc-8f3e-f3f174a7db31",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9080e6f-2e18-43a3-90ce-4ca5b5d07d52",
- "IsUsed": true,
- "Index": 42,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9f75876f-764d-4bf5-a2e8-94714699cd66",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3dd0b45-0cc3-45cf-ba24-02f39e4b6d06",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "211a3c98-24c7-4b8d-b9b3-0a998afc449c",
- "IsUsed": true,
- "Index": 43,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4da61991-1f21-4ff9-88d2-b3f8bc63a62c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "68c0b29c-46f1-4814-a3f1-568ac49bc9e0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7e4d8ed1-34ad-47c7-985a-1bc74358e30a",
- "IsUsed": true,
- "Index": 44,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "795eaeaa-e34e-4717-a433-c2e7baeb79c9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4568de49-1845-4405-a260-1e5f43f50ca2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eef71aff-ba83-4ec0-aeba-e7c02fd55eea",
- "IsUsed": true,
- "Index": 45,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7b451890-4000-4b01-8fed-1334f6954008",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "762a33c6-5e11-4caa-a379-b24382835634",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a898dcb4-ae59-46b9-a79d-941434227070",
- "IsUsed": true,
- "Index": 46,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9089b64b-4d3c-469c-921c-215e991bad97",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f7ededfb-cbd2-4f82-a864-1fdb00e01da1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a8dfa4d9-4320-4086-a753-3396b44265c0",
- "IsUsed": true,
- "Index": 47,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e6b22a1-2953-4688-8836-e437f0872065",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b731a7e0-d7ed-4b8e-915a-3b19c996a836",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e6e488ac-e7d9-4447-84a3-3a100fa0cb08",
- "IsUsed": true,
- "Index": 48,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7b0c4d90-0c8e-466b-9e5d-a3f14d7dd421",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "29f2fa96-a6cc-440a-b3d4-88b5b2a41452",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a524d59-56e7-423a-9cec-8afa1c1c1a56",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48328faf-a601-4d72-9298-78fadbf19659",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a308807a-8751-4fd9-92e3-f70005f0da57",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f61f3404-7ca2-40aa-933f-8980b024bd44",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "61a346d5-683f-46c6-8032-fe930ad55adf",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7532d2b-14bf-4c01-a024-467119f12bc5",
- "IsUsed": true,
- "Index": 49,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ba70b9f-b414-492e-9496-462dc480d2f8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e286dca-748f-4e35-804e-dcbd99a277eb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6996416c-2bb3-47ef-a782-90f29e6b0df4",
- "IsUsed": true,
- "Index": 50,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bbbe2356-b4ac-47ae-9651-b95b99172fcc",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "995440f6-8fb7-429f-bdbf-743076b97fdc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b1555af-0950-45c4-ac89-8f6b43a31049",
- "IsUsed": true,
- "Index": 51,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c65e8c4b-586f-4d35-919d-6cd915aeeec2",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77a66584-76c8-4a01-ab20-9792701b7b37",
- "IsUsed": true,
- "Index": 52,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "26199e4b-7c76-4d85-806b-43eaad1116fd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1c382121-27bd-4963-9801-02513a7cbe5f",
- "IsUsed": true,
- "Index": 53,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e76d57d8-56ed-45d9-ae06-1a463902dd10",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "d7d455d8-fbd5-48c6-9ccb-ebc368fe146f",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99c056ac-a922-49e4-b3d8-62f8d83c8123",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e8a75131-85ed-4f03-9dd0-a5e695f388b5",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0b62286e-e202-4632-8836-a44c754570db",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d52455ab-2b5e-49ee-b32e-8735f6ed05ab",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8fd5ec1-c220-4ff2-bab3-45f8d95960bd",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "f837e5b1-ec0a-4d02-8851-d7372a1f41aa",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ab66e59e-c071-4426-ac78-a2c26a6d4d6a",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8c4a5d1-0d5d-48c9-b4d8-136690f8f8cd",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a69a7ee-1954-430f-8ae4-969d802583d3",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a9eb9c0d-1a9f-48a7-9752-2d436a202e1d",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d6ad6b01-a5bc-465b-9bdc-37ab76eb4128",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3ffa4800-4535-4658-a03c-c8b022cb6ed4",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d60e318f-57bc-47f2-8c7c-639c085ebd50",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/17_WPT系统平面转换偏移效率测试.ADP b/ADP测试项条例/17_WPT系统平面转换偏移效率测试.ADP
new file mode 100644
index 0000000..a583af0
--- /dev/null
+++ b/ADP测试项条例/17_WPT系统平面转换偏移效率测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "5205ba52-23c3-4dc2-aaab-54e0cd2d6991",
+ "StepCollection": [
+ {
+ "ID": "938e8210-b009-45ef-b800-d16d270cba34",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "1f5e67ab-1240-45e3-bef1-ce3ac2093e11",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6f8f3429-7811-439e-80b6-c3c6879d0bc1",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "84bc9ee6-d98a-4ff0-ac2b-14ba78f79ac3",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "80ae78fd-1aba-422c-a620-d876aafda784",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fb57cd6c-c568-41f7-a28d-53f903979807",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bad5afdd-8bf3-44b6-97ca-479566c9381f",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "400f4715-af4b-49dd-af6d-c0fea7f18654",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "17c26d92-93a6-4082-b731-bc7d92e0ccf4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b311f97e-7d1a-484a-81da-c08795b5a896",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2cd20a10-d3e8-4f3b-9bd5-f47bd072d857",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f3379df0-2d1f-48a0-bc2b-aabeb99ada01",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "aa1d520a-a8a3-4b73-a87c-dfad0c9aa6a1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d80d34f7-5652-4533-a636-7dadec917e54",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9d6f66a0-e317-460c-8be1-eeac07b57c6a",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "029839d4-2ab3-4553-8a3b-77b399a1ced3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "692b9b1f-f2bf-4c17-a570-6c702479ff0e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "164d5962-fb83-419e-9032-9bcacc6b6c4d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "842b6c6b-2160-45f5-85c8-4be0e17c7fe1",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "717f82ab-be88-4c0b-9dbc-040fe266ba5a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0f5e372d-0fc4-4c39-b58d-24021ea827a0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6f76ccb3-4d82-4555-b442-87679b678438",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b7caf56d-5ed6-4be4-bab7-a3d227cf23c2",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "8eea888b-133a-4736-ab6f-cfa7c8355226",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "213a1d88-688d-471b-897a-13b2cdb91a3c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "74463f12-37da-492d-a8fc-1909865b26f0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3b514afc-e1c6-48aa-81b7-06ce7a4b7685",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "8c8adcf3-4273-4a0a-83ad-7d5258373952",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c39f6a85-6b88-4dd1-9ba9-0fb1df0f75d0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f8f6c555-472b-4385-8836-dfe3011d1607",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "99cde55e-c581-4469-a59f-0bcd7db4e2c7",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "363eac59-2285-461e-93e0-8cabe83e2949",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "812932e2-d026-4af8-906d-adf50e00d35d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "69af2d8d-4c75-45d4-8c61-04e2dbb7a8c7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5aa06b9e-47da-4237-a358-63ae9cadb5e5",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c670f77a-95bf-4b67-a23f-45369f35b2ae",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a6577d75-0593-4e52-8647-33aeee3020ea",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1f1149c3-732e-4f57-99ad-4afd4bb70d95",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "ebbb889b-7d34-484e-a8fc-e559d366f1d8",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "009a8403-85d3-436c-bd78-f2fd03a2027f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "21f5c1da-f998-4f63-85a2-08a62ffaf126",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "58017280-7f7a-4800-9d7a-eb3cbd0f21f3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6a7b859b-665b-418f-b9d6-72f858f3f665",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "4874ba38-da86-4f95-b44d-83b25ab0b073",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9684b002-f642-4b61-a436-0ef6d9c1fbda",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8f76b775-a527-4c7d-9005-f5a814dcea4a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "540a25eb-95f4-45f6-a8ad-4aa5ceca5695",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8efd328f-ccdb-4c6a-99ba-a98fb59b8145",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "c41818a4-f54d-4019-bdea-268b5ed1d898",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "302d4be1-5c40-41ca-b589-dbfb5df1192d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f358bedc-f33e-495e-8d96-d776e8c1c056",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3f92bfec-3472-4186-874c-68b1f246d03b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b47aef33-b318-4238-ae27-a35379f3b7ad",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5ee187ea-00a0-407d-bd71-2bdb8f6516b8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "90d39f55-ebbb-46b5-9da3-3fe27be150e4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0276ebc7-4879-4879-a72d-6f7a96604d8f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "最大效率≥92%,最差不低于89%"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/18_VA-HV侧输出电压控制精度.adp b/ADP测试项条例/18_VA-HV侧输出电压控制精度.adp
deleted file mode 100644
index 17ed41e..0000000
--- a/ADP测试项条例/18_VA-HV侧输出电压控制精度.adp
+++ /dev/null
@@ -1,1167 +0,0 @@
-{
- "ID": "5ae4adb3-1ab5-4807-b80b-5a7ebcf5fbb3",
- "StepCollection": [
- {
- "ID": "1ce0bac6-2c10-4068-8594-23fea47970a2",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "14e13ee6-a8f3-4447-8489-5b96cfbe5c38",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b9d69322-f0d6-410c-9bdb-e3d4bc3a5384",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ba1d2d2d-8ef6-465a-9708-1bbc33744ce0",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fafc55e6-164d-49b5-98b5-0df0e0b60867",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af324156-25c0-4791-bdd5-778ff342f272",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "59748e24-e140-42af-b44f-127e66f114ce",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "694c94aa-b525-4d2d-9d24-67ac79950687",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "856b39a3-819a-47af-9d35-3517f5bb7cc3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2b430240-a4b7-454d-88ad-96f590c1f4c8",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b2bc768-ce9b-429a-8ab6-7f5a0371b145",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c876bb64-0744-4f63-9476-1eec3d98af29",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07f3e00a-0dcf-4d35-b11b-629d2623a9e7",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24441f1b-f8f9-400a-9d3e-143e807075f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c056c50f-33c3-4788-a896-90a7ae0da6b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6152e351-b464-48e6-a527-a5d104c366d8",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7eb90b57-98d4-4cad-98af-d43e0395113d",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "907be82c-6157-4310-9ff4-6c59702b559f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "58852872-c422-4e68-b978-aa494c47fa45",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "05c71228-9412-4823-8fd3-de0e9f469fbd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af727e32-3c20-45b9-9045-03dd6c698f62",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc26a438-f45d-4126-ae75-3c52fa335f7a",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef3dcd03-65cc-477a-862f-8826abcc2c5c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f090e941-5c41-41be-a5cb-44831dd03b64",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0e85e61-021b-486c-83a3-0897eabe7d1c",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7205170-9811-4ba1-bb12-514695198d40",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ef807c96-a63d-40d0-9e14-15675c4a6150",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "35db8491-0f8f-464d-b2d5-501ccb3f73a8",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e972abb7-e7a9-414a-95de-8717e62092e1",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4eb5e92b-6b99-417c-9272-fc03917e63a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "feac880a-59cb-4529-9291-8517b9bf91e1",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "61615538-6d11-4071-808a-e90b0fad9020",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "51e7a12a-3d09-41d5-b856-d041a1e6eedc",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1f807b3-9532-430f-ab60-54bb17bcefe0",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea4ad5f0-f572-4a85-b21d-1fb8d10b9597",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f875be89-2a18-4844-bb70-5f38741be633",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d7c4dc80-049c-4560-ba61-2e36295a2823",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb8b362d-d544-4145-80e7-20c073f482cf",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f24808f7-5efa-413d-a7cc-de318f98469f",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "29ee9767-df74-44e1-a5e8-0f42ab0b738e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b7950580-da8e-4aa3-b001-0a23549cb421",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5692c2e9-56cd-45ec-af01-2cf972fe7991",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a3c8b04-10d5-440f-a58c-96683a4fc781",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "54aa1f79-ff34-48d4-8f7f-a80101258b38",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2976b435-7c2b-4767-a8d7-238a4fffc659",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38b42196-1f4d-40c3-934e-e28743cae6f3",
- "IsUsed": true,
- "Index": 15,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da328a04-22b2-4c7d-834e-fd1622e32aa7",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "383eb15f-9040-4c67-83fb-e4df01eaab69",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "49144e4c-5a7b-4bed-80d0-26415baec325",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b26dd61b-df21-45d7-9754-83bdd50a3a37",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1d56c71e-442e-4726-aaa7-66686500e728",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2092e25f-18c2-4004-a293-fcf92872e764",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78abae8b-0d91-4d2d-8f5b-47f566fc1a87",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "18c0449a-076d-4f2b-b15d-cedbb1a4e147",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9306a11a-a0bc-4265-8368-2149da7f45d8",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e7951cd-c944-47d7-a68d-2c3fba28e7a3",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e700792-21df-4583-ab2c-0fc66906e89e",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a5f986ad-b3aa-4e58-a6cd-b4a67e71214d",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "69f7b7c0-7dce-4aeb-866a-b5cbac564d3c",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b80787d5-7a8d-4abc-8dcf-9ee9fb01b41e",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2aaa92c8-882f-43b5-85a7-409a563cba43",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/18_wifi连接测试.ADP b/ADP测试项条例/18_wifi连接测试.ADP
new file mode 100644
index 0000000..19f17c3
--- /dev/null
+++ b/ADP测试项条例/18_wifi连接测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "b868b17c-b7ae-4b60-8904-4d3966f55b71",
+ "StepCollection": [
+ {
+ "ID": "4845e7f8-e564-4287-ac65-54431e82a1c0",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "a2268b22-f4d6-485c-b6ff-fde2a1e51112",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "901b15e2-21fb-423c-b123-9694f531b64b",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "dc1140ac-7b98-4c76-9cca-d4825769ac86",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "aa19dba8-338f-4e89-bb2a-e0e7e841f0ee",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "549aeccc-0ecf-4c0e-91d4-d94454df4988",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "de537cba-6be6-4654-b9d7-602a26ff7b48",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f8248de9-36a7-47f7-b2f9-708c07020f0b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f6c61d30-2b38-4d44-a185-2957cb363b84",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3f01c16d-b784-4fe1-aba3-9e245db7c2a7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "aed58652-1e6f-4c8d-81fe-f9462afc31ba",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b37058fc-25fd-41d8-ba68-8f27f3840a3c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "df397d12-b6a4-41a2-8cbb-4008b976f1d1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f77c3830-4b0b-40ba-ac00-4aa00b95a94b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "29c516e6-ae5f-4ee2-8569-0d1a303ce083",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a647e9ad-ea18-4cf1-be33-0dc87a4c3db4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "20248438-9802-4913-85f3-ba2753a77bf1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "732bc1b0-e719-4933-a299-8fb149387e25",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1ce18e15-1b86-40d7-bdf2-b9f2299d1196",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f2b24ea3-44e3-4640-873e-09d71ce254f0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3b08ef5c-c858-49f1-8622-a73af873e980",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c5d9633f-e758-4f8c-9d69-54d5599726d8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b4225d6a-699d-4049-9400-1f887e250594",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "cd96d164-9d16-4b07-9303-89adcfe38339",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "27505ede-5154-41ed-8f7b-0c17aae438a3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5bef417f-b2bb-4323-8168-35205dd8c024",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b0ca8511-501e-46e2-966c-ac91bd74a009",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c71edab3-988a-4c81-ba37-617c355925e1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2f71650b-41ab-402c-af37-a436e134fddd",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cfaff9db-7f0a-4ce9-828f-71260e5c1934",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e0af2b75-23cd-447e-b3b6-9ae5a392956b",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e7607d14-3ddb-4b59-8792-0b70134521b9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "06f30acf-e3fb-4f32-b997-8f54013d308c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "98c688f9-910a-4307-b2e3-18a8bf68dcf9",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cbd3360b-08a7-4cfa-ade1-917b6a982b67",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c8d850b6-fd66-49c8-8ac1-8dca92b9ea71",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d636ac37-e40e-4c9c-b462-414401187236",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eb6e67f7-949f-49a8-a1b1-aabaf2110ffb",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "74fd42f0-4182-41f7-9c2e-4daf5141e9c5",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "7cb96f19-a162-4f26-93e3-86ed85c2d872",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8295dcfd-87ae-4478-84c8-6b129158e4bf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b3bb4c30-da9a-4a93-92d1-5c9e19ee911a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "29579511-fb95-41c1-bb99-2f924815c121",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "3878b229-2c82-4668-9057-83b115013968",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f259f6e4-f244-42cb-a1e5-4796828c0e3d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5d835588-9236-42b6-8d63-4368314fe167",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "64d3cb96-95d8-4c4d-9537-586298c0104c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "71bd8e6f-2268-4593-b39a-a566719fba79",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1615a4d4-565a-4fb9-8285-4821dd02805c",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "d453318f-91ce-40f2-a580-0a29cffaf277",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c733e919-871c-4c57-806c-7a40478200c2",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "296e68c2-470e-43ff-8515-28b5ff61da58",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4b417c2e-c09f-4752-8757-4a061adbd170",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6a38d535-17a1-45c6-9c62-d6d225d37143",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "77cdbcc2-2ffc-4373-9a24-cb7c9ec5fcd5",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cad5ea3f-8dc2-4f6b-ba60-6a9791fb3c24",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "wifi连接时间≤100s"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/19_VA-HV侧输出电流控制精度.adp b/ADP测试项条例/19_VA-HV侧输出电流控制精度.adp
deleted file mode 100644
index 3035a46..0000000
--- a/ADP测试项条例/19_VA-HV侧输出电流控制精度.adp
+++ /dev/null
@@ -1,1167 +0,0 @@
-{
- "ID": "3bd30acd-75ae-46d2-b146-f959a67fb05a",
- "StepCollection": [
- {
- "ID": "b735e7ef-f5e1-4cd0-a012-38bf34f0e4d3",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f27d49df-1066-4c91-b8b6-842da9d9c01b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "18286658-19fd-46b0-83ca-bda83b0f55d5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "87a07d56-cfed-4abf-b925-73a90b917828",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e352dd62-9c79-4597-9185-06f754551e3c",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dbcd3bec-9d3f-450d-8ee0-e456af826b20",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "72e0bf8e-c8d5-4c0d-b9a5-633fe555ac99",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6c3bb88b-f1a6-4314-9fea-ea282fefc52c",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b928bac-627e-4ea2-a2b0-d6d4815aa363",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8e06647e-569e-4c22-a794-42dca222e4da",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "95d9d976-4bbe-4e61-a76f-7500d6f9e0a3",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ff8e91ff-0356-43ea-9b32-e020e500567a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "89618155-6dd3-4547-a033-3920507069c2",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d1aac5a-add7-4e2d-992f-3c158accfc5b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "300cfa18-9dab-42e7-9517-d496a3bc8c29",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "126a7d16-2a55-424f-9048-11e9e6ff9023",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d47b2c8a-9285-43e6-97cb-213e0d0e4dd3",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bbd7a0a6-fb49-40b4-a305-1dc8b6763e75",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0c34ffe8-8ebd-41e3-9628-595589c980ee",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed3edcbe-fd0c-4276-b28d-29131c3d836b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "19aaf430-05e8-4afb-976a-1f77eab04661",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49e736eb-510a-405f-b58b-7760171411cb",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ddab8b3a-0283-4bf6-8b68-68e746272adf",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "05aee590-85bf-4e1b-9fba-686aead0b201",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d6e65e8-91cd-4aca-a974-1174b4e7c6df",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2ddb45d-ab60-40c7-9b65-21c2945bee7a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3b388fd9-d131-405c-8d44-143786b31872",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d30990c5-176d-436c-a2cc-22a419fa869e",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "79ebc1cd-b731-4455-b016-f0deaf5e39b7",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9d6c6531-0320-49c0-af7b-ff31313a7e5e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78344512-b896-4c4c-aeea-91f0c0da4005",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "75fe02fe-96db-4fca-948d-b06beb72bd78",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "68913e68-da28-47f1-88a5-c7aa8e0abe30",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "54cb9749-e28c-46d4-9288-a7a60790f8cc",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f786a8b8-6244-4702-b010-f677eca176c1",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "58999bff-9a6c-4c2b-ac26-8c3db8a3ed90",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1b2784a-e59a-422c-bc8c-d2f26f49a9d7",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2c2aedca-0b96-4a1f-ae9b-f534355fc345",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b102d4c3-6165-47ab-a98f-1f1bfe348cf3",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a2d6e58c-d85c-4213-8a63-255d3c5b93af",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "958af58e-b8b1-4469-96a0-ea295595a351",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "46b99b95-a01d-48c8-8fa6-c189d35351ea",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a883204-649d-4d2e-a843-d92df57b1bb7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9f3e1764-da36-47d1-9ea6-9dc33e4f9233",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f25c6eca-4691-435c-9fc6-136eeffb5896",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "215822f2-98ab-43d2-af17-6299019fd6e6",
- "IsUsed": true,
- "Index": 15,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b0f3125-d0d4-4d3e-acee-d15137aeb1e9",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7d3c7460-7723-42b2-b371-6c0de1bb5dd8",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6a56fe5b-9938-460f-8174-cbbdff4bd8dd",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc5e377e-6216-4a95-8885-aa9a1bb354d2",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "968a9aee-6248-46f2-8ded-0e64b2fb524e",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4011e003-ef1c-4463-ac48-6e6cbc1eb15f",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c23797aa-0bb1-4859-8b45-3d10645cfbb2",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "99ad3cd7-5d07-4bb0-a6d3-bda50ae8af3a",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c97b51b8-413a-4e3e-aa11-7802425e4f4e",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fd60cce7-5fba-41bb-bd53-9ee6e91a324c",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "167a44fa-90f5-44c1-9a8d-8ee3556e2177",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "21c74de8-0d3c-47c2-978d-00897c7e134c",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8cc99bd2-0b1b-450d-a94b-7b7c903ee3cf",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cd99002-265f-4b7d-b75d-831c2f89812d",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6819b9b8-d83d-4a5d-9eda-a73f5b27d69a",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/19_耦合瞬变测试.ADP b/ADP测试项条例/19_耦合瞬变测试.ADP
new file mode 100644
index 0000000..a8e579c
--- /dev/null
+++ b/ADP测试项条例/19_耦合瞬变测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "f07f2633-444f-4699-85e5-e69c64a1fb35",
+ "StepCollection": [
+ {
+ "ID": "40e27c3d-a454-40c8-9b8d-58c33350367a",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "5bc833f4-3c24-4655-a4e8-8412d560d2ef",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d9b0cfb5-52d3-4645-bcf1-6db1afaa0a7c",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "252700b1-84f3-4086-bfbd-ac53e5241144",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "e933270a-67b3-477d-adb3-692c91606a2d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4cec89fe-2854-480d-97f8-6245dbb9b4c0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6e8ce216-a5d2-4685-9d02-9ab7843e1a86",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "228e60a4-3df8-43e5-8ced-0f6b0d09e30c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8e909e52-2773-4766-91a6-00318b13b4c2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "07a4bb4d-2ac8-4d6c-b753-71ef6759cb9c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "08f044c1-9d21-4671-b8d8-8a50572ffd9b",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "dd9f79cb-d2d4-46dc-bfe7-c674fc0517e6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a94a5ce7-ce4e-4e63-a23d-cc0b038a4860",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e29fe229-3965-4722-84ca-3dd02e9dec8c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "729cf43a-8cbb-4c36-bb2c-7b1d8f195067",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "ed757547-3972-4797-b0f1-515e80aaf000",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "26e5aef7-0cc5-4d46-a6a4-48d597089b5c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8087ce94-4638-4642-9f17-c87c0b964c20",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "906e043e-1e25-47ed-9206-648130f080e6",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "bf2e24d0-7383-4fde-bd12-6271faf11ed2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4d345dd1-25ac-40b0-b6d4-07bfd639ff9a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "981fcfe6-5b23-4d5a-89af-532b5b887431",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cfccd2b4-3434-4d6b-a027-5b64ef53a590",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "0614f2a0-6efd-4555-b9b5-69e9876a8151",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8168062d-fd1f-4261-be59-10cac88dbcf4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3d78cff5-8300-4b5f-a40f-78cd4f0fbcfd",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "95e8a33e-af52-4bee-8add-c05e84467af2",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "96f5a460-85bd-4c78-9d96-8a20ac419717",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "09484fb5-663a-45d2-aa2c-3d82de2087c0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "35122b5e-02e3-4db6-8877-82ec211f9291",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5a12e994-161d-4d30-8e4f-458fff0d7688",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a84d1c48-5ad5-4b3f-8d16-f09ac19a1672",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ac6331bb-4bb6-4eb8-9794-189bdbf6eefb",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b5abae3e-09c5-4286-8d36-687968057ae0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6c07a2bb-8709-43f2-9325-af9836298e6e",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e4dac1a4-4c0f-4c1e-b7b7-e67039d2099a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "daeb2fa4-cd53-42b5-a541-754e5f42e754",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d9680561-8686-49f5-9800-001dbf3525dc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9a8980a9-2b65-47c6-9ff2-3064d3bebf96",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "3e3da87f-1ad3-4268-a446-2048671146a3",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e6317a2d-ca3a-44e4-9399-2bba6352e863",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bd44e29d-951d-4688-b071-a816b2a40215",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1fd9b413-6cc5-4346-ba81-5ae225528afa",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "e46eae60-b3d9-46d6-bbaa-2e496facca5c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2feaa641-0e94-4b2a-825f-9043bd69d781",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9977e030-6cc3-481e-ad81-98405b75d426",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bd822ab9-db42-4c1c-8a17-5c0b561cfb94",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "81b475a9-e8c3-4252-9a2f-7123c7d59915",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d0b1f9a0-89f0-4b08-9a1c-f7782c06dd5d",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "fcf1fc94-81c7-4519-9a00-a06fca771d64",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2bd01710-5c1f-4fa3-bb8b-5832cd80a59d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "72616c58-339d-41c3-8394-d599dcdae037",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d543149e-999a-4f08-a5ee-ab7dfc5846cb",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "be5fc7e6-21e1-437f-8cff-36ea3d00e620",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1ce386a4-8bce-47d5-a945-12875715863a",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "619f0bae-f0ce-43a9-b2d0-e74f68d10a4c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "系统正常工作,不出现异常关机"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/20_VA硬件唤醒测试.ADP b/ADP测试项条例/20_VA硬件唤醒测试.ADP
new file mode 100644
index 0000000..d245262
--- /dev/null
+++ b/ADP测试项条例/20_VA硬件唤醒测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "19f30910-0e30-42f3-99f4-b10a919b0f7c",
+ "StepCollection": [
+ {
+ "ID": "97892c14-344c-4cf8-a87f-fdc371bffe1c",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "33ab35c1-5dab-4372-8744-d4d702a1c32e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "e3abae44-0836-4dae-b3b3-49b242380d77",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bcaf4a1e-5c1c-4286-88c0-e17c3d254ba0",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "c97f5b27-47d2-41d8-bd3b-409173a4ced5",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9aaddcb4-d38e-4e37-afca-ebd21fd70c72",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a57384b8-503c-4130-b867-a647404660fd",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a48407f6-9016-4588-a542-f21a03d3315a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1b949083-7bdf-4081-878f-ffd3d67b2965",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cbf6dc67-4990-4669-8ccc-0b7da0d44641",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1ee455fc-863d-4aec-8163-6b250d7c5602",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c004ba92-c4db-4b12-9c61-b86f4e46a89e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3b33261e-3c32-4345-90de-42f51587255f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a27a4a0e-f957-4887-baeb-a3e9baadb851",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "90ea0cf7-998f-4cbc-a69f-8f165fd2f527",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "f16f75cf-2652-46ef-84fd-94a57fac8318",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4981ed54-19b9-449c-9520-08f9f524d0f1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a85992e5-8912-4bae-a77d-bd59b56eefd0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "32f5ac06-a9c2-4596-bd50-ba04c1376f1f",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "62d1dac1-3f2d-4f55-9005-b3068853b224",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "052f1a75-141d-4438-81b8-ca81ff7d5aa1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "720279a1-8445-4a3c-aff0-5f20da2a12a6",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "41968de6-53f7-4745-adc9-989a6b2df110",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "77ce1d57-c923-473b-bbdf-5cd86dbc4ca9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f57ef793-a24b-4efd-a413-f4ffa3794c4b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f53fbe17-eff0-4a1e-8495-f069039fc667",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9fcab88b-8830-4530-ac20-e58658a14ccd",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "1aa7837d-95c6-4c2a-83d7-57a762b46760",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "84993739-d93b-429a-b48f-dc3cfb091bbf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e47d6aa9-84d4-49fb-a0f4-57373328f2ab",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "34a53670-fa16-4780-8f00-a1dbe0c0b043",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e36debe7-a801-4bcb-96f1-6cdc3c4829f7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6bd5e6cf-6753-410d-a9e8-e2db2a65c888",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0afc7194-25bb-4a96-8e50-44975b808c48",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1fd593e7-87fb-49f4-ab97-07ca1da86f2a",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "1b2bba3a-1901-4284-9aaf-c50c045227e0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9329b6ad-d35f-470d-82f1-8f0139b2db53",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fd4c0892-a857-439b-b74c-ddb20bdfa22b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0663797b-d635-4d8b-84f8-a1197caaf2ee",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "8b213526-607d-4691-9646-a7504e9c9a41",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0590c334-85ba-42c1-bb3c-c362bbaddf82",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6f22ba4c-4ab1-4bc4-8d32-06a14e68faac",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "d718a4b6-64ef-48bb-8f41-84d87a41fa24",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "2137b892-6feb-4eba-af69-40996ec41093",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "18c04a36-4c12-4eb5-a11e-dde005aaf013",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4208a967-07fe-4af9-a4ed-7bb6f6933060",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "541a94a5-a456-4c24-a998-99653854eaf8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f096b42a-3932-4d66-85f5-4bfd781fd5d4",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "77fee2da-5271-4944-90ec-ae686ef738a7",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "1110a99b-a564-4b75-8444-0ec28e603732",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "06418f71-1e18-4ecb-91e6-6aa38ec68aee",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "902b8482-afd3-4cbd-980d-68e4417c83f9",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "293cbaa1-1795-4e19-a85a-fdcf8b4e0d8e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fe21bfbf-b7a9-4bdb-aded-c120551944de",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "67345754-4132-40b9-b632-ebbd540234dd",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1d067eba-f935-4202-9bf5-865650d7a585",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "唤醒时间≤5s"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/20_WPT系统关闭输出时间测试.adp b/ADP测试项条例/20_WPT系统关闭输出时间测试.adp
deleted file mode 100644
index c457164..0000000
--- a/ADP测试项条例/20_WPT系统关闭输出时间测试.adp
+++ /dev/null
@@ -1,1279 +0,0 @@
-{
- "ID": "464c5430-e49c-44a5-9b5c-441bca80d2dc",
- "StepCollection": [
- {
- "ID": "dc89b69b-9a2f-4536-92cc-736c1d24794e",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72db4a96-95f1-45dc-8f08-19bb81d0c1f0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "effbd3a4-fa4d-4f8f-8c16-45f8c27796ae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef288c0e-f0e6-4a06-90aa-e4b11f0495d5",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a46ec260-85f7-46a9-a7f3-6f23661b04e8",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "55090a0d-e941-4323-8b4b-9a9a9cb7400d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e9ade6b-aeb6-424e-b3b6-1ef63c52b2bf",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "903d3457-d7ec-4ec3-a12c-46b78e0f88bb",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99e48c36-ef2c-46bb-89da-3400a110b13c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cfd1511-676f-4451-b2eb-fe27008fd3d8",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e8fbd0b1-0684-4442-a97d-e9029cab2eec",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "59de63b1-5bf5-4923-8ddd-ac3a5b56437f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86bba3cb-3d81-4bb9-ab1c-b12ee7f2118b",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "82e94556-0eef-4a23-9d76-c83a5641cf9b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea1340cf-09f6-4ffd-a950-e68052c97973",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d99f2c15-8589-47b6-844e-75244c29c363",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d5176c6-a973-456a-ad4c-932ecb06f180",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2fe6a983-d9ca-4480-8b88-6145e972dde9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f33efc8b-88cf-4198-b50d-13435123dc3f",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70d904e3-ff72-4031-a6ab-094eda9cad61",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8097994-30ab-46be-8b88-e94507932436",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0798b1f2-2e89-4fd4-94ba-361040fe067c",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92c7ab64-6499-4519-83b5-509978f40e3a",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "da95fbda-7253-4601-bfb8-29cf644fdc2c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "019246b7-6bb9-4e74-b094-8649ff6993ef",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eba9c8f9-8441-4879-97df-7138198382cf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "53a27edc-4ed3-4012-8926-60331f9385c0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee8a2e7f-96e3-4a69-b7fd-eec2ebf71945",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f3ccf646-e94d-4f71-984a-fc2884a183bd",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bbfcdd73-d9b0-4d78-a183-f932f21aca28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b415295f-dd05-42b7-ada3-3fd539c8b556",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b394dad2-28e9-49f0-bddc-31da20236f84",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b93f5c2d-2804-4951-924d-e5aa00a9ca76",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0bb22a87-4d83-4d07-a7e4-6f203547b0b7",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4ce0e53e-a393-4f74-a835-bc3553fd6279",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "054d44f1-3464-4501-be4d-b3008523e781",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "20e4c414-5514-4f99-a145-7ca626ffe9a8",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f4f7c7c-ace2-4743-84ac-bb8ee8d3c70c",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "755c9332-f3f4-4bba-b322-a9c893a21fd1",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5fb05e06-0cba-4c11-bdfa-4e9a46ba1716",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8dba0006-c210-4904-9486-e768eb658d89",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "daf4d407-6497-4a96-a77f-2b0705e32f6d",
- "IsUsed": true,
- "Index": 13,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48b29a48-818f-47cd-916a-f578ae2a4b09",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3453a61-47af-4782-8de4-2c2af68fee90",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0cacd8a1-36dd-452a-8b62-b342e705c2d1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b8156b8-b8f6-4d3e-bb03-6cd1cbe26e27",
- "IsUsed": true,
- "Index": 14,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ffe9c3f-338d-4a60-8559-27004ce128be",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1b1cf86-8a85-4db0-a87c-0285ee62e9cf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "88ac9e5f-5887-41f1-9aa2-ec7ca6103685",
- "IsUsed": true,
- "Index": 15,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "75eef315-ce61-4737-b033-246f63567f68",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b7776a61-beb2-43ee-ad13-6f81c070f2e1",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b0aedc8c-01ac-4bf5-953f-66d05496a965",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b31360a2-0012-4137-a041-2e300f848e69",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f7c442b2-d4a9-4ae4-bcd0-34b768f7dd60",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4df8a9c4-5539-483e-9828-faabef98461e",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09e9a02d-4b12-4460-8d26-55c69462e24d",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe218daa-cc86-4921-804a-611574409d9a",
- "IsUsed": true,
- "Index": 16,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a96d5bc-a5ef-46d7-8ad2-fa0ffd51b063",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ec5ac54b-9659-40f3-b4d6-90dc822c7ae2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "821f6e05-f02f-4336-b890-7f5d15b425cd",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b5d03b6e-e263-43d1-92d5-46076131267f",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65b3fc3b-bcc3-46b1-b69c-b48bae462cf6",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c18be7c4-5afb-4aa7-89ea-a6b178754215",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a16cdc47-85f9-4786-9003-88b9384977f4",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f46e2bf0-ed8f-4e5e-8d42-07333dbaa7d0",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bd1831ce-f356-4719-9758-165b3e9ae573",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d6c7a811-fae8-49da-af88-f91643b2ab45",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/21_三相不平衡测试.ADP b/ADP测试项条例/21_三相不平衡测试.ADP
new file mode 100644
index 0000000..31cd654
--- /dev/null
+++ b/ADP测试项条例/21_三相不平衡测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "5f3d76b6-05dc-45e9-97f1-c507ad6a768c",
+ "StepCollection": [
+ {
+ "ID": "beae4286-c4ba-42c6-a780-21da29bde736",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "d7113455-de42-42ef-a59b-5d764e349c7d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "60e57ba2-f8af-4eba-b82f-11d1ebf60054",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1d55d21b-838d-4fe4-a6c3-0e088e31dca1",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "b10633c0-a8c7-4fa2-92b3-e4a16b873a3b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bd4d666c-ae03-4bec-bd1c-f386abe43807",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2b03a6fe-c3d7-4c9b-8eba-780e8fdf1d46",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a5c0a746-1c88-4862-ba2f-512506ea5c36",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0a6a87eb-afc4-45d8-8aad-ab57c47758ce",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "08e54415-4588-4f82-a8f1-1a88d20dfd95",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "008b4583-de40-4200-9ca3-b65c62f77dd9",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "9ae25e86-aecb-4de8-acfe-52e006b3bf8b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b89a4a71-1219-4626-80d4-862d86ad60e9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f2d56986-a7a5-4b4b-8cc7-c28d25ca041b",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f1a2ce5b-c9e9-46c8-8cdd-3a12d4d1a7c4",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "49c869b4-b941-4799-9e29-7b2dc7bd1609",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "31a50838-35e8-41e5-844b-8bb163808d8d",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4b26944b-5b81-48a4-aa4e-9e764b5d3763",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3739046d-a75b-44c0-bfad-c8f323b44377",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a70286c4-e0db-4b12-afec-ca490ff663f9",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "aa87b33c-8966-4f2d-973b-2cf76a3ff42c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d056b080-e206-47b3-af64-ecdc0c614868",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "94f338a9-b15e-418f-810e-8349b12db250",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "4f54f40d-a593-4bba-a1a3-4dc9c3834305",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "80026c4e-a47b-40af-9f15-2e34c6cf2447",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "997595ab-8a68-4728-b09a-ab1063d31a2c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "eae6811d-ea80-439f-a636-2606b3ee1a09",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "c8efd9fc-c704-40be-9461-e2eb13eb8773",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d85fe8be-4e60-43e2-bb62-e43690d676d0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2c7c4fd0-fddb-441f-b935-25ee13928c17",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "cb910ae4-d68b-4240-a3e6-902c7b700505",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "17410ebf-9baa-48d4-8db1-77d6ab42a313",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1faa9dd6-3ef0-4416-8ef5-0ba570b9c2cf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c7330ec5-b33f-4643-a155-810148db5b18",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f4734e2e-401b-4f94-88cc-c9c9c14086bf",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "dd6023ef-154b-4ba1-bc3f-fb8061d221cf",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a94a84ff-ecdd-406e-ae4e-ae7ae14611a3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bafe405a-e090-434d-accd-3fe4f71d77b4",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "7be4bba6-b6d2-4ea1-8c5b-2204f143a798",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "add066f7-fad4-4774-a2b5-9563f5801d54",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "ed0df476-4fff-425b-8333-7b4bb0cf0800",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0cf395bc-f57a-435f-b2a9-6af2d0ad3439",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "17e5f3c3-f24e-4c91-b650-8ceb5e6161fd",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "3501c5aa-bdb5-4d05-95c6-987f20b339f4",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "de7e4cb1-aa1d-4579-8d40-acd7cc13a74c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "352c1b0b-be3c-4cc1-8dfa-097f78e3062e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a1d25fd7-a936-4de7-87d4-2c1f6c908688",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "fb4ca920-f788-4286-a3b6-c5c275663950",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1e19f5d9-0953-4cd4-b658-67efb348b131",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "27ff9276-9c96-4687-83fa-9599481d2547",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "930af3a7-19c0-466b-87cc-6407233663a7",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "761be1c7-9aca-4cc8-95c7-c08ded9e293c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6b463198-7a36-4f75-96c7-ac4605a66f9c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "98a31377-c7e8-49b3-b44d-53003cf55f46",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f8e411d3-a931-45dd-a13d-739110f66fa3",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d1d7d8fb-1c1a-4f13-b5ae-61634ca2000f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "系统正常"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/21_系统输出电压稳定性.adp b/ADP测试项条例/21_系统输出电压稳定性.adp
deleted file mode 100644
index bf85362..0000000
--- a/ADP测试项条例/21_系统输出电压稳定性.adp
+++ /dev/null
@@ -1,1225 +0,0 @@
-{
- "ID": "e622fa4a-904e-41c2-95b0-0f0c3929e453",
- "StepCollection": [
- {
- "ID": "f0af1c5d-dcce-45e2-83bc-84930699fbfb",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de59fd09-9a42-4dc1-bcca-5659f4da544c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8c2dc080-c1f3-4858-a683-9c99f183ce82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2b9cda21-c66a-49f0-8b7a-dbbbc0fe1ec5",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c3de932e-dc00-424d-b55b-435500710743",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ecec92ca-9a2a-46a8-a057-58aead097040",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fefde8b4-816d-47ee-bb71-ed5c281dd343",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9005b566-88e9-45af-9e72-bec6fed35b7c",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e02276f-70ac-4edf-b96e-946355717f5e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4d505a3f-2578-40e9-b59b-060bea9ef764",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f58e48ce-e9d1-4c2d-af35-63e34259ebc4",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "523d05f7-f0c0-41a1-9763-115a735a6db7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c51b4b67-9e81-4557-a585-57c1e35d051a",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd07d9ad-9283-4903-a24f-f36edcb14c30",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "17ece3c5-519d-4c2d-86db-4b449e23335f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6d2d5bd-b669-4965-b578-be9b48953ff1",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "171e3249-30ec-41e8-8f24-208ba7ff6f57",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "68563ea9-b75f-4466-8687-0ef0172b5a6a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ccfa6b8e-2261-4da6-a91f-d9e98dce84ac",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0035d9d6-1f15-47d2-aafc-15fcb67fab5c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90844134-ee8d-43e6-8692-b14bf560ca65",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e95c4be-8246-4524-8f8d-dda838a93de5",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9266ba89-999a-49e6-88cf-7308629c6770",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6a7c7e27-023b-40b3-b20c-bfc0cfbf78fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3870b8ef-c753-4ebb-b228-dc1b975de7bf",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d1c73b44-3680-47ac-b71b-d1ab5d491663",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9979a0c5-0a0a-4f3c-a4a2-f21965a5732f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef647eb3-c289-41fe-a06e-589e0a8690f8",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f365aaf2-b9f1-4afe-83e5-8afe45ec4eb1",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5da5ee70-4724-4d26-b2c4-cb460d444a1b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3c8220be-946e-455c-aa2d-7ee85bfe8bb9",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "527fd4c9-106b-4eaf-9438-fbe3f36aa5a5",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7839a47d-0745-4047-a5b2-6bd53e8c25e8",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5111c197-113f-4283-8d2f-e34b946c1a90",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5babf9dc-0c38-4492-aeba-e76024557128",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3aa36bf-3669-413c-bc5c-8c701bc7537e",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2d2879c8-aad3-47e8-b023-9ef82eeba11b",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8200b0e-a807-46b7-8aea-add82c7d73e6",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe3fe338-9a6b-4540-8169-e195f6479205",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "46b229a4-b1ca-402a-b12e-25b4bbe52beb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d62b94d9-ff1b-439f-8468-7177a5261cbf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9757d474-7d73-4848-8cf0-d4dc0c5887b0",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "06b2d0d7-c144-4a1f-86a8-e33190faa918",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ace5a71-95f6-4253-9697-774529401a10",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ff92cb16-9434-45b7-882e-63c513c8b6d0",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "45b63c05-a798-44b3-a650-19f03891f565",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23b55e35-d313-468f-8e91-5ccbc8de9e6f",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "220f901e-754c-4852-a14d-7dd518d2bb95",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af18cc65-8176-4644-8d49-48699cd67ecb",
- "IsUsed": true,
- "Index": 16,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c21c373f-8f69-4008-a80d-a1c0bf1b6296",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b3ad920b-9b45-4e11-af53-571f430d7ae1",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5dce5ecb-917f-4142-835e-2afaf8fe298f",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b6c86cf-9942-4fb2-a7e8-6466b1fefc78",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4589e6c8-ebf5-4207-955d-ba98ee0b21e0",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5252a72d-61da-4115-a110-096288b1de99",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "375ba817-63da-4afa-8c58-73ede8b7841c",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "aa177384-f3fd-4622-849e-00c6d8a349ba",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c7e117d-4caa-48e4-91b2-548c877e20d5",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abf8e248-3fe1-4169-8a6e-ce4bafa9a404",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c6d02d42-73a6-48a7-9cda-fc4f8baf45fd",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "be5fa0f5-7dc8-4ce7-9ed2-65e16ec7a4e1",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "62f9f8e2-46b1-45c4-86d4-f1f7d514680a",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f8d862c1-4629-4a81-9c35-946310ed17ad",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5f577ee3-8a7c-4846-bafc-7881bb39aba7",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/22_VA-HV侧输出过压保护.adp b/ADP测试项条例/22_VA-HV侧输出过压保护.adp
deleted file mode 100644
index 7f7f9af..0000000
--- a/ADP测试项条例/22_VA-HV侧输出过压保护.adp
+++ /dev/null
@@ -1,24915 +0,0 @@
-{
- "ID": "7701bd02-46f7-4f4a-abb8-258df3867f2c",
- "StepCollection": [
- {
- "ID": "36daa693-46e4-4bc8-81c8-128339d03cb6",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ccecadb8-0bf2-4dc0-a7aa-4f5075d776d5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c87ef1c4-10c1-4478-8e14-ab1ced1650a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e0d19eb-3094-466b-8d81-e6f37629ad9c",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "09188a26-4023-423c-a78a-7d09f8800d7a",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c898c08-aeb5-45c5-b974-ad021aeca2f7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7aea4675-eff8-4f0a-96ff-57041e5e192f",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70613fe4-c97c-426a-a5ce-7c145e7262e2",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "57fdc956-d87b-4f3d-9590-98cad2d85e05",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "edc7d634-a93d-4b47-b56b-e6b516c63143",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a31d14d-f7c6-47a5-ab03-58804a36eb19",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "61dca9ae-1cce-4df5-98d6-335b6646f130",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "81dcb634-e193-4497-aab1-3b04c5d9888b",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2862dca3-bcff-4371-bbf1-5f3fe7384ca4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f5fc6a9f-323d-4d6b-a13d-2d7df102a083",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82e2bd02-3c3b-475e-8003-15a81bc4b3f0",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "33805115-d863-410b-aeaa-24010f29b181",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea7a121b-12ed-4bf3-b45c-9623387b11c8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2ba9413-a3da-4e93-9305-8dfb9b2d4794",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7fa0313-dda3-450e-8114-a7909cf7b35f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "537bc698-a7ec-4bbd-b059-5106c4ae12a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b292677-a051-4d9e-a0c5-5e4145b486af",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4fc0fec5-5043-4d61-8a81-c97c5a613ce4",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "43b15128-b7aa-4765-b512-ef5dd8b10f62",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ec720f25-7f55-4302-a4a8-ad48ae9d9c6b",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "04573474-75ed-4078-a0ae-9f89763d3c1c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "059ee4a4-4051-424e-a162-8bd9ab6f6a5f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "34de87e0-9e7a-4af7-9765-8770ca441a61",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cae1f31-836a-4d17-b588-4fc6c2c5e674",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc186c53-a773-4e66-941f-4428b2331dd5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1667cf6c-74e3-4d3a-94f0-3a917b8556e0",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8a6bd681-ab06-4160-b21e-ff0d0dfba95c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "8c988986-061a-4145-8ea2-c74c650185ad",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2be66f73-6ccb-45f5-a2b0-5a9092fd0a20",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1f07767-f803-4463-838f-de6a30c8a337",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "feb421f2-3e35-476c-a664-1c84e5c31139",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "86e035b2-2719-4c38-b19b-96ff7bd03713",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b9110a59-07a0-4051-93c9-9a0b2ab338c2",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d1bdd9c-4fa1-4306-a980-9ec4b10122a1",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4de55d59-9234-4468-9501-cc39a97bd38c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "075a3697-e3e2-484c-8051-cbb289ee74d9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f756f434-e7ea-4c2a-8689-f497d9dc00ff",
- "IsUsed": true,
- "Index": 13,
- "Name": "负载CV模式450V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ab61df2d-00e2-43f5-983a-5aac4c15a693",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "450",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae36cd77-6812-4d5f-beef-60945f9390bf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77ac65df-81cd-46a6-b710-80d6d29f791d",
- "IsUsed": true,
- "Index": 14,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b4e97a83-0318-42d1-a2a3-9c997d8c1659",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6b523410-3b9a-41a0-af9b-2453d3b7dc8b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a2860511-88db-4893-9489-f56b2e6b0fbb",
- "IsUsed": true,
- "Index": 15,
- "Name": "负载CV模式450V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "26958125-8cec-4337-a468-7afafbf90c02",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "450",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "83dabb9a-6393-4555-a57b-1b2f8c400a18",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef184eda-88f0-4f3b-820b-a90012752117",
- "IsUsed": true,
- "Index": 16,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "366f2c3c-6a3b-44af-911b-6213b4b4d6d3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "be493b89-d50e-49d5-8c33-7ea402314114",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b561eab6-261b-4137-a79a-cbd0b1eedd0d",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c7e8501c-39b1-4c50-b63d-4c3785f97971",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8e9995d3-22c8-4855-9d3d-ca84a6fb8f28",
- "IsUsed": true,
- "Index": 18,
- "Name": "负载CV模式451V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0aa0d9c6-9b65-4768-9142-e1c618d392e9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "451",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5e45fc62-7f0c-4c1a-8dd2-4262ef54a814",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efb8215b-efc4-4f13-bf9f-05cd181671d3",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c35b511f-dc26-47e2-84ac-09a217d75ea3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2378481f-57ab-429f-8314-48fb7c48e4a7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "991fa20a-c60d-4f0a-89ad-e7e514212140",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "288eccf5-5f40-484d-abf3-a64653b75194",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7318e7e8-73df-4cce-9c47-eb399b8b46df",
- "IsUsed": true,
- "Index": 21,
- "Name": "负载CV模式452V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48f9bfec-2b80-4dce-9539-475c59e945e6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "452",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "44ca8042-691b-4461-868e-1548af6f90c9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4f8b6a57-817f-4a2e-bf87-4356c392005f",
- "IsUsed": true,
- "Index": 22,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "60b3a1cd-ab96-4480-bbb7-691e14aa52f9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fea54faa-0cf9-4c6b-9b77-d2def39ab574",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7efe4d46-08e1-4808-a507-b5612134f7a3",
- "IsUsed": true,
- "Index": 23,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2678d40-4a1b-4b7a-b192-98c0a256d2d3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "73f9e2c9-dbbb-4eb8-8375-e570cbcaeaf5",
- "IsUsed": true,
- "Index": 24,
- "Name": "负载CV模式453V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dba832fa-824a-4611-a0ca-070372c8e452",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "453",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "880cff60-b0aa-49ec-8af9-64c60728fda2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dd3de3a1-9e32-4a17-a8fa-13a7e22b8439",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "603fa406-2ac2-40fb-b203-5d12e8975acc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2cc2a9be-34f4-49ad-b5de-c6ffaf5d0409",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dd25b88a-52b7-4e4d-85ec-79564fbfb3ae",
- "IsUsed": true,
- "Index": 26,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42bed52a-c357-4939-abc0-44ea5f5b6a6b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a38a1c6-cab3-4f95-8386-3c2228dc02ee",
- "IsUsed": true,
- "Index": 27,
- "Name": "负载CV模式454V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a481f7eb-d5f7-45ff-aafb-f4a4d73be267",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "454",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f80b1e58-5966-44b0-8053-45d556e5eaf4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7de1bb6d-1d33-4c77-9c72-806d5f4564de",
- "IsUsed": true,
- "Index": 28,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d4d43e48-101c-477b-8f65-a289bd631e48",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6a87a951-f2f0-47c5-9128-0206a2a1ec45",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0abab5af-3b16-40b0-95a0-20e3d3d2d815",
- "IsUsed": true,
- "Index": 29,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "55ab1e6e-9269-42c7-ad58-04fbdd0dda79",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d4046265-1422-4c42-baf1-5fd1c4168ee4",
- "IsUsed": true,
- "Index": 30,
- "Name": "负载CV模式455V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b702c716-8a46-48c9-aaf0-aa2f21410fbc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "455",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "483af262-5599-4ca8-aa87-eeb3bd90f572",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "42236f2d-5bac-4dfa-97c0-0a2f82088d05",
- "IsUsed": true,
- "Index": 31,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a5fddba-f9ad-4cdb-83c5-2bdc179fe1d1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d1173bc-dcb5-4143-bd0f-32f4eed7be17",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "740f4ecb-05ab-417d-9ef2-b00594c337e7",
- "IsUsed": true,
- "Index": 32,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5e4cc8ff-faa9-4dff-98f0-87f32cb6cfd9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a78202a8-14ca-461e-b565-deac5a5dfbda",
- "IsUsed": true,
- "Index": 33,
- "Name": "负载CV模式456V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c381b417-f4f0-4ff8-b411-25bcd7bad2dc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "456",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9ccf6826-2ce8-453a-b4f9-9c0b086e520c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dbe66b12-6414-4725-99fd-8f279b6f5dce",
- "IsUsed": true,
- "Index": 34,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "78eace4c-ccab-421a-b078-82d571eee798",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "344ec4a6-4a90-4fac-b93b-a1e576e0f2d6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03af35c2-0138-4378-ad98-f35f33f2722e",
- "IsUsed": true,
- "Index": 35,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "12056bdf-ef66-4227-8f36-eb982adc2dcf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c0ea8d57-deac-4370-a353-5d4092346027",
- "IsUsed": true,
- "Index": 36,
- "Name": "负载CV模式457V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "163f3ede-e35a-4a1c-aac7-45eed2300440",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "457",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "edca1c10-1b7a-4b15-88a6-4922348d03d6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a9bfb3b0-506f-4fd1-9bf5-c0f27759fb98",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e7f32173-2ab2-4540-b751-72ada5dc6706",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8dd6e21e-3dae-4e2a-9669-d1416bf810e9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a143473a-b876-4886-8e86-f86271354770",
- "IsUsed": true,
- "Index": 38,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0ca209f-244b-4904-b559-3ce5835da3fb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aff60eb8-9cde-420c-b67e-5d396c863974",
- "IsUsed": true,
- "Index": 39,
- "Name": "负载CV模式458V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "63305a46-7add-4882-8492-a28772af42e0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "458",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "81b0ad92-cf5e-434d-9b09-6f09e9371bac",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef0630d9-6e09-4be4-bb9a-4d800c6e6e13",
- "IsUsed": true,
- "Index": 40,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4378ba22-50e1-4b80-8848-afb57a4916d1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "58284639-a970-4d71-a89f-0fdb890e8673",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05582950-9a16-48e0-86fe-3f29b625d599",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f72aad00-f3ad-4d2c-9bed-0f5789d3876d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fd6969bc-09b7-4912-9b12-d239ccdb86b3",
- "IsUsed": true,
- "Index": 42,
- "Name": "负载CV模式459V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b938a5b3-a656-4a17-a195-18a9e58825f3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "459",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e7494a4-fc5c-44aa-aca7-078fa6f35f0f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c2c5e0c4-6665-407d-9c22-ccd350f9a5fc",
- "IsUsed": true,
- "Index": 43,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "63e8be6a-fc12-41a1-86b1-869663f90493",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01de9872-0a77-4dfc-86f6-1f550fc90def",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "727691e1-6154-4673-a28e-c4fc304917cc",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d35735a0-801d-4890-9f28-acf1aecb1128",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09b833ea-b1a3-4ef3-8793-c29381125000",
- "IsUsed": true,
- "Index": 45,
- "Name": "负载CV模式460V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7206385a-8b2d-4757-974b-256fe8408eec",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "460",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9abf0045-67a3-42a9-a2df-a3cb9b77c460",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "974cfb24-ce97-4d99-825e-44ba021cbe26",
- "IsUsed": true,
- "Index": 46,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34fe881f-68a8-48e8-a16a-60701347ca56",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "361f5a30-64d0-40ba-ab92-8051abe8ad49",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "00f616af-0f8d-465b-a6a9-0812e420532a",
- "IsUsed": true,
- "Index": 47,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8665d584-724e-42b8-93c0-f32f98911f90",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb3c23b5-1872-4e86-ae70-905e37c34bae",
- "IsUsed": true,
- "Index": 48,
- "Name": "负载CV模式461V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d8d7d83-ef21-47e3-908a-c09a80016906",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "461",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8ea58981-fb37-4ea3-be01-872fde2b82dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2798c195-63b9-4d64-8c44-0f2e4ea882b0",
- "IsUsed": true,
- "Index": 49,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "185396e3-3524-447d-9506-681a4ac08b8f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "363b4f32-c7ce-4953-a39f-4be4393b5092",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c77c3a1e-a177-4222-8eed-0692e79fef0c",
- "IsUsed": true,
- "Index": 50,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20994c85-c402-4098-9547-7db25a4efa07",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c88a8934-59c0-4679-bc6e-f0771242d785",
- "IsUsed": true,
- "Index": 51,
- "Name": "负载CV模式462V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47478067-1575-4b08-b46e-dd353f1026cd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "462",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "69ff17db-ef94-4b2f-99c5-39e5fa49cb65",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d3d5084-2bb4-4dae-9bba-ab3f0abe6560",
- "IsUsed": true,
- "Index": 52,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e2bb2a9-eb5d-4ac0-b67e-b4123d08d7cc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cb315ca-9606-4b67-aa2c-6f333e24d3b1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e03e7e7-1684-43ac-bc99-ac4d3db8032d",
- "IsUsed": true,
- "Index": 53,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7cf994c-9838-41b7-bcae-2c329c4e79fc",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aaa38778-391e-4d5e-9790-bb9db68e1eb9",
- "IsUsed": true,
- "Index": 54,
- "Name": "负载CV模式463V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "97565072-7117-4fba-9256-a6e73e0444d9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "463",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4b573023-9549-4b3d-ae7f-56930b13ff40",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8813eb5b-4745-4060-8f29-879ef1bb83d0",
- "IsUsed": true,
- "Index": 55,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6d7df620-4a59-4dc2-85fa-ca23fae90609",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "42760855-805e-4b1d-a691-d28d7c3c5c03",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3ac236f3-ff49-4b56-aa12-dc05c29d60c6",
- "IsUsed": true,
- "Index": 56,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18d70261-c76d-49ea-b06e-d55a10168219",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eafcb86e-07b1-401a-b56c-e30b3510b393",
- "IsUsed": true,
- "Index": 57,
- "Name": "负载CV模式464V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1c81e6c-838b-44b6-8e96-9e1c69dad5e4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "464",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "796e2286-6331-412a-aebd-80ea6c8ac86b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "74756359-e8d5-48e1-8047-ec63eeac175e",
- "IsUsed": true,
- "Index": 58,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6b2e7ead-521f-4e7e-9206-698b9e1c022c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24323ecc-c82f-4430-95dd-83e7571cf341",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6e9c3af-d75e-48c1-aa7a-7fea6c5754f1",
- "IsUsed": true,
- "Index": 59,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1303d171-a252-4a6b-85ce-61d425c87a33",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "abdf11d3-4db1-4df8-b147-e4e6d5662dc2",
- "IsUsed": true,
- "Index": 60,
- "Name": "负载CV模式465V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dfb839cc-b98a-495d-a76c-a9f1f733b146",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "465",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "79b32d50-9e5d-49e4-b336-3b5df0d59be3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7ebdd7f-d033-42ac-bf3b-961f238c2a39",
- "IsUsed": true,
- "Index": 61,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "90f34bd1-4930-496a-bc78-bcef393526ba",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8ad3759a-d55b-4efa-8aee-034540fe5620",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc90d8c2-1465-42d2-9f67-c9dfbbb3ac16",
- "IsUsed": true,
- "Index": 62,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e13179e-3f02-4b4c-b38a-29dc598c02df",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22ea90ef-618b-4a8b-ad2f-d1f945ba52db",
- "IsUsed": true,
- "Index": 63,
- "Name": "负载CV模式466V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "653eaeb4-539c-4f10-ba5d-a0357d738c4f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "466",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25f87382-cf2d-4c02-8c2b-98a011daa6af",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1e4e9617-6dcb-4a92-ba9f-e289bb024f71",
- "IsUsed": true,
- "Index": 64,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7772831e-f150-4fed-8f9f-2684ae58891b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a32918b9-a0be-4520-8cda-09f4669d432f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78659c58-cae8-4c43-914a-9f00f3d585da",
- "IsUsed": true,
- "Index": 65,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3a511d34-7a2c-4ead-b4ac-21a80c54dc0d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05634083-cbd1-4fe5-b00e-6720735ef935",
- "IsUsed": true,
- "Index": 66,
- "Name": "负载CV模式467V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fb81e265-58c2-41a8-bd14-16252616dc7b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "467",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "00bfc9cb-3d67-4b1b-a1df-85ac0553b27b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6311cc27-b90b-4ced-a86f-cef7d685418b",
- "IsUsed": true,
- "Index": 67,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6366c412-f227-4b2e-9ece-69567e3ce2a7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8b2ffa8-3450-4c8e-875b-813fa4b1a991",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "782204f7-0941-4fd0-bb00-022e24923c5e",
- "IsUsed": true,
- "Index": 68,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c43c8ee-7aed-46a4-b1fb-f10d9852b454",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82ba3db7-bb24-45a9-8864-ec249e887260",
- "IsUsed": true,
- "Index": 69,
- "Name": "负载CV模式468V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "59808e65-5d8b-4113-8399-b4c899eea4a7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "468",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "994a788f-7ad8-4241-94f2-855fc289ff00",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb01d198-69fb-41f7-b072-cfa652c2c75b",
- "IsUsed": true,
- "Index": 70,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a367eaf-6ca3-4f4d-92b0-a103552b5251",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0421842a-5a90-4529-8ff6-392f14681563",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e38c4200-1aa5-4293-8c20-8b8999eb2e9a",
- "IsUsed": true,
- "Index": 71,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "89d40015-0e7a-405f-8209-eddd7dd1a4b9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b1180fa8-d6ba-4aea-bf5a-08a2fc867b69",
- "IsUsed": true,
- "Index": 72,
- "Name": "负载CV模式469V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a5dd610-cd79-4874-ab50-4fcfaa723b19",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "469",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8e11195e-1dd0-4285-b1b0-858878583bbd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "13494fa1-c577-4aeb-a4dd-81448eb7abe5",
- "IsUsed": true,
- "Index": 73,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b0d2c9c-0daa-481d-ba4f-33c3e91995c7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cdd3855-6840-453e-a682-cc83ba5e45be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f337cdb-0105-41b7-afb4-528c53b0dc4f",
- "IsUsed": true,
- "Index": 74,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fec732cf-c6f2-46dd-83ff-9c5c0fc2a59a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb85bd32-b757-4743-9363-2be31baf9e34",
- "IsUsed": true,
- "Index": 75,
- "Name": "负载CV模式470V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca608ab1-89b2-4bd1-92c2-0974ec197887",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "470",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "200a31d4-5f82-4ee1-95de-6a2b1be131e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8b5c544-44e6-4cc6-a853-c27aa133b4a4",
- "IsUsed": true,
- "Index": 76,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "064b14ec-9d44-4b04-adbf-808a6fe0cb3b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f219150c-fcbd-4084-8bfa-90953a9855c4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f011a4a-0d9b-4317-8c79-9ae575ff70da",
- "IsUsed": true,
- "Index": 77,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "665c07ec-33f9-43f7-a017-71f2413f5f01",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c5a9a59a-f29d-4cb5-82ed-4d52a31c4823",
- "IsUsed": true,
- "Index": 78,
- "Name": "负载CV模式471V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eef175b3-f422-4864-a3f8-629ee5788935",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "471",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "50ec9c66-371c-4e7d-ad4d-87aabc1dfbf6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06603fdd-2f88-4f04-94d0-e56684b3d6eb",
- "IsUsed": true,
- "Index": 79,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4fe2fcd4-85ad-4b73-86be-0139c7bc7b8c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "feb8b2d8-e940-439a-85eb-52f85e77b483",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9f244c0-d236-4715-9e97-f628bc7a908e",
- "IsUsed": true,
- "Index": 80,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eff94020-9f64-4020-b6bb-889683e06282",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "33a3cfc2-24e1-4ea4-bae3-b860c7229612",
- "IsUsed": true,
- "Index": 81,
- "Name": "负载CV模式472V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c298ee80-653c-41a1-9469-91c2f9ccbf13",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "472",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc745add-8d2d-4343-9eff-74d7f46bb0fe",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49d2d4af-2d61-4d79-b9e8-6aedd7de6b40",
- "IsUsed": true,
- "Index": 82,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2236aa0b-b0e7-4a6e-a075-56ebb4870642",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af3f3968-c6fd-404d-a667-efd2ce964b3d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2cff2f6a-0935-4580-94a4-0d6123afb7aa",
- "IsUsed": true,
- "Index": 83,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "105add73-f591-4ec0-9dca-18febd4ad7ed",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "56257456-ab77-43e1-a014-f10d29082581",
- "IsUsed": true,
- "Index": 84,
- "Name": "负载CV模式473V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "77e3a5db-6474-45ec-ad30-146bf16184b7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "473",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "020fc307-2b56-4111-87b6-2a2029e8062d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92a7fb07-ac38-4b6d-b809-abd42ff54efa",
- "IsUsed": true,
- "Index": 85,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed5a682d-f9c6-48d7-a0e4-f5c480448bc9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b28dbf3d-9f19-4a07-9eb8-d5526c2de05a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "979737ec-95e1-4fa3-9904-fc4f400aace5",
- "IsUsed": true,
- "Index": 86,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4693b060-a541-4963-9572-5154c9dc4891",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f1d985ba-e96a-45a5-b86a-15165dde67d5",
- "IsUsed": true,
- "Index": 87,
- "Name": "负载CV模式474V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "498294ed-d297-4825-9508-0584fbfd0af7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "474",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a8e6a5a-3f05-49c5-b2bb-6afa497d4316",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7f9cf992-9756-445a-8abf-b7d9d2c2e475",
- "IsUsed": true,
- "Index": 88,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e27f8869-92bd-4503-b7d0-7f993938f923",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2ca05f23-4630-4707-9bf3-14629966ec6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1eb34cb2-25a8-4131-bfd8-ef30a8b00ab5",
- "IsUsed": true,
- "Index": 89,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d90d68b4-dd5c-481e-abaa-a8e825c203f7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ec962507-128e-4ce4-a5e1-152e9f89db9a",
- "IsUsed": true,
- "Index": 90,
- "Name": "负载CV模式475V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f5a666a0-43bf-4f59-aa80-60bdd537b5b3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "475",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b519a509-24a2-40ad-960c-ae920a48c18f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "97704343-35ff-4d23-8f3c-24d8623aff7e",
- "IsUsed": true,
- "Index": 91,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9891e6a5-359b-4da7-99f5-a1c034a1b9b0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "356a2f33-4895-49fe-81ea-4cce4f841838",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bca641cf-9ce6-421f-96a2-b2fe503dbad6",
- "IsUsed": true,
- "Index": 92,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "284e9a29-d4cf-40f3-a97c-0c1cfc759877",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f57d152-8795-49dc-bae8-6fcaddc71425",
- "IsUsed": true,
- "Index": 93,
- "Name": "负载CV模式476V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f3123bb4-322f-488c-8f6b-2b91d29a37e4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "476",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5180fc1d-5f88-421b-b6d4-2578d6f68f86",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c6e9a6c9-8f08-485b-93a0-c6434ccd8872",
- "IsUsed": true,
- "Index": 94,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d5496b8-c0e9-4aae-a758-1e1c4aa3fb6c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "72c9b3f1-fbbd-4fea-aa42-f6ef14287ee1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8fff5069-280c-455a-822d-3660c14eb38a",
- "IsUsed": true,
- "Index": 95,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f5886b8b-1161-4ab1-91fe-dcc5a62e4150",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "290c71c8-2e86-4c4f-82e7-fae2eaf1c68e",
- "IsUsed": true,
- "Index": 96,
- "Name": "负载CV模式477V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b351e27-6c9f-4fc0-96b4-7cd8d792b8b6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "477",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "163cb48a-86c9-4973-ab67-5dcda54a7ed1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8fa5fa8-1cf6-4f3b-b9ba-0ae4d3c0bf5a",
- "IsUsed": true,
- "Index": 97,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62cd5295-35bf-4926-a423-b55273ac6297",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25eefa2b-90de-4601-8dec-c94e0685dafb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18fdabbb-0493-4a5d-bb0d-6fc8860ba548",
- "IsUsed": true,
- "Index": 98,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a806b6d-3903-454b-bf5f-ae0ca19275c7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "909a1ab2-40da-45d4-8e6b-580438f49935",
- "IsUsed": true,
- "Index": 99,
- "Name": "负载CV模式478V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c25b5b9e-7fc0-4213-9c01-c1440b0d3a46",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "478",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f27803de-7fed-4404-b68b-b8a210f349fc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e83dc993-5122-41e2-8252-80ada90683e6",
- "IsUsed": true,
- "Index": 100,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ebefac71-c2c2-417f-bf5d-8872a756a691",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2b35eed0-9f0f-46b0-83ad-1aec664a75ab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d662c15-b34e-4921-ac2d-aaa8b3ac1b2e",
- "IsUsed": true,
- "Index": 101,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f3a293b5-cff6-4fb7-993a-31a1bca89e51",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "784df594-c3c3-44b1-ad58-ed8e647ac74e",
- "IsUsed": true,
- "Index": 102,
- "Name": "负载CV模式479V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ab5bae6-dccb-44b2-9b1a-198245852963",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "479",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d6582d31-cefb-4671-a537-58775377955b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc8eb832-3265-465d-acd7-d5dc0516ddc6",
- "IsUsed": true,
- "Index": 103,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3647cfc9-d00e-48d9-9002-05793765cdfe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b63ca3de-b4a4-407d-adaf-8e568f14d236",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a77f7f0e-8513-4c7d-9e92-70218d16aded",
- "IsUsed": true,
- "Index": 104,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "113ecaaa-45de-46ce-84e0-84c179f5a429",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b90898b-5e23-4728-bd1b-2a00d23ea27d",
- "IsUsed": true,
- "Index": 105,
- "Name": "负载CV模式480V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "115aefec-470a-4a22-a8fd-22da4886ab35",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "480",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9fd513e7-a81b-4042-b301-b5ac8cce0854",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5075b52e-4702-49f8-8f7e-586a79d31f42",
- "IsUsed": true,
- "Index": 106,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9791d05e-8a0a-4f26-a931-83f5a7645005",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "85b0703b-205e-4b38-a989-a4c58b9d436a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "149cecfa-d9f9-43d2-9967-e3e2e40eaad9",
- "IsUsed": true,
- "Index": 107,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c83b39b-1f2c-41ff-933f-3a1519f60e05",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1844e4f0-5883-4bb7-8cda-689d43480ce8",
- "IsUsed": true,
- "Index": 108,
- "Name": "负载CV模式481V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2176b2e-3997-4220-aed2-3fb87cfabd14",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "481",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "72e51297-6825-429f-b146-0504fd21a74c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e1479074-43b7-4eb7-8552-912234b50f02",
- "IsUsed": true,
- "Index": 109,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a399733e-46e9-4427-8168-2050c96a38c9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a7cea5ef-1411-4f06-9e1c-2bc00a53cf15",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "31ed4264-5e6e-41b2-a131-f634f024b13e",
- "IsUsed": true,
- "Index": 110,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ce71098-2d8a-4660-8f11-119bc77ef736",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ac932a3-f565-4e31-82c5-4962bcb1b489",
- "IsUsed": true,
- "Index": 111,
- "Name": "负载CV模式482V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca6f2272-de1b-4222-9cd9-b615d4114b0c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "482",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "470ca210-a749-4a24-bd46-b81c6bacfcad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed63917f-faf1-4d21-b36a-4aa8dcf835bd",
- "IsUsed": true,
- "Index": 112,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5aa960b7-6fec-488b-93de-4a55e539ade0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6b36f6ac-023b-4cbb-aed1-85595dd4ec2e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef889de7-0720-4d89-a09b-e70427287d9f",
- "IsUsed": true,
- "Index": 113,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cec7eb44-9635-4366-974e-d1e4e5a5ff89",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6cfd5d4f-849a-487f-be5f-3f78a0294595",
- "IsUsed": true,
- "Index": 114,
- "Name": "负载CV模式483V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2bbd7064-ae99-4e13-9bf7-c0e0790f0217",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "483",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "874af325-1d01-41b8-a489-f761e44abc36",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "719c3617-33ca-4288-b6c0-ff1d86328dcb",
- "IsUsed": true,
- "Index": 115,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1c75c763-a37b-451f-910a-865ed98ea486",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1526b530-de66-4fcd-8adf-77147cda0fd7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6d15053-9bb6-4bfc-957f-23a4c86aaee0",
- "IsUsed": true,
- "Index": 116,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70a63fc5-a25b-47b9-a50e-c15e4cc81450",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4008dcbc-2947-4bf1-b1de-68e0d3b7e5e3",
- "IsUsed": true,
- "Index": 117,
- "Name": "负载CV模式484V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8bda60c5-3ff6-4e8b-ae2e-84adcfdef7e2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "484",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c201f312-3c27-4ff4-921e-c788a1d5fc11",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8424c77c-1a8a-45df-b62b-528848c299e4",
- "IsUsed": true,
- "Index": 118,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "884fabd9-c672-4964-96ac-d3a175d644fe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f03a9ba3-7720-4604-90c4-fe0e70f0df82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4bba6f3e-b96b-4b45-b15f-bd71e794014f",
- "IsUsed": true,
- "Index": 119,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c43eecbb-0e39-4d88-9151-106fb763a9f1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "33c3e7d1-64e0-47ff-9782-63351a53d511",
- "IsUsed": true,
- "Index": 120,
- "Name": "负载CV模式485V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3df4c5a4-3652-4b4e-9e31-30f0e4401e54",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "485",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "16c4b0f4-2d6d-428a-b728-8ef52c7df5f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "76f0e2dd-c57b-470e-bcab-6a805681095b",
- "IsUsed": true,
- "Index": 121,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b042f34e-e16b-4954-8dfd-9cdecc2802e6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c175bab6-c255-425d-a888-c5c441870001",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "91ef2bdc-2010-44e2-87eb-f78ad0afc723",
- "IsUsed": true,
- "Index": 122,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a7d6011-641c-4a55-8b32-3ce290cd38d9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d04366ba-7df8-49ae-ab3a-66f3bc107f93",
- "IsUsed": true,
- "Index": 123,
- "Name": "负载CV模式486V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1552ca68-9c81-4469-8ba2-e8284af22959",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "486",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f556317-0fa6-4d67-896c-9c4a3668396c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dfc16262-e737-4ad0-afae-ce99923f6645",
- "IsUsed": true,
- "Index": 124,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "29440385-1afe-481e-9202-c395fe091300",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "156c5458-2fb2-4083-b618-0e5a6754f9f2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fec02ce5-45af-48d2-be22-ddcb51f3d2aa",
- "IsUsed": true,
- "Index": 125,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd8b33aa-fea6-4f55-a025-c30bdeb1d58f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "89aaddf9-9f69-46f5-b97d-c70c07e9a0df",
- "IsUsed": true,
- "Index": 126,
- "Name": "负载CV模式487V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a856077-1008-4b4f-8721-aadc86b39877",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "487",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae51a16a-94e0-4dac-bd4b-30610db663e7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "70c935d1-2445-467d-b46b-5eb9b93ca7ce",
- "IsUsed": true,
- "Index": 127,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "05278195-8530-43d2-90c5-4fff2252d50a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "33942dc5-79df-4c99-ac5c-ffc16f5aa2e3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a3410220-5e6f-4f48-b24e-eee9c12b1e19",
- "IsUsed": true,
- "Index": 128,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8b0ddaf7-7de9-4f9f-989d-3744955b497e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4206e72b-ad76-4fe4-8851-9ea9a03b5fe8",
- "IsUsed": true,
- "Index": 129,
- "Name": "负载CV模式488V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "409317ec-c697-4aae-8699-25d860992e74",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "488",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3c0815ad-d6ee-4169-891b-114f3d76458d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3438b376-d78f-49bb-86a5-edf30a7129e4",
- "IsUsed": true,
- "Index": 130,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad8b9791-60e2-4e18-bef9-a10b085e7325",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e908055d-150f-47ba-8f78-0902d87ed016",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62af2eee-b112-4191-8cc4-de36a8087564",
- "IsUsed": true,
- "Index": 131,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a6b9885-a8a2-4260-8a10-294aac84e3bc",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ab380f4-35f5-4a64-ab43-c92300c30480",
- "IsUsed": true,
- "Index": 132,
- "Name": "负载CV模式489V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0dc654c-8573-4286-b1dd-84aeb85b4b74",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "489",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "782c495f-2628-432a-a54a-759f933ceb0c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9659e9e6-ed2a-4b4a-9289-dd512da1627b",
- "IsUsed": true,
- "Index": 133,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4df9f95c-b288-43b0-b4f4-0be38c42e8ab",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e62a85a1-d04b-409c-8ec3-b148020e3b0c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92b89315-b82c-4788-8b21-f83aa298e75b",
- "IsUsed": true,
- "Index": 134,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "398965ed-0ad7-48ef-84e8-6b014d395656",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41820d65-ac70-4be6-8882-c4e16a0bf3a5",
- "IsUsed": true,
- "Index": 135,
- "Name": "负载CV模式490V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c495c731-fe34-452a-89ef-3edf6c1e977e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "490",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "db7bf380-745f-4740-b57b-0c127e1ff2b5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d7fe245c-24c1-4094-80d3-4203a6a36138",
- "IsUsed": true,
- "Index": 136,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b308c551-2da5-433a-8503-bac1fd5c9cc6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a369acb-b936-48c9-b7ad-1b754aa023df",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "242419c0-9901-49d7-894c-cd8124b5d9ee",
- "IsUsed": true,
- "Index": 137,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8842befb-e2df-4062-9ade-11774d496280",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03fb8914-44f3-4eff-a267-30ee9ef6e389",
- "IsUsed": true,
- "Index": 138,
- "Name": "负载CV模式491V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef69d1d0-53a3-4fcf-b27a-b9567ac1d222",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "491",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c443669a-0a67-4831-8880-0ac860a1a79d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d0b39096-d509-46f6-99dc-356d3ad6712b",
- "IsUsed": true,
- "Index": 139,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c60fd755-98c6-4217-8473-5bb4cadabac9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb802bd6-4b52-4360-ab60-72f2521c0b05",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3b657266-8edc-4b99-8050-92f85fcd58b8",
- "IsUsed": true,
- "Index": 140,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6acde3c-dfd9-4d43-83ab-39811d3b1750",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07cd2a53-1e71-4cd3-9bd0-43b118f69071",
- "IsUsed": true,
- "Index": 141,
- "Name": "负载CV模式492V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aa5988c8-80ef-4369-b2d2-4c47dafcbf15",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "492",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b572868b-dba3-45fd-97a8-6155098b1316",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "28dcc0ed-973f-4a48-8f9c-32e5c2a88a0c",
- "IsUsed": true,
- "Index": 142,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1dfb5887-e28d-4b3d-9f1a-b81a30c3e426",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a78ffced-065f-4e86-9620-b740fe4e0635",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc5b3833-ccbe-4900-964f-ae7d3dd65947",
- "IsUsed": true,
- "Index": 143,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21bd1587-6181-47cf-9c86-5b7c581bf8c9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e7dd1ffe-333a-4d6f-ae23-2fa8a0cab96e",
- "IsUsed": true,
- "Index": 144,
- "Name": "负载CV模式493V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "951a25ba-ef77-46b1-9ad9-2c8bc0bebaff",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "493",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3040b8ea-22fa-4407-9c8a-c830422e21e7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c2ab0ba-4223-4385-bad9-50c9212d6812",
- "IsUsed": true,
- "Index": 145,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98381b6b-1fe6-4f43-9329-e978ecc39cba",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7655f973-c875-497e-837a-e21f8705d61f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e9c1f39-e500-4286-815a-99e1725c96e2",
- "IsUsed": true,
- "Index": 146,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4db26999-c605-49d6-ab18-408f246ccb9a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "17021d24-4e17-4884-a90e-b268ac99b260",
- "IsUsed": true,
- "Index": 147,
- "Name": "负载CV模式494V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3245ff60-2c5c-4842-9ed5-ec72aca4ab33",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "494",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "345789f7-7560-494e-9dc2-c2ca68c73848",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "60fba6fe-b24d-4e22-aeb4-d69f8924ac5f",
- "IsUsed": true,
- "Index": 148,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38629727-04f2-44ef-86c9-02455827b562",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a2a1850-f22f-40a4-afdd-9675304686f9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d697632-9929-4499-90eb-d0c78be93405",
- "IsUsed": true,
- "Index": 149,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28b48fad-7941-4992-af99-d6b596b4225b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d8a0079-3ad9-4f25-9f43-5def597733c8",
- "IsUsed": true,
- "Index": 150,
- "Name": "负载CV模式495V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a457033b-c2dc-455a-94fd-25d68c8819fe",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "495",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "81d30706-81b4-463f-ac40-59ba8dcaecbb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8ac2741a-d3fc-4131-b83a-57b0527a8d4c",
- "IsUsed": true,
- "Index": 151,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2430c598-ddb0-495f-8fd9-f3f151f5dbaf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2a30e57a-8362-4566-b30d-64b1416c3297",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "454460bd-e2b4-4f82-8ada-b9565c1e7ed3",
- "IsUsed": true,
- "Index": 152,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd89687e-1956-4853-906e-26fcaea45b2d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2b61725a-3da9-49de-a090-b606176f7927",
- "IsUsed": true,
- "Index": 153,
- "Name": "负载CV模式496V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "605b7f73-3b52-48d2-8a95-e5d2cd7fc58b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "496",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d58a39a2-ed8e-4b2f-9a5d-710ce51228c3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "028969f7-9f2c-4d99-b337-256137f599e3",
- "IsUsed": true,
- "Index": 154,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca60bad6-7ed3-4339-9c9c-d6bd021902a9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1d99f5ad-5b43-4fbc-b0e5-e6a7dc4ee257",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "43e13d18-6731-4965-b686-1af57abfa4fe",
- "IsUsed": true,
- "Index": 155,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "99972569-9bf9-4665-9c6e-d9b1132225b8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "97d59dbb-377b-4080-ae0b-a931246c23a3",
- "IsUsed": true,
- "Index": 156,
- "Name": "负载CV模式497V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "751f3ba9-a130-472c-b833-b4e5050bd4f0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "497",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b2cafa4-c822-4b22-8e28-6efec259c34a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc7aead0-920e-4a32-aa8c-d83b5595210c",
- "IsUsed": true,
- "Index": 157,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eed413d3-5091-47bf-930c-727de31c740b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2cde35d8-9c89-4d2b-8a15-8ff302583400",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f4cc77de-2aab-47df-b4aa-7cb205fe6ece",
- "IsUsed": true,
- "Index": 158,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4ed9bb8d-21ae-4226-8569-6f90be8f662a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "94ff1748-a6fe-461e-a99a-a462cc3facfb",
- "IsUsed": true,
- "Index": 159,
- "Name": "负载CV模式498V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5480823-b0b3-4a5b-82ad-863f606e09c5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "498",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bdf70251-d8b1-47ee-81b7-ca4383ee1bd1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "264414a8-3917-4cec-9dc7-ec27ebb41b09",
- "IsUsed": true,
- "Index": 160,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a08a49cd-8ac0-4598-95f6-9ffbd96901ee",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "55249e57-73b3-4f5d-8eae-5bac36ff0edd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02c705fc-eb9b-4d2b-bbc5-6ca82e4b25ee",
- "IsUsed": true,
- "Index": 161,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fff7e4b9-c8b2-4dcd-8124-51ddfe06ac79",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e2a8f01-bdc1-4d51-9346-c78d5a46945e",
- "IsUsed": true,
- "Index": 162,
- "Name": "负载CV模式499V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5492b90b-6109-44dd-82be-757067d81e69",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "499",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5646bb2c-f901-4f77-a748-06418ab5344f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1471e1c4-8263-43c6-9335-2e4575ff985c",
- "IsUsed": true,
- "Index": 163,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34723798-6928-47cd-b28c-14858261e888",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b4c2041a-4adc-4008-8f3d-f2f31084da6d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "53b22c1f-3fdf-41bb-842a-1996ebc4480c",
- "IsUsed": true,
- "Index": 164,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d9996119-a5dc-4a31-92b0-d53eedb0a01f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "adab1ebd-3a3f-4c25-baa5-f9ad4ea2dcb8",
- "IsUsed": true,
- "Index": 165,
- "Name": "负载CV模式500V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a1094a5e-450e-4ae8-b41e-298b6e2487a5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "500",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "28f73d98-7751-4367-9ddc-7cfa2e56c0a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4068c25a-7944-4c8b-beaf-4119e073be36",
- "IsUsed": true,
- "Index": 166,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0d8ded5-d59f-4913-8d9c-7e45cd9f3cd7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e30aa3f1-76ff-4189-a39e-0a6ca87c42b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8cfd309-e80b-4c8e-920d-4ebc0deeafae",
- "IsUsed": true,
- "Index": 167,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a246dff4-5767-4115-9212-854eefd1e1f5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b8d0e23-a414-4a8f-8ca0-550a73837c2e",
- "IsUsed": true,
- "Index": 168,
- "Name": "负载CV模式501V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "45ab3340-40a8-464e-b047-06df22286246",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "501",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7356a30a-97f9-420a-8e17-66af148d4bdc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb69953c-09f8-4f42-a3c8-5965b78aab62",
- "IsUsed": true,
- "Index": 169,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "05eb3bd4-ca01-4118-942c-c1c4f80ed670",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f3bee72b-005e-447a-a671-1ba35d508c05",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4d0fe989-585c-4601-9a9a-e0f63f191040",
- "IsUsed": true,
- "Index": 170,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8bea48e5-e923-4c5c-82a9-ae9fe3299fc6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b5c33c4-f70a-414c-97f1-337ac9f8074e",
- "IsUsed": true,
- "Index": 171,
- "Name": "负载CV模式502V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56c64a86-80b3-4271-b25b-6b19a9707992",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "502",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "985652ca-de17-4c32-9a5f-e665099ccebf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5fb8a770-e45e-4fe5-ba6e-deaaedd03d92",
- "IsUsed": true,
- "Index": 172,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd2d912d-288e-4dda-a407-762ef612ec35",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c2df196e-f0c8-4c05-9f08-6b2fb48b58b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "715fcaad-8eb0-4b7f-a28a-4b7c6dce37ab",
- "IsUsed": true,
- "Index": 173,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "54dc88ed-c506-418c-9783-c9be2958a5d7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26f7a8c8-720c-41e1-8f8a-bded6902754d",
- "IsUsed": true,
- "Index": 174,
- "Name": "负载CV模式503V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6467f72c-763d-4f07-8437-9d552e974e71",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "503",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "261fbbc0-0a89-4d18-9811-9405d29ce1d8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8b9075d7-bcd7-447f-8b1f-01609bf27c9d",
- "IsUsed": true,
- "Index": 175,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d4450bd-40ae-411f-a2ec-2a54e245ff32",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e6c2aa63-f151-4f02-b2f9-4608111ba102",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a520ef1a-96ef-4f1d-8780-2071c7808df6",
- "IsUsed": true,
- "Index": 176,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e6199a53-0d33-48a6-910d-ce432923e193",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6da0491-774a-44b2-a957-6989f2fc342b",
- "IsUsed": true,
- "Index": 177,
- "Name": "负载CV模式504V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0d1e8bc7-2adb-4e02-b6f2-a6fec99aea52",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "504",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "acb444c5-a98c-44f9-b91d-f78b4f0615a0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c68d3119-a7cd-4232-bc85-1fcfb6f6865f",
- "IsUsed": true,
- "Index": 178,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a245d8a-afa6-46fb-9873-4e604bcc1a8e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03a5132e-15a4-4069-b4d2-27f8e401fc5e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1536ebcb-f738-41e8-9313-969463afb31a",
- "IsUsed": true,
- "Index": 179,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c096abfe-b99f-43b5-a791-d0ad30c42b74",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "744a244a-b05d-4115-8918-c69444a801b3",
- "IsUsed": true,
- "Index": 180,
- "Name": "负载CV模式505V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80ab2b9e-5547-4cb1-bcc5-6cdb079a8ad7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "505",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "943e8299-15ec-4342-b131-00bcc16458c3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d10abfd1-8c80-43ee-83f2-d26a052322be",
- "IsUsed": true,
- "Index": 181,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62b8b5a9-a1f6-4fb7-b275-c4bdf98129eb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd96b295-2535-49f7-b48c-807116769ef1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6ae5e827-006a-472e-979c-ec2ba241bfe1",
- "IsUsed": true,
- "Index": 182,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c2ee9e2-1198-4113-b258-e7bacd7368e6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6fc8030c-c07b-4dc1-97cd-2e59dee86b44",
- "IsUsed": true,
- "Index": 183,
- "Name": "负载CV模式506V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6d5256b8-3788-4240-9e3e-1b0d393d6fcf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "506",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "54bae601-2484-43b5-9ddd-3476a41b2ba8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4170ce39-ea1e-4c42-8b0a-02c077f4707f",
- "IsUsed": true,
- "Index": 184,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "95f4d2c5-1b08-4b58-a68c-d549597b33a3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6479fc14-2dda-47fa-b76c-f53287e90ff1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1aee1e16-dc27-49f4-ae67-013c1e570b3c",
- "IsUsed": true,
- "Index": 185,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56c6d5c3-6a29-4e53-ae31-02c30059f1aa",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9fc98bfd-da36-43cf-ae36-4dee7221a4c5",
- "IsUsed": true,
- "Index": 186,
- "Name": "负载CV模式507V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b5767d22-4dc7-41a6-bfc6-c7311add2606",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "507",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9bc0033a-2a51-4e91-95e1-9f78f7e51055",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e807b97f-9b56-4795-b774-931870bcd55f",
- "IsUsed": true,
- "Index": 187,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ce1c0b8a-54a7-40fe-b313-8e443a0d77e1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a31343b3-8dd0-4e5b-898c-245e75908bd2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d370c65-9942-4724-b044-45981c4fafb4",
- "IsUsed": true,
- "Index": 188,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1c22582d-dd7e-4606-876f-abbd54d2142e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e0dd1a2-8fc3-4efe-9f08-126d0f3aaf24",
- "IsUsed": true,
- "Index": 189,
- "Name": "负载CV模式508V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "369167e7-3f8b-431c-bd2d-228c5f012bb5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "508",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1a2fd114-5ed9-4f63-a231-f09412649e08",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77ad759c-cd7a-49f6-b523-fed0c68689ba",
- "IsUsed": true,
- "Index": 190,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e4ddef7-fe47-42d1-a09f-09ef00480004",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "13f17411-df74-4a3d-8511-56b310add02b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e90cf57a-2f36-4f44-9b34-d976634f2311",
- "IsUsed": true,
- "Index": 191,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "94a93dd6-2ced-49e0-af2c-965c5664204b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4673d0c7-b495-4fe5-ba49-d4fb82cf792e",
- "IsUsed": true,
- "Index": 192,
- "Name": "负载CV模式509V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0494833f-2043-4fad-a942-1e4e0e353b48",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "509",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b774e594-b861-4064-bc57-48712fdf3612",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41f28006-0c81-48b3-b9e1-f0600899bf86",
- "IsUsed": true,
- "Index": 193,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "74c00287-6c46-40d0-8b6b-c931da28f9e1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f90c0d62-66c1-4fce-94ae-e37de51a4dc3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb3e2573-d47e-40fa-9f6b-737be70758c0",
- "IsUsed": true,
- "Index": 194,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9440a96d-e0b0-4d4d-9f66-9ca093e07a47",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "42fbae58-1e3f-4e33-a050-db5d8a5eedf8",
- "IsUsed": true,
- "Index": 195,
- "Name": "负载CV模式510V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e7576d47-6579-42a6-95ce-65162f15cbe7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "510",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e6f8eedb-d6e4-4b0f-b813-afeb89c4988b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eda778b4-fb75-4cad-ad8d-deb7790b455f",
- "IsUsed": true,
- "Index": 196,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "63b91348-de0f-4312-9019-88f009da5101",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "80bc9929-4994-472c-8d61-51814d684f45",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "110a9e6d-e288-421e-976f-f03de0b4bdb2",
- "IsUsed": true,
- "Index": 197,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "83ba0b55-6b30-4618-a096-2932ff97efd0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "48cda205-edd8-4d34-8cb6-e1ad84a50f2c",
- "IsUsed": true,
- "Index": 198,
- "Name": "负载CV模式511V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "67263a2f-fe46-4fef-aa32-2f34de25ad7f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "511",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "937b2b20-6b8f-4b27-8820-e1f8742fb387",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5214336c-336e-4158-bc35-f60df60923d8",
- "IsUsed": true,
- "Index": 199,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a08fbb8-fa76-4262-a19f-52b9be0367ab",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b0e71d2-e969-4732-ad75-b4a5a6c440d1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03a11bc9-74b7-4652-9426-a6c70b2fd647",
- "IsUsed": true,
- "Index": 200,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd1f1c2e-42c9-41bc-8a15-47fe7dac94b0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9eb0e1c2-9b66-4cc7-a606-d15c0322cd61",
- "IsUsed": true,
- "Index": 201,
- "Name": "负载CV模式512V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9bb75d08-3505-4ed1-baf1-255c79f2b6d1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "512",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ce184a4-0652-46a3-9b70-e06ea5bd07b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "830afd4d-6c87-41ef-886e-7076d6c61365",
- "IsUsed": true,
- "Index": 202,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f70522c-4766-413c-8e30-b0988b6be40a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed789fd3-da5a-4e60-a62a-ee0b35c3f8d4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b33d35aa-3a4f-4c76-abe3-7ebce01262ee",
- "IsUsed": true,
- "Index": 203,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f4884de5-abe7-495d-997f-42a91db1ba56",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37888099-2839-48a9-9322-079e71b1d00f",
- "IsUsed": true,
- "Index": 204,
- "Name": "负载CV模式513V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7bea65b9-43db-4406-9171-0dfcb2deef7b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "513",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2fefd984-7dd8-4e4e-b3ef-98a3c45d8042",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "092df3ad-ba22-4ca3-b735-9e9ca8cb310d",
- "IsUsed": true,
- "Index": 205,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e90f1f9e-e2d9-4d61-9df2-a43f4cf9d5f5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1b04bab-36ea-469a-a5bd-efd1b421c16e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ccc48194-55d5-4f1a-a09b-308d31c0e737",
- "IsUsed": true,
- "Index": 206,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80434837-f9ae-4ee7-bd5c-63232a1031e9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d13305e-3079-404b-88c7-4fb64a911666",
- "IsUsed": true,
- "Index": 207,
- "Name": "负载CV模式514V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7c2f05b-cea2-42ff-b7bd-b3486eea613d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "514",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "05b716a8-e479-4865-be7d-c70070d5374e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68c8d0c8-35bd-4d5f-bc9a-2a22c114ac00",
- "IsUsed": true,
- "Index": 208,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a9d3249f-1f0d-4185-9405-eb446cd65d86",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b5796cd6-12ab-4e20-9354-09482c570c0b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "763e2c73-0194-4148-a119-e063f8759ce5",
- "IsUsed": true,
- "Index": 209,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e725efd9-7df4-47a0-ab62-2379cefcf7c1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fcee5d27-13a1-41de-acc9-064e509fe3e2",
- "IsUsed": true,
- "Index": 210,
- "Name": "负载CV模式515V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dbf5772b-9af1-4db0-afc7-14edaa357761",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "515",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "577cd220-aab8-48af-9bca-a709a860d272",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "11ae38c4-0cb5-4c4b-9a89-7ae214792271",
- "IsUsed": true,
- "Index": 211,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9cbd2406-f0e7-4d51-9a2a-9d21786c699f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8cd8f567-ab34-4045-9878-3438d2eb8c49",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d4ca5a2-66d2-4598-9edb-35376e6ffa28",
- "IsUsed": true,
- "Index": 212,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8672dd34-4bf7-44b6-b41a-754db2f033c0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7156e522-4aad-4847-aae2-e3dbf5c370dc",
- "IsUsed": true,
- "Index": 213,
- "Name": "负载CV模式516V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b05e6730-af34-42a6-92b5-12ec2f93ae7a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "516",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ee46d1ff-c1a1-4f9b-a42f-a8b24abe1fdd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a06de04e-df4e-4b98-9503-d1492adba32b",
- "IsUsed": true,
- "Index": 214,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fea2310c-1ea7-403a-91aa-80276b095621",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b52b6b66-0d0a-4da8-bf32-a33426cd7d71",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c5e4f8ce-4437-4888-9cd5-7dcabe9829e1",
- "IsUsed": true,
- "Index": 215,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "79e8b9ae-f2b3-4bfc-b935-57529a9e70bb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39cb3d64-7bad-4d8b-b72f-ec68ef9107d0",
- "IsUsed": true,
- "Index": 216,
- "Name": "负载CV模式517V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fbb36887-8392-46f4-851e-5559812524d7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "517",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1ab8410-26df-4163-bcbe-859235cf2dd2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7db5ff5a-6e6b-4a8c-b047-0253292988ce",
- "IsUsed": true,
- "Index": 217,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "460909d8-5355-450a-9e74-a35b17545a26",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "906ad13b-d424-4eb2-a99f-a0096417c7a5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5a0c60c5-b9c5-49d6-9692-452f42d46f01",
- "IsUsed": true,
- "Index": 218,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88770b97-2664-4102-90f7-4718ef21f235",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22972cc9-1638-42a3-b9c9-1bb06cffac24",
- "IsUsed": true,
- "Index": 219,
- "Name": "负载CV模式518V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4498907c-c4ba-42d1-a26b-26ca623773c8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "518",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7999e2fb-b94f-426c-b3d7-4b039860c8db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2da5396-359b-4be3-881a-c3b37d043d13",
- "IsUsed": true,
- "Index": 220,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f2751655-22b3-42f3-849f-47e2185e0d80",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c4497df7-e481-41f8-a966-6ecbddb0c5b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19144ab2-1dde-42b5-9091-a592b9133356",
- "IsUsed": true,
- "Index": 221,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b3da81cb-c973-4571-b645-d42d69df60da",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "00381537-c831-4064-aa17-0d7100384ff5",
- "IsUsed": true,
- "Index": 222,
- "Name": "负载CV模式519V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ea2b6e8d-e376-4475-a416-d0f8c59254b1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "519",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8131c2e9-c2fd-4d73-951e-6db58d5f63fd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2567c503-34be-425d-a30d-4296e36bdf98",
- "IsUsed": true,
- "Index": 223,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dc9e83b9-4a37-496a-abf6-819c78137d97",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c82fda9-9dbe-4e90-a8f4-89daae45a9b6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c62f5f31-9baa-47ad-8591-2853f43b048e",
- "IsUsed": true,
- "Index": 224,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d6cad5fa-9019-4564-8001-dc16d77b6e28",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e5c5128b-4b3f-40e9-825a-1c1992001a73",
- "IsUsed": true,
- "Index": 225,
- "Name": "负载CV模式520V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0eeb42b3-67db-4c7c-bbc8-d21710087dc4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "520",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e92242b-72fc-4ac0-be3e-78f4852ba165",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8db4782-0337-42f0-b2c5-10f6a3954659",
- "IsUsed": true,
- "Index": 226,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bbebe825-b777-476c-a65d-7c7a9c9bf3f2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c5ae7266-d0c2-4faa-8b59-6a99346dd796",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96ad47cf-d75d-4061-aa5e-a30fb80243e7",
- "IsUsed": true,
- "Index": 227,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2b85d6da-a398-4a51-93c0-dc6203ea2f56",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c54984a0-4dfe-481c-a403-a7433df011ab",
- "IsUsed": true,
- "Index": 228,
- "Name": "负载CV模式520V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "beee4353-d7e3-4f5d-b699-3dfabba185c2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "520",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "efdf6552-a8c8-4fd9-947b-d302fb6b8058",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5fa7158-545f-4535-84fb-afece689052e",
- "IsUsed": true,
- "Index": 229,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "66a6b2fa-c757-4d4b-af71-903acfbd9f1c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c883794d-9db6-4dbc-b454-ee894edec201",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f62869db-8dcc-4737-af8a-35a87c3558d4",
- "IsUsed": true,
- "Index": 230,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "edb00d86-d121-4405-92cb-031c6dc57253",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f51fb2cf-be35-461d-818a-0123b208aa95",
- "IsUsed": true,
- "Index": 231,
- "Name": "负载CV模式519V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d78482cd-cab5-4878-9774-9261b37fdefa",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "519",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd091bb1-3b4a-41a6-88be-0f8a4d6827e8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2fcffc68-b569-4ad9-bb78-9a664f49535d",
- "IsUsed": true,
- "Index": 232,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c67c24e9-e59e-4810-84b4-898894978b96",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e39523e-3058-464e-85f7-9ea5cfba5fc9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3be149e6-eeda-466f-9b37-9936bcdcc23c",
- "IsUsed": true,
- "Index": 233,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "777bb1bc-4b6a-4ef2-b7b0-cbcd62024ff4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "80d11003-be38-4c28-8460-13c6e9677ca0",
- "IsUsed": true,
- "Index": 234,
- "Name": "负载CV模式518V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8eca48dc-1d29-4943-ba7b-d980d99f5fdb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "518",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ba5b583a-b597-44cd-a3d9-83f3cb8573ec",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed5e661c-ac0d-44d5-bef5-0083ae27da7f",
- "IsUsed": true,
- "Index": 235,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e6cca07-30ca-4c14-9e79-1a00fc2ef71d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a69de83f-35b6-40a6-980a-27cc3c8da39e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09255728-fd2d-4dc7-8260-510134e40f3d",
- "IsUsed": true,
- "Index": 236,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd10d987-c4a8-4853-bc52-7c702ccd3d74",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d37ecee-8656-430e-8cd0-3d330edbb6c7",
- "IsUsed": true,
- "Index": 237,
- "Name": "负载CV模式517V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7bcc39e-d914-4f7e-8e83-8a420c4470df",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "517",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abb22e10-cc82-4573-b0e0-c81cea9ae295",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "65596bf7-c744-4c35-a26f-3bbfccdeeba7",
- "IsUsed": true,
- "Index": 238,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "50d4a28a-e2f1-43fd-85c3-86bd3b767fd6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9099b100-dc6e-4cc4-88c9-2d5e0b71e0b2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f6e68b27-481c-4663-aecc-fcdcb3289062",
- "IsUsed": true,
- "Index": 239,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b703b764-ef09-4bf4-9e7b-e74513b64e7c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ff77802c-fa23-4bcd-a353-b75c93c847eb",
- "IsUsed": true,
- "Index": 240,
- "Name": "负载CV模式516V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "413f0895-e347-4b7b-b0dd-d4372b17b719",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "516",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "70ca238c-df3a-43ef-937b-da876b90bf77",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "041cc349-e469-4dfd-b900-f756ab0d53b2",
- "IsUsed": true,
- "Index": 241,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4e2a2aec-ac8c-4fa0-ab14-88326fd2b3ea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f95cd1e5-e1c0-43cf-84a2-e2f3b2b69f62",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7aba95cd-baf0-4a5b-b757-0ffd6521aefd",
- "IsUsed": true,
- "Index": 242,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8165e7d5-54ad-4e0b-9024-149bf83c249c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "caa3b7e7-9ddf-4bfb-8c17-b06a9a201e7a",
- "IsUsed": true,
- "Index": 243,
- "Name": "负载CV模式515V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de5d1aca-d8e6-474f-bdec-f82eefed5f18",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "515",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9043c07e-fed1-401f-8733-5f047c37f3a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3c20284c-5a4e-4752-8a50-6d581d2c7289",
- "IsUsed": true,
- "Index": 244,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2bca2df-62d3-4405-9170-4946bc8ffbc5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfe28453-fe17-4fd8-bcde-b646bec50c66",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db086794-ec6a-450d-812b-3b9b19be605f",
- "IsUsed": true,
- "Index": 245,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3764df52-41b2-43e8-9954-8c02b89a9dd6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "577ae3f9-4e39-4350-8fe9-176d734fe3dd",
- "IsUsed": true,
- "Index": 246,
- "Name": "负载CV模式514V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "09791d41-fef8-40d9-bc0f-cd1fdb0be11b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "514",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4be3d8ec-79a4-420b-aa9e-e0bc2611d084",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0401f5d8-6c13-4d15-823a-a1897363a662",
- "IsUsed": true,
- "Index": 247,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "215e71b7-3fe5-4f63-ae39-6e77715c5f25",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78fcf8f5-26fa-4de1-b6ef-4f1125bd1053",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f889e08-4c4a-486a-9eb9-64efc85e0958",
- "IsUsed": true,
- "Index": 248,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f0d36d35-8fa0-4673-bded-2e63dc60244e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62002bda-4abc-44ea-b575-25868eea17ea",
- "IsUsed": true,
- "Index": 249,
- "Name": "负载CV模式513V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d8abf99e-06a2-4580-b4fd-c989d5d2e073",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "513",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b16d0cac-cbe0-405a-a8d0-14161ddc6773",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "46d1531a-dcaa-47ee-ac33-b5c5895a5e0d",
- "IsUsed": true,
- "Index": 250,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad29548e-ab36-4b79-b33b-f7f67f68cfcd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "543e2b3f-6472-45c8-b1e9-7e5bf0b2d6ae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "495a2ee1-a9f4-4243-8cea-a5d31acd33da",
- "IsUsed": true,
- "Index": 251,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1bac29e4-618b-4b69-93a0-edef4469e8fd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55ae2b9e-38ee-4fa1-8f66-5322337ba510",
- "IsUsed": true,
- "Index": 252,
- "Name": "负载CV模式512V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f619e656-2df5-47f9-ad85-865b72ea5ac1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "512",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad336641-9e4a-43fa-823d-8e5726c3e812",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "523f0d51-9708-4dc9-8c92-247641fdb1a5",
- "IsUsed": true,
- "Index": 253,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44d6ef24-89a3-4bb3-84b7-eb60b1ed0b5b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de1221ca-d6e8-42c5-b28b-ec7e12d5a92a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee2620b2-eb1d-40f3-b956-5eb6adaa9e92",
- "IsUsed": true,
- "Index": 254,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "506e2599-a955-444a-8cfd-e95e8dffcb51",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7e9b26e-eaae-48e0-bb3f-30944dc03416",
- "IsUsed": true,
- "Index": 255,
- "Name": "负载CV模式511V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e873922-3981-4378-85cd-6f523382affc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "511",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63301346-d373-48be-930b-eec3ce6b1716",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5d9be1c-c542-42d0-a2cf-d92d2f36d521",
- "IsUsed": true,
- "Index": 256,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93eea1f1-1d51-4f09-983c-d71ab938cfda",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "45523bf1-b775-499e-8d7c-db79631595d6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "145e6d78-bf44-4a19-85cd-17f30768dd57",
- "IsUsed": true,
- "Index": 257,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e1dde102-f292-4559-abe3-302c0f1c3394",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a07cc98b-4a84-4e06-9ab9-4d5d2388a801",
- "IsUsed": true,
- "Index": 258,
- "Name": "负载CV模式510V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6102cfa8-3048-4c36-bbe4-6c40b76eea3d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "510",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e3af877-e152-4035-8b65-747ce8e138d8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6584afc4-aa3f-4249-8359-5a54fc01530a",
- "IsUsed": true,
- "Index": 259,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "812ed491-b940-4a24-a0d3-8748cb4419a6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2d00b7e7-b683-43d7-a695-3b0acc3067f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e2ad79a-395c-42b5-90a0-446b57e6d5e0",
- "IsUsed": true,
- "Index": 260,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6460bd9a-11bc-4b81-8e9b-d8491f93a96b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d039ee81-b9cd-42cd-8ffb-bab2c2bd2ce7",
- "IsUsed": true,
- "Index": 261,
- "Name": "负载CV模式509V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30e68269-3c3f-4db5-b312-2eeb004f239e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "509",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "71e9e7a4-892c-4e85-8d82-b833b7b20ef8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "29d5e7a0-2cb4-4d98-befe-1a19cb620074",
- "IsUsed": true,
- "Index": 262,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "546c16f4-7c3f-4295-99a6-9395e36c7151",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbbc5696-16ae-4f9c-bd41-7171bd7e245e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d906c0da-19c1-4df2-90b7-96fe2419051a",
- "IsUsed": true,
- "Index": 263,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a37169f0-6673-4ab9-a656-3110f2dc0531",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "281afe1a-9077-43f6-ab82-abe2ce5d5232",
- "IsUsed": true,
- "Index": 264,
- "Name": "负载CV模式508V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "100c2820-5c86-4a10-a6b0-87d32868f6ba",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "508",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3a3124f-eb4f-4a63-ab46-3d256f44f0cb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d0cb45e-6213-4c37-b07c-0ecb4a0f81a4",
- "IsUsed": true,
- "Index": 265,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7aeb1dd5-9380-4e43-b55b-85010ca28722",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4fb7f1b8-649d-4c7b-872f-2bcaac165378",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f55e1715-28b4-49b5-8575-266fe8191d31",
- "IsUsed": true,
- "Index": 266,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6fb5fdb-353d-4ed7-8732-ad3f10ebaf56",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c8e777e-ee12-4732-a910-ed13a09e3254",
- "IsUsed": true,
- "Index": 267,
- "Name": "负载CV模式507V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "35df64a3-794c-49d6-8947-a0b3c4931374",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "507",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b7423f22-7cfd-4bd5-b7f6-ed66eb44e309",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "da96d0e4-4549-4c84-93bb-c0a5ce0cdce2",
- "IsUsed": true,
- "Index": 268,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7046902d-92a2-4963-b84a-7e5c2b2aed54",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6dde50d7-6f9d-4d38-bd26-c6f422c2cb49",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62bbc789-2669-44b8-b519-4fa1877407c1",
- "IsUsed": true,
- "Index": 269,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "121204db-916c-4084-8f46-caed11f30d97",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f0aefdb-67f4-4ff3-a6bb-7e11e8e3aa73",
- "IsUsed": true,
- "Index": 270,
- "Name": "负载CV模式506V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "27adae1e-6412-45ab-b60e-ed589f1e4eb0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "506",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "407eaa07-e5c2-4015-a588-07abac812e3c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78be7947-656a-4237-a31b-4f8549e0347a",
- "IsUsed": true,
- "Index": 271,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70f2983e-3543-4ba6-aa98-bbf8e3d0ebf4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a15b5a40-5c3c-4264-a85c-4f0dbc0c5252",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6275f02c-5cc9-438d-a064-284ab29984dc",
- "IsUsed": true,
- "Index": 272,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8de27cb9-60aa-4acd-bcc0-6d34ee97e330",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efaf56e6-2394-44ed-bf1b-0697f20681dc",
- "IsUsed": true,
- "Index": 273,
- "Name": "负载CV模式505V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f1d5a112-4939-4ba5-a8ab-bf9e3906b0ed",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "505",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3370fa53-94d4-4bf7-a2b2-b2ea31f37c82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1355a2b2-633c-4c16-ac36-761dd7fe6d59",
- "IsUsed": true,
- "Index": 274,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4bee6ca9-b7df-43b4-aed6-0d01b6e4cd89",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e4ec3c7-5a15-4102-b4a1-8bf46e031993",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e368ea4d-3f7e-4765-9330-e07e74bceb98",
- "IsUsed": true,
- "Index": 275,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62285d22-ab66-402b-997d-a2e7f7c2ff4d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b905d3eb-fb93-43a2-9b7a-1326c1098270",
- "IsUsed": true,
- "Index": 276,
- "Name": "负载CV模式504V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "87c0cef1-b61a-4725-8c1d-b3029bebe338",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "504",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e369ba8-f04a-4f80-a3a7-aef3e70c3238",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1c0bb6f2-1749-47e8-8c9a-b83179982086",
- "IsUsed": true,
- "Index": 277,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "03af185d-539d-4aa1-933b-bf7032a5831d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1c60ff6a-d16f-410f-957e-dade671ade76",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "76bc1b99-f293-425b-805a-29998284bff8",
- "IsUsed": true,
- "Index": 278,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b094c5d7-89db-4541-96f0-1a669564ee3c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5ef945cf-6dbc-4405-ac3e-f5bc967d8a92",
- "IsUsed": true,
- "Index": 279,
- "Name": "负载CV模式503V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d634cd8f-9849-43e7-913a-33aab0035343",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "503",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5e08a50a-9b97-4a91-936b-2c8398c9647a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2124001c-380f-4c55-9f46-02d60baa45ca",
- "IsUsed": true,
- "Index": 280,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f63ee325-e942-484e-912b-3b395e27a99d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cce060df-378d-4654-9d1f-067b47280090",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3524e6ab-89c6-4e8d-99bd-d690d9bd4778",
- "IsUsed": true,
- "Index": 281,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56b00973-8ddc-4063-9bac-ad8a999a9f2a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2efd0668-46ec-49b2-924a-93e555c48e76",
- "IsUsed": true,
- "Index": 282,
- "Name": "负载CV模式502V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8cf84aca-8bc3-4598-a593-a0157f604ee8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "502",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abe5f75a-1c7a-42cb-a772-e98561d02f31",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2c8ce659-822f-45ba-9f01-9936498b24eb",
- "IsUsed": true,
- "Index": 283,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "925a4aa2-fac8-4d1e-9ef0-e33d7d9bde03",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5e279612-ab59-4ce5-8ad2-8c1086d3c975",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bb40edbd-4e4e-45a6-8c3f-330784b0fee4",
- "IsUsed": true,
- "Index": 284,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e4947a5b-b9b9-478f-b59e-edb5a26b5c8a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "440303d3-cc62-4f85-9ea5-1550294ff02d",
- "IsUsed": true,
- "Index": 285,
- "Name": "负载CV模式501V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "308340f2-d19a-4f07-ae0a-00fcaa39659b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "501",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ead78c75-5a7a-4a18-be6d-61bb3147b8a5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bbec98ae-871e-4b15-92a1-cdfa46d5a975",
- "IsUsed": true,
- "Index": 286,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "564e2f7e-2708-4a06-8963-f323f13b09f8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c3e0c418-8759-42a9-bc1e-81f2b611ecf6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "24b8d407-8db9-4ffa-b6ec-5d7adc536224",
- "IsUsed": true,
- "Index": 287,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "36cc1e53-0657-4ab7-a2f4-01e4e226c65b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7ab9965f-43d6-4a1c-b4f2-f925a41ed005",
- "IsUsed": true,
- "Index": 288,
- "Name": "负载CV模式500V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "abaa9dbf-df04-4d0b-a30e-adee18bbdb34",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "500",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "52f6c798-d3e4-42a0-924d-a0e69982ff77",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d2782e2a-fd67-45ac-b0fa-8804edb8e539",
- "IsUsed": true,
- "Index": 289,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3c06f035-2484-4f90-9888-3a77ce8e7dba",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6fe6b7e3-b22f-456a-b20d-658b0d975508",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "58ba1db8-7717-4912-8683-5128dbfdec93",
- "IsUsed": true,
- "Index": 290,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e8c4b3a2-3d81-4aa9-87a8-80f20b06cf90",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "17281882-fd26-46b7-93db-f5824976ba24",
- "IsUsed": true,
- "Index": 291,
- "Name": "负载CV模式499V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cb1597cf-652c-41ef-a2c6-23acd1389dab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "499",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "98244800-6416-47ce-91bb-5b2cc9223250",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8e9ae95e-7cea-46cb-8150-482bb0e9f4d4",
- "IsUsed": true,
- "Index": 292,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dcd129d7-eaa2-423d-9f5d-e8b84dfcc045",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e9045dd5-670e-46c7-adb4-803071f55916",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "15d77556-4446-496e-b0fd-cdfaea8dd8e9",
- "IsUsed": true,
- "Index": 293,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7907cb0a-d34a-4618-a8fc-5e0338674541",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "312d0cca-e42e-4278-ad2a-5ee5405546c8",
- "IsUsed": true,
- "Index": 294,
- "Name": "负载CV模式498V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "123afe62-7aac-4c13-8df0-1f52262fd014",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "498",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c6b9f0d4-389c-4b3d-9b57-e06c7faa4270",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a0845e3-9f31-4da9-849d-db82bee805ce",
- "IsUsed": true,
- "Index": 295,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db75153c-f189-4784-afdb-e545a5a25f72",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b63fe305-83c4-4d49-baee-ba282a0696e1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b70d02af-efdd-4a38-a9b0-d08bbc70a47b",
- "IsUsed": true,
- "Index": 296,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18a6bd82-4fd7-4841-9812-d174a0f4bc38",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2ec51b1-6165-43b7-8e7b-3c8875a98766",
- "IsUsed": true,
- "Index": 297,
- "Name": "负载CV模式497V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2a7339b-2fc5-4b69-b2ce-a8ec8eac7241",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "497",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af29860f-cb25-44b8-a638-cd91cd64eede",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "360d747d-76b7-4d67-8d1f-33d7384fad06",
- "IsUsed": true,
- "Index": 298,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a3fac2c-973f-42d5-b529-bd2d80c8df92",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f28e58b8-19e9-4ace-a33f-4f9bf5a4b86b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "80a66b4d-1cdc-49f2-84c6-6c25b7a31bb8",
- "IsUsed": true,
- "Index": 299,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "22959e73-c69d-4f59-9a68-4d3954161cdf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f63c52f2-7cdc-45bf-b26e-dd58895f0906",
- "IsUsed": true,
- "Index": 300,
- "Name": "负载CV模式496V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30a1d58d-3027-41db-b435-877529e2e4d9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "496",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2a35133c-e409-4c6d-a073-7b51e2a5606a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25110e01-1bd1-463a-979d-20e3bdf1ff8c",
- "IsUsed": true,
- "Index": 301,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c1baac0-ee7c-4195-ac85-79caba60ed93",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ab59f5c-3fc5-4682-9a01-c9a1badd48d6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "15be2071-0b2d-471a-9d03-4ce8f46ba9e1",
- "IsUsed": true,
- "Index": 302,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "345abc94-babd-4e7e-93db-318cf941e62a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc5f5e23-7a9e-41da-8796-582f0184a8d1",
- "IsUsed": true,
- "Index": 303,
- "Name": "负载CV模式495V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6696baea-e45f-4d47-8cae-9bcaab763987",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "495",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e729aa4-1ef9-41b0-b6b4-c2f7ea73b327",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f0a9a26e-c5fe-497f-a80b-e11d76854676",
- "IsUsed": true,
- "Index": 304,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6ceb060-0ad5-4537-ae27-01242b2818a6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "11e5904f-41c8-43a2-ad8c-0469b8bb82ee",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef6b4fb1-ab28-453d-bde9-cff42526c07c",
- "IsUsed": true,
- "Index": 305,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "556a0a37-0231-45a2-8003-284826a2ba5b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "24adfcc5-ef50-4c8c-bdfa-7c3a5a84e228",
- "IsUsed": true,
- "Index": 306,
- "Name": "负载CV模式494V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8921090c-7093-4f7d-9156-f05db3db56ef",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "494",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "72e6f384-b2f8-46ff-b8d3-de07063f1fc3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "00b08b70-e5e9-4ad2-b618-557bfdf1e48d",
- "IsUsed": true,
- "Index": 307,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca6909f0-1a53-478c-98d0-ed8d6cfb4b6d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a12d7bc7-7dcf-47ee-92bc-6c11f4ddc35d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f7a5c33-8d46-4caf-a595-45ef7da1d28c",
- "IsUsed": true,
- "Index": 308,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0ebe4d4-32fd-428a-bdd8-428b45833440",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "950d5406-d323-498c-9e6e-6d7887035de8",
- "IsUsed": true,
- "Index": 309,
- "Name": "负载CV模式493V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c9c9428e-9e89-40ac-a991-16e12c4ebe36",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "493",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2b3ffadf-0bf0-44a6-b545-0d2dde595a00",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df6161ef-efd8-4688-b7b6-1d473b492aee",
- "IsUsed": true,
- "Index": 310,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ae4383a1-3a98-4176-a23e-fb0347374839",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f643b2e-edd0-400c-8ce8-0379778fc45e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a556c5f1-b7f9-4bb2-b97e-ea9eaf650e76",
- "IsUsed": true,
- "Index": 311,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ea23bf54-6f82-460d-ac2d-e97644a8718e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8eccb2e7-5988-4d08-b667-e9f9821022d7",
- "IsUsed": true,
- "Index": 312,
- "Name": "负载CV模式492V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d932a51c-9158-4272-a9b4-96ff70abcbdc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "492",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6d681434-a516-41cc-8dad-2c34312b9574",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40d2356e-aacf-4d52-9566-7b625f274c9a",
- "IsUsed": true,
- "Index": 313,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5c7b9c0-adac-4f4f-a823-e95915c78c4b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b83033b3-5817-4780-9605-bc35955f9005",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cec5f2c0-41b7-413e-ae9f-3494813a43f3",
- "IsUsed": true,
- "Index": 314,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "78d611c4-397a-4792-a4d5-b55d01ff3241",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4030bcc7-a9d7-40bf-b843-949f1b5ee70b",
- "IsUsed": true,
- "Index": 315,
- "Name": "负载CV模式491V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b1f68e4-b929-402f-919c-4c8650aa4b8e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "491",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cd691cb-e95f-42e0-9987-408f6f0bb05b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c6714334-4de4-4f23-b387-d99e475b3a15",
- "IsUsed": true,
- "Index": 316,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b85d0d17-7fcd-4d60-88c1-5a66c8e0c263",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "477bec2b-f872-4912-986c-480b4cef0f82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe4da30b-6b2f-4578-ad1b-5e68aebb0b69",
- "IsUsed": true,
- "Index": 317,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8987c97f-6c60-4072-b233-7d3e1540d252",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bac0aaf2-2df1-4e0d-8e01-74df863fa9da",
- "IsUsed": true,
- "Index": 318,
- "Name": "负载CV模式490V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9de7eada-7999-4775-9469-946552adf3b9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "490",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46f3c87c-0544-47a5-9cbb-18cff6179d64",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c2c9267-8c75-4970-b3ef-70b7d992aac2",
- "IsUsed": true,
- "Index": 319,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "580b68a7-1f72-4cdd-b926-86cb780f306c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b66410d5-3d1e-4f82-80b9-eee85fc66957",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "629ffcb4-fc94-474c-877e-91949d0838ad",
- "IsUsed": true,
- "Index": 320,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be81fabd-312a-4150-90b9-b8122a5a9228",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f218f76d-0468-4e81-871e-d016c44199f4",
- "IsUsed": true,
- "Index": 321,
- "Name": "负载CV模式489V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3b25b7c-4c62-4441-8101-ac50c103299d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "489",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fecd3f15-2302-409d-b3bb-8f57fdba60a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e3e37b9a-b135-4d8b-a08e-c727d5f0920c",
- "IsUsed": true,
- "Index": 322,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1be1df0c-a676-4cae-9edc-ce5d11030677",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04db5009-195b-4e28-9688-1942499cd9cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bad166b3-b8c0-42ab-a7b4-8980e42b9457",
- "IsUsed": true,
- "Index": 323,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38ccaca9-0442-4d78-8df3-0f61c829012e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af5e38d5-0627-4c99-907d-0ad52c49b017",
- "IsUsed": true,
- "Index": 324,
- "Name": "负载CV模式488V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5130397-74e3-42c2-ac4b-ce51a1fc30cd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "488",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "843d1cb2-2127-4994-9c8e-de2bbf6e78e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee9e9918-9803-4718-87a0-f569fba5fc8a",
- "IsUsed": true,
- "Index": 325,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "292fe609-9514-4e14-aebb-11754bcde412",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7354f8c7-21bc-49b4-adbb-8fa59306b055",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cfbd04f6-03c8-4cb6-a932-5f3c15f7ecbe",
- "IsUsed": true,
- "Index": 326,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "057bcf56-43fb-4dfa-a150-50f3ba20bf0c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71af172c-6507-4cfb-9768-26d6396098d7",
- "IsUsed": true,
- "Index": 327,
- "Name": "负载CV模式487V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ac4a89f-9876-4f55-a8c7-baf4d9c4f120",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "487",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a25bafce-e029-4cf9-9efb-dfcb2fad7bf7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5746cf9f-562b-4eba-8b1f-a2a289fad687",
- "IsUsed": true,
- "Index": 328,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9869577-a056-42fc-8507-6eb0c0995c24",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "93303589-9b94-4417-9e79-699df4213c51",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9156c1e8-c879-46c4-8eb6-ff57a17369d7",
- "IsUsed": true,
- "Index": 329,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df6c240f-856b-4b91-920b-02b2a433114a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "091f5012-5823-42ca-bfe4-b6ebcda8b7bf",
- "IsUsed": true,
- "Index": 330,
- "Name": "负载CV模式486V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "237c2f36-8068-4a62-902d-beb35079d528",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "486",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8cd604c2-2a42-4b74-a17d-ce11363445dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d656f7f3-7a08-4ef0-9c2a-66b67e2fa9c3",
- "IsUsed": true,
- "Index": 331,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48f8e4b0-3b7b-47ea-bac2-82284ccd3332",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "60e2e4ff-28da-4427-84b4-ba315a510574",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1f65367e-d2ec-46e5-b79b-f21c808a870f",
- "IsUsed": true,
- "Index": 332,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "75e10949-891d-4b58-aa79-3d9daa708bc7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e978041-2d4a-454f-a329-448a79e2c370",
- "IsUsed": true,
- "Index": 333,
- "Name": "负载CV模式485V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30340ec0-618c-4e79-b6b5-5923ea39022f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "485",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65c38128-980d-41a9-b41a-32accf838005",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23521770-f3df-4074-8897-ca86d89cbaf3",
- "IsUsed": true,
- "Index": 334,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f55743b5-420c-4c02-81f7-280328b617fe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "60798c03-6b6d-4e38-bf69-b121e4c1a11d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "186c4f38-b76d-4652-b6f2-348d5a67a70c",
- "IsUsed": true,
- "Index": 335,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "54fcf1f0-7eca-4c50-ac99-24000d6e7ddf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e6d7f592-420d-48ab-b62f-f797905b271b",
- "IsUsed": true,
- "Index": 336,
- "Name": "负载CV模式484V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8e9eafef-56c6-4ca6-a253-060e8a3f4c07",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "484",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6698f02f-4a2b-42ae-a4f3-82d801b35228",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82afcb3e-12ee-4382-9787-11803d438da0",
- "IsUsed": true,
- "Index": 337,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "146e42cb-73dc-4f13-aff9-d9f34c598441",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "88e56bb5-6e80-45f1-8a45-b1f814f27620",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7e1130c8-2b66-4db7-9f79-9f300d5f37af",
- "IsUsed": true,
- "Index": 338,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d719687d-16e6-43c6-909b-93ed1b408dfa",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "52600cd3-5eb5-4325-a843-6011b0e325fc",
- "IsUsed": true,
- "Index": 339,
- "Name": "负载CV模式483V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "665ea786-86f5-4e81-aea0-3b589e61cd06",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "483",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d12ec490-fc2b-482e-82e5-3513e441a345",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "868afaa2-0500-400a-a4ea-febccd3403e2",
- "IsUsed": true,
- "Index": 340,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2b26afe1-11c3-4c13-9af9-d4cdc5e1eba2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ddcf3c18-178d-4441-ab51-7f572c660130",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f3898777-61e1-4f99-b0c8-f2f9e9bb2d6b",
- "IsUsed": true,
- "Index": 341,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9aec7fa3-a4da-4130-810f-2065f5f10d48",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b3cf3c2-27bf-4685-9450-cf0c647c81b7",
- "IsUsed": true,
- "Index": 342,
- "Name": "负载CV模式482V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3320433d-9f50-4a14-99b0-24eb9768e85f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "482",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3469f18a-9087-4519-87f5-2b209204ad1c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25623e29-ae8f-4e7d-845e-888f71d304e9",
- "IsUsed": true,
- "Index": 343,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "953154cd-c1b1-457a-a7f0-a49353e23923",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f8bf8ff-94c2-4b03-b348-49d0af4614fd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "410680ac-f751-4555-a34c-5fa923c1b416",
- "IsUsed": true,
- "Index": 344,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ec80d5a-6d4c-4726-bde6-0e7f927f25c0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfc58aa2-f3d8-4d7e-99d0-01061c7b94c3",
- "IsUsed": true,
- "Index": 345,
- "Name": "负载CV模式481V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "22dce526-caf6-4fc3-9842-93475231e8e7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "481",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "17d83fea-c4fa-4fba-8427-83ee6d29b24f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2d76672f-3d36-4f29-ba2c-a09e9af90abe",
- "IsUsed": true,
- "Index": 346,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "548fc6e8-4255-4095-a34d-4144f17a1405",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6cb48c31-2fd2-4f91-af17-e788d32ade35",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5ff7d4c9-9692-4f5a-8840-8e150df8d3cc",
- "IsUsed": true,
- "Index": 347,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "175e904a-d0e1-4f11-98a9-a4dc648e2ecf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9bd564d0-7418-4f96-a400-54f6a336bb56",
- "IsUsed": true,
- "Index": 348,
- "Name": "负载CV模式480V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2e4431b4-1caf-4860-b0d1-edb7593c0f29",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "480",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc27725f-d98b-4c44-9198-53af253d2eae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8c2cf35-2053-48a0-b203-05cfd3982a6d",
- "IsUsed": true,
- "Index": 349,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1978eca7-b4fe-46f0-9f45-c2eadeda74ed",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46039e30-f849-4b4c-a196-715d9954bb72",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6c0d045e-9d21-422e-8251-7e44ec625207",
- "IsUsed": true,
- "Index": 350,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b516779-517e-4e32-b6da-ba54785a4b7a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c85ef67d-e492-4d6f-9bf3-b1c28b08156a",
- "IsUsed": true,
- "Index": 351,
- "Name": "负载CV模式479V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bcce3881-8566-4bbd-9806-c317e5e2863e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "479",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78fc8b9b-77ee-4ae8-9f1f-7902699f5359",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "46cc6861-e3ce-420a-8a0a-1c631cede0f4",
- "IsUsed": true,
- "Index": 352,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7232c70e-4d54-41e4-9c8b-6f4a09da452f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9dbcce88-6c34-49c4-bddb-d11573a33625",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af516b18-d63b-4d8b-ab8c-127457bd3015",
- "IsUsed": true,
- "Index": 353,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "14642c10-366c-4369-bee3-1c04cdca6abf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5f06bede-87c2-4012-9bf6-b07f29fe1bd1",
- "IsUsed": true,
- "Index": 354,
- "Name": "负载CV模式478V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ceeec1c-8be2-494d-8e4c-bc5c4e1cbcda",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "478",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90fbcdc0-9eee-4919-bf17-87ccb618d5c4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "075c83c0-d3ba-484f-8ea3-fd5c28605f36",
- "IsUsed": true,
- "Index": 355,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ef1a6aa-8c55-458c-978f-81e576247ec2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b25fea0a-62ba-4e7f-a7b1-197b93f492d4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "099cbe38-e565-4c11-b199-ec601f12ae76",
- "IsUsed": true,
- "Index": 356,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "11431639-0376-4acf-9259-c253ac936182",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cf734b1-a019-41bc-965e-da92d7e59e25",
- "IsUsed": true,
- "Index": 357,
- "Name": "负载CV模式477V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b5551ad5-de27-48ad-8b4c-5277145adb8d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "477",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ab5be2ba-0336-46e5-a945-675cea71cf6b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78cdf436-680c-4eab-bd98-57d53e0b88c8",
- "IsUsed": true,
- "Index": 358,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f4ed3109-8398-4525-af56-c3fda7d182a8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a13aca7-9e70-4d19-8b89-69f912cd9214",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7f65c47c-fdc0-4027-a2f4-89cf8523c1bf",
- "IsUsed": true,
- "Index": 359,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3768f6cd-c75d-4c46-9770-04cae8142d2d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a13837b6-d7a3-4c1d-9764-7cb07f2d663f",
- "IsUsed": true,
- "Index": 360,
- "Name": "负载CV模式476V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1300d04b-3a76-41e4-8ad3-6a6dd4418c9d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "476",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7144fd3a-eeb3-4309-b97f-1b3b82407815",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "91073b30-b9f2-43c5-8066-b20fb1f11222",
- "IsUsed": true,
- "Index": 361,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd90d4b0-c20d-45bc-bb0a-4d6884738d79",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b30044b0-e7c0-4cac-b243-34b04c1cc6b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "75a56a93-4d0b-40af-9992-f0f13d5322a8",
- "IsUsed": true,
- "Index": 362,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cce594bd-21e4-413b-88c2-e20ba556b863",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71c12605-25ed-4d8c-aab9-1e6271dc98ce",
- "IsUsed": true,
- "Index": 363,
- "Name": "负载CV模式475V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3306eaa5-d814-4b30-99f1-d9967d5e16d8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "475",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1b291db-33bb-4fd3-8aef-26059a92247e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "87aa037e-eac4-446c-806b-618525aa09b6",
- "IsUsed": true,
- "Index": 364,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70bc238c-339e-4a9d-a47c-fbf7c97c73dc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f3fdd2a6-948d-487c-88e0-7a560c33d86c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8dbc1c4-2fef-4bc8-be2e-154c91d9bf4c",
- "IsUsed": true,
- "Index": 365,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9cc00bb9-b943-40a2-bfa1-f70d01a30bf0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "69fbaef1-5f97-4197-80ac-42a1c8a89023",
- "IsUsed": true,
- "Index": 366,
- "Name": "负载CV模式474V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b230ce77-7b4f-4293-98da-01f64dbc6e4f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "474",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6320632-d953-4797-bd69-849d038bba2e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "75ece249-d0a3-4d97-a095-febacae9ff58",
- "IsUsed": true,
- "Index": 367,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad32fb28-05c2-4986-b2ac-d72b7de7ffdf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ca77b3c3-df8c-4610-8e6c-190b711a37e9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "573a83c6-7735-4dc0-900a-91074ae2bece",
- "IsUsed": true,
- "Index": 368,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f5c9eb2-b90e-4116-aee4-ff09f7c48ed1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0542f6f3-e686-40bc-998f-bf3b97cf0464",
- "IsUsed": true,
- "Index": 369,
- "Name": "负载CV模式473V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c9950da1-784d-4fca-9366-63625507277e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "473",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a82d9f1-5dfa-49d7-b592-8f55dff4131c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df0a7fda-834b-4163-9ada-73459e979d19",
- "IsUsed": true,
- "Index": 370,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38a91e7f-67bd-47db-adee-0072c237d172",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc7f35e1-d739-49e9-8383-00929f3f0386",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d975192-f242-4231-b2df-9aab9d72f7e2",
- "IsUsed": true,
- "Index": 371,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7106b5c3-26f9-4bd9-a321-6e6e1a4957a4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2e0a0c47-2206-4d0f-ad3c-be934c1285d2",
- "IsUsed": true,
- "Index": 372,
- "Name": "负载CV模式472V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ead09f6e-887c-4183-892a-a33f6e9c3d8e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "472",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c7802ed-68b1-4071-8abb-23fdaf186c84",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f33d6ac4-184a-4c0c-883f-8f3c50b5808c",
- "IsUsed": true,
- "Index": 373,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a80aac0-0a22-4100-92eb-4a8507c0716c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad129242-2342-4b3c-a255-0864e9e19a23",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f2b60e93-9a1e-400c-994c-a99ba82853ef",
- "IsUsed": true,
- "Index": 374,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2b9bca77-680e-41cd-9b3d-32dcd542982f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86238cf7-8d32-4e62-a2a6-8dc5c1d3e59b",
- "IsUsed": true,
- "Index": 375,
- "Name": "负载CV模式471V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e2ac742-7469-46a1-b07a-43bdc6f4d227",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "471",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d52f92ed-8953-4fac-9138-d5aea3a5d5a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02acf55c-4027-4f0a-aef2-a2ea4d2e96b6",
- "IsUsed": true,
- "Index": 376,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1dfe3ef4-c0c1-4150-8f85-6082cd890ada",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f32d4e79-1ae8-40f3-b8c9-95054ab45a3d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5f62d2a6-9b67-4a63-a43b-0f8f9cca32dc",
- "IsUsed": true,
- "Index": 377,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "73020bac-d9f8-41c2-bbc4-6d3a2989178e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ce9dc52d-58b6-4a0b-9cee-3fde3aa4452b",
- "IsUsed": true,
- "Index": 378,
- "Name": "负载CV模式470V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e93c8bd-73cd-4dc8-9667-e89df584d6c5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "470",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bd56f81d-221c-48ab-a8b8-493835353f41",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82456cbf-6b22-4e90-b414-b0216a3a6850",
- "IsUsed": true,
- "Index": 379,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aad275c8-6a4e-489a-bd8c-3954c67a70fd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e863cb6d-f700-4e33-86f4-2b481bc401cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc7eb591-4994-48fd-b931-a7d4a7bb753a",
- "IsUsed": true,
- "Index": 380,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d8d3d457-3e91-4096-b0cc-7d383de5534c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "860f2ef8-bc69-456b-b60e-5df2b7bd6055",
- "IsUsed": true,
- "Index": 381,
- "Name": "负载CV模式469V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e1cf9a3c-8857-49cb-a8a4-993ae68b3a2f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "469",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "30cfd23c-c1c5-4956-8b13-49638732a0c7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c93c527b-45a4-401e-ba0d-a5bc9923dea4",
- "IsUsed": true,
- "Index": 382,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fe349225-282b-4564-980e-2106ef37388c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "875425d3-37eb-4769-9ef3-889c14a18002",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e09dbff-afda-4ca9-b920-0fae2d3e43b3",
- "IsUsed": true,
- "Index": 383,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6f4cf08a-3b3d-4f79-8355-3de533004d9d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "833706e0-05a3-43b6-8df7-0c1535017fdb",
- "IsUsed": true,
- "Index": 384,
- "Name": "负载CV模式468V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "87467dde-4ea3-4702-b487-254fda893cc4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "468",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7d25f6d9-7423-446f-8d03-4227cf06da09",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2db1ab64-0eee-4e75-9cc0-d602b0d14a56",
- "IsUsed": true,
- "Index": 385,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b9d1ba46-572a-43b5-8eaf-9d23bc5a1374",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1caae1f1-bae0-4b79-b9e4-69536c7966af",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c45c549-60b9-429b-a812-e4972be48133",
- "IsUsed": true,
- "Index": 386,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93636143-5a20-4983-a296-1843d1f5dd7d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "10d5bad7-b0a2-4249-8c26-f6332bf9754c",
- "IsUsed": true,
- "Index": 387,
- "Name": "负载CV模式467V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2a93744-e6f3-4b6d-98cb-bea80a0db0c6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "467",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "166acf36-cd50-446d-bf4d-4ed56ec2a23f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d2c7a9be-7284-4d73-8c7f-96706415e79e",
- "IsUsed": true,
- "Index": 388,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "945d5e2c-7f84-499d-b77d-1f13be1a6ace",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb9d7481-b538-4ccd-8a7e-24cf7eeca715",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d7e0b93-963d-46e5-a3d7-9b146fecd9ae",
- "IsUsed": true,
- "Index": 389,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "25c4fd7c-df7c-4b38-93d4-e4d4a0bbf370",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1ab21c6-fde3-4cd8-b6e0-80e2466e8615",
- "IsUsed": true,
- "Index": 390,
- "Name": "负载CV模式466V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b041600-feab-4f7e-98b0-0c79146816af",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "466",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4cf88ad6-fbdf-44d9-91ae-c4c87c791b8e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "814db142-93f9-4fd8-8f4b-37fdad91658d",
- "IsUsed": true,
- "Index": 391,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0330ea5b-9eed-4a55-b0c3-5215204e9386",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "007cde01-8468-434c-965d-57fca57799cd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3ca15fb1-723c-4fcc-b223-8bb009187691",
- "IsUsed": true,
- "Index": 392,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b13368a-5354-45f4-8507-53eaadc06e43",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41d76ea7-7406-4265-8a74-624be3229b3f",
- "IsUsed": true,
- "Index": 393,
- "Name": "负载CV模式465V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5369d09a-e00c-4644-9269-1cd4f0b41f24",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "465",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fa45a15d-603d-4fdf-b689-6175d814e8b9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "30edc304-e9a5-49d8-870a-f3b057f03499",
- "IsUsed": true,
- "Index": 394,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d88f1d5b-38c8-4c86-aa92-c48fcc179776",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a048d25-a3e8-4d54-b756-d6c22612fbf3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "801a8338-fd71-4d56-840a-021ed6ddf702",
- "IsUsed": true,
- "Index": 395,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "31d3aefa-8349-4290-b930-ef43cb0a12b5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "32c9ac2f-2f2c-4f98-af16-97501fc4c3c8",
- "IsUsed": true,
- "Index": 396,
- "Name": "负载CV模式464V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a196f5f3-a101-4a0f-9b74-bbd0da3e93a2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "464",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b516e1fd-518a-4b6c-a6e5-29e28c5227b5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82664544-fcc8-4449-a380-c7326ae62494",
- "IsUsed": true,
- "Index": 397,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bf370683-f4e9-467b-9f9b-f56f3c6a371e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfa361cf-ec5b-4be3-90d0-c5d250c9490e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "258950fa-5f8e-4089-b878-759bd7ea2a47",
- "IsUsed": true,
- "Index": 398,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "842ec14d-4750-40e1-9810-2264ce234d61",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f0f63a1e-1dba-41ae-b6a6-05ea2c42e17f",
- "IsUsed": true,
- "Index": 399,
- "Name": "负载CV模式463V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "581596ee-3f78-4543-a599-da9669114172",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "463",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a0e58ffb-561c-411f-9be1-e42a729185c3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8dec209-1b09-4e5a-a9ca-3f55229d209e",
- "IsUsed": true,
- "Index": 400,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e9f4dda-8fc6-4626-8667-dd9078dacccb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "100d7e17-950c-4d5d-9a95-d13d26c2701e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1219dd28-7507-497b-ade1-1ec439f2fd2f",
- "IsUsed": true,
- "Index": 401,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "66289195-8c83-4436-b44c-1efd63944673",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "293539ea-2b7d-404a-97e7-a226172c2371",
- "IsUsed": true,
- "Index": 402,
- "Name": "负载CV模式462V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa621118-ea57-462d-b1a7-fbdf09e2a766",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "462",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "56c49e7b-b267-4f7d-8b68-c689989e6848",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f152135-c13d-4ef5-b99d-186aedb26054",
- "IsUsed": true,
- "Index": 403,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0d9badb4-e516-481d-a5d8-9119a35f2473",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "599dc8ad-4fa3-48a3-b38c-78a0208ba081",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a3214442-32ab-4821-91c3-353cce96c868",
- "IsUsed": true,
- "Index": 404,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b63efe96-6996-4ab1-96eb-630b39d1a223",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b5947199-73a1-49a4-b18c-7c74e5df7e6c",
- "IsUsed": true,
- "Index": 405,
- "Name": "负载CV模式461V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f35587d1-6a76-41cd-851a-773963da2a37",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "461",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "492e270a-2586-4c47-b6b4-a3636489cb9c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "685bc000-5d84-4fd6-91e8-c8b7cafaf87e",
- "IsUsed": true,
- "Index": 406,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "613a3d3a-146a-48fc-878e-a63f5c8f21d0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ce8c0ce7-1e97-49fe-96ff-0500b8eb22e2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e8c2deb2-b915-4cda-ac63-239a258f9921",
- "IsUsed": true,
- "Index": 407,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4aa2ca1b-dacf-455b-8269-b4b59c220283",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c70dfb74-11f9-47b9-a2ee-ff111a5ba9cd",
- "IsUsed": true,
- "Index": 408,
- "Name": "负载CV模式460V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4c6032ea-0457-497f-9447-61f0643fa08e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "460",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc607577-1588-446d-a817-67ab496fcf3d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19d0b6a7-c210-4af7-817b-0b8cf74db615",
- "IsUsed": true,
- "Index": 409,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ec82812-24ab-47b0-ad04-aae9dece3599",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "58fb77fe-9421-488c-b3e9-1c534edfdc6a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "812a2185-feda-454b-99aa-d3aa0dc44240",
- "IsUsed": true,
- "Index": 410,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0cdbaf80-5b1f-4118-8860-101fc137d3a4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8711db66-106e-4af3-a1e7-9229aceee62e",
- "IsUsed": true,
- "Index": 411,
- "Name": "负载CV模式459V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b329fd9-7ac6-4739-a6b5-a8ea54b0eb27",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "459",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f77a0364-93ca-4649-ae54-9f0e383c1338",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f6edabb6-a79e-44a3-8d56-1a6757e57e4d",
- "IsUsed": true,
- "Index": 412,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f9f7ca91-1112-4d2a-931d-4f22b9fcf643",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3504af42-fd4f-46e3-a7ac-89ad7fe912f1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b61ec2c6-815a-4963-8a5e-953d1eaa45d5",
- "IsUsed": true,
- "Index": 413,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "435cbd02-3e9b-4f86-a501-9be3abec2933",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfb95358-0c63-45f3-8350-c304c033f263",
- "IsUsed": true,
- "Index": 414,
- "Name": "负载CV模式458V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd68df81-90bc-4abf-b045-cdee44c4aeb8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "458",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "afaa8f07-e9cc-4319-93bf-7be0c4015c92",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "35fa631a-66bd-49fc-b576-e54b8947d74f",
- "IsUsed": true,
- "Index": 415,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ff366e8d-8990-4bf9-b01b-da29b0a21899",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "94d080ba-2c56-4c7a-878b-efd62a6933e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "822fcde4-2b26-4583-9fb6-51ae0ec19cbc",
- "IsUsed": true,
- "Index": 416,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dbe17d8f-cd79-4b0e-b97d-58dd2a9fb2cf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7f96668c-31f2-4f2c-b874-6b65c929f559",
- "IsUsed": true,
- "Index": 417,
- "Name": "负载CV模式457V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7b5f8eaa-8206-46dc-97bd-a242198c865a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "457",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbe520da-a146-4831-83c0-40f0fd42b730",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e68e3e77-37ab-485e-8cf1-1f8f97ef94f3",
- "IsUsed": true,
- "Index": 418,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca1dc0bb-6673-4aca-a178-8e80e31ec05d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1cc57d5f-8e03-4dc3-a056-e3c654f8654b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fd6d10ec-bc66-41d0-b03d-af7ac46785ac",
- "IsUsed": true,
- "Index": 419,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "787d29eb-8978-484f-a31f-6250cbeb9ddd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c11cd00-f84c-419e-9ea5-21fe26a4e675",
- "IsUsed": true,
- "Index": 420,
- "Name": "负载CV模式456V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "452c08d4-5109-4867-b283-0d275923f738",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "456",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25075ab2-d8e3-416e-b15a-4af3512ae3c5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7ab6bbb-bfaa-4bf8-83b2-e3ff4569ea71",
- "IsUsed": true,
- "Index": 421,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "447d30c9-a9fa-4f1f-b9fa-4e3dfb9bead1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea0260bf-ee06-4910-b910-d85949582fdf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ff331382-7e0e-4816-a40d-345c8faf7c31",
- "IsUsed": true,
- "Index": 422,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f241726e-210c-4b31-958c-f6248255ab39",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c3df56d3-4c15-47ce-9dae-8089634a057c",
- "IsUsed": true,
- "Index": 423,
- "Name": "负载CV模式455V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "58492fc3-cc73-4719-b7c6-d977871eb99e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "455",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d689ed7-8014-4ae2-a646-e5958936464d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6235ea2a-88d9-4bae-ab8c-f0c3e11ab29f",
- "IsUsed": true,
- "Index": 424,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70c737b2-4d8d-4442-8186-435216685317",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a345effc-f995-449c-8b9e-8032e7f578f3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2163a5de-6b29-44ea-9a34-9001865977be",
- "IsUsed": true,
- "Index": 425,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6b97255-186a-465b-9c34-0b186bad8914",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "27b615d2-46d3-4fde-8ed4-7b38be42a1a1",
- "IsUsed": true,
- "Index": 426,
- "Name": "负载CV模式454V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3bdaf34f-2f23-4354-8ea3-ee46fb9285bf",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "454",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e03957e0-4508-40aa-a926-526d4aeb1e99",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "33b6444b-3b95-47e4-8529-e88d4d22cecf",
- "IsUsed": true,
- "Index": 427,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4fa909c7-c375-4ac4-aaad-2b593b48a6ee",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9dae1b36-d456-4ab2-bc51-f3ee8f442244",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc1aad59-35c9-41cf-bc50-5ad40f7480d4",
- "IsUsed": true,
- "Index": 428,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "266d4e7f-8142-4716-bb13-828e952ffdc0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a590bf3b-488e-4a14-bebc-24c1d2f46c77",
- "IsUsed": true,
- "Index": 429,
- "Name": "负载CV模式453V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca40c644-85e3-4222-a9d2-862181c133c8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "453",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "54d4380c-ff1f-48e0-a695-dcb5c789d9b1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c61818b9-6120-4f07-9d80-cdb3ee5496ae",
- "IsUsed": true,
- "Index": 430,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "240f69ea-4036-4cde-baa1-39c4ae3ae8dd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65884d01-13be-4e2b-8eba-f4b71ea7225d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d6de161b-4f1f-4976-99da-945ced38bd72",
- "IsUsed": true,
- "Index": 431,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ac701ecd-d087-4ced-90bb-112daeb11032",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "79b59728-d12a-4494-9272-e10131441659",
- "IsUsed": true,
- "Index": 432,
- "Name": "负载CV模式452V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d293300-3044-493f-a2ae-b62b00cca560",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "452",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "105dae45-fe19-4751-a7eb-3364d5732a6a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eaa93ea7-919b-4b88-8c79-fad32836a0f6",
- "IsUsed": true,
- "Index": 433,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "860dcc18-ff75-4272-9727-e5eabd401af0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7211961b-1a14-4103-b331-c339feef4d3b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a32e1ca6-8102-4cdf-b0c2-67197f39d9b1",
- "IsUsed": true,
- "Index": 434,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9c1ea9c8-e734-4d21-9ba4-8dad8b64959f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1a8e65d2-6417-48db-9f40-b88714c07198",
- "IsUsed": true,
- "Index": 435,
- "Name": "负载CV模式451V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d69c9a7e-8bdc-457b-8f5d-c5cc72485888",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "451",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "81dccffd-3007-464f-bfad-162126e92e87",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e6a1efc-abfc-404d-91ac-164dfb7ffed8",
- "IsUsed": true,
- "Index": 436,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5894ef0a-ad6a-46fc-83e6-86973d45b82d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1d28cbf-0b93-4c39-ae7e-7645b3ff2d5b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e5db2ad5-6ac6-4a08-9bda-dbe8f21d4dbb",
- "IsUsed": true,
- "Index": 437,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8225557-9d60-4fb4-ae36-7d046ce444bd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ab8976e-3ab4-44f6-bfc7-3dec24e58f09",
- "IsUsed": true,
- "Index": 438,
- "Name": "负载CV模式450V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5379870-a056-4b39-9157-e4db198bfca6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "450",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90d3824c-1174-40e6-ac52-caf73f4f9181",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e3900c1a-a0f6-41f9-887a-e9556a3cc514",
- "IsUsed": true,
- "Index": 439,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a7c88f0-7a65-4044-a149-c9c87c1ef0f1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5557d074-7241-4cb3-9754-1b3e77753a3c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "90a491f2-4b0e-4c3a-8903-e9449789ba11",
- "IsUsed": true,
- "Index": 440,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bf45dffe-2049-4e94-8740-a4db831ca98b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df2d9eee-2769-4cdd-b80d-799decc96d96",
- "IsUsed": true,
- "Index": 441,
- "Name": "负载CV模式449V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9bda6be7-8fd6-4a23-b465-12abe09e0595",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "449",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "026a714c-d775-4030-a949-a265dc3a29fa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "137ea474-5c7b-4482-9b72-b1a8ff870754",
- "IsUsed": true,
- "Index": 442,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c42b50e-8db9-493e-94e8-e2fd3b528e07",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "08c54589-46ea-4f44-bd85-575c7625acbe",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "834327c7-d993-4e41-803a-4fc5f9e7b9b5",
- "IsUsed": true,
- "Index": 443,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "16d86cb4-e7f0-4150-965a-52b7734d0129",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9a90d009-e4c3-4053-b06a-867de8cf402d",
- "IsUsed": true,
- "Index": 444,
- "Name": "负载CV模式448V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c03bbfab-fc19-4715-b8fa-f483d1c01dbd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "448",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6841d6af-8f56-43fd-957e-80de05e0c6dc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "429a7739-2cd4-4071-bc73-508d8304633e",
- "IsUsed": true,
- "Index": 445,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f1e0ab71-e4a2-445b-9cbd-c885f03a9103",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b22e1d59-5ea7-4255-b2c1-fd2dde0f33eb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "abd94f57-fe9c-4307-b368-fcbe4aa26140",
- "IsUsed": true,
- "Index": 446,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e3031f8-4269-4d6d-a00d-283b9b2cf0c5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c113649b-9637-4a67-a87a-f9c32baa7ec8",
- "IsUsed": true,
- "Index": 447,
- "Name": "负载CV模式447V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e6a1828-1e12-4de1-b59a-b28511ed4f81",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "447",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6c71d14-e3f7-4ca9-981d-f5254fb49621",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "072602f9-24a2-4872-afb0-499f007a5007",
- "IsUsed": true,
- "Index": 448,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b1c28371-bd0c-4cf3-bc84-59f9232c6c1a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a0411650-a13a-465a-a7df-201b910a80db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "35b47eb3-f84b-4147-91c6-39d77def129a",
- "IsUsed": true,
- "Index": 449,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e149ce4-cd07-410c-a02d-f11aadf71ade",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5c0a930c-2237-481d-a1ff-10d31c794298",
- "IsUsed": true,
- "Index": 450,
- "Name": "负载CV模式446V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "604a08cc-2aa0-4f6f-a262-41dede25f71d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "446",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6f91efe4-77bd-41c2-a6fb-9a8d7f1bb837",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5a347076-7b58-4fa8-a37c-9bacf72afdf9",
- "IsUsed": true,
- "Index": 451,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "735f4344-f75c-4046-b2bd-2821b82d81e0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dd813126-f5a1-4abe-9f3b-9ecd8d818e16",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "acf881fa-fd73-4308-8135-a8ba6ebce97f",
- "IsUsed": true,
- "Index": 452,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "782a108a-5838-45ff-bca3-3333ab427d12",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7c08858c-af44-4630-aeac-f72efa7f3125",
- "IsUsed": true,
- "Index": 453,
- "Name": "负载CV模式445V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9977262d-4bc7-444f-bed2-b183de2180bc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "445",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04404037-9b68-4079-bc55-a28954edd583",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "32486cb2-4658-4d50-b1ba-f84bc80b1463",
- "IsUsed": true,
- "Index": 454,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "65a7c529-d245-4b8a-b19e-0b989356e7de",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4793ce83-d334-45a2-94f4-fd328c93d8ec",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aa931cb8-2f80-4e7d-9bac-8a86285726c6",
- "IsUsed": true,
- "Index": 455,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "908c9537-3c0c-434b-936e-16f262c1cd8d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18181206-4abb-4c77-81cd-8ed2d1fec4ea",
- "IsUsed": true,
- "Index": 456,
- "Name": "负载CV模式444V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53c42598-88da-4d23-a746-c42e52fed6ca",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "444",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e2223c0-4196-406f-bd85-1e879f5ecc3d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2c7be36d-0847-467e-aeae-400ab80d4d63",
- "IsUsed": true,
- "Index": 457,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "636837e0-3ad2-4123-bd72-c8c6bf920529",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5dd39a00-3809-4726-bbde-94e24a89bc4a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e5e914b-70e5-4e7e-a8fa-6ab71dbfd8de",
- "IsUsed": true,
- "Index": 458,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7014961-8688-48b8-b22d-3375dbd48172",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e7da66fb-5840-4329-8e7a-1e697143a7c5",
- "IsUsed": true,
- "Index": 459,
- "Name": "负载CV模式443V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5d7811b9-f903-4916-a17b-6c9390db7e78",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "443",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8f39b1e4-b4ff-4115-999b-ddab6d89924a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4a18ee9-bde5-47c6-ab3c-13064b39f663",
- "IsUsed": true,
- "Index": 460,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4498a09d-01e2-4394-bbe1-e822aeb1f4b1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bdd09568-0ce6-4adb-a8da-b5c83b331a35",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f96d6add-1aa2-4ee5-8597-883b233e1712",
- "IsUsed": true,
- "Index": 461,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7ef3fd32-4629-4987-a257-412294c03e83",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18fa599d-6eb0-46ea-93ee-ce2e2041cecc",
- "IsUsed": true,
- "Index": 462,
- "Name": "负载CV模式442V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e002a05-b1d2-4c16-b410-e0e121536950",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "442",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "98874714-eb10-429e-a116-9fd96252b9d0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8c1b992-238f-473c-a801-1f9222a8379e",
- "IsUsed": true,
- "Index": 463,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9c7cf4c2-0165-45ef-a493-2a63ffce515c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "32275085-5729-4599-8caf-b341912f86fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b05cb0aa-9672-43dc-b111-141e6aff8306",
- "IsUsed": true,
- "Index": 464,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3b42db37-298b-42f8-9ecc-5ed8e0f1b038",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b8bcb8b-e834-4f75-b5fd-bbd133b35eb6",
- "IsUsed": true,
- "Index": 465,
- "Name": "负载CV模式441V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a577ef4-91c7-424a-9853-ddc486c72c55",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "441",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "08286e5b-bf02-43f1-bb98-6877dc145065",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "51a1797f-49d8-4a7a-92fd-44b34c05f0f3",
- "IsUsed": true,
- "Index": 466,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5f959bb5-09f1-4a4b-8293-8b30254510cc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2ba014f0-acaa-4dd2-b269-ad076bbd2aed",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "863a82e7-8ceb-4acf-a9f1-3bc3bda198ad",
- "IsUsed": true,
- "Index": 467,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0379e4e-62ee-4ebd-afd9-13b526665583",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b402b84-a899-4ca9-a94a-47b45ae198e7",
- "IsUsed": true,
- "Index": 468,
- "Name": "负载CV模式440V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "411eaecf-ae38-4c91-b234-d557ea3b3424",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "440",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d4ffe17b-fe86-443c-9372-e109ff7ec43d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "59e98b37-6eff-4b35-bde7-75745b21e1f8",
- "IsUsed": true,
- "Index": 469,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "634708fd-b373-4879-b86c-f4f341f354f1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "53a325bd-b439-4bb0-8713-23d899aea33a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d002e164-226a-4c2a-a713-0c64ce01637c",
- "IsUsed": true,
- "Index": 470,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f382fb2e-00b5-44da-af31-cf11a2d40ea7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "57f3b709-e9dd-4416-954d-4f42aaa59fcd",
- "IsUsed": true,
- "Index": 471,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b88d3ce2-5c14-456e-b7b4-149f0d911908",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "d3df3b7f-511d-471b-b1bd-82bc13e79703",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8a8980b0-f399-488e-9050-b3d04bf03f81",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "addaae1d-9134-4464-8270-406a93e60560",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "367d40cf-bb38-4f64-99d1-11e4f61fce5c",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a047a050-d7e4-4c6a-8580-e5da65779e24",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4db4edcf-e519-4bac-9e3e-744c51c96c7d",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "2152f81a-4ed6-4a40-bcd2-b089b45c9ee6",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e309bab2-7749-4c9e-b114-ff92e1d15a1f",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6c2867b7-e083-4499-8070-9a8dd916926a",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f28b662b-8e79-4345-a709-1b20b2eb7b63",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "778d4f59-b25b-40c9-8bb9-8c741e727282",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "63ba7962-695a-48ea-b20d-9c3fb12e9996",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03c4cff6-d412-4c78-a458-9b0f7170b603",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1758f78a-1487-4691-bfdf-8ae3ad2ecf0a",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/22_电网缺相兼容性测试.ADP b/ADP测试项条例/22_电网缺相兼容性测试.ADP
new file mode 100644
index 0000000..a26dc45
--- /dev/null
+++ b/ADP测试项条例/22_电网缺相兼容性测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "0fcd334d-b7fb-454b-a2a8-7fff5ea20d1b",
+ "StepCollection": [
+ {
+ "ID": "f5b6be92-84c5-4b2e-a999-359dc7bc3385",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "865bd049-7319-4268-af4e-4772392a8f53",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a6df4b8b-2184-4bfb-9141-a122b2fd94b2",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "2980e14c-27ce-43ff-86bc-773057d0efc5",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "3cc8fdc7-a1d0-4c0c-a509-39fa14f9068a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b73cbe26-1695-4fbc-abdb-f7beb0599100",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "66945ed7-9b2d-4392-a810-b72466dd8b71",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "72f993cf-9e01-4e37-adf7-2581c07d415f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1df33d50-6016-484e-af31-07dcef9523b2",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "47669d3a-7a7e-435a-b19b-dd38bfed1f98",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "235a6a91-0901-476c-bbc8-258e32ae2fcf",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "33ca4859-f472-443b-98f6-6c7006bde330",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "37768fc6-f96d-40bc-a120-f6ee060cef3c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8889011b-494a-4899-9472-1533e69f149d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "9b59873f-6f0e-427f-80fc-21e3a7ca3f18",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "06b7f0f3-80c4-41cd-a683-e5da9ebe2516",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "0e2504ee-9334-470e-bc1c-9c99f92c5f4b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9653074f-019a-4ca6-9631-ea0bc5fc08b0",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "fb12b9ab-f90a-45ae-a20d-a9fcc14eaf8e",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "2827976c-ea74-4c55-9b4b-fce843b0ada3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5396bf4a-7ef5-431c-b410-78529851911a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "75a2f7e8-918c-4d37-9aee-4a47cfb26e2f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "3787f5f6-7784-42a6-9417-7ef4af8b4625",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e9d6eb66-119c-4366-a560-18710876253f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "50d43885-6ea8-42ae-ac4e-26524cae853b",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c2a1f03f-47c1-4e61-82d4-4256884ab9ec",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "1d25db59-9292-437b-8c77-61fd8ebf6aac",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "40d9d556-b175-403f-a747-c89e677cf281",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d9487113-3e34-4a6b-a405-34012410139c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "af72afec-ca32-426f-8298-11ff1801507e",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "f9d53220-fc3c-4ecb-8a23-dde15d00959b",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "e123d9de-4b48-457c-a32c-57d40fa483b7",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "46b1d09f-edb7-46fd-9f5c-7d6c189d5e10",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c72a13db-01e0-470d-8525-8b41dab862dd",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "42b8d8f0-f9b0-4d70-85bf-0f56a28cd076",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b156a31a-a092-4fb3-90ac-9f71f1ee1230",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "42ba9da2-5b50-4028-a010-57964728e1e0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3a4727f1-1921-481e-895e-67c3f4fcc36c",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "49ca0318-0f92-4840-a656-d9fdfedde2ca",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "a18642d9-6142-44e5-8eb4-8c37b8943602",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1f7e7498-8865-430a-a88e-6c15a486e8f6",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "1999ff5f-1545-4576-9632-5a68747e3af1",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "fe2b697e-43ca-4b5c-b8f7-75dd84be9a37",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "1cb5b1d3-20d7-411e-a90d-0e88318262e8",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f8fe14ec-da33-421b-b2fe-4e6844f29fe3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fcd26516-3ad3-469c-b376-df5557552e3e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "eccf2edd-834e-48b3-ac98-285d6e404341",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "74f63f98-b4e0-4b08-b70a-59077262f5b8",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "6e977c49-4dab-49df-8a9e-25b50acc8837",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "3ad3a80b-8aa1-4f66-9254-2b572739c976",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "8a546642-a1f0-4c54-8a3f-c4e53c03cd75",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cbd8c7b2-84cd-4754-9cd0-1a69046cf369",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "bcc09fad-a10f-4583-bb89-ec27a7d0c832",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e20940d8-5a5f-4b6e-bf38-659648205f41",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "08525133-4f58-4790-be9c-bb6632880c03",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e67379b8-bb65-45a0-ad91-e335e243bb24",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "系统正常"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/23_VA-HV侧输出欠压保护.adp b/ADP测试项条例/23_VA-HV侧输出欠压保护.adp
deleted file mode 100644
index c4a0a5b..0000000
--- a/ADP测试项条例/23_VA-HV侧输出欠压保护.adp
+++ /dev/null
@@ -1,37395 +0,0 @@
-{
- "ID": "52126691-e3c8-4b39-94a4-b230e4467ade",
- "StepCollection": [
- {
- "ID": "2ba3c917-2983-4d37-baa0-6dd7c70584eb",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a9be2576-bdb0-403c-aa42-af884991bde2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25b3712d-64af-4de2-8c66-22ef7e4c5aae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8826efb-3707-4dca-b198-db3646204eee",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b4face3b-cd24-4199-94f7-dd77a4a15fd3",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e256414-590a-473d-8fd2-9c80e819af33",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "673fa2c8-4f9c-49fc-b21d-ebe87f9a5d91",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c66f6090-9e30-420d-907b-df2d708eadc4",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f982aeb9-07ae-4e3b-8349-83f6ce2c0029",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ab8bf846-7d66-4e62-8c92-4bf6ca8e1017",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3fa47c40-0746-4126-8999-ee81cc78438b",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6521caea-8cdf-4b5f-a766-c196e9b32416",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b9688e9-3357-4624-8436-e5d7e496b036",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fc1ddb90-2a3f-4ebf-8c98-7ab4f26eee2e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3d248bb-ed4f-463d-ab04-cd5aa39bc827",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f01de2b3-05bb-4a3a-a932-67b88f297558",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "31327659-e17c-45b7-b0b9-372ec21d8e12",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2801e4dc-f236-4b2a-a89d-0dce297c8849",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "864d5758-e713-4fa4-aef6-8913a41708d4",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3f29ee44-90d4-4305-a62d-d2a0cbdeda76",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f60f6d4d-6935-413e-b5ce-c34d00ba2c9d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f3dc95a1-5fb7-4dc8-bbb1-50192c6dbc15",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a6a0ba9-b48e-4040-acf3-ac451e56e131",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "453ae644-6b22-4ec0-983a-864199d66df6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "831f0a92-80b7-4a68-bf7b-05ef4fe5c7e7",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c8f9ee6-afd0-42a8-b597-1be5dc6d3ec4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78d5ba26-b44a-4547-8e40-83ca5a4b77fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fa25f888-e256-4ded-836d-f71e89ddd8a6",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "092ea145-71d5-4dcd-b374-374b14efb2e5",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "54e93c88-9afe-430a-844b-acc517d33e83",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f6839f81-1631-4a1b-9247-602210111a48",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6dd1c075-4728-4f37-aec8-d22318a70cec",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "c66634f8-be65-43f2-a0af-5d590b013b02",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6acf5b16-2e6c-4f1e-b0b3-aa736af279ee",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f0d2c6a-d5d4-4ef7-84a3-b5c5f625987c",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e97aeceb-ada8-4630-a81a-0e5cc93462fd",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48980ad5-856b-49c3-a58e-7a0c01c638a5",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91df597c-7ff5-4a3a-99ff-7b92bbe40c28",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "13ccae7c-64d1-421f-b850-9efcf0d3e6a2",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6cc36243-4f21-4297-bba7-829b3e5dc8ad",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "539091a2-6c7f-4b0e-a3e8-902f871ff1d2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77554b3a-dc2e-4c48-9173-ee2563ed7647",
- "IsUsed": true,
- "Index": 13,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70c1c5ed-3026-46ef-b680-200911b4d56f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "66472853-45fb-4453-bd91-16c7411f388b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2867cdc-35a7-4004-8815-07d4fd4332df",
- "IsUsed": true,
- "Index": 14,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "375f829a-817a-4f89-9515-293f61ac80b2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6a9f124d-30ed-4839-a015-45e678b2846a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f599709c-fd9f-4224-84c3-27a9f67047ee",
- "IsUsed": true,
- "Index": 15,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e240db0c-101e-4779-817d-98ae46f5b4f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d0953d7-650b-4b6a-a30a-e50713096c0b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c5bc48b2-8b21-4aa0-a014-14b6c4ea5620",
- "IsUsed": true,
- "Index": 16,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e10ac0f9-aec5-4ffa-bd08-ad68032a4406",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a00d58ef-e1e0-4c16-8887-ae7300e4f8d6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49601959-b4ad-4f35-81a1-fada8eb58218",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4827b7fd-2e57-4ff1-9f6b-510c65eeccdf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fd3847bc-8a20-4a23-9166-010e193ab4fa",
- "IsUsed": true,
- "Index": 18,
- "Name": "负载CV模式299V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c40a8d78-64a3-4432-a831-037cdccd6c8b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "299",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3af0e49-45c8-4aa4-9edf-9bb646500bdb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "990c977c-d86e-4009-8391-01628e47420e",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f669ada7-8f10-40c5-a059-aa9df953ba52",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb439a8e-73c5-48f8-959b-5001d4fecad7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c549c94c-e082-4691-a7c7-b732b7686183",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "025aa3f8-4146-45c1-ab03-559b81b891a5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "389944e8-ff5a-4d45-a432-eacdac3526e3",
- "IsUsed": true,
- "Index": 21,
- "Name": "负载CV模式298V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "09f92e71-b234-47a6-9ee8-dd3b1c03c8ba",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "298",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cbeb04ea-34e2-4c29-97eb-12405858a64a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7ebc4e5e-fba8-47a3-bafd-155072a26849",
- "IsUsed": true,
- "Index": 22,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e2cb0a4-6a61-4f07-893b-ba0636b79b0b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03e680c3-4dbd-458c-adcd-0f306543ad93",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7afeda9-f4b1-49bb-9535-5c6eabd95f0b",
- "IsUsed": true,
- "Index": 23,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "686157d3-0aaf-421f-9ca9-ce86082ecae0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0622485e-5ab1-4109-b971-29e1991599ac",
- "IsUsed": true,
- "Index": 24,
- "Name": "负载CV模式297V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9caecfe7-100e-4001-a1b3-ea125db3b780",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "297",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "797881e8-6868-4b42-8955-fc76c3bf46c7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d86c1c26-958d-4ff9-946c-521d0d8a7c3f",
- "IsUsed": true,
- "Index": 25,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c7fd6660-9cff-4d03-8e3f-31dd9d0e1521",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6aab8247-2a9d-4c6c-8512-40ae8a601421",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e6a96233-d79c-4e6f-9998-48ac0a41948c",
- "IsUsed": true,
- "Index": 26,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38cdbd50-3fab-4972-977c-22ac56e2c4ae",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77ff838a-646c-4983-9d0a-eac0944bf877",
- "IsUsed": true,
- "Index": 27,
- "Name": "负载CV模式296V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2e75a4cf-cc93-4fb0-8384-a0914a4dc60f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "296",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1329103b-8981-4406-9a38-f2ce1d1e538c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4bb063eb-53f3-4ca0-a77f-9c36d2a62ae0",
- "IsUsed": true,
- "Index": 28,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "274eb2f7-ebf2-41a9-a6ee-6ba8002e4c44",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "242afb72-c17c-445d-bfe6-402c2df41125",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fd9e38a7-2704-4c72-bbbc-4c75ea884136",
- "IsUsed": true,
- "Index": 29,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88a1181d-62d0-4de2-90d7-1011a040c829",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "aa00b80b-257b-4845-a23f-f97d626e9052",
- "IsUsed": true,
- "Index": 30,
- "Name": "负载CV模式295V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4243d391-04a6-4c0c-bb11-33c775f5fe0a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "295",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b4558944-bfbd-4d48-af5a-426674b3f386",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b3df24b-14a4-478d-9245-21deaedd9949",
- "IsUsed": true,
- "Index": 31,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "350425d5-0c16-4138-aa37-be5dc353851c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f7fd0f6-2ba2-4d02-8e42-d5b8686c7986",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1e4609e-17ef-4f90-8e27-8fa4440b2ac4",
- "IsUsed": true,
- "Index": 32,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c525a20-b849-49cd-bbfa-ef31ca7edfe7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c4102bc0-cdbc-48ba-b54e-625e18d198da",
- "IsUsed": true,
- "Index": 33,
- "Name": "负载CV模式294V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cda124dc-8515-4380-9110-5a6059f42aae",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "294",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3507ea1-f2c4-4458-b7c3-176951497fff",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0838f639-c99e-4e7f-ae71-789cb900a584",
- "IsUsed": true,
- "Index": 34,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1481e92a-936f-4083-91f6-6a2a8abc851f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f79c41ab-1742-4bf8-9475-b00c773722c9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c981fdb8-88ed-4dad-a43f-4f660446ab4d",
- "IsUsed": true,
- "Index": 35,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "467a791e-cdce-4640-aa2e-6c21744d0250",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d7094658-f491-46c3-85ae-f62231f8a0a1",
- "IsUsed": true,
- "Index": 36,
- "Name": "负载CV模式293V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7668812-9f24-4eb9-9eb7-f6c640463887",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "293",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a29c9cd1-604f-403a-a613-cb537f80379d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e89fc0e2-2a2e-4eb9-a2c3-d1f213f4705c",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5ecf6d68-9bc9-404e-90b2-b8ac901ddd2b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "85ac93fd-7105-4e67-8b9e-4691cb96760f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a34abe4-1611-4197-aa0f-8c5960e676bf",
- "IsUsed": true,
- "Index": 38,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "89e5547d-f95d-45a5-87ac-e54fec3aa3e5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eecfc36b-bfc1-46a8-9dbf-8b0b824a2a75",
- "IsUsed": true,
- "Index": 39,
- "Name": "负载CV模式292V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db143e26-723b-4f54-83c8-de2f5257680a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "292",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c9813f7b-c487-4238-8fed-bbdf145035ef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2011102b-673f-4251-af95-b182e97f6c2b",
- "IsUsed": true,
- "Index": 40,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "beb3db35-9077-4d72-9615-b9c3e9a7f652",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "406ed2c9-c2f7-4545-b8d1-46fca85ec72d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22f7f877-87e2-4798-9c56-14f423a3c55b",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "59fd3d9e-6b40-4547-85dd-b460000a47fb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a8bb09df-3760-4fcb-91eb-f2f3324ed2f7",
- "IsUsed": true,
- "Index": 42,
- "Name": "负载CV模式291V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "474612e1-aa9d-4e04-bec5-09a2a423a740",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "291",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dba8f48c-e96e-4b43-8532-991f41946921",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f647b804-8cb1-4f44-8f1a-2b090c52100e",
- "IsUsed": true,
- "Index": 43,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "daf3ca1d-fcb7-465c-8703-45d6e40dd079",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a55970aa-9e5e-47b7-a5fa-deebba7ec081",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a1a9128-3a7c-49b2-802d-43c4c4d39053",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e72b62a-dcf6-43a7-ba2a-3eea110669dd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5cac8486-6b9a-4e9f-84b6-bfd59b56449f",
- "IsUsed": true,
- "Index": 45,
- "Name": "负载CV模式290V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42c940f9-24e2-4cd6-8c2b-da7b13915e8f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "290",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8674e31-e753-4676-ad34-8ca271984fce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b0ce677-7f12-47b0-8310-7848ea0e7153",
- "IsUsed": true,
- "Index": 46,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "744437dc-909c-4314-b9db-b7b2b1d8f806",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "846396b5-5dd1-4246-a2f9-b131744d69bf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "44a56c7a-6c27-487a-8cb1-c4e10b429681",
- "IsUsed": true,
- "Index": 47,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21b1601e-6a20-4004-90ea-e3529a71cddb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6f5bcd13-c8b0-42f4-89ba-ce2b144c552d",
- "IsUsed": true,
- "Index": 48,
- "Name": "负载CV模式289V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "12ef2b79-cd8d-439c-af19-1b1d01e71737",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "289",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f8b2f1b8-15c6-488c-bec2-b9a2a93f5e06",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "314e5ca7-0eda-4d61-865a-1673367026a2",
- "IsUsed": true,
- "Index": 49,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b909a4be-c379-48a3-aa7b-436016dfda0a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea701cc4-e8da-4f52-a82a-4750084a3b34",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "17de1919-bc0d-483c-be3c-d25479b1e486",
- "IsUsed": true,
- "Index": 50,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d2a405e-ea71-48f7-8f88-e25c706ebcc6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a06b5171-9370-48fc-9f68-6c45ed5dbc67",
- "IsUsed": true,
- "Index": 51,
- "Name": "负载CV模式288V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3936a15f-4ffd-4ed7-8668-cb62e25f7e26",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "288",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cc38c0d-7bdf-4325-b200-4976109523aa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7abbc1be-c14d-4226-87b9-96656d531ab1",
- "IsUsed": true,
- "Index": 52,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "378c5cc1-8f94-4de0-a1b5-b19ae1d21c65",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "459d0baa-11aa-4879-a726-9b7708611cc3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f08f7a79-3a95-4e6b-81da-b300014a2af6",
- "IsUsed": true,
- "Index": 53,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aa868d12-0b4d-4610-80b7-b2630fff3b09",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4ce6fb48-c1f0-452e-8ff8-893b4035c23a",
- "IsUsed": true,
- "Index": 54,
- "Name": "负载CV模式287V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4be2c7b5-2e0e-4f07-b328-c961f9f60b74",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "287",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1369161-b20e-4104-ac95-37635e445bf0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68774ac6-1970-4aa8-b964-f440de424b09",
- "IsUsed": true,
- "Index": 55,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7303150-3a10-4f63-ab5e-3dd0e63afa24",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ab6f580-20c2-4511-bfe4-d61c3211806c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9179c478-e79c-4864-aba6-501d43202789",
- "IsUsed": true,
- "Index": 56,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a2cab97-5e5b-4029-afc2-5f45e847b1ca",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b54825fb-71dc-41df-8ee0-ed148e70a80f",
- "IsUsed": true,
- "Index": 57,
- "Name": "负载CV模式286V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "108bc34c-9c61-496e-b257-8c86490bb7b0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "286",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "adf82624-6ce9-4376-aceb-809f760081e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b9ff890e-552c-4ac5-bd01-aa5ad756580f",
- "IsUsed": true,
- "Index": 58,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a2e592cb-ad3e-4487-9d38-8c2c1cce274f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "686124c3-6b9f-43ca-b5cb-6f91bc21de9d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d5a7ba4-7da3-466b-978c-3e80274f486e",
- "IsUsed": true,
- "Index": 59,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "35257993-8b03-42c4-87c6-4145e323d354",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bd6cf77b-95ea-4cf8-9887-13073e25952d",
- "IsUsed": true,
- "Index": 60,
- "Name": "负载CV模式285V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c8f08766-b070-4d90-803f-79d8bbf73f2b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "285",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ecaffeb4-1a54-4d59-a140-44f61c91d24d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "42df96aa-ffc5-424c-a2d6-8c945f64a6c5",
- "IsUsed": true,
- "Index": 61,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7017360-fb01-4e0f-b070-7ea8cd42374b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d0fee901-4290-4b7e-af2b-07e65aba4f5e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f916f2a1-8eb3-480d-967c-b41ce147efc2",
- "IsUsed": true,
- "Index": 62,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d1503bc-6004-49d1-9144-a29f5d256413",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "42546460-a698-46f7-84e3-80e7f7521cb7",
- "IsUsed": true,
- "Index": 63,
- "Name": "负载CV模式284V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ee80c76-528a-4f6c-953d-75799ab87dba",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "284",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c6c878b7-fb05-42d4-81ce-112d012a1409",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb7c6e35-9379-41f8-ab0d-49a14517929d",
- "IsUsed": true,
- "Index": 64,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4560e12f-6a32-4431-9001-5b041d2b0b59",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bec39bb4-8a52-483b-8b3a-91f0f4fa8792",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62ef4853-8fbc-4248-ab85-3a726c2108d0",
- "IsUsed": true,
- "Index": 65,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "921955cb-e459-4717-a1e9-2ff08e469075",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c5cb88d6-3571-42e7-a468-0cab2464b2c1",
- "IsUsed": true,
- "Index": 66,
- "Name": "负载CV模式283V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "11bfd6ce-1aeb-43d5-b124-bb8c6dc700ab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "283",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ba0b94a5-a57e-4846-adc2-44f270b2fbf4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af5f98ab-9fd3-4dfd-a556-ba3a38d3f7e6",
- "IsUsed": true,
- "Index": 67,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8aecd982-a546-4459-9b74-5091d9b75480",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abcc3526-e5d9-4470-83b2-90c8504a216d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb284427-fc99-4315-a693-9a005e567343",
- "IsUsed": true,
- "Index": 68,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "124ec71f-e379-4dd8-905e-fd314e6b6348",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3157341d-060a-40cc-9cee-bdee63665339",
- "IsUsed": true,
- "Index": 69,
- "Name": "负载CV模式282V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "57d91375-0364-464c-aa97-9f4ec81a9ca8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "282",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5daa8e34-b5f9-4149-8e1b-1356e1adc02d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "784e4c97-dc07-4e3a-9b70-0576e6f3c3de",
- "IsUsed": true,
- "Index": 70,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e3a4477-daf2-4277-94be-1e832464c0eb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "70d9d630-3f12-4b05-b1bc-a88238a42746",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78550481-6d47-4976-a04a-51d26401326a",
- "IsUsed": true,
- "Index": 71,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c2e2959-e230-4be4-a625-4dd6110977c3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68e45373-794c-4ab6-a30b-adbb034834a5",
- "IsUsed": true,
- "Index": 72,
- "Name": "负载CV模式281V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "31e5d80d-b6df-41db-b958-0aa17c4273d0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "281",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0cbf75a0-35ac-42c0-b825-4f1d3de254a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6ad011f3-14b6-4d22-aaaa-fde348c59273",
- "IsUsed": true,
- "Index": 73,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bbcc9d8a-5e45-4d75-851d-ce79e817f207",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e652087-9b63-43e8-b62b-04257680381e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a3d86ce-d19a-482b-9651-c0da02ad0a63",
- "IsUsed": true,
- "Index": 74,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "336f4e27-49c5-4635-840d-290305c19679",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "316cb6c2-a09f-4256-ad22-c0f19e3c7698",
- "IsUsed": true,
- "Index": 75,
- "Name": "负载CV模式280V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53f70b8a-79b7-4595-9f0d-1f8b97cd58e0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "280",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1a033883-8a7f-4992-962e-c26635318e3a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c499f63f-b6cc-47e8-b3be-ad40ab793480",
- "IsUsed": true,
- "Index": 76,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "624335aa-aa6c-4999-ba64-4e4547021f07",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "59c10a8b-4aa2-48fa-85ff-c221fd6d3e49",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8ae7d870-3768-4a4b-92ca-e7aea70f9880",
- "IsUsed": true,
- "Index": 77,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df79bd1c-c7c3-48e8-86ab-e622f2d7b8ee",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d80027ca-fd84-4133-afab-78c4976f1edc",
- "IsUsed": true,
- "Index": 78,
- "Name": "负载CV模式279V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d34cd3e3-60cc-4932-940d-e9fa48d5abe8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "279",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0717d43b-4a29-4d84-b0c7-6221fe6a911f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ac25e87-db86-4037-8a09-7275e21f4ba9",
- "IsUsed": true,
- "Index": 79,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bac797d3-153a-4a64-8a92-0e5bdeae47de",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3779ab2f-e4a2-47f9-a38f-b7ca5246be65",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b842aed8-0f41-4c57-9476-704f9fc6fd7b",
- "IsUsed": true,
- "Index": 80,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d167a9cd-1c7d-4725-adaf-28d1c14d6a34",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2fecb99-86c3-4a98-8a88-cd1163e76968",
- "IsUsed": true,
- "Index": 81,
- "Name": "负载CV模式278V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "533ea3d8-9126-40a0-bd14-99bcf9b6f290",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "278",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "af5371e4-bc4d-40f1-b68d-218bb08a739c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c72865e0-0491-4331-a131-23a666d43a80",
- "IsUsed": true,
- "Index": 82,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eee5fa16-e5ed-48ad-a611-70811235749d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dad7901e-3e25-4e31-976f-8a1433eedd6e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "383286d7-c9ef-47c5-8b80-7d8af3e52b04",
- "IsUsed": true,
- "Index": 83,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d265eb02-cb43-4d8c-8e94-20d6272c0c03",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e597662-9c73-4c65-8293-cf0d9620cbca",
- "IsUsed": true,
- "Index": 84,
- "Name": "负载CV模式277V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20b5c228-57a7-428a-b608-0e32a5069da0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "277",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b690a190-edae-465c-86f1-976f7248e407",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f7ed439-f3fc-4583-8ce9-fd778ca0f675",
- "IsUsed": true,
- "Index": 85,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "90225f23-4723-4a40-99c3-4420377ce562",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bef8f515-2921-48a5-b858-0b885c962fc3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "290ebabf-90fc-4488-9a98-e4841b34870c",
- "IsUsed": true,
- "Index": 86,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "581363a2-2ce3-496b-ae35-d555ff03b62f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2a55528-790a-466e-ab48-7dd0b993c9a6",
- "IsUsed": true,
- "Index": 87,
- "Name": "负载CV模式276V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "307d2eee-1582-4002-a5f7-5603ec48bdaa",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "276",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "97ad8ba6-29e8-4e77-8fc6-e8b8e6516cce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a291d762-a491-46ff-84e8-7989c140dcee",
- "IsUsed": true,
- "Index": 88,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5fecc791-3d7d-4af9-b7e1-0ae753c292e0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "88a8be49-4dfb-4362-8ade-684314a3f6bb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "820dce56-2bce-4baa-8aea-b9e739d9fcaa",
- "IsUsed": true,
- "Index": 89,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5b3bc51f-ab3c-48ff-9167-82d894298725",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0ac1ea52-df3e-4783-8d15-60f9258a1b1d",
- "IsUsed": true,
- "Index": 90,
- "Name": "负载CV模式275V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "952b83c9-c1d7-498d-81f0-069a3097e4f7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "275",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01c5ca5c-154d-4f75-a956-278ff7158ffb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ccf41c52-90b1-4c2a-85be-0d87cf1cb560",
- "IsUsed": true,
- "Index": 91,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf623de5-e947-4dd2-8399-f375c61373ea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f67b4f56-9728-493b-bda4-498022e2693a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "719d2346-5a26-4aff-a847-cb7a84bff14f",
- "IsUsed": true,
- "Index": 92,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7452a8ec-22fd-4a8c-ab4f-b9e2a6097c09",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fa3d5fe1-ee85-4abe-b298-3404ca34bc83",
- "IsUsed": true,
- "Index": 93,
- "Name": "负载CV模式274V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a9659832-2e0e-47c2-ad76-3dd18a66d668",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "274",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99744ffe-ec0b-4659-84bb-abb5dfef9a28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "12f9b9a3-f7e2-4aa4-8333-9b286f1772a9",
- "IsUsed": true,
- "Index": 94,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7c6ec47-14c2-46ce-a2fc-e2e6c2f7f4cf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb375ea7-85e4-4935-917c-5a2f5ef5ee1b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5bc909a-b3fd-4e46-9899-35a7168b9d17",
- "IsUsed": true,
- "Index": 95,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f36c42b7-88ad-4679-9486-2f1cc2547828",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "65e6976a-bb1b-452f-a657-20b2189ee432",
- "IsUsed": true,
- "Index": 96,
- "Name": "负载CV模式273V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4230c1c7-07dc-4c36-aad9-2fe0f955de06",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "273",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c32c90fd-4bd2-47ed-9afe-dfb09fd4e668",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e9e1079-7f57-42bc-a12c-a3da41ea664c",
- "IsUsed": true,
- "Index": 97,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fe409286-7fc4-4a13-ba80-cc3f391ae951",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c27b7d89-88f4-4c32-adb5-ca858b8e1785",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9098e49e-6621-4b07-911c-de10bcab3359",
- "IsUsed": true,
- "Index": 98,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f16fdba-2179-4185-934b-de3151de9922",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a695dbe9-26ae-4c83-9e7b-f8244f8ecfd5",
- "IsUsed": true,
- "Index": 99,
- "Name": "负载CV模式272V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "77147d5f-4315-45b4-8deb-444967e12f33",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "272",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bd2cf306-95d3-464c-8b0c-9c9718bbd718",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bf66d89d-32da-4bb4-b15e-e61cd9fb52f4",
- "IsUsed": true,
- "Index": 100,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d491717a-7214-4697-9820-0353aefcd1bc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "61383157-0ace-468b-85e7-f61a3d53336b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "75403109-f5d0-49f3-8af6-13e0ca879c3f",
- "IsUsed": true,
- "Index": 101,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "760a3c51-5582-4bcf-b140-e47f06f15661",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "51af4ea2-3e27-414d-bb92-e0c325f4d2e2",
- "IsUsed": true,
- "Index": 102,
- "Name": "负载CV模式271V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98ed2035-2206-42d9-81db-6bfd5a600659",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "271",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5bffec1b-01e6-4816-b0d1-5e3068f98fdd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f84cd18-a4b2-4ce2-8699-d9cf49d5f4a3",
- "IsUsed": true,
- "Index": 103,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "29fbb100-0d1b-4536-ad3d-1113e2b07016",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6944153f-6cbe-4add-9e17-8afe582a134b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "557f1733-c948-4eba-8260-899cbc437abb",
- "IsUsed": true,
- "Index": 104,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2bf87250-69a1-4bab-96d7-cf83a47c86f5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6e72e85-0383-4c1f-a1c3-73dba086892f",
- "IsUsed": true,
- "Index": 105,
- "Name": "负载CV模式270V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0cc3407e-7c6a-4c16-87e3-91c8fb74ef5d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "270",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95517854-0223-4404-8e39-75c20eaf51b6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "600094ed-5084-418b-ad19-e37694f31825",
- "IsUsed": true,
- "Index": 106,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ee5c74a3-f70e-4b44-ac01-49b180911373",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e6e5eebf-8ba5-4415-b0cb-b3cdc981cf67",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f25ffb00-ce41-4f48-b40a-563df4b48aa5",
- "IsUsed": true,
- "Index": 107,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5dee48a0-1cd1-4e7b-bcd8-92a96bbbc144",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac1d2f27-425d-41dc-add3-427edd051b08",
- "IsUsed": true,
- "Index": 108,
- "Name": "负载CV模式269V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aabdb0de-7125-482d-835a-b299836b9f57",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "269",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1d00dc37-324f-418a-91eb-4a0f4798bf66",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f17d4448-4f7d-4535-aebd-1a7fdce205ad",
- "IsUsed": true,
- "Index": 109,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9d1e59e1-75c6-4bd1-9a9f-a0e26b03a382",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "181c385c-7b89-4c0f-975d-cabd95c1181c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5389b979-3207-479b-bd49-45b8ceb6018b",
- "IsUsed": true,
- "Index": 110,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9156ec0a-3bc4-4d30-9614-583c6df7f9c9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "16d9467b-0fa9-47bb-a3ae-e1513db9f817",
- "IsUsed": true,
- "Index": 111,
- "Name": "负载CV模式268V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e84b0f0-7edb-4ecb-9901-4d14102ba59c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "268",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "923fcb18-ba12-4ea0-a1ba-1279aed2fd35",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "66494b1b-0392-4f50-b291-360946db1727",
- "IsUsed": true,
- "Index": 112,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "162280e1-99e0-4f27-a9a4-b2af38c5ed66",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3eb8320e-a5e5-4179-97ab-edee626f0a00",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ee3b57d-e27e-428f-b05c-fa17b797c8d7",
- "IsUsed": true,
- "Index": 113,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd32dba1-7f67-4102-a2c5-9b1bc03328d2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "339bd654-2a33-4b03-8914-3af65d40ffdd",
- "IsUsed": true,
- "Index": 114,
- "Name": "负载CV模式267V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d760c812-655b-44d2-bcf6-67f9c1772f4b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "267",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b47a2275-2b01-42c4-a5c9-ccf921d90a8f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ab647e56-654f-4465-b92f-0ad7ed375f4f",
- "IsUsed": true,
- "Index": 115,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e8bb1035-9402-4e18-9f7b-216c46a71649",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "17a21847-2c15-4ba4-bb39-84779c24a1dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5618d21e-9530-4252-85fb-36b75bb128a7",
- "IsUsed": true,
- "Index": 116,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "84c2f824-1682-4a40-a5b4-eef74bd770d9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0c87a4d-cf90-46ae-94e0-14a6d32e742d",
- "IsUsed": true,
- "Index": 117,
- "Name": "负载CV模式266V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "833221c8-5b25-4314-a772-6db9622542a5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "266",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "881adf68-b0e5-475d-bc81-594bd05b2752",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb9c10cb-8b2f-4bf6-beb2-abcbbad69fd8",
- "IsUsed": true,
- "Index": 118,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a77ca90b-7cc9-4af6-81c1-bf44525eee62",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d67dbb53-ad20-4f83-989a-d67950950694",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "672b6148-1b04-42a6-80f9-42ae8bad8222",
- "IsUsed": true,
- "Index": 119,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9033774a-7bfa-4238-a9db-fed60bc812cf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a121876f-539b-45c5-9636-d15b2fca7da0",
- "IsUsed": true,
- "Index": 120,
- "Name": "负载CV模式265V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "968bfe39-88fd-4aec-9a5d-0cc4966ccae0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "265",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c96fa4ef-7e3a-4040-80c2-d31d0c43fe75",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d51b24f2-6654-4706-a232-10564354a074",
- "IsUsed": true,
- "Index": 121,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a3b5f638-1117-4c2d-b498-e2070e699077",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c73e84b5-81a5-4504-b7f1-dd21d47d1b69",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f46ff12-5658-4004-b2b7-c306dddf1594",
- "IsUsed": true,
- "Index": 122,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2599f20b-6cf3-48b4-a83b-d0f7b8cc3d1f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cfe0590-4afc-4114-9dc6-67972e72bdf6",
- "IsUsed": true,
- "Index": 123,
- "Name": "负载CV模式264V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd289f53-2ded-4a14-9537-699ee6b909bb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "264",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c0edc7b-98c7-49d4-8ad9-c5764a9232a2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b84a2f58-a5a9-4702-a00d-bbdb201411a2",
- "IsUsed": true,
- "Index": 124,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0ce6f0e-12c4-4dfe-bab9-6c1d1c8c976d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8aaff7a1-b139-4449-8802-8381651eb39b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7077a490-bae1-43f1-961d-0aafdabbd392",
- "IsUsed": true,
- "Index": 125,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "716554f9-9cea-413e-993f-d3009360efcb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "60836e2e-b9fa-485c-90ef-cd5e8771edc7",
- "IsUsed": true,
- "Index": 126,
- "Name": "负载CV模式263V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9ef9af2-e6d7-4f6a-84cf-9a839a258805",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "263",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c0c8e5f4-9e11-433a-ba1e-4c4417bd6da4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "754cfd92-8d02-438f-80c8-43dcd89fb81f",
- "IsUsed": true,
- "Index": 127,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5760a072-0e49-4ca3-ac50-1f38302b8065",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "caf47979-7b4b-406d-9cc8-e66ab9160779",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0bf0979b-dd22-436b-97d6-fe67a7c1cf3f",
- "IsUsed": true,
- "Index": 128,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "086dbef3-3d0b-44a1-9f7e-28dc9210e4ed",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ec11a977-231e-4d75-8b02-673f228efe94",
- "IsUsed": true,
- "Index": 129,
- "Name": "负载CV模式262V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5b1415dd-e910-4489-b2ce-0ae7600190fb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "262",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "36a60e79-84b3-4fac-af14-01d760203f3a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b63e81a-3287-4aaa-9fe4-5e45aa0fb158",
- "IsUsed": true,
- "Index": 130,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1b7fd909-7b4e-424c-8b5e-78b6700499f4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "31150c38-5392-4666-a7a0-87bdccd7147c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5c842fa7-969d-4da8-b155-b2a4744d1857",
- "IsUsed": true,
- "Index": 131,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0450a7f-adbc-4cff-989c-55324b36cd80",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9bf7c28b-9899-40db-9126-a5b32ab43ed3",
- "IsUsed": true,
- "Index": 132,
- "Name": "负载CV模式261V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2d3304fb-a387-483e-a077-bf80f3351857",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "261",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ebfa1597-3561-4eaf-8e7e-a5bde4a7e937",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06cc9c65-c447-4be8-b32c-7cafad3b2f51",
- "IsUsed": true,
- "Index": 133,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7be0d65a-30b9-4295-9def-d6387be5a1c5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "13eac628-caea-48de-bc5d-dd3c3adc7bb4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9bbcd61-6e40-4415-a1dc-26805a888e08",
- "IsUsed": true,
- "Index": 134,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "05b01343-a342-4f51-8628-8dd5dbca5ba7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8510635-c010-436a-b445-ff2a40dec6f8",
- "IsUsed": true,
- "Index": 135,
- "Name": "负载CV模式260V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fc9f1120-3c13-4e39-9ae3-bfa323a7d3cb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "260",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89681d28-65e9-4d62-8b00-21af273380d1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d46c3f32-03ce-4bd3-aeff-bafee0e7275a",
- "IsUsed": true,
- "Index": 136,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "04fbcec8-60e1-4146-ae43-9df03debd557",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "41b9316f-f89b-46a2-b4d0-108faec0d954",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7dd60487-21b6-4fd4-9cca-8c205d8ca990",
- "IsUsed": true,
- "Index": 137,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0fc609c-f5a6-47a0-9d39-4aca47c33e2b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b21c03cc-0bc4-471a-b3e4-d21c2c4c1fc7",
- "IsUsed": true,
- "Index": 138,
- "Name": "负载CV模式259V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34c1eb87-0e79-4369-8614-5ae85d4f2203",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "259",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "68bb99f8-7974-404c-8ed8-79aebd649e37",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8c6f8d43-ee21-4930-9806-53828322f05d",
- "IsUsed": true,
- "Index": 139,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62534a6f-a5de-4173-beff-0c7d8c787760",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b98652c1-fa66-448b-8104-a0679e654fab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "248009fb-1f81-4d7e-970d-8341fd9b9b51",
- "IsUsed": true,
- "Index": 140,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f147d01d-63f0-4b83-b66b-3e9afcbf8297",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "16882c14-d13d-421e-97d2-2d9a9ecd2ea3",
- "IsUsed": true,
- "Index": 141,
- "Name": "负载CV模式258V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "334e6a94-17a1-4064-8cd6-1b0fa2bda9d0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "258",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "85b21af3-1046-403b-8d64-cacdc7a8fb12",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2d27c879-8475-4157-8a6c-2d3c26b08bb0",
- "IsUsed": true,
- "Index": 142,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e23f8e04-60d6-4707-9ef3-52d3e585c502",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae077857-67a7-4311-a2ff-a00453613e49",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c148089a-9829-4b48-a1bc-9c29815bd629",
- "IsUsed": true,
- "Index": 143,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0707fac7-94ba-4706-a83a-6650591850cd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d0420c6-d7cf-4403-84e9-9d03cd0390e1",
- "IsUsed": true,
- "Index": 144,
- "Name": "负载CV模式257V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "488f1630-a2f8-4ae2-b031-d3abb3e1293d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "257",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2ddcb0d7-2f51-4646-bdee-8cc698b11a23",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e7803d5-dea8-43ad-a812-1def40ecfc4c",
- "IsUsed": true,
- "Index": 145,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2a7208e-b131-4564-8dbd-f553bda23186",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c77f8c09-877f-4c07-afa5-0ee8c0249454",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05ec4520-6e34-41b0-9341-3ad4d2320ffd",
- "IsUsed": true,
- "Index": 146,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98037b23-30bf-4ffe-89db-3957ace1c95c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "693585ee-7eca-4517-9481-5bef3ea0a898",
- "IsUsed": true,
- "Index": 147,
- "Name": "负载CV模式256V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42e0861b-ff49-49cf-931f-df1316204681",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "256",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90b7152e-db4c-4598-a6dc-94fbc3b6b1a6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d0a6b4a-8491-4cd3-99d9-91333b2514fb",
- "IsUsed": true,
- "Index": 148,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21edf658-d838-4f57-8855-529881f8210d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "84558175-8e63-4967-9482-76985662aa43",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fc243ab6-c957-4499-8c8a-ec7f9a1c3b5c",
- "IsUsed": true,
- "Index": 149,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8578a7dc-c29b-4cf2-b01f-651a0f08bdbc",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f0ac3ca7-3a7e-4cfe-9852-dd1b244061f1",
- "IsUsed": true,
- "Index": 150,
- "Name": "负载CV模式255V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "82abbb2a-1943-43e4-b61c-63c155de75dd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "255",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc9ae0a5-d0ca-41d7-8ddd-1a0f4ec4cc9f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f174364-8b1a-4dd4-8e40-b436acf459dd",
- "IsUsed": true,
- "Index": 151,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "940f6cc2-6f9d-44c5-b823-fd54f55b9e79",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c5178e8-5dd2-49bc-87ce-7849ecb5fe31",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "caa269be-d141-412a-9d3f-acc28f0bc3ac",
- "IsUsed": true,
- "Index": 152,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "299ff018-f0d6-42ef-833e-b0980d886d89",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25bac85c-e290-4bed-88c0-7c7e37f6b912",
- "IsUsed": true,
- "Index": 153,
- "Name": "负载CV模式254V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dde3cabd-c140-4a57-8401-7c385e9101a1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "254",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1d41e166-1073-4e35-bbd7-1f7a5766cc74",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2fe5b114-d44c-4243-a3fc-52582a2d2f39",
- "IsUsed": true,
- "Index": 154,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "af99cda3-674a-4305-8af2-010ab05ed252",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8afe6ff2-38f0-4be8-80e1-1527d5e0dcb8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9171c72a-af00-4eb2-a96a-2953a6cac672",
- "IsUsed": true,
- "Index": 155,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d17d4b8-b4ba-4d23-91ba-96fe5d7b48d6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c968e71-873d-4332-a6c5-5959f281d239",
- "IsUsed": true,
- "Index": 156,
- "Name": "负载CV模式253V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e1fa6b42-087d-41de-bacb-70d06ac6ac05",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "253",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4a922698-ba2d-44b7-88bf-ec327dffc455",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b8f3ff3-ab39-4b23-b90f-1edc48b94fbf",
- "IsUsed": true,
- "Index": 157,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a67c3fd-cf1d-4d9f-8988-3129d05d50c9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ce41ed7e-7546-4b84-a731-65736bdb7879",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7f6ad2f7-17b6-41f2-b56a-77aabbd6ada9",
- "IsUsed": true,
- "Index": 158,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4062639d-c0ae-46ef-b071-dc106ada84fa",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c6dc0ea0-4eea-4020-a55e-2001efd62b0a",
- "IsUsed": true,
- "Index": 159,
- "Name": "负载CV模式252V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7507c8c-747d-4f19-830a-3195f648a357",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "252",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "18a330ae-54ab-4bcf-aa43-554af80d35f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cf685bf6-e260-4f67-aec3-9cc22d4f0fde",
- "IsUsed": true,
- "Index": 160,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56a33c04-fbf3-44f7-aa23-11883310f91e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d884f4fc-c3a7-4d6b-b078-190cad6a70b1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cad6e3e4-258b-46b3-a9ad-b5ddb9cf14d7",
- "IsUsed": true,
- "Index": 161,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "82557b79-9d54-4465-92be-e97b8de3a075",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2aca82ba-a143-44bf-8e76-3bc32e7e089a",
- "IsUsed": true,
- "Index": 162,
- "Name": "负载CV模式251V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "102f86dc-655f-4849-aa04-5f5841a6f5ea",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "251",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "db14c8c3-c3c0-4c4d-bdd2-e71742304491",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2678c3f2-e811-47d2-bde5-a8541b05ef1a",
- "IsUsed": true,
- "Index": 163,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0bd4c06b-5731-4fa1-930a-ad1cf3ea6d2b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7fdc555a-43fe-4758-a871-47dcde810591",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3307397e-5726-4d7d-95b4-f08bded274d4",
- "IsUsed": true,
- "Index": 164,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "473091ea-246e-4ad1-9c63-88053bef736d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b68dcc36-fd0e-4678-8883-21213b9bea67",
- "IsUsed": true,
- "Index": 165,
- "Name": "负载CV模式250V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f0eee8e3-b574-42e7-a0ff-2ba6acb60472",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "250",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bfca71de-349d-4841-b74d-e6a75a83acb4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "76dc08df-7fbd-49af-96ed-49dea9affee1",
- "IsUsed": true,
- "Index": 166,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bef00664-7289-499f-9f45-9c832009cbf7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cde04810-b3d6-42cd-ae09-0ddf45ab7aca",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37615201-bb22-42f6-baf5-44b4e5656204",
- "IsUsed": true,
- "Index": 167,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c97fce3-2c1e-452f-b20b-791e6a126e7c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "17b9258a-f66e-4123-a8bf-2be87ea984a5",
- "IsUsed": true,
- "Index": 168,
- "Name": "负载CV模式249V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b743bc64-63fa-4a6e-9dc6-ea4deb257ab5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "249",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "82e484ad-3e60-479b-a4ba-e89fbc54a7e2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e46e087-0af0-450b-ad58-d044ba3c0cef",
- "IsUsed": true,
- "Index": 169,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "573d14a8-39e4-4ce1-9cf8-8c6a7866f9ed",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8d10a7b0-fd40-4309-bd9d-6074d1dbc075",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "da118623-4770-41cd-bc3f-931e32dcd475",
- "IsUsed": true,
- "Index": 170,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9942e712-75d2-4d4d-8fe5-89698de9bd04",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "28f1b61f-f2b4-45cd-918d-6b9792febbb6",
- "IsUsed": true,
- "Index": 171,
- "Name": "负载CV模式248V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7f857f6d-b025-4068-9713-26a05f1396b9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "248",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a0e9baf6-de59-47f0-8aac-f3d433c43a02",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d42c74a7-1a38-4633-9d9a-105059ea6012",
- "IsUsed": true,
- "Index": 172,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88f212e7-73a9-4fd8-9d4f-e89fe25e049f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "046bbcb5-18a5-4f42-8086-73c5a5378b0b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4ca7860b-d12d-4933-8103-c3b9579b2d5b",
- "IsUsed": true,
- "Index": 173,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ddae7a22-4881-41ac-8efd-5c804a30e248",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1f57df95-81ac-433b-8173-1f52e035f34f",
- "IsUsed": true,
- "Index": 174,
- "Name": "负载CV模式247V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e35fe94-90cb-4974-922a-965501e6b640",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "247",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e997f4f-f86f-49cd-a810-c7056ca6d419",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b7bbb65a-50ee-4092-b2a6-8d554606ccd8",
- "IsUsed": true,
- "Index": 175,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "86fd3722-58dd-4cda-bd4f-ce6a94ec74b3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eea8340e-fb6c-4c94-8e0a-2fb8d005a736",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e8bf9207-9589-420b-90b9-45d2cf5a1d4a",
- "IsUsed": true,
- "Index": 176,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a4c70e00-ecba-42b1-9319-1d01bfef22ae",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3898cf0c-6b7f-4ae9-a49c-679f974b8e31",
- "IsUsed": true,
- "Index": 177,
- "Name": "负载CV模式246V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "070689b6-5f93-4372-b475-e8154de47bbb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "246",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5bcef9c1-1ac9-4f4f-964b-8decf67f6ca8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "69825315-6970-4e70-b78d-0b872103bbf9",
- "IsUsed": true,
- "Index": 178,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b968e078-b7e0-476f-b82f-9c1a248f33c0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "997895be-3c20-4d10-9efd-ed3afc65baac",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7b0d1d0-9e65-4eb9-b93e-142a18336cba",
- "IsUsed": true,
- "Index": 179,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "02b2506e-ae62-480c-ac4b-60312a9743d8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4da95129-1f10-4255-93ec-17f118a3fc0a",
- "IsUsed": true,
- "Index": 180,
- "Name": "负载CV模式245V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ec59414-135a-4117-852f-0e5c11c6eddd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "245",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1613c40-6296-4153-b3eb-a36cdd5c892d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "88b394d1-368e-4f1d-8ddf-adfe4337fcd0",
- "IsUsed": true,
- "Index": 181,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cef8e18-f73b-437f-9cd0-d3b72e55a55f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1cb4cf3e-8405-4070-a512-f10f06deb2ca",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6051f728-3d31-4337-ad77-dca1c31e3128",
- "IsUsed": true,
- "Index": 182,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92a9812a-0ce7-47eb-88c7-39e8d6691fd3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a9d3b8f7-8f45-4311-b033-2524a93f4219",
- "IsUsed": true,
- "Index": 183,
- "Name": "负载CV模式244V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b75143c1-5cd0-415a-95fd-f0ab77ad9c6c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "244",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fde0d7f0-f504-4c69-aa0f-da4f0b2d49f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "550fb0dd-db33-4c74-9ad1-67c675533904",
- "IsUsed": true,
- "Index": 184,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "16c54cb0-f15e-48a0-86af-9b12d0e039ff",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c471a5d4-447c-4dd6-91c8-bc32d33f5f2f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a29c581-bb8a-4796-8da2-bcfd4b6970b0",
- "IsUsed": true,
- "Index": 185,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1bb9263b-58f5-4791-8e7e-75ec8be1a2bd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83bd15bd-4b0c-4806-a311-03d592f2a6bb",
- "IsUsed": true,
- "Index": 186,
- "Name": "负载CV模式243V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b02cc98e-2df1-40de-b62b-8f7ecedb8736",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "243",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "aa6ab17a-0bb1-4cb1-845f-bc55c5869c73",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af94dc3c-8597-4a8c-9989-8716c02d84b0",
- "IsUsed": true,
- "Index": 187,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20a290ca-eb74-4049-b2cf-1158d8fc3e5b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3b5e1e8c-b91d-49c7-b8e0-fc1c04ef1f1d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b624d2fd-9cf3-452e-9bc9-e235c81b472a",
- "IsUsed": true,
- "Index": 188,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5b4833e1-1ad1-43b7-a22a-789414bcade1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "faa20949-86e2-4ca2-af7e-e3eef29e7139",
- "IsUsed": true,
- "Index": 189,
- "Name": "负载CV模式242V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed3105d2-49b6-40a9-84f9-11acf4ce5786",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "242",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "792643a0-c3de-455c-82f8-424ad2a27923",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "04f9a5f3-fb0a-4880-a3a2-a18fe3c72ab7",
- "IsUsed": true,
- "Index": 190,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a9523da-c841-4155-9ade-b83746bd466c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c0c5575-7b35-4268-b18b-e05811f0f8d6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb77fb93-2e29-4e0d-861b-fac3c09334b9",
- "IsUsed": true,
- "Index": 191,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a3042c86-92cd-4323-8410-47bee0d62934",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d18e0e4e-9465-4aab-8428-128144de9e56",
- "IsUsed": true,
- "Index": 192,
- "Name": "负载CV模式241V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ab360f4c-fa04-4fe0-a331-8dcc7b2e1038",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "241",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3b75ac6f-3fd1-4100-9446-aa75bb4dde5c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5dacd262-a8f4-49b2-a39d-5e48a1a3cf8b",
- "IsUsed": true,
- "Index": 193,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6baf20e2-0374-4694-86ef-100409d39333",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dcda90a9-83fb-408c-8761-81a2096dea9e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "afb70f1f-92b5-43eb-b2b0-496978a79218",
- "IsUsed": true,
- "Index": 194,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a80dd6bb-9173-4f55-b44f-4e89188dd67c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0aade322-e1f9-43c3-94a2-b3f45c6c658d",
- "IsUsed": true,
- "Index": 195,
- "Name": "负载CV模式240V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ecce433-6860-4c9d-8942-6f54028f1977",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "240",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c719ba76-ea93-48fa-a2d9-518a86930308",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9bf838ec-8775-4055-8b37-c0e986ddeb60",
- "IsUsed": true,
- "Index": 196,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8b2bd472-e57f-4840-8e15-d4e9123dc7b2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f5532c80-459e-4015-a02e-affd627cbd16",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a1072484-c021-4ada-b40e-f9088be24039",
- "IsUsed": true,
- "Index": 197,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98d82573-e9a3-410b-83d6-5c07d1481730",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "09d24e52-8d43-43e5-97e6-e2e125406f91",
- "IsUsed": true,
- "Index": 198,
- "Name": "负载CV模式239V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28278244-f9bd-42af-a69d-91c5ff9e94ba",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "239",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07e8b244-b400-4d50-a467-1db6b4c6edda",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3338b1e8-d596-4072-a15f-1665d98c47d1",
- "IsUsed": true,
- "Index": 199,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9d13f11-1d5d-4546-b0f2-3b598f8108b8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6416552-45c7-44db-a55a-a74acd9d4c07",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9588586f-e7fe-4550-842f-d1872026fae9",
- "IsUsed": true,
- "Index": 200,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cb4693e-c20c-4a4a-aa58-38b3ddf72886",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5c2dd12-ba27-4645-85d0-b98fbb3c72f0",
- "IsUsed": true,
- "Index": 201,
- "Name": "负载CV模式238V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ee4f9d15-a4ff-4d69-b74d-8f1582723a05",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "238",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "132707b8-d830-4124-96fd-e0b43ba0b066",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "18f8ee73-7607-4050-ac71-2fae0904cfc2",
- "IsUsed": true,
- "Index": 202,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9232d2fa-c0b1-4fae-af67-91e9d9599653",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "43424064-0e7b-48f0-a237-a63f9ab68bcf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "203d72f6-4896-45e6-b135-519df9f3e131",
- "IsUsed": true,
- "Index": 203,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "600757e5-00bf-46d7-bc73-95d911711946",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a43d33c-5769-4633-98a2-7b75f4e7ff3f",
- "IsUsed": true,
- "Index": 204,
- "Name": "负载CV模式237V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53313d62-b702-4795-87ed-de13cc57adb3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "237",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "29c55f97-9893-4e9c-b289-f6fb15ab605c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f2e70f9-6e8a-4c50-8f4b-82e8b05d523f",
- "IsUsed": true,
- "Index": 205,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ba56fa6-be95-4dbb-9215-6715dbc028ee",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f23d6d93-f773-48ee-b1c0-b2b64609700f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "63fea8f5-ced4-4734-bdd6-a2b66a39723a",
- "IsUsed": true,
- "Index": 206,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cb7395ca-c403-4802-a7cd-cfd39c595b37",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f14ea45-911e-41dc-b2df-cb1881f89aa3",
- "IsUsed": true,
- "Index": 207,
- "Name": "负载CV模式236V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c7bf7407-e30e-42eb-b65c-e0e0ea4a5c18",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "236",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a9e93d1f-bab9-4570-84c7-bddd2a128e0c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dafa25e7-ec84-4592-bf4d-7546d9a9dff4",
- "IsUsed": true,
- "Index": 208,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20f7cfde-9aeb-4085-9de0-9aad912969af",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8d1ea3e8-9d17-4c5d-9882-0bcc34a0d723",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "709c2600-2a85-42c8-a77c-7b8abcddef2d",
- "IsUsed": true,
- "Index": 209,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c98050da-45d6-4d52-a191-54b5e6f53117",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "527a73db-36dd-4e27-a01b-01b20a9dee53",
- "IsUsed": true,
- "Index": 210,
- "Name": "负载CV模式235V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "81e744b8-7f7a-4859-bdd8-3bac2b4db8a5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "235",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ca3d91a4-fb78-462f-b5ed-e5d094997cdf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39076527-102c-4086-b06a-dc7d376df426",
- "IsUsed": true,
- "Index": 211,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28af90d6-f1d1-41b8-81ca-127f592115fe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "14c49eb7-41ff-4364-98c9-0eac5dd49e15",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0685412f-6fd2-480d-b863-9944570bce8c",
- "IsUsed": true,
- "Index": 212,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c8f6be0-e9ad-43f4-b494-855599c2a632",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eba40d99-ff0a-4fdf-b9db-cd902cb5a500",
- "IsUsed": true,
- "Index": 213,
- "Name": "负载CV模式234V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "22774763-e317-45d4-84be-78aae50ab3f3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "234",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2b3ccd3f-7a2d-4a88-8cf3-4c972c9998ed",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c44345d1-7424-4076-9390-f9826e671dd4",
- "IsUsed": true,
- "Index": 214,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "74cb8429-5375-4b3a-ac72-f64f13e9ce49",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c1823bb-760b-4116-a993-9dfcc355d779",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f711e4ba-4d12-4fcd-8558-24ff18c8a039",
- "IsUsed": true,
- "Index": 215,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6e947df-9677-42ab-b0b3-ba23e9937e53",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc35a7ca-17e8-4a4a-870c-64769d4f234c",
- "IsUsed": true,
- "Index": 216,
- "Name": "负载CV模式233V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98db5e9e-e45b-49f6-99dc-3b72b74417ed",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "233",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9d63ab7-40ce-4187-b3d7-85e40cac9bc0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d1620da-1be1-4bb5-a1d6-0831fd5e4585",
- "IsUsed": true,
- "Index": 217,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d66ee9b6-1176-4ea7-a299-5264f0096f18",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "32943c2b-9a92-498a-b6e0-b2c6047a5533",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3b5704f6-3f40-4ed5-a0ee-3b8bf0fa4316",
- "IsUsed": true,
- "Index": 218,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "861e9094-6b89-4a72-b365-29a759e71506",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "284a06da-bce1-436f-a46a-c0ae23d544b2",
- "IsUsed": true,
- "Index": 219,
- "Name": "负载CV模式232V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5c0d2be0-2a99-4d7f-a8c2-fb2509ac71e0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "232",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9895d071-1705-49fe-9a7b-7df163619316",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "53795533-80ea-4679-bad1-8614b65f99a0",
- "IsUsed": true,
- "Index": 220,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "89b6d18e-dd52-4442-985f-8b10bb0f16c2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95d0c41c-6650-4e45-83cd-1be4ec0ce99d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92fd4fd0-d779-423d-90fe-e6ae4004ef9f",
- "IsUsed": true,
- "Index": 221,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28c8aa63-0ba5-42ea-a9a2-089bee0935c3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc47c45d-9287-4269-94fa-f65d7bf2fa45",
- "IsUsed": true,
- "Index": 222,
- "Name": "负载CV模式231V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3fc7e21e-f826-46a9-b4d5-5a4cef2e3b37",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "231",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9bc598e1-d22e-4b79-aa7f-f8aa705758d7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9bd9ea33-5d96-41b0-b142-d8a5fb0416e6",
- "IsUsed": true,
- "Index": 223,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cdfb9a96-5995-448b-82ea-dc6a95ab622f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2d7170fe-0954-43d7-b184-8899e202d32f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d710faa7-ec94-4153-aa1a-6953b243ea6a",
- "IsUsed": true,
- "Index": 224,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d01b4ccc-6214-4377-8f60-9c59e3026526",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ae37c2a-5bd8-4c5c-86ec-52e590b1fcd3",
- "IsUsed": true,
- "Index": 225,
- "Name": "负载CV模式230V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18947c96-a369-4b2a-8863-fdd296e3a841",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "230",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "144e8916-60f4-41d8-8b0e-3712203d7069",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eabbcaa5-3c76-45a3-91e0-5044408b7ff9",
- "IsUsed": true,
- "Index": 226,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a4ab67f5-9c55-465b-b238-b7b7bfcfea18",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5765b3d7-3fe3-4f4a-9bcd-0dd9fa6966e1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2c73534f-8a32-437f-9de2-87491da84ebd",
- "IsUsed": true,
- "Index": 227,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5669247e-826c-447a-a639-29c9148e33ae",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b8c48d91-9ba4-4737-8bbc-e2cc8d8dd28a",
- "IsUsed": true,
- "Index": 228,
- "Name": "负载CV模式229V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed5bc998-ed10-41fa-a355-4183bd019e45",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "229",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfe20c81-8496-4024-a315-d86380db66e3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d632b86-8b3a-4c6d-87e6-ce9a8f311255",
- "IsUsed": true,
- "Index": 229,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ba91505-4dc7-43e7-bcf8-4216a29579d1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ccd7b0fe-d001-41d4-a345-373aea2ad295",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6edcf1d5-4695-40f9-acef-a032a93dc666",
- "IsUsed": true,
- "Index": 230,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3af016a9-8353-4ac8-b36a-738ffc19cee1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5afd22aa-6f1a-4547-9b37-acd3b18062fe",
- "IsUsed": true,
- "Index": 231,
- "Name": "负载CV模式228V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72093d71-e12f-40eb-a044-151925c25e46",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "228",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3d85e819-7256-4a2c-98ca-c83313e59d15",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b0c6ef5-3f35-4e32-a1a8-c4a1e973794e",
- "IsUsed": true,
- "Index": 232,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "40f2ec98-2be5-43d9-b7d2-c7e1f55965ca",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d5ab64a6-dcfe-4da7-9309-f6c2b4a7421b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5abf7964-2969-4768-a8a5-6a2017195c14",
- "IsUsed": true,
- "Index": 233,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "219d9e59-4867-453e-9035-72edd89279a0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f2df3e97-4021-43c5-9d0d-4ac2e8b678a6",
- "IsUsed": true,
- "Index": 234,
- "Name": "负载CV模式227V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "19ad3234-d6ec-437d-a92c-01f9b85d8ba2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "227",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ff35cadc-8708-4356-ba49-b73019a466a5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "12f7e9b4-50a0-44b8-b1df-b7468759337a",
- "IsUsed": true,
- "Index": 235,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "559d59ff-2272-4c30-a12b-ebacc39703c5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4d1ea3b7-7fda-4739-906c-49915a673b35",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8983667-9a59-4fdd-a5fe-46c2acb01a34",
- "IsUsed": true,
- "Index": 236,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ef32168-c822-4ef4-af30-2496c17dea6b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2e338f37-8259-4038-b7b4-a183cf1624bd",
- "IsUsed": true,
- "Index": 237,
- "Name": "负载CV模式226V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8063fc65-0f9a-4ea2-8e5b-3fe9fd1f65ee",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "226",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c66e4ff2-58e9-4de4-934d-062810364484",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af16ff2f-bc3f-44d6-9320-caf722536cef",
- "IsUsed": true,
- "Index": 238,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8eefed45-b830-4275-b661-85f0296205cf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "023959d2-b3a5-4175-a52d-6834661def81",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "185d1103-0ab8-4142-9a29-480f2fcfa94d",
- "IsUsed": true,
- "Index": 239,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "61d95d17-7a9b-43ff-91f8-878741726764",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1209424e-8fd6-478c-a92b-452eb69036c6",
- "IsUsed": true,
- "Index": 240,
- "Name": "负载CV模式225V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a81a8dc-b926-497b-bc55-df2ee178e203",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "225",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "25c529bf-de9e-4975-b1fb-642d8bb9c4b9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68a986c8-6863-4903-a310-7e48ee2dc616",
- "IsUsed": true,
- "Index": 241,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "16500e85-73fb-4373-b8c0-ff15d119e996",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4b9f4267-3946-4888-a7a2-cd46fe613abf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fc167e05-4d77-4cc4-9d38-cf618c44b2c7",
- "IsUsed": true,
- "Index": 242,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7df003dd-dcdf-4884-9b58-55a583e304a4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ddac6fd-a9b6-4fc1-bbbc-0511775d41ac",
- "IsUsed": true,
- "Index": 243,
- "Name": "负载CV模式224V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30832d41-e04a-4b32-925d-d270d59eb62b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "224",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4ef19643-1077-45dd-bd49-6df5ae8a7168",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc86d3d0-0476-470d-a3a2-2091e07389a4",
- "IsUsed": true,
- "Index": 244,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7db9bde9-f9d1-4a8c-b9bc-5964d3c339a4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "756b8f23-f2a9-4d5d-bf7a-b85e43a4c5aa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "518a983e-9d95-48c9-bdfd-04d1d1a92358",
- "IsUsed": true,
- "Index": 245,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37d22a76-7544-4d84-b09b-256fad80d485",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f2bf534-9c17-40c1-9fec-363fc1795c4a",
- "IsUsed": true,
- "Index": 246,
- "Name": "负载CV模式223V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "023580ac-4ec8-44bb-84b5-f758080fb444",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "223",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8d235eee-c5e2-4157-a93f-0615848c39c8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb2d7385-9554-4293-ae69-8a3d7c24f491",
- "IsUsed": true,
- "Index": 247,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0662392e-789e-43fc-b8f7-d549d57640e0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "712f8323-76cc-4970-b936-f8dec7b06d35",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "84a316a8-a45a-42d8-b345-cc92e5ed3f9b",
- "IsUsed": true,
- "Index": 248,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1355ca8-5488-4b5a-b5bb-cd26ee71d204",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b498e828-7200-48e7-ac29-c27d36e5cded",
- "IsUsed": true,
- "Index": 249,
- "Name": "负载CV模式222V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0eaf21e6-7991-4f3f-b568-8e18d3684dc4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "222",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d894a5ba-fe57-49b0-abad-ed79fc96a20d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d36d1c9f-29fe-43eb-abd4-852e325ed0a8",
- "IsUsed": true,
- "Index": 250,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2dd00c08-c344-49b8-8678-200c87ececaf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f31a9e6c-f9d1-4fab-be6d-17deb0bb5911",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3609e3a8-956c-4cd6-b6d0-1af138e2726d",
- "IsUsed": true,
- "Index": 251,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "714ba676-9947-4528-8716-30c5552cf09b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8986603a-cff5-47f8-9777-47e94bd8dac4",
- "IsUsed": true,
- "Index": 252,
- "Name": "负载CV模式221V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c500130-0e0e-4948-9100-c9f9bcfce87f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "221",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01b198ac-1121-4c56-a7b8-5515c986b1b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "50ff0835-373c-467b-9ff1-2001a29a3e66",
- "IsUsed": true,
- "Index": 253,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aade4e41-e6a7-4221-a882-538bbbcf0d1f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "543565df-3d85-4cb5-a22b-2d283ad99c55",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a9525dc8-cdb3-4070-b148-786a645e24de",
- "IsUsed": true,
- "Index": 254,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ba7b880-6f33-48c8-872d-5e659f197766",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "182c1018-eb08-4cdc-9b24-783e78b493da",
- "IsUsed": true,
- "Index": 255,
- "Name": "负载CV模式220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1182298f-1642-41b1-ad76-d5df713f21b4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "360cac52-46bc-4236-bb21-9831888761bd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9db959e0-0d17-455e-96c6-ff596c6ebbe7",
- "IsUsed": true,
- "Index": 256,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "805ec32f-f49a-4773-8232-44c971e92e51",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "74e82e56-127e-438d-b79c-5cae321fe0f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6442ba8a-133b-4b96-b7b4-64263843dcbf",
- "IsUsed": true,
- "Index": 257,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7daadb19-e6a9-49c3-939b-e22b8c9128a0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "95330757-c68a-4a28-96fc-b9bd4502865a",
- "IsUsed": true,
- "Index": 258,
- "Name": "负载CV模式219V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8a1563c5-a384-4dd3-90eb-6d3899d5abd3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "219",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6d305919-0746-4459-94f8-1ff9eaa077e3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d761b7b-e28d-4a2d-ba73-b0ac7c3fab32",
- "IsUsed": true,
- "Index": 259,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "075ef86c-d074-4cac-9e21-159bbbe19744",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "032e03f4-9cae-458b-8362-c9315001c9cb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a67c36d-28af-4fb4-89ef-d8b9fe9c5758",
- "IsUsed": true,
- "Index": 260,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6d20d300-90b9-4a0b-85cf-16aca979c0f6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "73f07ee0-5f00-42bf-a858-2739cac39cf6",
- "IsUsed": true,
- "Index": 261,
- "Name": "负载CV模式218V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a10d612-7574-4c48-8d08-9b71414d14d4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "218",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "20c423bc-541a-4806-90dd-a67ff9e7987b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ad559b5c-89cb-4c0e-bd71-ac2d8c6766c7",
- "IsUsed": true,
- "Index": 262,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3db6ea8-99bf-4726-a9f8-d1dbf67051da",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f73ba17d-74ab-4932-88bc-a9801ae8cb07",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "afe2c243-6492-46b0-95b0-7855111f19fa",
- "IsUsed": true,
- "Index": 263,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ee3ea88d-ec0d-436a-9387-255c9efa400f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c6370c06-fbe9-4444-a88d-1164542a56cc",
- "IsUsed": true,
- "Index": 264,
- "Name": "负载CV模式217V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "96c99202-f75a-417e-81f0-44c83171b003",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "217",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "abebc1ea-93ca-405e-9970-73fdf42914ff",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4bd673c1-3b13-46c0-b786-bd43ac42ab44",
- "IsUsed": true,
- "Index": 265,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "486445fb-1d91-42c3-9118-ea23858a805d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1dabb8ee-06af-44e8-b482-2276b0b547a9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49219d2e-9960-4c46-a5a4-8c539dfc396e",
- "IsUsed": true,
- "Index": 266,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "196f998a-e14b-4cfa-a6de-bc18e3d61155",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dbb8c0f3-3554-417e-82f1-328bd25c6c05",
- "IsUsed": true,
- "Index": 267,
- "Name": "负载CV模式216V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "15783163-df3e-4b32-b643-c44564935d5a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "216",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "194d0fc4-da06-442b-8254-6064477e0adb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5dc480c0-54b0-4a45-aaea-2533c74299ed",
- "IsUsed": true,
- "Index": 268,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9fe1b086-c662-4766-92c9-5ce7a0020bc6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "43739168-85b9-47f3-93f7-c7315acda537",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df8d2754-1b0a-461a-93b9-9671811fc67b",
- "IsUsed": true,
- "Index": 269,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd3814ff-0e43-4fad-9d68-8acdd9c6dd2f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "230e1aaf-ed41-457d-bd20-be5e36c695e4",
- "IsUsed": true,
- "Index": 270,
- "Name": "负载CV模式215V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f15e4184-3153-4517-aa75-c1e4270988d6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "215",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "21be51dd-368e-4a01-afe0-01b05ab21bd3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3488add6-6aad-4336-8ef3-2605cbcabc3d",
- "IsUsed": true,
- "Index": 271,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a565b63c-e174-47b8-9048-0b800ab5901d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6071e9ef-55e0-479f-8921-d471ac711f62",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b161143d-29fa-4e2f-b110-c8ee358ba88f",
- "IsUsed": true,
- "Index": 272,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8248e756-3686-418d-9945-ee44b6536c1a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5ee1ac64-de8b-45de-ac86-3e280de77deb",
- "IsUsed": true,
- "Index": 273,
- "Name": "负载CV模式214V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5a6fa05-41dd-4332-b069-61bbb1651f7f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "214",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1cb92d8-07dc-44fe-87f4-6a6b5cc67a81",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5eecb47a-398f-4294-941c-00dd226db3e4",
- "IsUsed": true,
- "Index": 274,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "355c2353-8145-4c1e-b4c9-f83b61b3ff6b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a979ea7a-d547-4728-b5e8-be55f8e4be89",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9d926fb1-8033-40f9-a53a-3e5942274006",
- "IsUsed": true,
- "Index": 275,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3c636f1-df43-4600-b224-26f7357c8404",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc375acf-14f6-4154-8532-7dbe8f8f9518",
- "IsUsed": true,
- "Index": 276,
- "Name": "负载CV模式213V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "82cecb8d-0d87-4ffb-bbac-145d2a303bfe",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "213",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "72d2935e-c74f-4d82-a5c5-cf2b8fbb94aa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82069d5d-e560-4dce-9654-0e15c8e38b5e",
- "IsUsed": true,
- "Index": 277,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "200a9941-79cf-4077-8342-13e1e3bdf7a2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6fe54fe-fd4f-4578-b6bf-b716b350b8be",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e2fe74e-c16d-486f-bbf2-20b191a2bbc2",
- "IsUsed": true,
- "Index": 278,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c86ed494-0dc6-4674-ab2f-443aef25a33f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "67bfb696-b0f6-4864-be37-53b45765a6fc",
- "IsUsed": true,
- "Index": 279,
- "Name": "负载CV模式212V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2fb18483-3ae5-42c1-8437-d027bb6f69d1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "212",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "18ce1c34-514e-44cb-b060-385e44224530",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cf2e6ddd-0886-476a-b247-d20588b3cf20",
- "IsUsed": true,
- "Index": 280,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2d9809ef-7c7b-4a4d-82fa-80c17dd49e19",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "39e5f915-c64c-4e5d-838a-1ae62475bd9b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "21f2bbd2-6812-4763-9a29-c54a2a58d2b0",
- "IsUsed": true,
- "Index": 281,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8bfcfbc3-d0a5-4652-b792-9f4b67980d28",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6c9307c5-cb11-4690-8678-f3528dd2e126",
- "IsUsed": true,
- "Index": 282,
- "Name": "负载CV模式211V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e63db9f6-5e10-4f6e-9990-5fdcf5bcacbe",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "211",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ca2aa8a-0e6d-4c96-83f2-114ea16cedb3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b0239748-245c-4835-b688-df2306de1ff9",
- "IsUsed": true,
- "Index": 283,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d471c771-87a1-4aa4-a25d-d3ed4aee39fe",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6ec8e982-bf6e-4e5d-814f-a12faf8487c9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1852d03c-37f3-4916-8aaa-f286cdaf9043",
- "IsUsed": true,
- "Index": 284,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "24c4af40-7d8b-4f57-9baa-018690d19171",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "91ce2c78-1323-44d6-9bbf-cd0cebbe0747",
- "IsUsed": true,
- "Index": 285,
- "Name": "负载CV模式210V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9469b018-29ff-4f20-9410-6237a6d4df70",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "210",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "55a00416-b656-4ea8-94e6-f58fd8eb3e60",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b73d807-826a-4195-8a79-e36e1101bda7",
- "IsUsed": true,
- "Index": 286,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2b77a054-12c0-4c89-959b-759c53307eec",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d30364d6-8937-4572-91b6-1b22710abe5d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77a2718e-160f-4a5b-9a94-acb70ebc9a86",
- "IsUsed": true,
- "Index": 287,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b2a0ccd-b4da-4d33-a651-c96d967aa1bc",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0881165e-17d4-46f0-938f-9afafd67bc02",
- "IsUsed": true,
- "Index": 288,
- "Name": "负载CV模式209V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3df3e3cb-6798-47b7-b592-7d894c4b149d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "209",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfd452ba-0076-48c4-b46c-a68aa3a41e19",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bdd663a9-29b5-46b2-9cee-6ac4475bd229",
- "IsUsed": true,
- "Index": 289,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8ebaf67-00a1-4a7a-82b3-7231072b3355",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "db38b55a-c810-439c-8dc4-fc1abb05554d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6e8242e-67c0-4644-860c-64ff34965407",
- "IsUsed": true,
- "Index": 290,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "44e47481-8771-475e-9dcc-b6f0ed5157f1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eb83dc51-403a-41af-a42f-f5ef005e2579",
- "IsUsed": true,
- "Index": 291,
- "Name": "负载CV模式208V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "58cac9ca-1a4f-42fe-b88b-7dc508c132eb",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "208",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "10e6fc45-6dd1-4e34-b1ae-37cb1b755a8f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "691487d8-2514-4b21-bd28-38adadda54cd",
- "IsUsed": true,
- "Index": 292,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "51a69a7a-8586-4ac7-af80-c6ba01574eb0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f1959c61-1db7-421a-ae7a-1e38ad0eaa67",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83a2f751-fa82-4d6d-8a73-9115ba2bd855",
- "IsUsed": true,
- "Index": 293,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9b0dfb2f-62e3-4980-8f13-080193e34b09",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ec0f0283-6e48-4496-a75d-b658e124f1b3",
- "IsUsed": true,
- "Index": 294,
- "Name": "负载CV模式207V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9d5065ae-e3a8-46f7-a2c6-aec6a950d30e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "207",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4bda5d13-91a1-4c2b-97ba-56e78a005fc8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af8a2fc5-fca3-4549-bc10-ae73f69102d2",
- "IsUsed": true,
- "Index": 295,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "799e5f7c-a18c-4832-9788-ba702b8208f7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ee1fa0a8-8145-4ee7-a169-6f02e14bcfa8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a2cb2af1-6a5d-4c26-8341-fdc33de59dcd",
- "IsUsed": true,
- "Index": 296,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "81149018-f572-4f0b-bfbe-2727790077f7",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ae5bf09b-2f49-46df-9212-846c89369771",
- "IsUsed": true,
- "Index": 297,
- "Name": "负载CV模式206V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8a302433-e886-49fe-96af-909572cc1388",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "206",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "74298765-2cdf-468d-9321-dfce86fb7cbd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eea0e36c-31b5-41ed-9ce3-c9bc6d9c0ceb",
- "IsUsed": true,
- "Index": 298,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2d802696-6c76-47c3-93c8-566df968722c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b0cb2c32-a230-44c1-9376-2b9518feb9de",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "693b3d08-ee47-47a0-8e9e-cb9d737a611c",
- "IsUsed": true,
- "Index": 299,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "51084998-0290-4950-84bb-a73b2e1c4305",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a878b63-bc1c-4fcd-86db-6957534b982b",
- "IsUsed": true,
- "Index": 300,
- "Name": "负载CV模式205V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e4dbd32-c8f3-4abd-beb4-6bd45bd1464d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "205",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc7a40a4-7f3f-47fa-8ffc-0224577e70e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a52354e0-a864-4460-b161-fefa9e2a2a02",
- "IsUsed": true,
- "Index": 301,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ab5c6b6e-ef92-4d2f-8383-b2187d620542",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "71fd483e-3ec4-420d-b24b-5e8358b5b6ec",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c52cb567-1d75-4ac8-aafb-970dc1a59018",
- "IsUsed": true,
- "Index": 302,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dc20742c-b02a-48b8-aca9-7c2dede6d6f6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45d4dfcd-799c-4bd1-8cbe-f5642fc29273",
- "IsUsed": true,
- "Index": 303,
- "Name": "负载CV模式204V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "55f97587-2ecd-4aeb-966f-24f1537667f5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "204",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "05f76f29-7e7b-4f5d-932a-53f6dcfa5a90",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bd793c4f-20ab-4726-bef5-2f77c1ec35df",
- "IsUsed": true,
- "Index": 304,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e53e8241-ef62-452b-9eca-07e21ebec282",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5d317473-3629-44e0-aec0-1207602741b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bf85ba9b-e292-43a7-8844-4be4e8d4daec",
- "IsUsed": true,
- "Index": 305,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0359ba90-9877-4ed0-9c1c-f128084ed4be",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "359aa8f9-8ad7-46df-b789-bbbaee4db954",
- "IsUsed": true,
- "Index": 306,
- "Name": "负载CV模式203V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1ab45597-8ac9-4d2f-b4b9-3bb2a71fb62e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "203",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "86434c6c-e085-41e2-a607-3fb2588eb563",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "47ab613e-c47a-4639-880f-a82cc1ea384f",
- "IsUsed": true,
- "Index": 307,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "07a0e5d6-92dd-416a-a15b-7835f153a6cb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2b6d3178-fdfe-407f-bcd1-7a023090a1e9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7dd86bbb-874f-4ee0-a04d-833266329e66",
- "IsUsed": true,
- "Index": 308,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c06cec9a-96ca-4178-b823-ed466fc76d64",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3deb5dd9-9236-4e82-aa13-5e2aa007ff5d",
- "IsUsed": true,
- "Index": 309,
- "Name": "负载CV模式202V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bde3595c-6bda-4cb8-92db-6ab0d40ba467",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "202",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6907df18-4401-4bc2-8462-94ea4ae50f53",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f41563e-9356-42a8-8747-ff9dad5f50a4",
- "IsUsed": true,
- "Index": 310,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b9a3204e-930e-485e-8993-46550fcb83f4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f6e8aa8e-9a01-4993-af3d-419bc268211d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe4ed6e4-b361-42ef-857b-805b52047d3f",
- "IsUsed": true,
- "Index": 311,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b032fd15-98ba-4fc4-ba4d-e1575caf1636",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "633b1570-0cf8-44d4-87c4-579be423509d",
- "IsUsed": true,
- "Index": 312,
- "Name": "负载CV模式201V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b1d1e195-2bb8-4881-ada2-01f07e8dc03c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "201",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e90a6e2-8411-4a4a-bd00-d138b0f01543",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e9149d02-a211-46fd-b21b-0f8b7714d627",
- "IsUsed": true,
- "Index": 313,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56121959-b330-49a2-a313-b0091dcd4ba4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a6d81413-3017-4798-9a2a-6ec54197fa6a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4a32c596-667c-48a1-aab0-38f40bc96c95",
- "IsUsed": true,
- "Index": 314,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e37c2b1b-bbdc-4fe6-b6e8-7a1f4cd99bc1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25bfb135-d961-42ea-90f1-09c94d2c045f",
- "IsUsed": true,
- "Index": 315,
- "Name": "负载CV模式200V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d7b4524b-0cf7-4dd4-a484-6499ff1c2019",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "200",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f4cb2f83-dd86-46c5-9d12-09da4200715c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37512962-6cd1-4c52-9599-0b08863d0811",
- "IsUsed": true,
- "Index": 316,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cb901c6f-1c9a-4fc8-b4a1-8fa3779fd9bd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "95c41207-0582-4657-9c9b-47216f6bc3a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a6d2214-c6c3-48f1-90e1-2102c3ba485a",
- "IsUsed": true,
- "Index": 317,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6bf02e14-ef7e-4fa8-99b6-b0eb8c60b146",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f1789c71-cea5-4542-8b3b-9bba70d27b91",
- "IsUsed": true,
- "Index": 318,
- "Name": "负载CV模式199V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3275d23f-d08d-44d5-aef1-80b10c2bf20f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "199",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "db0ec58c-6268-48c4-97d8-94f864acc99b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "73876e25-a261-4aff-bd7c-68c4a94e40da",
- "IsUsed": true,
- "Index": 319,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b9b9e115-a9b6-446b-8052-969851c20500",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46604ecb-74c6-4ccc-b0f3-be858d1ee1bc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0b7e3e70-f8d9-4fdf-b466-bfa95129b634",
- "IsUsed": true,
- "Index": 320,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "03330077-b1ad-42a3-a804-e5b4bbb821da",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f46f77aa-dfc3-4b6a-a22c-0db29cc362ee",
- "IsUsed": true,
- "Index": 321,
- "Name": "负载CV模式198V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ca2a49e-9b7e-41e2-869b-a3a7e2b5cd53",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "198",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "93b46aea-f49a-4ea4-ae10-d37ec2f31004",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6f456cc6-d6c0-4bc1-91e8-865905fd6f0a",
- "IsUsed": true,
- "Index": 322,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ce001e3-db21-4961-b081-b9be2ca6d95a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "32c84c28-0322-4220-b09a-e6df10caa15b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "36f8c584-6b70-44d3-99d3-403e3e0840c4",
- "IsUsed": true,
- "Index": 323,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "728e2309-6318-48cb-a499-ef35329e2921",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26e4954c-675f-45d3-afe4-4c7ba56152f0",
- "IsUsed": true,
- "Index": 324,
- "Name": "负载CV模式197V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80db4fa5-399c-4581-92f9-ce4e58c6277f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "197",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04ef0f87-8981-4230-89ab-78fbeb2c06e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d31d0e96-0d9a-4e42-8fcc-dd62e3af06ec",
- "IsUsed": true,
- "Index": 325,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0495c281-b65c-4f50-ae4b-31e6067065b1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fb7e9c43-aaa0-4a13-a756-48c3286d7414",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "236b92e9-b425-47f9-9667-95866e3dddd8",
- "IsUsed": true,
- "Index": 326,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "514ab309-1a73-4438-bacc-c407f2622eb5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e395ebe8-3e52-455b-946a-8a5fc99a26df",
- "IsUsed": true,
- "Index": 327,
- "Name": "负载CV模式196V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1c7e008a-c5c4-4606-ad3c-cf7f643d963d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "196",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "56a1e869-239e-4483-8fcd-9633323ad1f0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d871257-8b0d-4df6-9190-39442b12a2d7",
- "IsUsed": true,
- "Index": 328,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fd5c2a06-3d0d-4e4d-ac86-41388f68a325",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "01616438-6d8c-42dd-86cd-7184cf490e28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8a4e346-a3a3-42b4-8e93-670f70f10f80",
- "IsUsed": true,
- "Index": 329,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47d34e39-8b6f-4895-a61f-c36d49fb8b1f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4da4aa37-7643-4619-a4ba-c60741f28a05",
- "IsUsed": true,
- "Index": 330,
- "Name": "负载CV模式195V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "65745e7d-44da-4998-81d8-27ebd2d8bd67",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "195",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9f281480-56e4-411a-8f27-cff17f6f4bc0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb4c2136-d91c-4c80-b58b-b199af449822",
- "IsUsed": true,
- "Index": 331,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c5c628e6-a856-49f8-a234-c346becfef5d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d8e439d2-fa9b-4592-b734-65d80f215b7f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "54dea234-d9e9-4651-a0ec-27372076c050",
- "IsUsed": true,
- "Index": 332,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dac84616-9bc5-4725-97e4-1be1d2a3f360",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07a41d93-0706-402d-9244-ad8f0f5a287c",
- "IsUsed": true,
- "Index": 333,
- "Name": "负载CV模式194V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1f022930-7637-47e2-868d-65b62163383d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "194",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b8c52651-3e2a-4e6b-b3da-e85337107349",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "482e744f-741b-41a3-8a29-2fb53bd4e266",
- "IsUsed": true,
- "Index": 334,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f53d3e74-0ebe-4e25-9686-a0546ac56f26",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f7bfd07e-c636-4f23-ab82-2a886a63d895",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c6a534af-1188-4ce0-abae-7c96a67186dd",
- "IsUsed": true,
- "Index": 335,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a646f32-655e-4f46-81e9-ba8eadfdb108",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "910e189e-1e77-4c32-9f4c-2ca4b7dd08f3",
- "IsUsed": true,
- "Index": 336,
- "Name": "负载CV模式193V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "89c79fa8-1677-4b55-a993-de99a85ed24a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "193",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a015256-a7d7-4424-852c-9a5a250fabdd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ea66ea96-79ec-49e0-8bac-dd524ce2310b",
- "IsUsed": true,
- "Index": 337,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "94c0ca47-8b92-4899-92ab-244308c9fccd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07542f9b-91d7-4d0e-9520-607c233421e4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "47692ba5-19a4-46cb-b1cb-91554ab1f79b",
- "IsUsed": true,
- "Index": 338,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a3497d46-fabd-4560-a3b5-5a2c0c4a4efb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e596cd37-c6ec-4861-b564-385c62eeada7",
- "IsUsed": true,
- "Index": 339,
- "Name": "负载CV模式192V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f505e00-7496-4861-a96d-f2999d74e6e1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "192",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9fad5ccb-415b-4522-9cdd-d125d098c932",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a3165d9b-2014-4929-aaa2-f94bab85b32d",
- "IsUsed": true,
- "Index": 340,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cbf163c-b073-4e29-8617-c6570ba8caa0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4ff4b342-0b85-4f14-a52e-59562b705bf3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d388067d-aa24-4369-bedd-478f37dcfd51",
- "IsUsed": true,
- "Index": 341,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7d155cfe-812b-45fd-a2c4-6faa62b907e0",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0462d270-4e38-4f7a-8b49-8862b28478da",
- "IsUsed": true,
- "Index": 342,
- "Name": "负载CV模式191V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "45ffd609-4414-4b31-97d3-ab3731b6c153",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "191",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "551a29e7-f42a-4fc8-bc3b-e1d5db870c77",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "adfc9319-7d8f-47dd-a031-a0121814fca9",
- "IsUsed": true,
- "Index": 343,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9bad59f0-2efd-4e83-817a-f1b035a546e2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07a7e22b-7bb2-49a0-8393-887c2fd08bba",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3423e460-46d8-4eb1-af2b-6b0dc36a1438",
- "IsUsed": true,
- "Index": 344,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2f18630b-0186-4799-8793-944c7400c885",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e133bc81-a16f-4fec-9e31-5301fc5b75a7",
- "IsUsed": true,
- "Index": 345,
- "Name": "负载CV模式190V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e948fb1-ed1f-43a7-bc41-270fc9800982",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "190",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6877c103-cd40-4300-9cab-57756ab19bc5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e25f530-6034-4f5f-8806-45ffe17f6f2d",
- "IsUsed": true,
- "Index": 346,
- "Name": "延时2s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d15a7e4-b577-4774-a01f-bec646c7c8fc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf83a5f0-26b3-4a12-a12b-48c5bbae687b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23a34ad4-a592-4109-9016-231ea2705cee",
- "IsUsed": true,
- "Index": 347,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef09f9c1-977d-406d-b867-c4619a991c9a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "088a4ddb-545f-4ef2-aa68-16f90370ff4b",
- "IsUsed": true,
- "Index": 348,
- "Name": "负载CV模式190V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "65ed6756-78c6-4acf-b815-0cecb2672c6d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "190",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48f27d1c-f462-4c3a-bd32-51f3e172e186",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "85125735-01ed-4b4d-a378-cdd6df47cf24",
- "IsUsed": true,
- "Index": 349,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2dfba43f-9338-47f6-a1dd-65a65d935437",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf29405f-bef6-4765-b9b3-2a40c8c37636",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82fd4059-e5e2-477a-a9a5-d867746366e5",
- "IsUsed": true,
- "Index": 350,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "75ae8dd6-56d0-4285-b138-f3319fbe633f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "875557d3-9475-4506-bf66-793f213f12bf",
- "IsUsed": true,
- "Index": 351,
- "Name": "负载CV模式191V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34797af0-e69a-42fa-a355-95d4cb9dd2a8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "191",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9492ec76-6451-4ba2-b960-988ff5f0fcae",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "296f267f-85e0-4177-b2d3-727c19ef0112",
- "IsUsed": true,
- "Index": 352,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "46450164-ba05-422d-a226-db67d81cabd8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "da2243c1-0921-4d0b-92f2-c2e52bfc2876",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2987e06-ecd8-4869-a634-4f0e0756ee48",
- "IsUsed": true,
- "Index": 353,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6dc07e0-ac24-4f49-aec6-d2df58c1a65b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5c899981-7d28-42f4-b123-81f84d7f6721",
- "IsUsed": true,
- "Index": 354,
- "Name": "负载CV模式192V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f15142d2-e64b-4583-a8c6-df02310bb40c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "192",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "890ad836-e696-4c75-9c7b-a01b8324369b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c0a8688b-aff2-4fe8-9120-7012acc933b4",
- "IsUsed": true,
- "Index": 355,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88157df4-d6fa-4def-86c3-48e0fa145cec",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "023727b5-1508-4278-afaf-a9810727ec9a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "becdc0c9-f0ff-4a4a-a29c-f4e60994c589",
- "IsUsed": true,
- "Index": 356,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c696a95-e574-4338-9b48-c4fa39f6219e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db9660ec-779e-4fb9-b6e3-b44b7a5b9633",
- "IsUsed": true,
- "Index": 357,
- "Name": "负载CV模式193V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a72fe1cb-ae70-4374-90d2-37782907a79d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "193",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7d82dc08-5117-4f74-989e-e8173021f519",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "814bdcc7-cc3a-4594-a505-e55193f02a45",
- "IsUsed": true,
- "Index": 358,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "03d9df73-9982-4251-aaa4-fb2fd6e74d88",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6dd16f30-4005-4d5d-be53-7f08dd00bea4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ada1c3aa-2cd1-4766-9fb9-7d4b8755dac8",
- "IsUsed": true,
- "Index": 359,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "113aa2bd-36c5-4ac5-b27c-97de9561a6f6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1791e5b6-48e5-470f-ab17-4db9579b3956",
- "IsUsed": true,
- "Index": 360,
- "Name": "负载CV模式194V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bb26e591-195e-4754-b7e3-cb90ec8170a8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "194",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc8a0c04-63e5-4b74-9a75-4fa6689e7c0b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7529b2d6-d993-4bc7-983c-d3fca17cb74a",
- "IsUsed": true,
- "Index": 361,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "458b7fab-a04e-4123-b6ae-32177011ca78",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea59fe3d-cf46-4846-9d0f-2b6189edff9a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1e537ff3-42e6-4f30-93e7-1f999e8c69a7",
- "IsUsed": true,
- "Index": 362,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2e380c82-3ee4-47fc-8a59-453cd5b17158",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d174b0f-e6d0-4385-8743-044670ea50ae",
- "IsUsed": true,
- "Index": 363,
- "Name": "负载CV模式195V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1cb83be-1c95-46c0-8d81-2c4e27af09b5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "195",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "27da9b38-fdcd-458b-8104-983c8236e32a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1f0f5161-1d2f-441b-af06-d7ad2ae75077",
- "IsUsed": true,
- "Index": 364,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52221aaf-9f99-4aff-9a44-2cf00541f9a8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "71506a59-3c27-48ec-8604-629cdd6f365a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "838fd849-0bd1-4e31-bdd1-157a2dd5c749",
- "IsUsed": true,
- "Index": 365,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bed0f889-c122-4148-8c2c-ff9110004175",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cd626e2d-30f2-4ad1-bcd3-dd435018c736",
- "IsUsed": true,
- "Index": 366,
- "Name": "负载CV模式196V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f8fd1bab-cc4e-413c-a551-37dc0be6ec64",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "196",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b69e5713-cbfd-4576-8aa3-635683a43c07",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d9d2ef6-dec7-415f-a5a0-3f333871b62a",
- "IsUsed": true,
- "Index": 367,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5100d01d-0a19-40f3-b6da-ae8c9cd1e621",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e0145061-6d38-4283-99c3-aba751df9f7c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "57897929-aaa5-4149-9de7-a98a3457c2d5",
- "IsUsed": true,
- "Index": 368,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2bbe2c4a-89ea-4c93-bcc7-9e52aac7bd24",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d56f097d-816d-4b2d-9134-5173ba42c451",
- "IsUsed": true,
- "Index": 369,
- "Name": "负载CV模式197V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bea85360-8381-4bbd-ae41-f3b7b6c4cf92",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "197",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6d24e4fc-3ba8-4ee0-8627-803dc1be73d1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d53ce75b-9f22-4a72-858e-2f0f9dc4594d",
- "IsUsed": true,
- "Index": 370,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "32d3218d-aafc-422e-8fbe-eedab9d33ccf",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8f67ecce-8487-4204-9f9f-54d62964d405",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ad8d6f81-3414-4e61-af64-95418c571b9c",
- "IsUsed": true,
- "Index": 371,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ad68ef0e-711d-4fb9-a53d-f17ce23c1a50",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "14cec6b0-a30f-4113-b99e-04fec241e4d5",
- "IsUsed": true,
- "Index": 372,
- "Name": "负载CV模式198V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a87eb8a-0f41-4e71-a772-0954ac3de3b2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "198",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb387b60-b103-47ef-bc12-7ff2aebc9518",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8191e85-34c5-4ace-982f-8c41f786622d",
- "IsUsed": true,
- "Index": 373,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "05a6f961-af3b-42d1-85ca-c97ee1697fc2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "745ef2e0-bd27-4ab6-9c6c-c4bcaa999ee6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05ad144f-d070-4a76-97f3-48ff8038c9ca",
- "IsUsed": true,
- "Index": 374,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "654a0e28-a84d-4f2d-abc7-e17b2b74a61c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7ba486c-fd3e-43a0-bb0c-b38fd2154a0f",
- "IsUsed": true,
- "Index": 375,
- "Name": "负载CV模式199V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "74503d54-46eb-4d16-a8ba-24a1a3c39333",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "199",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0aae1549-061e-40dd-9a05-3cf5e350df32",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "65c5d55f-25d3-4452-8791-86b88d164a7d",
- "IsUsed": true,
- "Index": 376,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ee1b265f-3f70-4ed2-a2d9-e77c7102c60b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f74582b-1a89-4fb3-b949-b358bcbeff68",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1de4175-ae31-4493-ad0c-1cea21ff0d89",
- "IsUsed": true,
- "Index": 377,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f8814bc7-1616-4125-b30e-b7aa22383de4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b0de9e8-b0f6-4108-98fe-b9375119b726",
- "IsUsed": true,
- "Index": 378,
- "Name": "负载CV模式200V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5e4ba9e-4078-4694-8c18-323c8dfce477",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "200",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91b2d6d2-c5cc-4b0f-914b-d2385c75b6a6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "00e93d48-9cb4-43bb-95f7-282b37fd934b",
- "IsUsed": true,
- "Index": 379,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "120a0139-5ed1-4ffb-9586-28d4cb4cee80",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "88987016-654b-47b7-8b4c-da4629bf1203",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7da422db-09a9-4c2d-9f37-947589008dd1",
- "IsUsed": true,
- "Index": 380,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c216464-f231-49f5-9d24-db0c5ddb4a9e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d249e44-19d8-4caf-9787-d59f3295292d",
- "IsUsed": true,
- "Index": 381,
- "Name": "负载CV模式201V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3bd2dda8-3eb0-43fd-8961-db3aaaae0e99",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "201",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1ed08304-b20c-42cf-a0ff-1da394ac1c4e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "380b2b81-0eae-4821-882a-2e3f94af5188",
- "IsUsed": true,
- "Index": 382,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1546e9da-4a55-49f7-bbd8-82c3e1d9ba88",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfae3a79-6c9c-4f7b-9906-1a134ffdce51",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "131ec7bc-d7d5-4aaf-bc91-4478ceb5b903",
- "IsUsed": true,
- "Index": 383,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7b459545-a7d9-408c-ab81-effc0e72df48",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "73c42952-47cd-482d-bbaf-a73c3fdbb63b",
- "IsUsed": true,
- "Index": 384,
- "Name": "负载CV模式202V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "12d61306-a3b1-40ae-9561-2eac7ee65029",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "202",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24fd1d3f-d788-46dd-a94b-10bb5bad332c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7bb21652-0c58-4d6a-ba78-8f77922aa1c4",
- "IsUsed": true,
- "Index": 385,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "446b6b0a-b2ea-4e5f-8364-ca5967ce8cb6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3ee29724-a1d5-412f-b0c6-69a7c1983072",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0731d472-b5b0-4da0-81bc-02bdec46686b",
- "IsUsed": true,
- "Index": 386,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ac02341a-c81e-4f47-a2a3-91c87b2e9382",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c3f43103-e562-404e-b9ec-5878753b9df5",
- "IsUsed": true,
- "Index": 387,
- "Name": "负载CV模式203V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "834b5cf6-1ca4-4a25-a045-95e1fdc747d9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "203",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb9017c3-f357-4f28-8a71-f524a5a231bf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e6de8440-61fc-4463-a556-eaf1b01f5faf",
- "IsUsed": true,
- "Index": 388,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c831e57-9da3-44f9-b062-69e8b3fb9cf3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "00254fd7-cc3c-4ab4-baec-0bb7ee545f6b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cc784996-1053-40ab-995f-be04929b12f3",
- "IsUsed": true,
- "Index": 389,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "042e3246-4750-4c6b-8f64-0b6a417a4eb9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e97c463-3e64-4c9e-bd22-91770dc6d5cc",
- "IsUsed": true,
- "Index": 390,
- "Name": "负载CV模式204V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dee7da90-ebb0-403d-8a71-e13700c7671b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "204",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d1edadec-92b7-46bb-9dd9-32dfc9e6efdc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25eab5ea-8bd8-4c12-ac08-d95c837d5025",
- "IsUsed": true,
- "Index": 391,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56e638eb-0daf-4272-9c8c-ad182c880712",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1f98891-98ae-4911-b63f-77601be19023",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b71fef03-d96c-405f-9661-f66734b829ba",
- "IsUsed": true,
- "Index": 392,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "84627918-8da7-4b01-9665-8781cfc473a5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e593cb5f-4eff-431f-a9eb-1ddea1356872",
- "IsUsed": true,
- "Index": 393,
- "Name": "负载CV模式205V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "41ecd447-683d-4484-85c3-f60371592533",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "205",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e3974f73-5f75-4e17-9005-806fd334ee3a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4350cd5f-855f-462e-8fbb-faca46e2fb77",
- "IsUsed": true,
- "Index": 394,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa405abd-8ac8-4146-af12-d0a03b3a1297",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e34bf74-7121-4b53-af9f-d8ca27c23252",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c48db89-f4cc-4640-9430-fb5a9e968fe3",
- "IsUsed": true,
- "Index": 395,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4ab3e86f-db14-4822-9adc-9f0d570ae5ee",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e28b0bf-9c44-4a30-aae3-2057fec20e78",
- "IsUsed": true,
- "Index": 396,
- "Name": "负载CV模式206V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28d37d3a-3186-41b6-82c8-92cf08991607",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "206",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3340ec7-712e-44d9-98c8-c28641508fe6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f0ac186-6dcc-4954-b258-b3da7fba17f3",
- "IsUsed": true,
- "Index": 397,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "140ff432-6fc2-41f0-846a-41f69d4449de",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9de767e5-9ef5-416d-9ca2-ce20c16414c4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b549b1fd-70e3-4427-83de-e13d5164fd1e",
- "IsUsed": true,
- "Index": 398,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "535b1100-b290-4335-9a04-054430b34d5f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "79d80800-8884-440a-a481-161dc2b2faf0",
- "IsUsed": true,
- "Index": 399,
- "Name": "负载CV模式207V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9680b57d-8263-4368-9591-beec453af611",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "207",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1bd112e8-20e6-405b-9ef9-c9e55c48dbd3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b32cd88e-3bbe-4580-906b-1bb8f08b0ad1",
- "IsUsed": true,
- "Index": 400,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "edf57501-8ee9-4bb6-9e41-d0326ae404f2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "19998a5f-30a7-41b3-8f2e-58bdb8a5cf55",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c996c1f2-485c-46a6-a1a0-f0100dec81cf",
- "IsUsed": true,
- "Index": 401,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "baf0dfc5-bef5-433f-b3b4-b6e201ba51a2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39b7a5de-e92f-4b69-a897-8bec7447a94b",
- "IsUsed": true,
- "Index": 402,
- "Name": "负载CV模式208V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "14295a00-9d5d-42d8-adbf-585de93223d0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "208",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e2aeea8-891d-441b-8ccb-d85f8fd31eb4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f247ed23-768c-4b49-bd52-67080f5e9ea0",
- "IsUsed": true,
- "Index": 403,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a24255fb-ce46-4d65-80d8-7ab3c1b58474",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "17cb7eb5-0f92-44be-9956-13138cad73df",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5a80836e-c5d2-4551-a3ff-3c49a1296c43",
- "IsUsed": true,
- "Index": 404,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "404f1ea2-d08e-4634-9199-7c67492633f6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e097caa0-ab09-4a19-8cb4-a75169918d0d",
- "IsUsed": true,
- "Index": 405,
- "Name": "负载CV模式209V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf4f288c-295d-423b-9e16-84735c11bbf4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "209",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e6da18c5-8666-4502-bb49-4b051d8402b2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e60ebae-4ae6-4e8b-a01c-5336f2c43b03",
- "IsUsed": true,
- "Index": 406,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b27cf967-9d42-4c75-918d-b4690375617f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f67294c9-ba04-4a52-bb7f-5ddb88822923",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "830a4df3-41e1-47e3-bcf2-b1ee4e8408d8",
- "IsUsed": true,
- "Index": 407,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b5941ef8-5441-443d-b6eb-4f8fa439d1e2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6bcdf08b-ab70-498c-81c0-4c59b89c6d2d",
- "IsUsed": true,
- "Index": 408,
- "Name": "负载CV模式210V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8e99f53c-4cb3-4f87-86c6-6073f8017549",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "210",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8198d98d-baac-4a37-9e03-e7322114118f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fe2b2e68-69e7-4c38-b063-e7b52f495103",
- "IsUsed": true,
- "Index": 409,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3615a841-9847-4f76-934b-06f24f685c20",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90ca49cc-298a-4dd3-a491-4c80b2964ed1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d90cc351-7dbd-47df-84e4-f8dd0f584912",
- "IsUsed": true,
- "Index": 410,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "811ee29c-18ee-48d8-b4a2-d3b7177aa6ae",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6600c9ea-d1d1-478e-81b0-b1355ec3ab3d",
- "IsUsed": true,
- "Index": 411,
- "Name": "负载CV模式211V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c6d86a52-7e15-48cf-bc47-b593611b35a1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "211",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f75df3b2-433a-428e-a1a7-824efee667ca",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40f33aa6-e75c-4ccf-b3aa-6e2ff539b42b",
- "IsUsed": true,
- "Index": 412,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "96231621-0023-4809-96eb-262d7f535ac0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2c9f1909-b160-4afc-a7d4-b271b1cabc21",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c457fff3-cc94-4a77-8605-f7f4bf2bbeea",
- "IsUsed": true,
- "Index": 413,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3a683ee3-b435-47c8-8e10-ec7349fa7853",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cfc690a5-1e0c-4cbe-b02a-7e7bcd9a228a",
- "IsUsed": true,
- "Index": 414,
- "Name": "负载CV模式212V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e9b2d34-6962-444f-8afc-524b19d37eab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "212",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6c577c31-0a3c-46ca-9fb3-1aa7ab1d7634",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2afa9b01-8f47-412c-b440-ce966e103612",
- "IsUsed": true,
- "Index": 415,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cba101c-7af1-4a78-b8d8-4d60a936f1be",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2f09858b-7ecb-4ccf-8cb5-cbf8bde81328",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37cc0cba-5387-4bbb-b7eb-4119d1315757",
- "IsUsed": true,
- "Index": 416,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cac1102c-ab56-4d5a-a968-867d660840c1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "301de247-7fc1-4e02-91de-19f5d7ec86a5",
- "IsUsed": true,
- "Index": 417,
- "Name": "负载CV模式213V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "914c571b-5107-47c0-8704-60872f057d4a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "213",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c3241440-3017-48b1-99e1-20690c43db71",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6e1d37c-5040-4819-b128-54693bd470d6",
- "IsUsed": true,
- "Index": 418,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5153f569-71fd-4768-a6ab-c375f05073d9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "64a71b7f-7610-44ac-815a-328229f8ddd3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55785310-1227-4d93-b10c-b4cb8ebdab3d",
- "IsUsed": true,
- "Index": 419,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7ca05b17-88cd-4c24-a003-28551eef47ff",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "998376f6-1934-4210-886a-0e5e0da09d50",
- "IsUsed": true,
- "Index": 420,
- "Name": "负载CV模式214V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ce26212-4f5f-4050-814a-08bde176475e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "214",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "29148a56-0ce7-4ce9-b735-0d6e7e9961f7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6722ec5-ba83-49b8-8c75-350f359c8df8",
- "IsUsed": true,
- "Index": 421,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4f38242e-f51b-4b73-a897-3f855250ccc7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "793028b8-1326-4aeb-b7d1-c0cac1ef04db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37a0de3f-e6ba-45de-8746-6761283b8fe5",
- "IsUsed": true,
- "Index": 422,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b892e8a9-6333-43e5-a26e-228df1a3216b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a3ef857f-a005-4b53-9cbb-dcfc719dae27",
- "IsUsed": true,
- "Index": 423,
- "Name": "负载CV模式215V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "51056b8c-9b10-433b-b8df-146b394289ba",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "215",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "06b015a7-ea27-46cf-98b3-34ccaf1db043",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "850b506a-13d9-4159-a7ee-529285043cc5",
- "IsUsed": true,
- "Index": 424,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8fe0c51f-0812-4937-8e47-81411d7fa8b6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e4b89de-3ec5-48f8-86ba-8d3a9f1799f1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a62755b5-5cfa-4795-855a-65295a3bb5a9",
- "IsUsed": true,
- "Index": 425,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f4f1f9e8-580d-4bbe-9d42-f0476f5a84a4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "31de430c-2e3b-45ba-8b1c-63ba3bde7708",
- "IsUsed": true,
- "Index": 426,
- "Name": "负载CV模式216V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "69991dd4-6fd4-42c9-b047-30bbe5f7b4ae",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "216",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e0d4491a-2a95-40cf-a274-c461a50c4d6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfd7ecf5-f3b2-4dfc-b9af-4284a48145ae",
- "IsUsed": true,
- "Index": 427,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ef6d5c0-83f2-463b-8952-6d0d230193b3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5c1c03c0-5021-48e2-a756-3b564d7fa93b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "32bae23a-832f-424f-9bce-44a7b21affcd",
- "IsUsed": true,
- "Index": 428,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7b31f61-93f0-43f5-98b0-adcbf6502e93",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d751df38-693e-409f-bd88-6af23e5726cd",
- "IsUsed": true,
- "Index": 429,
- "Name": "负载CV模式217V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "66ba1bc5-45ba-48d7-85aa-d0e04a364dc2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "217",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f70afa54-09b7-452a-97b2-cdf378b66982",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8702b8b-d7f1-4f73-86b9-6fbb6684a1b8",
- "IsUsed": true,
- "Index": 430,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6285573-f701-41d7-806e-e96a444386fd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e5ec4fc-a82b-4ebf-82cf-1a890b698135",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bdf0d4ab-142a-4338-86ab-01dfc7927d97",
- "IsUsed": true,
- "Index": 431,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "222dfacb-7230-4f90-ad8d-5f6b980c2065",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b972dcff-75f5-49e9-b605-b2831cdf37b5",
- "IsUsed": true,
- "Index": 432,
- "Name": "负载CV模式218V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "062771ba-8b98-4823-878d-3405b12b6a58",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "218",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cbf112f-76e4-4e32-ac30-4baea291c37d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d318cf3-60aa-4535-a388-2a0d7cecebb5",
- "IsUsed": true,
- "Index": 433,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2a7c69c-43af-4ae9-a7a0-696b355b0f33",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b95f257d-9ff0-4731-bf6f-43bbc4aad231",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c015b706-b424-4a61-9a0c-3c02b05903a2",
- "IsUsed": true,
- "Index": 434,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2b15d0b-6bc3-4984-83a2-fc8ecd76dc38",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4f761382-a878-4cb0-9f34-767b9dad44d0",
- "IsUsed": true,
- "Index": 435,
- "Name": "负载CV模式219V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fec26b8b-1ea8-4676-8414-e61eb78c822d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "219",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7a52871e-2a7c-4bfd-a6c4-8eec13bd769c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f5c8cf4-4adb-42f1-80f1-b61eafbb8fd4",
- "IsUsed": true,
- "Index": 436,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be915799-655a-4482-bbfe-5ea5d30c7d4e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "382d5b3c-9649-4ee6-ae12-4178cbeda6fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d23a1cb4-8ac3-42e1-b909-b3113c200c37",
- "IsUsed": true,
- "Index": 437,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ea36f9a3-ec02-4c56-b1bd-a54e2d327e3b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "67443ab2-1642-4769-9843-246050d73505",
- "IsUsed": true,
- "Index": 438,
- "Name": "负载CV模式220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6c241235-2094-465e-b0bb-7066e8e5c86a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cde42576-e166-4fb6-a42d-e33ba0b639a1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4f3f9f63-9c07-4a66-b3d6-ee71ae59781b",
- "IsUsed": true,
- "Index": 439,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5c56cbb5-a3df-42f2-ae10-e5bf61f3c909",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e7ff2d0d-c3f8-4a54-a9b6-391254ea61af",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2720424b-da6e-463f-9f24-7475d5dd5485",
- "IsUsed": true,
- "Index": 440,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b859d705-46b1-4346-b76b-289f6d98ae57",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "24f4ffd8-38a9-4c1c-becf-df3bcb74fc45",
- "IsUsed": true,
- "Index": 441,
- "Name": "负载CV模式221V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cc53b29d-6a4c-4950-a6b0-14ece8d9e187",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "221",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "76584283-d125-494f-9dd7-fd84a0050845",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f0dba9c1-bc5b-40c3-b123-6f39a6438a58",
- "IsUsed": true,
- "Index": 442,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "524c3a03-7409-40bd-8418-bf916b937746",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "60add9d6-bcaf-46a7-868c-9c8338957fef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a784b88-4038-49c9-a6ab-60cc61dafd29",
- "IsUsed": true,
- "Index": 443,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b468c17-f07c-4a3a-987c-688bd8e6c6ad",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "24cc5e04-7d89-4bf7-be5c-4b48c6b09874",
- "IsUsed": true,
- "Index": 444,
- "Name": "负载CV模式222V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cffb8d46-996f-4aa0-9902-125d84df3513",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "222",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5eb32fc7-f18e-41f6-b7a8-2930fe0db059",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3f29b2bf-ff00-4e5f-8880-09076abf7c00",
- "IsUsed": true,
- "Index": 445,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa63888c-c81f-44ac-ad8a-089ab4ffc5d7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "70b81463-a157-4045-9894-252026a35f1d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "32b9abce-2c37-4364-ad9d-7ed0f12636e5",
- "IsUsed": true,
- "Index": 446,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ae18b0bb-2ede-4903-9d40-3b5cd2f1403f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e1336a1-29a9-460e-b179-4ee19410dd5c",
- "IsUsed": true,
- "Index": 447,
- "Name": "负载CV模式223V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c8997f70-543e-40da-a43f-a137aef6963e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "223",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b6e9fe87-5d37-417a-924f-9dfac8322ee7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "034f63c4-4155-43e2-9a5e-0a5673527803",
- "IsUsed": true,
- "Index": 448,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "07fb2db4-03c9-4434-bd45-db57645f5167",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e1269962-d063-49d1-a2cd-a1d074ce8e45",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e1d675a1-362f-44c7-89c2-30e4d0dee1cb",
- "IsUsed": true,
- "Index": 449,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "306ba2a7-b20f-40c8-bdf1-f51939d7435e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f12bdfee-4d8f-4493-8ab8-e5d2a3f5c7c5",
- "IsUsed": true,
- "Index": 450,
- "Name": "负载CV模式224V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "519a80b4-d2e2-417f-89ab-2de6caca640c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "224",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e9ab95a3-0836-46ee-ae60-1e14bb8f15f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "36631b11-eac7-4056-bfbb-86dcd343306c",
- "IsUsed": true,
- "Index": 451,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5db04ce-4f26-4dd2-8bad-ae6db1d6f6f4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5987367d-b745-4414-96b9-c6867ac904a4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "eed1a045-dcd3-4463-a6e8-55941b777edc",
- "IsUsed": true,
- "Index": 452,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d9011576-99af-4d92-82ed-938c22d0ab93",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "11e806e6-20a6-43fd-be4b-035de9dd931d",
- "IsUsed": true,
- "Index": 453,
- "Name": "负载CV模式225V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef2c3fb4-db93-41ac-96f5-cf2ee552dc6c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "225",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b839d3f4-3bc3-4806-9d11-562c33fe9e86",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c12a05ce-9de4-4184-a279-e2c6e6020fa3",
- "IsUsed": true,
- "Index": 454,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "57c64d61-d337-4db8-8da9-a1c0506bca61",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "94d8006b-bc9a-4715-835f-6c47af62d532",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23e515ed-49f3-48ec-b2b6-cb4f3868480e",
- "IsUsed": true,
- "Index": 455,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92554059-f4fe-410a-9b66-b9396ac12e3a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5a08f725-9bac-41e9-b220-ea361b657e7a",
- "IsUsed": true,
- "Index": 456,
- "Name": "负载CV模式226V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "603ac05a-517b-4bdf-bbd4-447ae6f24fc5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "226",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "042e80aa-66d8-4ccd-bd48-831d8976d700",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "13acfd55-d583-451b-8a82-96fa6baaecac",
- "IsUsed": true,
- "Index": 457,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "486b215a-d351-4617-bc4a-3dacbac4ad0e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c7bc5ac-7490-440b-bf68-d2569f5e88ba",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfb6a03e-840d-42c6-b829-232b3e0b1fc3",
- "IsUsed": true,
- "Index": 458,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bb9b34f4-f366-4032-9092-5b288ea54284",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a06cc99b-a7b8-45a1-853d-3ac480ed4c7a",
- "IsUsed": true,
- "Index": 459,
- "Name": "负载CV模式227V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3557906a-8e31-431f-9ceb-57ecc10b70e4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "227",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "34108e1f-e3e3-4609-9837-7943cd7685bc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9f7cb58a-b469-46cb-9751-a31b63cb8364",
- "IsUsed": true,
- "Index": 460,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "57c03611-8a6f-4f95-980a-c5d091d2ec85",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "28964085-7442-40a1-b677-a9770b47ff22",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45a68b0d-6ab6-4718-a103-0608f7289744",
- "IsUsed": true,
- "Index": 461,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d24056df-f5d8-459b-9dd5-d1c99bfefe06",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac0b5767-a96f-441c-9673-27ad2fc71c49",
- "IsUsed": true,
- "Index": 462,
- "Name": "负载CV模式228V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba35777d-6e05-449e-8304-7a883c3a18a0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "228",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd24590b-4b93-4432-8190-b3c89e3fa71b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96dea8c8-a79d-4c7d-861e-59b8cf3458af",
- "IsUsed": true,
- "Index": 463,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d175b93e-8868-4a6a-a1c2-0e24d5172be8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "18d745d8-0fa6-4855-90cc-be41f777aff8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "14d16b58-39e4-402d-9606-1782fbbf9398",
- "IsUsed": true,
- "Index": 464,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a704a41-6dc5-4aa2-9d8a-80112889371e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a35620d-b1e7-4713-b25a-ae25577a7e9d",
- "IsUsed": true,
- "Index": 465,
- "Name": "负载CV模式229V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "72768ca6-e719-47c3-9e47-5297608bf308",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "229",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b47a779a-2075-4733-9f73-2cba968146ce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41835dd5-1905-4bbf-acd7-caa46bb8ba9e",
- "IsUsed": true,
- "Index": 466,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "449fb100-c657-4305-b0c3-85dffe13fe63",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f69e6e0-6c7d-473f-a2e9-d57a97c52261",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a6defa9-194a-4d12-b598-2cac3a8c0ebc",
- "IsUsed": true,
- "Index": 467,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1fc747d-8f80-489d-947b-d91b3ef44a73",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d75ad30-d929-47dd-b618-a8f517f7999e",
- "IsUsed": true,
- "Index": 468,
- "Name": "负载CV模式230V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df6de8c9-c300-47d7-aada-8d6981e533c4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "230",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fae8f62e-5e70-483a-b9bd-536a84eeb794",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "80b16da8-78c7-4a62-aa54-6eab15eb9ca8",
- "IsUsed": true,
- "Index": 469,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "32f7ec0e-03ed-42b5-ab2d-dd8f94c0a39d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9094c041-a8fe-40b4-b2a8-41c881b9fbfc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "15673a34-4ed6-4dca-be6b-bec00ed56035",
- "IsUsed": true,
- "Index": 470,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8faca450-c094-44a0-baf6-503dcec47352",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4bd12630-426f-4b31-989c-11502251dbc6",
- "IsUsed": true,
- "Index": 471,
- "Name": "负载CV模式231V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3faead89-2c37-479f-8637-943a2a926c18",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "231",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4415dc16-8b6d-4362-a7e4-8a98feb31c61",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55fe9590-ec18-4c2d-a1de-f5412bb6bb54",
- "IsUsed": true,
- "Index": 472,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2fad86fe-cbd2-41ba-99b3-d6d204ceddab",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1377111d-45ae-40a2-9472-7508880540f6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e359ecd-e26a-4f47-a557-1a2382b7b46a",
- "IsUsed": true,
- "Index": 473,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5206227d-6424-4c0f-a66e-1b2cd70e4c1d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e9490de-76f5-4ce3-8a01-9bc990de45db",
- "IsUsed": true,
- "Index": 474,
- "Name": "负载CV模式232V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8d7aee4-ba7e-43b6-a9fc-626e958aeed8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "232",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b30677af-a9e1-4645-82a9-c16d40c00279",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9972b8b9-6c98-4dd2-a588-4f99bc9147a3",
- "IsUsed": true,
- "Index": 475,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "13f22a00-bb1a-4593-b8f3-57cf4de51aea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6dfd3646-b5b6-4ee2-92fd-366cf0355ed2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ee005fbb-e4e9-4673-8260-26bf583ac5b3",
- "IsUsed": true,
- "Index": 476,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6791d5e9-2020-40c2-901f-8b23655b7b27",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b3a00487-940a-435e-a7ec-329fec75b8d1",
- "IsUsed": true,
- "Index": 477,
- "Name": "负载CV模式233V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3facac07-6dcb-405d-81cf-6e530236ff06",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "233",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "27cd3c95-075c-41af-b698-9eb166688ddf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7689b0c3-7da0-425c-9c0e-a89c1d42c26a",
- "IsUsed": true,
- "Index": 478,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6d910f9f-ec3b-44ba-a130-dfcaa351d2a8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7182dfe2-b194-4dbe-9b29-d5256b5e6c82",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c65093e7-10f7-49af-8272-7eda2291cc3a",
- "IsUsed": true,
- "Index": 479,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3fdf494b-c65d-4834-8050-46cdb10cdae8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d0fb64e3-eb1d-4fb4-9794-4215c9d8e26d",
- "IsUsed": true,
- "Index": 480,
- "Name": "负载CV模式234V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "af032f5c-7cc9-4792-800b-089977a0a2ef",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "234",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f51cc81-52aa-470f-97cb-8add336a1cd4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "544dc9f4-df79-498a-99d5-fa7d1491c1ec",
- "IsUsed": true,
- "Index": 481,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "406b26c9-1021-42f2-a1cd-b2b881c9f25f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "536769b9-a5a7-4f60-a005-c40fe44ad6dd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1aa74c0f-f1d2-4514-a74c-4be637cf2fdd",
- "IsUsed": true,
- "Index": 482,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a979cf9a-e5f3-4843-be77-0c144f94e92c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0bb28a3-bb36-4bbf-8e0a-49511117c7fc",
- "IsUsed": true,
- "Index": 483,
- "Name": "负载CV模式235V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "08b28217-6cca-4350-a2d9-6a87be788bf6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "235",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "258d8955-3731-40fd-8e8d-58fe4ec9aa30",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "120922fb-41cd-459f-8384-a38f725ad22b",
- "IsUsed": true,
- "Index": 484,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1617aa46-d39a-4515-98c5-0dcbc27084d2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e92b737-6347-4417-ab18-442b738c6680",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2145aa83-7266-48d2-99f8-4e3773dbd7ce",
- "IsUsed": true,
- "Index": 485,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ed2d6fe7-dde8-483e-9c6a-10559dbda67a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c59ad840-0714-489f-892b-9a5f4dac92c1",
- "IsUsed": true,
- "Index": 486,
- "Name": "负载CV模式236V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d6363cb0-ce37-421f-a1cb-52ac009c8837",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "236",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ae8004fd-0534-4263-81a5-0f75377b35ab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6153f3d7-4177-408a-bcaa-e4b510c15c44",
- "IsUsed": true,
- "Index": 487,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1206a375-41ec-4456-9791-312214673b46",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7f3374a8-8b25-4910-ae33-5ad73200ef06",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c1b328e8-33f7-49f3-ac78-f328fbd7d2e7",
- "IsUsed": true,
- "Index": 488,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e4c6f67-e009-48cf-b3a2-446ebbc4af44",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3796190b-0ff5-4f5e-9fa4-778b39cf9653",
- "IsUsed": true,
- "Index": 489,
- "Name": "负载CV模式237V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f25b02f9-a703-4a11-9c34-5fc148a8a34b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "237",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1972f5f7-69e5-4d32-b188-70ca6315cad8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "661a9625-28d3-4984-9663-f6329cffc8e0",
- "IsUsed": true,
- "Index": 490,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a838661-8e5b-461d-9cd9-b00736fe3105",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4fd245ab-7c0e-4e16-8287-2b4e112a6b2d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed249fc1-45d0-46b0-aea9-a74bf89360c4",
- "IsUsed": true,
- "Index": 491,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "39a495af-0ad0-40f6-bc0a-1381784d71ff",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f91c3e7d-577d-4247-a8de-7d8773929093",
- "IsUsed": true,
- "Index": 492,
- "Name": "负载CV模式238V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eb2460fa-96b9-4af9-989b-9560c67b914f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "238",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ceedc898-5b1d-41c8-becc-6c8025148eaf",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "12d76083-b407-4509-88a1-99174af58942",
- "IsUsed": true,
- "Index": 493,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c3cd4bd-6d54-493b-812c-748de4893527",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b8766a5-2161-4d66-a5a6-4ca834291165",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "de015139-8b31-4ebb-9e88-386bb2eb1bbf",
- "IsUsed": true,
- "Index": 494,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e93b8d8e-13f9-44e3-adbb-97ec0e80f9a2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6416858f-c5f6-4ccb-ae86-d0aecefd43a4",
- "IsUsed": true,
- "Index": 495,
- "Name": "负载CV模式239V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5bd0788a-dd2f-49d6-9f47-b40dbb7b7b06",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "239",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e72c94e-14d0-494e-b70f-2a0f0a5f7ab2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a9ab2510-773f-4d80-8c81-c479fd3fce24",
- "IsUsed": true,
- "Index": 496,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c93cc2b-e32a-48a5-89a4-d1bb0b363d4a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "135cdc68-0346-483b-a760-58a85f3032ea",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "41bcb6df-bcd7-4d3d-8b4e-ca8cfd4d7aad",
- "IsUsed": true,
- "Index": 497,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6db6cd4b-025a-4ff0-96da-a267151f092d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db935f69-d01d-47ed-a71f-a64e1095ae84",
- "IsUsed": true,
- "Index": 498,
- "Name": "负载CV模式240V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "92a9c62a-64ae-4a12-9cce-1d34f9ba6829",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "240",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e4925447-a344-414a-abde-9de5c6404f7b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dad74125-75b5-4a6d-8201-95f205098dc4",
- "IsUsed": true,
- "Index": 499,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da52fef9-00c7-4d3f-8a64-630562590a81",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "967f955e-4221-4de0-a7d4-320503e1949f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b68f0e90-29d7-472c-b430-791160487475",
- "IsUsed": true,
- "Index": 500,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7110dd9-4f78-47d9-aa09-6ba242ffbbed",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "37c4e116-39ce-4937-8db4-9849744b8e76",
- "IsUsed": true,
- "Index": 501,
- "Name": "负载CV模式241V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7823fcee-0b24-44b6-b5a4-2f2b820b859c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "241",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "363b4d29-68f9-4dff-8cf8-0d7d36d922c8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7afe58e1-67b2-47ee-8e40-3de6e5e3ee0d",
- "IsUsed": true,
- "Index": 502,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fb9819d6-1aac-4694-a3ee-87b938f1cbe6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "284858df-a3c2-4d8c-a3b6-c95b595695ec",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "43100988-ccc9-4c6b-a202-832ddb90b07d",
- "IsUsed": true,
- "Index": 503,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa632b9a-62ed-413b-9634-db6990e3987a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d7f5713-02d5-4cc0-974d-a048c92359db",
- "IsUsed": true,
- "Index": 504,
- "Name": "负载CV模式242V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c3391861-efc9-405b-9591-4fec99b7ca63",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "242",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f813f75b-8b28-40ce-b61e-30456261b0b2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38b9c967-2c1e-46fd-bdf5-4ef9429d31a0",
- "IsUsed": true,
- "Index": 505,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "63fda842-33e7-4f96-931a-49b21553c0af",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "20edd09e-25c7-406d-9169-c1886c772d06",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "58708454-270a-45ef-a3a4-4be799c18c10",
- "IsUsed": true,
- "Index": 506,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa3c8299-c9d7-4362-b7ed-6b51a474b99e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0192d8ee-e05a-4d2e-894c-fc4ecd61ff43",
- "IsUsed": true,
- "Index": 507,
- "Name": "负载CV模式243V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0748c7e8-52c9-4a2a-bf18-1a13369e9b7b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "243",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2c746808-6711-439c-8824-f4a61b49f8ac",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6be88f5c-8850-4f11-949a-e90899306e24",
- "IsUsed": true,
- "Index": 508,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d325a9af-c96a-4d6c-9673-8da4e2edbde9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "219ebc58-031a-4ee1-920c-902c61987567",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "33b73330-223e-4de3-ac77-4b04b8f877a9",
- "IsUsed": true,
- "Index": 509,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f15f1211-9409-4b29-91b4-c40b977bc0ea",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c0afb78-1071-479b-be07-82c2c25ca9bb",
- "IsUsed": true,
- "Index": 510,
- "Name": "负载CV模式244V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f0647ffe-3f71-4db4-ba6c-f624a66e8592",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "244",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e7e59ed3-7925-4c05-bc4a-9f132feaa451",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb873509-a0e7-46fc-8e51-880e78caed91",
- "IsUsed": true,
- "Index": 511,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "238de5df-2a34-49ce-9ffe-36343e494bc0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9d0394c0-8a0d-4ce0-994a-a602b898d854",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d8130a60-5a8b-4574-af49-759fbaa47cc4",
- "IsUsed": true,
- "Index": 512,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0e61949-70c5-4707-9503-dadd14ffb5e2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22da8df2-f8ad-4989-95a0-06a727a4b31f",
- "IsUsed": true,
- "Index": 513,
- "Name": "负载CV模式245V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ccb954b5-f302-46f3-8f4e-837eb5b782dc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "245",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "92ad0d2e-44a9-44a1-bd6b-cde14e69186d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7766950d-eb7a-437b-98d9-fa391bdb6824",
- "IsUsed": true,
- "Index": 514,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21f36992-05b5-4b91-85b1-b8eaf3c2bec1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dc0669d5-ff3b-4d54-b58e-b6857737bb89",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92322e18-3240-4ac3-be8e-ea604242e3a2",
- "IsUsed": true,
- "Index": 515,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c08079f8-439e-460b-afaf-06cdf4c25518",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "db3ab0da-c53f-44ac-96fe-51cc469357ee",
- "IsUsed": true,
- "Index": 516,
- "Name": "负载CV模式246V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "14029f86-0c92-4615-a642-954466a0fd24",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "246",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f13a8199-6a38-4001-814e-c64efb876852",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d1bd7693-dc33-4aab-a0da-e9eb6b9eec14",
- "IsUsed": true,
- "Index": 517,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d28f655c-0c15-4c43-a562-57e34b8b30f9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b3852fc1-5488-4657-a2a7-14d18d7529f6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "86e3c00d-379c-4da1-912a-b498b8692f69",
- "IsUsed": true,
- "Index": 518,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba4c48f9-50a7-483b-9ba5-e757b0575ec4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fc9dbde1-c6d1-499c-8a12-8fbc025b8324",
- "IsUsed": true,
- "Index": 519,
- "Name": "负载CV模式247V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "027fac75-f703-4d7c-bde7-821f5cc1bdb4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "247",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "acd34dad-7765-47d6-bb94-8f027cba4c65",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8260b77-7396-4d65-9577-f59f62fb3eb1",
- "IsUsed": true,
- "Index": 520,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1124089c-8973-489c-a67d-93245d95d309",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "77aa9e88-bde1-4ad1-a8a0-2f8f418a2734",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2a7a0aae-b6f2-44c1-bbe7-7d7d8adbc36a",
- "IsUsed": true,
- "Index": 521,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1fe67551-8dbc-49f8-accc-1b1923554200",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7edf68b0-5c2a-4417-97b2-ea1fe1784869",
- "IsUsed": true,
- "Index": 522,
- "Name": "负载CV模式248V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7de9a4d-96b0-49d0-81c2-9f35d0cc7a86",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "248",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dff45d1f-2e97-4961-bab2-202379f3704b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06b21bfc-ac5a-4f26-bd65-c88d96c0b205",
- "IsUsed": true,
- "Index": 523,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6b93dcaf-e73a-4aa1-b411-7fce851f8c3a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc07658d-a72b-4fa6-83a1-83559d8adf46",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "47b39cb5-2cdd-49ad-8df1-32dda1059eeb",
- "IsUsed": true,
- "Index": 524,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9fe65188-d04e-4196-bda1-db2745523498",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "392234da-5805-4268-9791-c3d8da112c30",
- "IsUsed": true,
- "Index": 525,
- "Name": "负载CV模式249V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "50a071c4-ab9b-4845-9771-b27482ef4842",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "249",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1517011d-a464-47fe-9449-6710b4edf33f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5e66bac7-4dcb-4303-98a1-4accf4abc242",
- "IsUsed": true,
- "Index": 526,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f18ddb0-fad4-4417-95cd-0e9b5804425b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7cc9b8a1-ee13-446d-9f57-e2cabe00a339",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "052bbfe9-8877-4072-9047-1e234dc6244d",
- "IsUsed": true,
- "Index": 527,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6874a132-9542-4bb0-a1af-2baed411cd37",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "365d63b6-da07-4ed8-9a79-825ebcd18840",
- "IsUsed": true,
- "Index": 528,
- "Name": "负载CV模式250V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "363ead01-bd8a-4ac5-ac33-ba8aa6b7e106",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "250",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3279dfda-d339-4aec-ad4c-df68dc8d588b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b77a349b-7f9b-4cdb-b345-67aeecd27c7c",
- "IsUsed": true,
- "Index": 529,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4ea63883-3532-4497-bb42-96be17f5575b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90642e89-e644-441f-9df5-aeb40e716980",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fc317b5c-9214-4866-b146-f9169e2eaa7b",
- "IsUsed": true,
- "Index": 530,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "200e79ee-ce4a-45f9-aa7a-2e1370a52d79",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a2568ca0-b3d3-4999-a65b-d0a916e92358",
- "IsUsed": true,
- "Index": 531,
- "Name": "负载CV模式251V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f83b40c4-863b-4016-b430-b57c4bfbf431",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "251",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9bb738e3-0753-44d6-8210-55702b4aa426",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4536813-9f7f-47d0-aeb0-c579f6581631",
- "IsUsed": true,
- "Index": 532,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3a122bcb-438a-497a-8c39-ec9b52766096",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7514d036-2ae4-474a-92ac-5e10dd28f692",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "39fdcc96-f614-4fd3-b6cd-d8db3564e23e",
- "IsUsed": true,
- "Index": 533,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e53adc5a-c901-4a6c-8c9b-a9667a912bd6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ae1dd952-df8f-49f4-9a45-ad0ec55d22c4",
- "IsUsed": true,
- "Index": 534,
- "Name": "负载CV模式252V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "01d81b02-1f65-4fd4-b4b9-4106271f0326",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "252",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbba5eea-6316-464c-b4b7-881ebecb5715",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0ea68466-0c0e-4581-8a32-dd5a64b22409",
- "IsUsed": true,
- "Index": 535,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1f7c4d35-d868-43a5-8eae-4deb0e91c2e8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b33475eb-6f5e-4107-b0fb-9c157c39b598",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "98ae9846-4398-4c1d-a631-8491016e5528",
- "IsUsed": true,
- "Index": 536,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa6acf01-8679-43b8-a944-891a2572495c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2171ce80-24d3-42ea-a879-c06f4fd3aa88",
- "IsUsed": true,
- "Index": 537,
- "Name": "负载CV模式253V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f693dff4-558d-42be-90dd-73e31096b258",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "253",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b12d8983-d72b-4cba-b524-045899aa95d4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0210c88-629b-462f-8c0b-43b6d4279c7c",
- "IsUsed": true,
- "Index": 538,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c68cb665-df6b-42d8-93cd-4aed8e9afdba",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7b4f3b1c-ed23-4515-8779-46f55c81aeaa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "72ad2355-6092-448e-bb2f-7243a1f28753",
- "IsUsed": true,
- "Index": 539,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6834050-ff9a-48f4-ace5-dc17f686a245",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "216d4052-71af-48eb-adb1-2968595c1543",
- "IsUsed": true,
- "Index": 540,
- "Name": "负载CV模式254V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "472e48f4-e63d-40df-88de-dfc509df764f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "254",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6308d1e3-ccc8-4c7d-a261-adeef261e8ad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1c7dcd5c-fa1c-424e-afba-54f0e2cf0e13",
- "IsUsed": true,
- "Index": 541,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9975c658-4f4f-4d88-8383-cc6ce50266aa",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "27c7dcbc-4cc0-46f4-a023-75fe995ab3a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2da8f60f-9610-425e-80f3-3d022ffca652",
- "IsUsed": true,
- "Index": 542,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2da18a8-8390-473e-b41c-bb377d9da946",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a1882b66-c84a-44b4-bb57-990aadc7e33b",
- "IsUsed": true,
- "Index": 543,
- "Name": "负载CV模式255V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21921eb5-9c4a-41eb-bfc6-a548b0fd8309",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "255",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6920a51b-12f6-47c1-991d-e6e298fdc3cd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e92f3f2-6586-406c-b3e8-410af5eb6f0f",
- "IsUsed": true,
- "Index": 544,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "91806038-5727-4171-8565-903561050030",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a33d6c71-5e56-428b-ad66-7b2a851ab332",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6cf8efe9-0830-4747-a0bf-be40512c6971",
- "IsUsed": true,
- "Index": 545,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7c59141-573a-4729-b24f-d04d2262468f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e12a29ef-e9de-4245-a6e8-c166ab83aff3",
- "IsUsed": true,
- "Index": 546,
- "Name": "负载CV模式256V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d430946d-1a84-40d7-9baa-30cad9d83ed1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "256",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "92d7fb64-0781-41f4-8fb5-744e4ea14900",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d73c6145-8de7-4392-a0f1-a387282bcc9c",
- "IsUsed": true,
- "Index": 547,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9461a93b-e52f-4f67-aeca-d11f044a9257",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b5e48f6-e9f8-4698-b149-8c7cfd61c99f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1b89f305-6c07-433b-98b6-83da01cb50cd",
- "IsUsed": true,
- "Index": 548,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53ebcb24-bbcf-4910-b0cc-c0478abdf44e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d1862b5-b560-4bb6-a11e-8543c0ab9030",
- "IsUsed": true,
- "Index": 549,
- "Name": "负载CV模式257V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7aee0421-d952-47e7-94c6-503c969b24ea",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "257",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cf122258-a77e-4d89-ac0f-4bb60f1a8e48",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e9280e3-1404-462f-bde3-7237299306b8",
- "IsUsed": true,
- "Index": 550,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "590bad2d-4afb-459c-8b1f-420369545a9e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "316dff12-090e-4bbe-8c47-56f7472a2845",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d269c369-18aa-4af5-b2f4-93b2d505d8c6",
- "IsUsed": true,
- "Index": 551,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7c656d1a-ac4d-4bf0-a52c-739e3c9ea1e6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "54183c3e-0ac8-4b50-a6a4-3e3a7d595789",
- "IsUsed": true,
- "Index": 552,
- "Name": "负载CV模式258V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a72168b-51c5-49b8-94a3-0a199095ebb4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "258",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4411c516-3118-4d70-8c26-2b67153401b5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e118d18d-e29b-49c3-9a3c-a3e77b637e96",
- "IsUsed": true,
- "Index": 553,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "22fe265d-0d17-4c05-bafb-6484fe6e9c8e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a0e4ba08-5595-4c80-8d53-355669fe5ed1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b0d8261f-08e6-4f66-bdbd-9e4c38984b11",
- "IsUsed": true,
- "Index": 554,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "77778a24-79c1-488b-b680-ee61f3f5784c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4076e01-1de3-48e6-851f-78e83e036f58",
- "IsUsed": true,
- "Index": 555,
- "Name": "负载CV模式259V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "be5a57ef-2de8-46f1-90e1-0b6ba22b3eb0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "259",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fafd2c76-ff74-4203-a5f0-4ce7b78b268a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9924c9f-33b1-499d-9260-b84a2fadf596",
- "IsUsed": true,
- "Index": 556,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ec081c8-bd17-4aad-8d3a-4d24d5b278c7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3eee56d-4120-4862-9322-b126ce8ee54a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92906859-d056-4151-9c10-9d71f1309927",
- "IsUsed": true,
- "Index": 557,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "272d309d-8178-4567-8434-0544a8cb8e00",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23c14fe7-5b7f-4857-9966-326dd6d53257",
- "IsUsed": true,
- "Index": 558,
- "Name": "负载CV模式260V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3706f392-3050-4ee9-ada1-f1dce36e7aab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "260",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5380f866-edd8-4808-82dd-0cc41a878370",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5fefb267-b2a0-4003-9d0c-0c6c6dea140f",
- "IsUsed": true,
- "Index": 559,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd222b76-192c-4fde-a7bb-58456b410a51",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cf2c1e7-0ec0-410c-bbd0-2f9e90b0974c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be4ff5f8-e8b3-4b09-8951-86203789483f",
- "IsUsed": true,
- "Index": 560,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "90e62fad-3ffc-477d-a5f5-d5f1ab16d8cd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c40675ab-7064-43c1-8ecb-ee17ff13cb02",
- "IsUsed": true,
- "Index": 561,
- "Name": "负载CV模式261V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2bb77b63-4e9f-4958-9293-5be0f8addab4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "261",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "26378433-6de0-4ac0-9ddd-7e97bb4033c4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "60f4580b-2732-42b7-99d3-0513a7bc0dbd",
- "IsUsed": true,
- "Index": 562,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "102caa8c-fd08-430b-b2e4-f8617e3935f4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e45b4095-6a09-4a3a-b38a-14e69714f4d2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22408408-a29e-45a2-956c-f30c9cba7cc0",
- "IsUsed": true,
- "Index": 563,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9a60c0fa-7034-48b0-8ecc-f1879fb39178",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "066ef1e2-9123-4433-bc31-7e3ad55a113e",
- "IsUsed": true,
- "Index": 564,
- "Name": "负载CV模式262V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6777405c-06a0-412b-9d2e-36796a0a0475",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "262",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7f93291d-1af3-488d-96fe-4680d2669b5f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4313ce2c-67c6-4d1f-a8ce-711e20551a18",
- "IsUsed": true,
- "Index": 565,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ae14d946-7f5f-4f3d-9c3a-471861b4c2b9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cfca6086-363f-4a32-bd8c-2950ce059f64",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d520df5c-df53-470c-ab66-104ceb42380b",
- "IsUsed": true,
- "Index": 566,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28cd0284-c511-46d2-9b8e-30fcf8682d1f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a56cc5ef-78be-4fb4-9064-f386e3263ea2",
- "IsUsed": true,
- "Index": 567,
- "Name": "负载CV模式263V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c74598ea-ff8d-46ee-8920-9656d6051778",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "263",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3f4f87f8-152c-4431-bd43-46302e5e3c9a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "49ab6da3-dceb-423a-913c-4ff76749d44f",
- "IsUsed": true,
- "Index": 568,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6907e75c-e011-40c3-af1a-aa0c2c4c98d8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "57098fee-67a9-4cbc-ba47-125c49a88e28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9913935-2832-408f-bcdb-86e77117c1b1",
- "IsUsed": true,
- "Index": 569,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4de1eb24-e73f-47de-a236-67cc07054fee",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5791ebd8-52e6-4395-90e8-e224ac1466f7",
- "IsUsed": true,
- "Index": 570,
- "Name": "负载CV模式264V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e66c2d18-7223-45e2-b308-efe1923b5483",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "264",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9fa29c6-39df-4f12-8963-90d7436d497d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1a41cecf-761e-4800-97b8-c6d138e20484",
- "IsUsed": true,
- "Index": 571,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "887f18b9-d450-4553-81cf-5ce69fa97e3a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "52bd9f26-a8b2-4cb0-8bf4-1082110d75b3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f85d6e03-0990-4af8-9a18-44551dce59b4",
- "IsUsed": true,
- "Index": 572,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ea760ecb-06fe-4d61-9f55-aa6fdd9bb6e2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "499432a7-2c2f-4706-994d-9b798ee4dea9",
- "IsUsed": true,
- "Index": 573,
- "Name": "负载CV模式265V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "431a339b-2279-4500-b8fb-060ed3c6427d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "265",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5a494ab4-fcba-4b79-8db7-baaaae586422",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0abff8e1-c08b-4ae2-854b-4968ae90d83d",
- "IsUsed": true,
- "Index": 574,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a0f5ebe-4644-4783-8f9f-9ccc4b998e27",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c584ef15-7259-4f30-a03c-8b96b65ea0b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "12386f91-e081-44eb-8bdb-4159e854c769",
- "IsUsed": true,
- "Index": 575,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e82b89bc-0762-4f0e-8e71-819dd902ec10",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3c330ef7-1bef-4f2d-b474-1edef329e342",
- "IsUsed": true,
- "Index": 576,
- "Name": "负载CV模式266V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "057aaa5e-2acb-454e-b603-2191dd98da82",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "266",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bfe61809-b9a6-413f-a5fa-12a857f55a9a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ae01bb5-82ac-454b-bb33-e7aeb2877e37",
- "IsUsed": true,
- "Index": 577,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c893cf20-4a1a-4652-bf83-ff8bd34de303",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "604489d1-d534-4fc6-b5e5-64e40a24b3e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d70cec87-6e32-40f4-b44d-0809a01bac51",
- "IsUsed": true,
- "Index": 578,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d51f68cf-4d89-4ade-86e8-9c1a66381782",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0cb15043-cfcc-4c04-9fb5-b2eba3af6e2f",
- "IsUsed": true,
- "Index": 579,
- "Name": "负载CV模式267V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec58b583-1c65-4844-823c-d226d637c86e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "267",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e65edf66-d898-4373-a32a-8aa6b9b42f6b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "968f8743-f987-4ced-9d8e-5b22745ef56c",
- "IsUsed": true,
- "Index": 580,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d6f04a1-369a-4aca-beca-4397101eb421",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e43a4db-1708-4de5-9d5d-03d400c42923",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a13e20ef-18f6-4fa0-9a49-4db9c04e8809",
- "IsUsed": true,
- "Index": 581,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "086eaca3-eaf6-44da-b384-328b6ded8ce3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ea23834-f82c-45f1-b06c-3dd063d2afc3",
- "IsUsed": true,
- "Index": 582,
- "Name": "负载CV模式268V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f9fa9630-1f65-417a-998f-875ddc0ce219",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "268",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3182e74-3f26-4502-873a-c4b01de01c5f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "820b59d5-00fe-44a5-84a4-e40212125857",
- "IsUsed": true,
- "Index": 583,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6fa14e52-ac16-4816-b291-b59b78af758b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dc481ae8-3505-419a-a832-80668328191f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25cb0084-6554-4549-a555-3897140ce4d2",
- "IsUsed": true,
- "Index": 584,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "34e6d54e-68a8-458b-931b-b6cf8202ff6b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f5f1b7d9-be2d-4b8c-99bb-303724d1c155",
- "IsUsed": true,
- "Index": 585,
- "Name": "负载CV模式269V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "289fdf8d-2d95-45c3-b597-b3e86c370d43",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "269",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51b4afa7-fd15-4587-83a1-7ff150ecb4eb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07a0832c-dc10-41b6-b634-1ebc98707843",
- "IsUsed": true,
- "Index": 586,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0415c399-fe12-40c5-9bb5-e021788f27d4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51344f76-b393-41aa-9305-2ac79c1f760b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c05bd7c1-992e-4103-862c-018180ce8cab",
- "IsUsed": true,
- "Index": 587,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ac01260-ae7c-448f-9d5b-193a81210323",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "365f8a14-c865-440f-9eef-e39b1a1d14e7",
- "IsUsed": true,
- "Index": 588,
- "Name": "负载CV模式270V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a4d6c4f-68ae-44f8-a79c-84cf57351c2d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "270",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fa6661bc-3272-499c-bf57-f749f9ffe6cc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb5ebe5e-8ec5-4511-9a13-05fed31f36d7",
- "IsUsed": true,
- "Index": 589,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c4174578-413d-4aa1-b1a4-4e8f130a3946",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "13b592b3-bfe5-4bc1-9eeb-c036d4da8eb3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cad230ea-3d29-4eab-810b-f5a006a628f6",
- "IsUsed": true,
- "Index": 590,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f28c253-f8b1-418f-a066-816b52e4aa5b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6fcbecaa-31fe-47e5-aa89-a25d967ae073",
- "IsUsed": true,
- "Index": 591,
- "Name": "负载CV模式271V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e43a8be1-002d-45ea-8a6e-c969c2e0d330",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "271",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "23c588dd-2c0e-470d-b224-819d1122771d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "79ae4acb-da89-4a3f-ab0b-3fbb6543deea",
- "IsUsed": true,
- "Index": 592,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "98eb6198-37e5-49af-80fc-e92fefe79e64",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "226614f6-c88b-42e0-8385-d3975be30cc1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "81065a0b-3fb7-4b7c-af03-f4ff323a389c",
- "IsUsed": true,
- "Index": 593,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7d34ff65-fe38-41bd-8838-065c820aa85f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e1facbd2-37e9-484c-9a66-2789fc8b7fd1",
- "IsUsed": true,
- "Index": 594,
- "Name": "负载CV模式272V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42c99e12-561b-4ea4-a189-e831ea0367ce",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "272",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "07dc7124-5cff-4326-9af2-8ae5723d36b7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ef41bd6a-c4b4-4906-aa00-94b89498af02",
- "IsUsed": true,
- "Index": 595,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6a02b2ef-8d3b-482b-ad7c-55d41130e141",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "42e3c6a9-8c0d-4650-99fe-8b6726974932",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d1768b08-ea25-4a99-8ef7-4eeb3765780a",
- "IsUsed": true,
- "Index": 596,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ffbe3d89-6109-4698-ba9e-985106d2a122",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "58ff7aef-9347-4906-92c0-3c329907b8f7",
- "IsUsed": true,
- "Index": 597,
- "Name": "负载CV模式273V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "490e015c-2956-42b9-babd-f12eaf6d3cc1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "273",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ac40f4dc-36dd-41b0-bb6c-db4569ec77d0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ba1751f4-2032-4b67-adee-cd6faf78a663",
- "IsUsed": true,
- "Index": 598,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "95f02d51-6964-4bc7-98be-14b5f3580cc3",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46bb1322-4df4-4eca-826b-e25754989026",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "76900e7e-22db-404b-a20b-91b4b1f6dc7f",
- "IsUsed": true,
- "Index": 599,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7e4049a-9448-463b-98c6-dd6f0ad3a43f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f260b34b-989c-4ba0-9436-72d68bdc2df7",
- "IsUsed": true,
- "Index": 600,
- "Name": "负载CV模式274V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "10ab93df-9072-4c29-a513-a447efb326d2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "274",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd83ad9b-f863-4f41-91bb-460ad15f31da",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8d4fe03-2ff1-4487-b8b6-0f0230c15f09",
- "IsUsed": true,
- "Index": 601,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f4893ce-a9c6-49cb-b9c5-643b25e9ac15",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cc5b915d-6750-421d-b761-d8a2b0fab648",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2a07ea14-aea3-4097-bc4d-94b5c601ed86",
- "IsUsed": true,
- "Index": 602,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cb7b6282-74e8-4ecc-9d49-b43b3fb7981c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45bed24f-3589-4064-89ff-2d89c4640e30",
- "IsUsed": true,
- "Index": 603,
- "Name": "负载CV模式275V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "41c47005-4066-4a06-b151-4ea8638d9d55",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "275",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d0d52e42-b153-4bf8-95a0-2c2fdc78789c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a62a42db-d336-450c-a5db-2bd98070329c",
- "IsUsed": true,
- "Index": 604,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "491f028c-e533-4093-acb5-706fabba0f77",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea1a2ac0-74ff-4668-b60e-91f6c4278524",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a0e5b832-ca32-4c9f-9764-2294c9b7cac7",
- "IsUsed": true,
- "Index": 605,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "885a39b4-2acb-4ea7-93af-8c529bab8b09",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b3e6a3a2-9a6e-42b5-9b24-c7c86de7922b",
- "IsUsed": true,
- "Index": 606,
- "Name": "负载CV模式276V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f6311e8-9f5b-4a01-b45f-132d2a0da92f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "276",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9545198e-9910-4476-88ec-8e71b24a2f99",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e753df37-b1d6-4469-9f6f-973bc04f17d4",
- "IsUsed": true,
- "Index": 607,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7c6089a-41bc-4dcd-b5ac-8f28f7fa3462",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e3c5525-4249-4722-836e-bf4b7a16d5b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7d23b81f-a026-4c7f-b0b2-a2dbb07f7457",
- "IsUsed": true,
- "Index": 608,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c830b11f-e1f1-4d00-9db9-0c5529086ae8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2de96e56-5699-4613-a330-b9c89ba9626f",
- "IsUsed": true,
- "Index": 609,
- "Name": "负载CV模式277V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53d2e438-4885-4593-8c01-d4956b299122",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "277",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e44cfdfa-02e1-4e07-a2f3-82f01b257002",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "956179ec-f459-4931-976c-420f11344ac6",
- "IsUsed": true,
- "Index": 610,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c505a040-3dd8-4c5e-ae4d-e1020306cfb9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2517eceb-0fe0-400f-8e5f-ecba4e6d948f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e722ea8-1176-4af1-b7f4-b3757a60106f",
- "IsUsed": true,
- "Index": 611,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3be159d4-8ea2-4bfa-a9a8-54a801646cc3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "662df11a-6810-4645-aedd-1409c372005b",
- "IsUsed": true,
- "Index": 612,
- "Name": "负载CV模式278V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "597cc83e-0502-4719-903d-2e7dbdb67528",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "278",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf3b115f-68ef-4a83-aa49-d71361a8f6ca",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5c9bf95a-c443-49b8-b60a-65b96950d66d",
- "IsUsed": true,
- "Index": 613,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9431c778-75ca-4cb5-af7f-f485f721b262",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e3ed227-c20c-4314-ac87-ad7932c7f5ea",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "870a9708-851c-4920-8d33-12744e654bc6",
- "IsUsed": true,
- "Index": 614,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "171c884a-4179-4426-8871-3771dd86dd47",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8c2494ac-f1a9-4c8b-a57b-ebccfac1a8de",
- "IsUsed": true,
- "Index": 615,
- "Name": "负载CV模式279V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a3fd66f3-075e-467c-929f-1669d429841a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "279",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d21c6f45-436e-4e59-8625-d3a64d0280e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "055d4ce8-e667-4e22-a0f3-8e0642fdf23e",
- "IsUsed": true,
- "Index": 616,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fbf14ea5-97ba-4a1a-849e-50cc40830853",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89fa1d66-c646-408b-b597-b0c157fbbff4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d3385bf0-0d93-408b-ae3c-52c8401e4254",
- "IsUsed": true,
- "Index": 617,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df8e38ae-67e6-4f4f-9bd3-036e2bf3f752",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "caad7a59-f23d-4c04-bccb-92bf97aa43fd",
- "IsUsed": true,
- "Index": 618,
- "Name": "负载CV模式280V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bfb90278-c768-4f64-8e21-75553320dfca",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "280",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb7eb410-ad69-4eba-add7-6d1cf4ae5813",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "46a46847-b9cf-4582-b504-8c3e7e9f1d0a",
- "IsUsed": true,
- "Index": 619,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "86977f69-8bf9-4098-a82d-c420e05b9da1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e29ee1b-11b8-40f1-9557-60daf527881c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e83b236-b645-45c7-8d2f-618582168aa2",
- "IsUsed": true,
- "Index": 620,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "490eaaf9-736f-4400-a534-c26a601c94c9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f95bb3b3-688b-4264-b1c9-18742008f4ea",
- "IsUsed": true,
- "Index": 621,
- "Name": "负载CV模式281V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3c154d8-32e8-4378-adc0-07beb5bbcbd5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "281",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eaf89c31-a923-4b92-9cdd-3567f094e5b1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7b04a82c-1a34-4a90-aa0f-8daf95341534",
- "IsUsed": true,
- "Index": 622,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6068f481-6a1b-4e4d-bdab-04b5422d3a3d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c0b800a6-7a9a-49c9-800d-d1a0827020df",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8051a2b4-5348-4507-9505-96bcd858dff1",
- "IsUsed": true,
- "Index": 623,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d1a6a2f-8543-4080-ba3a-cb62475cbbc8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61d1fe00-7953-4af2-9186-48157a290822",
- "IsUsed": true,
- "Index": 624,
- "Name": "负载CV模式282V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1993618d-a6da-44ce-85ac-0016d8aca8ca",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "282",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bc705745-91ff-43ab-82f9-a237f2951688",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b964eb20-8fb5-4938-890b-2dcdc6c0006a",
- "IsUsed": true,
- "Index": 625,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2e2e4251-88c9-493e-aced-053058af48cb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "00ce65f3-d483-49e1-bc44-c3e5f051160e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ffc6ce84-9784-4128-ab8f-34e3220207c5",
- "IsUsed": true,
- "Index": 626,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f738b7ac-7d45-4e55-aedc-37529a5e3394",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2e7ad479-7ac0-4907-8229-89793e8a5e08",
- "IsUsed": true,
- "Index": 627,
- "Name": "负载CV模式283V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7f33e809-b137-413c-8724-5bece39bc4a0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "283",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46faee34-9a00-48da-97fc-cb3e2e3adb0f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "594a7aaf-dbf6-4641-993b-48596a8d8984",
- "IsUsed": true,
- "Index": 628,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7dae0c65-88b9-487d-a18f-280521821a31",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8a20ada2-71b7-412f-838e-e193a2ad4e89",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5dc9e62b-122a-4b78-b97a-acaec7eac556",
- "IsUsed": true,
- "Index": 629,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "237abd30-4636-4149-88b1-9eb5a867cd7a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7a5d0ddb-d4f8-4eec-9660-a9927e3d05b5",
- "IsUsed": true,
- "Index": 630,
- "Name": "负载CV模式284V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "54235bcd-4085-43d1-8459-11764effe937",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "284",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "31b849c0-9a6f-4288-b5f6-0dd4686f9689",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6c0efa26-df64-477c-a1cb-6279510da475",
- "IsUsed": true,
- "Index": 631,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3deb033e-c44f-4c3a-a0f6-ce9476689faa",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed4f2006-cc33-45d5-841a-1e04e3f4cc93",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5ea8947-61bf-4560-a226-45f31c04c991",
- "IsUsed": true,
- "Index": 632,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6dff935-1e3b-451d-9432-e2620c45af5c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "91dc8684-5fc1-400d-ab44-9c368b07d514",
- "IsUsed": true,
- "Index": 633,
- "Name": "负载CV模式285V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec558358-f63f-4975-9e1d-f11a5b22ac94",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "285",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "39809e44-a177-4e39-ac81-c6bf58040d13",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "44031f13-f597-4093-8457-8ad2f8161d96",
- "IsUsed": true,
- "Index": 634,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "17610cfa-846f-4de6-bb50-4b7f70405b59",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "131db309-5b92-48a0-ace6-c6bec970e810",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7fc865d0-d1e7-495d-854e-2b4ffe94f7b4",
- "IsUsed": true,
- "Index": 635,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2843bdb6-65a7-44fb-ae95-9c3e0759717d",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b534f763-ba88-4f87-ae51-1ed73d942a2d",
- "IsUsed": true,
- "Index": 636,
- "Name": "负载CV模式286V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "96970b89-8035-440c-a43b-5b9a685e535b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "286",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b2c252f3-6a27-4dd3-a43c-5d887b98688a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "66c3a251-2838-4223-baed-875fa069ed36",
- "IsUsed": true,
- "Index": 637,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "728cfc3d-4221-449d-a9c5-dd7fb232ec4b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "406ca0ff-1ecf-4c28-ab62-de9d5bf2498d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ee08ace-be59-4d91-a42c-50c3b84d8f92",
- "IsUsed": true,
- "Index": 638,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "31e2c179-7202-4261-8d8c-ef33deab37d9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3bba8579-50c7-4200-bf38-c7a421489642",
- "IsUsed": true,
- "Index": 639,
- "Name": "负载CV模式287V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7de1db33-59b0-4e2f-9433-c62cb4478bd1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "287",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ff800cb0-4273-47d8-bba1-bfa950c29390",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "54cf8673-adf1-4c61-8592-e804b1dc2407",
- "IsUsed": true,
- "Index": 640,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "69353270-bdf8-4344-b213-43ec8c9b7308",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "621dc1ce-bbfb-4c13-8929-5f835e3783ee",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0ef59229-b792-4b99-8eb5-b507790ee651",
- "IsUsed": true,
- "Index": 641,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b1b5de75-e790-489e-b76a-c37be8d6d332",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "af497fa0-1ac3-4dd2-a4ca-6ca82add3a83",
- "IsUsed": true,
- "Index": 642,
- "Name": "负载CV模式288V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7b622328-90bc-4183-99e7-11ccce09c213",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "288",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5e381e37-ce61-44ec-8207-e017ecac8e33",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c2249012-ee51-4ef7-be6b-3db5621e9ecc",
- "IsUsed": true,
- "Index": 643,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f4751153-9583-4761-822c-2d9028ecd074",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ef92256b-7bb0-468f-a0b8-1da8ddb1b462",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "64c251aa-7e01-4281-9644-35b2781cad72",
- "IsUsed": true,
- "Index": 644,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca22a5b0-1653-4886-a18e-7e0385bafa25",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b7d2b330-ff34-4b28-aedb-cbd40e3a26bd",
- "IsUsed": true,
- "Index": 645,
- "Name": "负载CV模式289V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "afda1a32-7e2f-4855-b231-192fb737fc27",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "289",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f97714d1-bcaf-4d15-a602-a3b19f28a058",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "44e7b660-ea4d-4fbe-99a8-52eb832352a3",
- "IsUsed": true,
- "Index": 646,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9c0ea213-9820-4dc3-9a73-17b44c47d3dd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4d19600e-d8fe-4742-bb2c-3138f1bf2aef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "055749ac-def9-461b-b689-6890adffa349",
- "IsUsed": true,
- "Index": 647,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "087abcd4-8175-4447-83ac-661ed89d9f12",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "318d9367-bc59-48bc-b52d-bdaa37b33d79",
- "IsUsed": true,
- "Index": 648,
- "Name": "负载CV模式290V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8cebee17-4a2a-4dfe-acad-589de9d1cfac",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "290",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89474519-cf7e-4977-b853-0b8b6e767bfc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3cdde115-d072-431f-b1db-73a2e40339f5",
- "IsUsed": true,
- "Index": 649,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b83c132b-4d21-446b-a4db-b9243700dbca",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b5cc78d7-f171-4d39-b1d9-173235d70836",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a550edf-fa10-4ea3-9f28-6a6aad3fc6be",
- "IsUsed": true,
- "Index": 650,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4835d66f-91d6-47f1-bd2b-072863a54dfd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb43f090-bde2-4f65-962b-5daae05b2aee",
- "IsUsed": true,
- "Index": 651,
- "Name": "负载CV模式291V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bccc7e75-d4b7-4efe-a64a-6d368742f1fd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "291",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cc263ff-5f5a-4318-a0c0-22121f46e4f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "334f4670-6f0b-4fe7-bc21-2a0a547ff58d",
- "IsUsed": true,
- "Index": 652,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0e47ae6e-edc9-4f73-a9d0-386676e61b0d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0dba326f-84d1-4345-ad5b-5a9d7e6976ac",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e16dbf40-b0cf-4fbb-8fd7-fde8494873f7",
- "IsUsed": true,
- "Index": 653,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ef3c611f-ec35-412b-b3bd-978bd61cbccf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a2de531-1956-4734-84c4-b8673aae66af",
- "IsUsed": true,
- "Index": 654,
- "Name": "负载CV模式292V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d612c22f-c1da-4fed-84af-61d562fc1a96",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "292",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6d6e2563-00e2-4be9-976e-6e52b7c7a173",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "992f0d9d-cf25-40df-8dd0-4a552296e6df",
- "IsUsed": true,
- "Index": 655,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df30a838-d1a4-4119-b49c-3717912620de",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0eae5987-97ec-4ea2-bec8-76479833e57c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9cb31e8a-74ec-4237-bab8-00b4affde1d6",
- "IsUsed": true,
- "Index": 656,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "93671872-9198-44e0-b018-27b0c85d9ce3",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a09943f-2833-4f7d-85de-f27ff21aa097",
- "IsUsed": true,
- "Index": 657,
- "Name": "负载CV模式293V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1f889210-b170-4834-bbd2-1021f8afa88a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "293",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "24376b8d-d26e-43a2-a1e0-3964ca18ad0d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "875f157b-b99e-4acd-a527-39e1c0bc1409",
- "IsUsed": true,
- "Index": 658,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a22d2c4-1315-4c4a-a2f7-f209340f8979",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "631d62df-2e6b-4ce6-b6aa-f9a198c52bce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f755d086-67c2-40d5-8baa-1b1111c54fb2",
- "IsUsed": true,
- "Index": 659,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e65eeec-401f-40dd-b777-eb10ffb9b1b8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "308b7525-2176-4d8c-b28c-9b5708af8973",
- "IsUsed": true,
- "Index": 660,
- "Name": "负载CV模式294V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a280a6a1-eb7f-4a42-ae7a-a8a43470e0f6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "294",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6becd88e-a4d1-4ec7-a4ef-cd2c93b78217",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9692b06-0483-43cb-bd43-1bf27c7cb4af",
- "IsUsed": true,
- "Index": 661,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1bf43283-045a-4163-8025-3b7f05e511d2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9658f1c-e3ec-41e3-a9b8-4fe196d24b21",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f2a8f61c-eee1-4342-9b9a-8fef22e1d658",
- "IsUsed": true,
- "Index": 662,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e30beab8-f054-4f4d-ab27-a32b949a884f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b2828e87-d847-475d-aa68-dbbd7be40619",
- "IsUsed": true,
- "Index": 663,
- "Name": "负载CV模式295V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48a82c23-ab8d-4dfe-9d96-e857dbd97c59",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "295",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e69e1e4-a75f-4fdf-b806-99866e70703d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "445d2eaf-772a-47aa-8a9a-187825613b6f",
- "IsUsed": true,
- "Index": 664,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5fd526b6-c301-4107-811e-3849e5aa95c6",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a5c275be-97a7-4802-b3c6-957a2922ebc0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d48201fd-8773-4cf2-ba9e-008240459e10",
- "IsUsed": true,
- "Index": 665,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d357d4af-e883-4031-99b9-bfb74cfba0c9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb3e9848-8d86-4eed-8ef9-be670db403d1",
- "IsUsed": true,
- "Index": 666,
- "Name": "负载CV模式296V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52423ab4-53d8-46fc-b311-e6cb911885c4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "296",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "202561cb-ca33-4ab7-b6f7-010cf6cff40f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "15cc457b-4c6a-477a-a451-79f05d4e50c3",
- "IsUsed": true,
- "Index": 667,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5d27a0c-f218-45f9-95c4-dadea8d4b289",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a7c1b91e-810b-4da9-9879-e8fa298cddef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4134ee25-0497-49d0-84cd-0f465671f5b7",
- "IsUsed": true,
- "Index": 668,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c44a20b4-b3fa-4408-9012-881639b14018",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f8b68ec9-d00b-4d9b-b5bd-febb20007252",
- "IsUsed": true,
- "Index": 669,
- "Name": "负载CV模式297V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "160adea8-638c-4480-b99a-51c2466f8e2c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "297",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "15be02d1-0499-439e-b3b5-892a69cd7287",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c2377d17-ba22-4af8-a43c-6698cea877cb",
- "IsUsed": true,
- "Index": 670,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a6a83a89-19d1-4d4b-975c-87b81cb821e7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3ee10e4-7b31-4713-b884-7531ee9a993f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d3261315-bf12-4304-896a-afacd385961e",
- "IsUsed": true,
- "Index": 671,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7d2d7ae4-105d-4356-8659-7782103f3a1a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4c4e05d1-8224-48fc-91c4-ec459d633ff1",
- "IsUsed": true,
- "Index": 672,
- "Name": "负载CV模式298V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "847a73ba-c6ab-4b4d-8f5f-202d5ea30f6a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "298",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "da5f387e-3246-443a-b997-9845d28f6ec7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "61b5d4ca-1ea8-4281-8bc5-1a74d8b7153a",
- "IsUsed": true,
- "Index": 673,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "85d60c27-bade-4f67-ad1b-818283158c63",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0a0546ba-ef12-4bd0-82bf-7a3a1b8daa25",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3fe15b57-4579-4aa7-ab12-5ad5ba2982b2",
- "IsUsed": true,
- "Index": 674,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "86b40401-2db6-4387-8a00-c65fe9084a0c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "84ff59e8-92cb-4d32-9437-68e89116e573",
- "IsUsed": true,
- "Index": 675,
- "Name": "负载CV模式299V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3bcafe63-0a8f-4b3f-a465-9eb85b3c42f6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "299",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8a0aa9d5-5c02-4206-a118-0622c3b0e03e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8bd176c3-bac5-4849-a198-165b55dce68b",
- "IsUsed": true,
- "Index": 676,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bd6f6726-5f93-4427-96ea-416855ba7720",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a5c9a94d-093f-4b2f-b054-8bf748e6aeee",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d8c6942-0475-42a4-bbd5-81557dbeb500",
- "IsUsed": true,
- "Index": 677,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba6bfe1d-fdee-41e3-a5ea-311439796589",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8523bc53-85cb-4861-93fa-b5806103b3c6",
- "IsUsed": true,
- "Index": 678,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "96369b9e-bbbb-42ff-a8c9-cb706e56fa28",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fce16373-75c0-4ec0-b5c6-dee4d289305f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "47a7654f-b843-4c2c-9159-7d9141001e7b",
- "IsUsed": true,
- "Index": 679,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d184e949-3e44-4b1d-97f2-1a17f8ad11cc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f73adb9a-b097-4669-a3dd-7146fd414286",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d8d6f80-8396-49cc-a432-479436b7b1bf",
- "IsUsed": true,
- "Index": 680,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d8ae9f56-a243-45f5-9a9f-e51ba3a16401",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "12eee92f-fc51-4956-9262-b057f96b1f29",
- "IsUsed": true,
- "Index": 681,
- "Name": "负载CV模式301V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d3760b7-1e44-490a-8c5c-85bb66b4e4a6",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "301",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "812cb470-9265-4f2c-bd05-85e0263e9b7e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2275728e-a7c4-40d7-b902-0be140fbb34f",
- "IsUsed": true,
- "Index": 682,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "40830e6a-4a1b-44d9-9e16-754de5c5d6cd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "20f8e0fc-e6fc-4e06-ac2b-237a48cef211",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c7a98f2b-cb30-4ec3-abb9-cdb2886a58c6",
- "IsUsed": true,
- "Index": 683,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "35644f30-b28e-4f5f-9c88-61aa87d49b79",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "45d943c3-092d-4492-8cee-9c91f709504e",
- "IsUsed": true,
- "Index": 684,
- "Name": "负载CV模式302V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f1077025-529f-4034-a3ac-0c561e341243",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "302",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "84bce1cd-2e6c-4c41-9134-9607cd1f051f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "04137df1-3929-428b-85aa-97b4f3f8b671",
- "IsUsed": true,
- "Index": 685,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e38edd2-2322-4883-873f-6eab93e92c66",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4f43d599-0334-471d-91c4-3aa484f7ea48",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9cc8d2aa-63ec-4562-a682-841d30d1e93d",
- "IsUsed": true,
- "Index": 686,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "35930a66-1eee-4122-b1aa-535f130f6143",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "21e26d14-5c32-43cf-8628-76e09c93c6dc",
- "IsUsed": true,
- "Index": 687,
- "Name": "负载CV模式303V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "868b718d-fb96-4917-9de8-8fa0f08441fc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "303",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "32fde1de-9c43-46e3-a197-1f5e2657eca4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "702139ce-cc38-4ed8-b3c7-35f6ebb536ee",
- "IsUsed": true,
- "Index": 688,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "17e1f56d-bb0c-4dc1-b5f3-718e91649a44",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a372753-b184-4f19-920d-89dd3d6f58ef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40fe21ae-1095-4def-bcdb-32fc7cefd48a",
- "IsUsed": true,
- "Index": 689,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1c522ee-4192-4db0-9e38-0a0fa364e75a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6b7ffaf1-e8b3-472e-8e3f-7e4a2f6f3ffe",
- "IsUsed": true,
- "Index": 690,
- "Name": "负载CV模式304V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8f38b9c-7dd1-4ab6-b31d-6b53c2708e5d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "304",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f361657f-95ac-417a-9c56-200c0a5457f6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "169b97cb-5482-456d-848b-a8b955f3be7e",
- "IsUsed": true,
- "Index": 691,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cbe0b611-9aa8-4552-bfcb-9200a3bd775e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "433d859a-0c6b-4b42-bf40-9a78b43a0a5a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bea2bff2-3f6d-49c5-ad82-9cd3aa6ff7ec",
- "IsUsed": true,
- "Index": 692,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a0b9e53-1bbb-4d0c-bcef-39adc383165a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8f04f272-71ba-4134-8cd9-0dc453d3bcc9",
- "IsUsed": true,
- "Index": 693,
- "Name": "负载CV模式305V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b0f84340-e469-46b3-8039-227a33a855d0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "305",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ce21e2d5-2679-49d1-92c7-1649a74d5077",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "305d3a9d-57f3-4083-8ad7-05694a92895b",
- "IsUsed": true,
- "Index": 694,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b2071d21-8a06-4128-a26c-711d7a3481a0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6ef07333-c02a-45d0-99ed-1ea1f661f66d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3c87c4ca-7a36-4add-9798-f0548ed52ec3",
- "IsUsed": true,
- "Index": 695,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "71c18e60-c75d-4c65-a4b4-0ba2b6bed0e5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a1064c84-d897-487f-8d64-2985daa767b2",
- "IsUsed": true,
- "Index": 696,
- "Name": "负载CV模式306V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "67b1fdb5-f47b-409a-8248-5abdec3bec63",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "306",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f3f120b2-7bfe-4d84-9c73-b8243c849c6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9c7c2c74-b2fc-469a-a89d-80e894eeae87",
- "IsUsed": true,
- "Index": 697,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cfdd5472-c928-4d0d-8743-26d6383df0cb",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "098d6daf-6094-464f-8d27-d6472872deba",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f9a086ee-0b03-4e96-b875-76b721f2dbc7",
- "IsUsed": true,
- "Index": 698,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "293d558f-854b-4d38-9688-304b87f6e692",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8fc3aee6-2460-4701-b139-6187f7af8ce1",
- "IsUsed": true,
- "Index": 699,
- "Name": "负载CV模式307V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b47fc5de-0cb4-4700-b244-839d30bff638",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "307",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e218f9b-c4e9-46eb-a44e-8928b6178545",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "98775727-d8ee-45e5-b5a8-b69752eef960",
- "IsUsed": true,
- "Index": 700,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "986939d0-33ba-42d2-9ae8-0041b0cd8d5a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09074a93-bee0-44b7-af69-e3512d8fa802",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb39126e-28e3-4317-ba23-715cc14d15c2",
- "IsUsed": true,
- "Index": 701,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1d014f7a-3083-4bac-ba65-fe4f4c5878ec",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e6ee1c71-6b97-45a3-842a-928e48922d34",
- "IsUsed": true,
- "Index": 702,
- "Name": "负载CV模式308V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18865ab3-5985-4352-9b4e-ee8261af3fc8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "308",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e00dba0c-7eb8-4a17-894d-fdcc2837f59b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4cd3494d-5280-41f8-b4a4-246d14580018",
- "IsUsed": true,
- "Index": 703,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c3ec4fc2-2f48-4bd3-a1a8-cb91bedd9463",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "116ab91c-8b8d-4855-b3a8-acf00e62e427",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bd4245cd-76ee-4260-8688-f258d3b1e482",
- "IsUsed": true,
- "Index": 704,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b64b4477-3e7f-4eef-ba7f-91d6e19a7332",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "10572c9c-26e8-480f-b5ab-9156e631229a",
- "IsUsed": true,
- "Index": 705,
- "Name": "负载CV模式309V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f252559c-8a83-463b-be1b-9cab92907a49",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "309",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ecb77fef-f37f-4383-920d-c244a35e8720",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7c27f568-3b9a-45c0-b497-5670da8d0c95",
- "IsUsed": true,
- "Index": 706,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a2e993dc-8d3e-4a42-bf5c-068d75cc19f7",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9155db39-36fc-4b61-8304-c601f1008c3e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e636967a-49e0-4f46-aef7-62e59ce93cf8",
- "IsUsed": true,
- "Index": 707,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30ac8561-a7fd-4c8c-9228-72f54e98de38",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "699095eb-a698-4766-9fc7-da4653168251",
- "IsUsed": true,
- "Index": 708,
- "Name": "负载CV模式310V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8fabe507-9e0b-4854-b555-b94bc20c763c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "310",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e018f38-b622-4cdd-99c3-6fc64bfc133f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "239a0bdc-c900-4c82-a241-fdd9f8809f14",
- "IsUsed": true,
- "Index": 709,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "622726df-6b54-4653-b135-8634c827a066",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "399589e6-11bd-4523-9490-e55454fc1905",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "63eb9aac-18be-4ffa-babd-06ec294b6aec",
- "IsUsed": true,
- "Index": 710,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "80b665b1-6143-4eeb-8662-76f0947fd28c",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "de97a58d-fc27-439c-a661-4f4f97ae497c",
- "IsUsed": true,
- "Index": 711,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4b90220d-d2b0-463e-8132-4f7a6e9f3314",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "bb33bf58-c5d1-4c05-b53f-31796e45bf84",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "18cf0919-57dc-4194-b140-9f4a65dd2cee",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8c9aac33-f6d9-4ca3-9d0a-ed7ae1d66d60",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0852974f-bcd4-4a5e-bbf6-2b02d60f7075",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e9a8780-3a5b-4989-b293-168767ba1eab",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f71fc0a0-b6a0-4a81-af63-bbd3907aebcc",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "02a4e180-ad0d-421c-b776-9b076869cd0a",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f05c7f7-d19e-4c3e-ab70-40a2b7cd2eca",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2074b3b8-5ff6-4286-8d89-8f69876268f1",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0e3aad00-10d3-4225-8cb8-982f87e44ed7",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "6bc3f9b6-228c-4461-9a9b-d02875f69004",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fd720090-958f-498f-afb7-981323cb487d",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "30faa128-21d3-46bf-afa6-d2c2983c7068",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "26d968c1-3a34-4744-818d-172a10ce4ec6",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/23_电网适应性测试.ADP b/ADP测试项条例/23_电网适应性测试.ADP
new file mode 100644
index 0000000..611264a
--- /dev/null
+++ b/ADP测试项条例/23_电网适应性测试.ADP
@@ -0,0 +1,933 @@
+{
+ "ID": "d29ee0ec-c434-4295-af8a-db33b2f628cd",
+ "StepCollection": [
+ {
+ "ID": "fcc08052-b385-4fe1-a65d-b44041a3d686",
+ "IsUsed": true,
+ "Index": 1,
+ "Name": "循环开始",
+ "StepType": "循环开始",
+ "Method": {
+ "Name": null,
+ "FullName": null,
+ "Parameters": [
+ {
+ "ID": "3c607620-d212-4d89-af9b-9f8b7931a52a",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "循环次数",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "1",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a36040e1-24bb-44c2-8ec2-e13afd0ea3d8",
+ "IsUsed": true,
+ "Index": 2,
+ "Name": "ADP产品开机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "6f63e8b6-6cea-46e7-b96e-84c6a6741566",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "b2d15e05-51a5-4ff4-8f22-04753aa943fc",
+ "IsUsed": true,
+ "Index": 3,
+ "Name": "Delay_m",
+ "StepType": "方法",
+ "Method": {
+ "Name": "Delay_m",
+ "FullName": "Command.Delay",
+ "Parameters": [
+ {
+ "ID": "785fcd6c-52ce-4f51-afd8-12357e5c00f0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "94bfbb8e-2da8-4d9a-bf0f-aabce7580c2f",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "延时毫秒",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 60000,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "13b46b85-72ad-4d5c-a7bd-c9b424a8ec61",
+ "IsUsed": true,
+ "Index": 4,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "08fbbfdd-4200-426e-98cd-6ecb859db8de",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "cbda4fea-3e4c-4291-a749-5832dac8cea3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "2df435f9-1be6-47b6-b316-057a07ec4b12",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "74e447e2-85bd-4250-8f3e-930c3ed007f7",
+ "IsUsed": true,
+ "Index": 5,
+ "Name": "查询实际电压",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电压",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "cc752adf-b03d-4acc-8980-2bb2ca9aa576",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "04ea1ea2-6d14-40fc-83d3-e7661ef469ba",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "9604a328-e1a3-451a-ab31-5d2f193203f3",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电压",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "10c3b723-7b63-4568-b13c-f8f43b617131",
+ "IsUsed": true,
+ "Index": 6,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "bbe547f4-e1c1-4d2d-ab64-2614b14ef662",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e338f732-87e6-4ff4-9d4d-4239741bf0b0",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5b126b90-6b88-4018-bd30-9a9074ecc35d",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bd5a72ff-057b-49e5-aa32-b858269ed0ff",
+ "IsUsed": true,
+ "Index": 7,
+ "Name": "查询实际电流",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际电流",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "2c0acf6a-aa57-433d-b329-5f438e806cde",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fe066d1d-092a-459d-ad86-04bfcc05798c",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "7eb13b70-7f0a-4168-a419-e868e6493d7f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "电流",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "a97a4f90-36c9-4453-8ffe-69d30a9ec37a",
+ "IsUsed": true,
+ "Index": 8,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "a3816459-8511-433e-8043-d83e88c80621",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "5168e75b-a122-45ee-808a-b551f32f5e11",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "3ac2d125-a187-4175-a62a-24e5a6f12085",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "bb52fb32-e5f1-4e3f-8ccb-758cd5b5bf6a",
+ "IsUsed": true,
+ "Index": 9,
+ "Name": "查询实际功率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询实际功率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "3f5b34ee-a4fe-4e1c-aedc-58c48b607896",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "f3b7f7fd-f9bd-46fc-b617-113344048b11",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 2,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "263a099f-f42e-43e8-9ed2-31f97d8444ac",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "0b9e5a3f-6ccc-4d6c-9e89-12547d096fc9",
+ "IsUsed": true,
+ "Index": 10,
+ "Name": "查询频率",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询频率",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "b7b39735-b0a1-4d7e-bcd7-3b8df984ea2e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "06e9b3cf-123c-4200-ac85-38a889036b06",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "b96f5828-6dad-4b30-b914-13a90b7278bc",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "频率",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "dd0b1a23-fceb-4948-8de3-d973fda649a7",
+ "IsUsed": true,
+ "Index": 11,
+ "Name": "查询功率因数",
+ "StepType": "方法",
+ "Method": {
+ "Name": "查询功率因数",
+ "FullName": "DeviceCommand.Devices.SPAW7000",
+ "Parameters": [
+ {
+ "ID": "79ff95b9-a297-4c28-9ff7-b5975b7d19ad",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "73c0098d-976c-4b9a-9fdf-a6a7a07935a3",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "c434b44a-dfed-43f4-995e-e350a4508222",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率因数",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "65c87c3e-cdf8-4731-b80f-95faf7b876e7",
+ "IsUsed": true,
+ "Index": 12,
+ "Name": "检查电流是否大于5.0A",
+ "StepType": "方法",
+ "Method": {
+ "Name": "GreaterThanOrEqual",
+ "FullName": "Command.CommandMath",
+ "Parameters": [
+ {
+ "ID": "0fb83952-37db-49c0-9c05-5a09442dcba1",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 1,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "83337463-3566-4073-9113-5485d6392940",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值1",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "57e685ec-5eee-4f6f-867b-43ee251d179e",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "值2",
+ "Type": "System.Double, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 5.0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "13bf76a1-81fc-4915-81b5-388d847aaef3",
+ "IsUsed": true,
+ "Index": 13,
+ "Name": "发送CAN报文",
+ "StepType": "方法",
+ "Method": {
+ "Name": "发送自定义报文",
+ "FullName": "ZLGUSBCANFD.ZLGCANFD",
+ "Parameters": [
+ {
+ "ID": "d3f8d99b-947f-44a3-8067-63187cde1959",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "Result",
+ "Type": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": true,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fbeead07-eada-4dd2-8f70-becfb47558ef",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "通道号",
+ "Type": "System.UInt32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "557b6944-7cf0-47c0-8e89-c66bae125c48",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "帧ID",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "0x1806E5F4",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "a76e6d87-6331-4029-a7b2-1459557cd8ff",
+ "IsVisible": true,
+ "IsEditable": true,
+ "Name": "数据",
+ "Type": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": "00 00 00 00 00 00 00 00",
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ]
+ },
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "8039d2b6-ee29-4dd9-b799-ade0f52c7a1a",
+ "IsUsed": true,
+ "Index": 14,
+ "Name": "ADP产品关机",
+ "StepType": "子程序",
+ "Method": null,
+ "SubProgram": {
+ "ID": "8f63e8b6-6cea-46e7-b96e-84c6a6741567",
+ "StepCollection": [],
+ "Parameters": []
+ },
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ },
+ {
+ "ID": "5792303c-741f-433a-a043-9c2f9e78ecc9",
+ "IsUsed": true,
+ "Index": 15,
+ "Name": "循环结束",
+ "StepType": "循环结束",
+ "Method": null,
+ "SubProgram": null,
+ "LoopCount": 1,
+ "LoopStartStepId": null,
+ "OKExpression": null,
+ "GotoSettingString": "",
+ "OKGotoStepID": null,
+ "NGGotoStepID": null,
+ "Description": null
+ }
+ ],
+ "ErrorStepCollection": [],
+ "Parameters": [
+ {
+ "ID": "87afbdad-507e-49e8-ad46-7ce904bb7658",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "台架序号",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 1,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "60cd1227-9543-4bf2-80d5-77ab03cf8e0f",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "e86ec566-eb26-403e-9c73-769a2ecbc276",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "CAN通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "6af5c6d0-2366-407d-b107-1ef53d5cd2c8",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "d9bb28ea-2745-4470-9092-640f6931a3a6",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "示波器通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "4d9e5964-0998-4fcb-b09f-4fbdd679cd43",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道1",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ },
+ {
+ "ID": "fcf07a6d-c4a1-449e-a34f-ccca370be6aa",
+ "IsVisible": true,
+ "IsEditable": false,
+ "Name": "功率分析仪通道2",
+ "Type": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Category": 0,
+ "Value": 0,
+ "LowerLimit": null,
+ "UpperLimit": null,
+ "Result": true,
+ "IsUseVar": false,
+ "VariableName": null,
+ "VariableID": null
+ }
+ ],
+ "Devices": [],
+ "Description": "系统正常"
+}
\ No newline at end of file
diff --git a/ADP测试项条例/24_VA-HV侧输出短路保护.adp b/ADP测试项条例/24_VA-HV侧输出短路保护.adp
deleted file mode 100644
index bd9b4a2..0000000
--- a/ADP测试项条例/24_VA-HV侧输出短路保护.adp
+++ /dev/null
@@ -1,1341 +0,0 @@
-{
- "ID": "a4b3ff7c-8633-4b21-84dd-2717ae3928f7",
- "StepCollection": [
- {
- "ID": "67c60618-5cbb-4cbb-aa61-7faf97a593f1",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eda36b5d-8579-4fd1-bbd1-5e07e31fa5d0",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de100c36-2814-4fcf-ad79-81f704c52f55",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05ad079b-a1bc-4656-8a75-124026c2b2ce",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4d709789-38da-405e-badd-1b03c7f37f26",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7712aa8d-e56d-4970-ba51-50acd2e4860c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40656827-ca02-492c-a467-8506cee67993",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "efb2f31a-6044-43f6-b7e2-9b2b1ef724a2",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1447281-bfce-4b3f-8697-bac55f0695c3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9535cde0-45bd-415a-8af1-6da64975b534",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "adf754c6-a975-42ba-8e54-b269c59f07d7",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a45b76d7-7e6b-4896-9838-28b07d00dc51",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ffef7cf-ba29-4ef4-a4db-1e9929cb4a50",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e2bdd072-db25-4f84-9a35-285c06650217",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65500271-4224-45c2-88eb-9fde540c8c54",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7cd7e49e-f1d9-4739-821b-36ba428a2386",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7881ceee-7b3b-48d5-a19a-d623fbf90526",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "880fff22-a398-48f3-a1fb-74eb980a6c1f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7a54bff-0817-40f2-9df3-3cc5b58b34a6",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b3d03db3-88b9-4c37-93df-e0f206b6f573",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f88a774a-7beb-414c-9b39-0f32711ec218",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "16e4e4ab-bdac-440e-a3b7-d8f7351f426d",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f25c93ad-fe05-4b8c-a3b0-f54241411a16",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7339e290-313d-439a-b2aa-31db1ea03a92",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8096b17c-e418-4436-a6bd-3ed1bb276809",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6286ab7c-b570-4829-b25c-88864f715dab",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "91d36396-f5ed-4864-bb75-2d7c073295a8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c7d57120-d95a-47c1-9174-3fa0102a7320",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "36d206f8-d187-45a8-8b6a-f21f97604010",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "061255f1-4f87-44c8-a807-d9f0be139748",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "abea9a5f-da17-419c-89af-6227c00c938e",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ffee7cec-44e0-4a79-91e5-c8fd7688c252",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a0fac73d-07ec-4336-9967-434c1e5e6d97",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "09ee2bef-eba4-47d8-986b-dae29e991915",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6af5513a-ebea-435b-aded-f57ba3f68d09",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ca43cba1-35c7-4f2e-8afc-c8f781806660",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "517d4e04-0786-4d28-8e16-c6cbd76a2cbf",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb3622a3-12dd-45a6-bbeb-42687781cc5d",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7810ff4a-2933-4aa8-8a26-b89c33488864",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e4baf71-c970-4e8f-9ae8-9d02f9fb009b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "92a8c5fb-cc04-42a0-b237-a2661540027d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "481f2213-206e-4bb6-91ed-716c70f9e472",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d20b60c6-b0c5-427a-b18e-276cc4c69f02",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "67ca81f2-5920-43b7-aaee-dbca79b3458c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "95516480-6999-4bfe-aab0-839225a1ae0c",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e59bfd65-70dd-4123-9e1d-2f74140407ff",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3c50fb49-afa2-4c06-923b-8bdd0affb02d",
- "IsUsed": true,
- "Index": 15,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0997bb14-4466-49f4-870a-cb9afc675b0c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4bba74f2-638f-4aed-99b2-626dc037838e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "22987b0f-19f9-46ad-8cdd-2142edd8a100",
- "IsUsed": true,
- "Index": 16,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ea6a26b-15e9-4242-8dfc-01b57f7ae0d4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "669fa972-ed25-4a74-b1f5-46bc8f2f353a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7e25727b-00a1-4359-97dd-152f849dff4d",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "74672ada-901a-408a-83af-8a0060be9aff",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d98f12d-ac1b-4d6f-b7c3-c6cf0d2c722d",
- "IsUsed": true,
- "Index": 18,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f5e8e742-8184-4a4d-a011-c189cf61d12c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "06b3e27e-d8a2-407f-ad00-eaabd09d7d62",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5cb5a6dd-3bda-47b8-a996-a5200f8cfbd2",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "658fb2d7-65ea-451a-91d2-649aa0d2d0f6",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "259ef259-60e0-41af-94d3-b9c52e7f4b0b",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "23bea638-c00f-4d2d-af79-e03048a834ac",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e02dfe2c-3674-4790-ad33-f5a9e59f650e",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "d81478a1-db59-49f2-81d4-596f71d42c29",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "37dc611f-8e9d-44fd-948a-baa1ba2ad8f6",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "42a6ab4c-4022-4b9d-86cd-d3a696b7b615",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d5dd8e56-0112-41fb-a7e6-b30e9b697a8b",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a9526432-2d6f-448c-9fc2-d8385088d426",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e30b187f-00e8-4e11-91d8-acec36591ce7",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "046c4e3a-4c35-484b-b9ef-0fd220a2b024",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2540a23f-764c-430e-8e85-d2c69fc54446",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/25_VA-HV侧输出抛负载保护.adp b/ADP测试项条例/25_VA-HV侧输出抛负载保护.adp
deleted file mode 100644
index 53bd6c7..0000000
--- a/ADP测试项条例/25_VA-HV侧输出抛负载保护.adp
+++ /dev/null
@@ -1,1551 +0,0 @@
-{
- "ID": "7028c96b-ab57-4d93-a8f7-6bf2b7c72af1",
- "StepCollection": [
- {
- "ID": "a276701a-6634-41ff-aa36-af6e64282482",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "720900dc-5262-49cc-9eae-04cbb4073c6c",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a3c2b4a-20cc-4a7c-8841-24fdb8cade8a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "379cb19e-6f87-4421-8887-9433d8262102",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fefa293c-a727-4b62-b649-ed375daa71e7",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3f44c686-4a01-4cd3-94ea-b2f58097e0af",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4e98a892-c42e-4d42-8026-759079f68a69",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3974947d-0422-4800-8050-848cff8499a9",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "483fe0b9-fcbd-44f3-a21d-2df238f62035",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfa0181c-2309-464c-9124-d57d7764495a",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0820fb1d-7836-4e0f-ba35-d4cb8496ff32",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d0c88987-5f60-472f-95b0-d5e12ab17a81",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2d046a37-f30c-4853-9634-1b47efd6e1ac",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "22d9157e-e65f-4f72-be0b-dc592b07ba7f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d229b6ca-051c-4b94-ac48-7d65a3e9ada4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f5a24e8-c670-483e-8496-9cf095671fa3",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d313fd23-06da-408d-9d05-693eae891210",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f66a178e-c613-4034-af52-ab6c7131ee3b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e8d5e742-3a5f-4077-a3d6-58600428e885",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8b49a983-e009-4d6c-84c2-24af8f1e9a09",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a0789737-2944-4733-a9b7-a2909b7d1a96",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d3a0ff7-1b68-4bee-a2b2-aac7ad36a769",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9f8a67d-6f26-4e21-8232-165898c5b2e7",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "77006b74-3140-42c0-b6cc-4e6d453f04d8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1ad6e0fa-14f0-45c2-8978-6980bd5ea57d",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b0065821-9d0d-4a38-88c7-520a81920310",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "945ea32f-409d-4242-a509-dfefcdbcdee0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6561fb2-e8d9-46c7-b71e-cb41f4baef18",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8be97612-6cf9-49a2-aa28-009f99279057",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "52e1e7e9-8a02-46ac-97dd-5476f13148d5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8dcec463-720e-43f4-a1d2-cbf5bc991ddf",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "18a0f42e-3ba2-4259-adaf-80f0c56fee9c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "97e0fcea-8eee-4ab4-9581-67e39041e76c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9fa72d46-57d9-4e7f-aa7a-80c4a3337f6e",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc9b3f64-2669-47e0-8d23-a9de007ada24",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e79232c-3785-47d6-ad38-c136cc7bbc07",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6c238e67-c950-4e64-9a8d-e474e58f566d",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1a58ebf1-4d30-46e7-b813-f580edc70728",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ced69e27-09e8-4c1c-9b0a-c8415f8d27f8",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "55d3b502-4cc7-49a1-8960-2bd67575aec0",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cde5f03c-3670-485e-b932-48e07245c771",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "68c87c1d-4594-476d-acd9-01c30dac4d7f",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6462a0ff-8d5c-47da-9923-df7bb1e0461e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8577607c-b6f1-4a3e-b0af-4bcf6c1c0e8f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d294015-be55-4899-a7bd-2588a281b276",
- "IsUsed": true,
- "Index": 14,
- "Name": "负载OFF",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f04defcf-5092-4e28-af87-cfa7c3202f2d",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "df3ba27c-d067-4c21-835a-05c51c6c84f2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "228fc66f-1448-47a1-8462-4fefe3142df4",
- "IsUsed": true,
- "Index": 15,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3434688b-c9e1-4129-81a4-8d7698f303fa",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b014c8bd-ea9d-4a17-b1f6-7399660646c1",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5a00dc51-91e7-4907-bc68-4ef3c25e9892",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac1bc16a-42b0-4754-a9fc-d7cd659788c4",
- "IsUsed": true,
- "Index": 16,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5c1c66f0-c001-4b9e-a5c4-9dee97f0e890",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "186e0f4b-aa7b-4e18-8619-ed479ffbe466",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d4794a8-838c-4214-be8a-126ce2032286",
- "IsUsed": true,
- "Index": 17,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "69b1da04-1f42-48d8-931c-2f922642e358",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2fe8cf4b-3ee1-4d49-9aa9-b19dea9f44b6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9d654149-aa26-4c67-ad37-f28fdc9a7a00",
- "IsUsed": true,
- "Index": 18,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5a8aa43c-de20-4c48-956f-6390f27745ed",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "247c55a6-95b1-4ecf-aa07-d3021361fa46",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8770fca-3805-4a35-bccd-bae56e206850",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c4240160-e6f1-42de-a5f3-0e9079ef55ce",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "163f7aff-a6e0-43c2-86f5-2bd22e90479a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "19dd5e0d-4a0e-4e86-a208-d596594c5f3c",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "326f244a-0d9c-4c47-8e20-b60e274550a6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a5314ca-4fd5-42c1-9c5f-fadbbbdb61e5",
- "IsUsed": true,
- "Index": 21,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7da3ef33-bd94-44eb-90db-1d3d7091a6cd",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4e85a0ca-5f96-4031-88c0-fa39f0cb1369",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ff707adf-1830-4950-9351-30dc9474614b",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dfd81145-56ce-418b-bfde-20ea3627fd73",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "31d499bc-fb90-40be-a050-c127dc761c80",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99553a28-b5ab-48e2-a7e6-c3a156ea53f7",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2e052f72-57ca-4123-80ee-995c51876d8f",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "b2f26c2f-788e-4e09-a18f-17636777ba22",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "80b34765-4d54-4d21-91d8-6133c90a11d1",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3e2c775-5d7e-4312-b6bd-d171d13b42c7",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1fb7a88c-9bc7-45dd-9866-6a8fe07551ba",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "324ea5e8-add2-4ef3-8ea5-d33187675594",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "42050bf5-6cb5-4327-9e1c-086b1ce828eb",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb492228-0036-4962-98b6-64a76b3f2041",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "57db3003-bf7d-403d-a811-4b27cf594324",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/26_ECAN中断保护.adp b/ADP测试项条例/26_ECAN中断保护.adp
deleted file mode 100644
index e9c29da..0000000
--- a/ADP测试项条例/26_ECAN中断保护.adp
+++ /dev/null
@@ -1,1341 +0,0 @@
-{
- "ID": "d06e61bd-cc06-441c-90fc-521cf334ed9e",
- "StepCollection": [
- {
- "ID": "3cdc7252-6180-4044-ab7b-b7552c4b756b",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a7306bf-ff6c-4ee6-9d0b-74e3da791f75",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0220a3af-75cc-43dc-bce5-db6edc6f359c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d7cae0e8-e9a2-4a89-a6a3-d2d0743e5c9e",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a91b45a-33a4-4b35-a6dd-e536665c1689",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad7aae23-caff-4658-b96a-b56fd9bd32ad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62f1e8fd-8368-4732-bd9e-57c7d04b2953",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7aea3265-f053-4e32-b420-cd073f3a2d5b",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ced56216-49a0-4ac7-85b0-20a45b6f6dda",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ebe85c06-aef4-4454-968a-dddf29c6d810",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4eb8d741-1c43-4099-a607-b77f2b5172f6",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "38b505f6-783e-424f-930a-115b4b8cdcf3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0e9a3994-c851-420b-9789-adbfe17256a5",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4a0b5c37-3fb6-4485-9126-16f7f8a06964",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bf4db3e4-5e9b-4f8e-a2ca-faf311058825",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7b0cd45-ec8c-4a39-82a9-ab022922066d",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df783453-a2e9-4646-9a45-f4a9efed81a4",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1adfc2c2-6894-4b63-88cc-4d15e736fb33",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "62836a5f-565f-4e6f-ba80-9f433b157824",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "651f39a4-642e-4472-af8c-ff351eacf67d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b835048-bfa9-4446-84be-aae76adffdd8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6c82c07a-c5aa-4c72-bab3-dc6bc7c0c04a",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "06340b9a-94e9-403b-b170-0a4e300801a1",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "aebbeea8-ea37-495f-9b39-e3327efb1eef",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4fa42d37-be10-4603-b0be-5cbfd993070e",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c30c4f7a-0a86-4c9a-9ec6-c7f71b39deb5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4609a2f5-48d7-4924-98e3-ba89a074e5a5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "457f6bee-ad68-4b0d-848e-b4ea346bdac2",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "740b9fa7-b4c9-40ea-ac72-30ca49a47fbf",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1168c5c1-ac6c-4e54-b348-c042bb30d196",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f619fe17-73ac-4bcb-b039-c0b94155c62b",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "386934bc-e73c-4b1f-9fc0-f411ecca2098",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "5f73266c-cf6a-4f20-a4f8-5f542c471380",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3277041a-f2eb-4a57-a0b1-7ce8967dcd18",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4e884619-0f0e-4a84-b419-c13edeedad19",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5386618b-843b-448e-858d-e42a0e0755b0",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb7bdc00-9dae-47c6-b780-ad7b880e0e85",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65fa2b52-d966-4f3b-babe-3f3725be7fe5",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8fa5edf7-962c-49b9-9bdf-cefe46ecdd23",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fec45d22-58db-4b2a-a470-fd7f371fb616",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6a8b09b2-5815-4014-8822-08dc56c5f981",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "48c7677f-eacc-4741-9365-800de4615806",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "32c5cbd9-694e-4422-b514-3af0ab342ffd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b8600d36-9b1e-4ef2-ac91-707b94fba7fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d0c2866-99c0-4fa8-9a45-312f4435fb78",
- "IsUsed": true,
- "Index": 14,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2edc2314-0b9c-4f9b-9252-958006726de8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b725148e-8c3a-463e-bd5e-3132b443f358",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8032e096-7432-4bc4-ad98-6ea3d015f3fd",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "50e855b2-30ac-4a4f-b1e5-502c44e490f2",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6157fd4-6798-4e79-a6c1-e4904e38918b",
- "IsUsed": true,
- "Index": 16,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "671341f7-5ecc-4e4c-950b-e4fee62575f9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0ca92659-1e0e-46da-8803-1e0f10a7c48a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "06c490ff-0e53-455b-afb6-bbbdc83064c6",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c8c6de3-74aa-4cd5-8e5f-f513f885ea6b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b99eff56-1d17-4cd9-8dec-331149cfd027",
- "IsUsed": true,
- "Index": 18,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ae4f0a4-70f5-48c3-8de5-d3330a7e75d3",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "a2186c09-c918-4105-96af-310fc24fc53c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bcdf78a5-b1cd-4424-a676-324efce11644",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "69cbba97-48fc-4869-942a-8759902d21f8",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "464cc123-3687-4934-a4b8-b48420016a20",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "18f041ab-0f20-43c9-b86c-4aebb5cde9da",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ccd3589e-135a-49b9-a386-79486709cf3a",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "ac9cb67e-8f13-4549-b64b-05446e44e716",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8968094-4518-4739-8c5a-ddb8ad7f4422",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e4ae325b-faed-4e43-a32e-57f40b8d95ba",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3cbf62ea-dde2-4f8c-a6b0-f872939291ad",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "05e2c5e8-a98a-419a-a971-7965c8d7b5ed",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5f5a6c9e-b53e-447f-9f3e-732b0600614f",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e8c4afb2-662f-471d-b826-29e9dd4869ce",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0d633adf-a5e8-4ebc-898d-534de7883bf9",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/27_系统工作区间.adp b/ADP测试项条例/27_系统工作区间.adp
deleted file mode 100644
index 59f3a04..0000000
--- a/ADP测试项条例/27_系统工作区间.adp
+++ /dev/null
@@ -1,6997 +0,0 @@
-{
- "ID": "5646c063-92f7-43ee-91eb-3941720e05a2",
- "StepCollection": [
- {
- "ID": "ca5e6b0c-edc8-44a8-a660-69c45407396a",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "27570254-ecd5-41ee-92db-b1933a60721b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "73b41c20-a743-4bb5-9f36-f5483e8ab863",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25c16cb9-0537-456d-bebf-a72d097a50c2",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "646d3bd6-4874-44c1-a045-5291ca531d90",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "04c3b54b-9359-4a1d-9c08-7b389aab4d16",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6fdf8887-f441-4cc4-858e-56948cc5bdad",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bdf04a08-741c-4fe2-838e-1e0216db4393",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "83f6a47f-684e-4a41-a593-201408e2b1ce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b3d18fc7-8a98-41c7-bf7d-77f50d9d4d87",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4e325b4e-44c0-4ca4-8c83-f9d0c640a4c7",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "87e1e86d-a449-4f20-915e-fead2434661b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "33127c0a-af3c-4c01-9705-d30d88617c28",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21154462-64af-4ffd-b12a-47f76917413d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dda58658-da1b-44b2-b13e-87ef7cd73dfa",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4fb640b5-7ee0-4b7b-8ec7-5bebd02934c0",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e848f00b-133d-4263-ac2e-b5f45f8f1ef5",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48e95fd0-b9b2-494f-972a-fb087672a361",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "976b2193-dcc3-4617-af71-d1b8e90ea9fe",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec1d2984-1c3f-4760-90b6-b7f309e8ab98",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e94757f3-4494-408e-a55b-a3a91d96e399",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3aaf4160-6dd5-4d90-a1a7-ededc20158c3",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6d071086-16a4-4442-b379-f1b14fe0e3a2",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6500b866-6488-46be-841d-bb5b8e50beb6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8a893761-1ce9-407e-b7c5-6ca7cb6525d5",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "08968988-7fee-4fd1-a987-ce787d197b62",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a9ea9a9b-05a2-4dfb-bc66-ff3e30102346",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8ba2699c-6f4d-42c0-a17d-7aab1c2523dc",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "671138ef-95a4-44f2-840f-45d02396c982",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8f768f07-30b5-4690-9492-10e8045469fb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bafab5d8-6a79-47ce-b559-35c8ddec29b9",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "620b4807-bb32-441e-9fa3-0d1a23c3b7c7",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "4cee61c9-e833-4ba7-a5f2-1be82083337a",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b6ae8ecc-a059-460b-943b-184f8f71cf9a",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f21681c0-a66e-4cf1-a3d2-af1ad33faa93",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bd69e242-7aa1-40fa-8689-741a4de5284b",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c43d6b3d-908d-4c7e-82f7-b03ebb101701",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03978b7c-5883-4973-8f67-433f13da519b",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efc5ea45-8b3e-4734-a84f-e894da6666f1",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "29f57448-da83-4e41-850a-66eff635e430",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c8a760d3-72e8-4ddb-a74f-671b432e56f8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d7b7adf-14a8-4720-8859-322b6ac5c598",
- "IsUsed": true,
- "Index": 13,
- "Name": "负载CV模式220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7df33050-013d-4167-936a-a131e72e4404",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f9e3ef7-576d-4e60-ab38-9c585294bf31",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "be77f98b-4a91-48aa-8008-f5eb423f2074",
- "IsUsed": true,
- "Index": 14,
- "Name": "负载CV模式220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e7e3c1ab-9899-47b0-bd34-ed1292c3957d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a436a812-852e-4226-92b5-fb38c5aca2d7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a66624f0-e018-4be0-a37b-7e96411a29ea",
- "IsUsed": true,
- "Index": 15,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3d6697d8-e6e9-4fa2-bbaa-546dad37eb22",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "96b90efd-1e3b-45bc-a36b-5c5c141bdc0c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "086b1ee2-8176-4de3-a5f4-f83e31deeba7",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b4e4f458-6c26-4f14-98b1-4b1029501944",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7944893-45f6-4702-8128-1b4c0f7eb3ac",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "df5f79fb-1e58-476f-833d-c97c3f285818",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d52c1cb-65f8-4db9-be9f-8758e1500a70",
- "IsUsed": true,
- "Index": 18,
- "Name": "负载CV模式243V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "674488a4-08b4-42a6-8d17-51543a83220d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "243",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4a07dbb1-077a-4210-b968-07f65a96394a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "95e91120-c0ed-4c95-a222-217b65acb239",
- "IsUsed": true,
- "Index": 19,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "598597ef-afdc-4040-8a4c-67a40c29c95d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a2dae613-4004-4c55-bf90-5da9585f0e5b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f31127b8-c662-4415-ad15-00bd3f9b4a37",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "90ca1022-c602-4c35-9261-3baadd3c3e72",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fb553dc5-4ace-4597-b78e-541e84325647",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2fa2520b-b8af-4653-879b-46a349303554",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "23e23140-1d21-4da8-979e-d17f3bdcac93",
- "IsUsed": true,
- "Index": 22,
- "Name": "负载CV模式266V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5e62eca7-f2e0-456a-ae8a-cd50836d0c36",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "266",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e97d077-277d-4f38-84b9-7ee91c7f4ddb",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bc64c1a5-3630-4f93-804a-efcf62e303b1",
- "IsUsed": true,
- "Index": 23,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e524b57-eef5-4304-9482-c25a0e902f5c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9f2f87e5-ef90-4a6f-a468-c67c74a837e5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02a610e2-59d3-4e51-a45b-d7d0004a90d8",
- "IsUsed": true,
- "Index": 24,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d98140ca-2f44-4b92-bd89-3c000beaff31",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dbf14b40-be4d-4d7c-8c78-18e6e0e33bcf",
- "IsUsed": true,
- "Index": 25,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "27858854-480b-48e0-989d-bb69cf71fbde",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2c574fe6-bb60-46a5-9798-d3856af1217b",
- "IsUsed": true,
- "Index": 26,
- "Name": "负载CV模式289V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4bba3183-e05a-4f9e-b246-b44281af2a78",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "289",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7fe3ca31-ce7c-40b3-a59c-168fdcc24ba2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2015261a-f396-4dc0-863c-930c6b654f25",
- "IsUsed": true,
- "Index": 27,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e12785d6-156b-452a-8761-7df49b2713bd",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e3275a03-b218-4ad4-9861-c0c2bb55efa5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "50d347a8-7752-43b4-9ae0-b6d3baf12794",
- "IsUsed": true,
- "Index": 28,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1afb4b08-db43-434e-b4a8-871ccc752601",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83aa7f57-dc53-4182-9928-4e2a2dc83434",
- "IsUsed": true,
- "Index": 29,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d7ce58b7-66c3-46d9-b327-7924a65737bb",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2206d7ec-9169-4002-8ce8-a6c63daf6ecc",
- "IsUsed": true,
- "Index": 30,
- "Name": "负载CV模式312V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "55830320-c056-474c-9861-5c8d7f8d878a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "312",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d965e4df-3129-4fde-9898-e393f55968b6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "13fce9ae-0b07-4329-a744-36fcb7fb3d52",
- "IsUsed": true,
- "Index": 31,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "42d19a44-5b90-48ce-9051-c9815beb559d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3c00206f-a478-41ba-a603-8cad164abad0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "538692da-04aa-4869-8efd-f99565720fd7",
- "IsUsed": true,
- "Index": 32,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "38b9f321-bf09-475b-b87f-7b234529d141",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cb8c3ca7-112f-4d64-9611-dd5fd45e8807",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3f98ee1b-0954-406f-8a29-75f1c79d7a39",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "63201f87-4e83-4d78-8d8b-414e998f673c",
- "IsUsed": true,
- "Index": 34,
- "Name": "负载CV模式335V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ec77d52-bc46-4130-aa2a-384cdb901b67",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "335",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ef3dc402-e6d8-465d-938f-cf407c8543db",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "83b88ad6-7e53-4c59-bab9-86b6471c7004",
- "IsUsed": true,
- "Index": 35,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "08dd11ec-3e58-4189-a10c-1021eb7285bc",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "135307ab-5b1d-4cec-a099-6c19b226cc8f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "673fd19e-7a04-416a-adf4-82a9bd10f622",
- "IsUsed": true,
- "Index": 36,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e511f793-66f0-44c1-8ad1-46f1346f62d6",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "72589e01-629f-4682-bbb4-b5f4f6b5196d",
- "IsUsed": true,
- "Index": 37,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7660b496-4e42-42f9-8ba5-30bf0acec028",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7b7a1d65-1f02-459a-96aa-c291ab6060a6",
- "IsUsed": true,
- "Index": 38,
- "Name": "负载CV模式358V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f5d77bdc-7797-4847-9630-e5589b4f69f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "358",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "50538023-7e30-46ba-9316-0a6f504a01d7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "10eaab0f-09b4-4b00-8016-6b90adc161f9",
- "IsUsed": true,
- "Index": 39,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d7fbcab7-7481-48ca-b6b2-b38cb0a4c860",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c1ac6f7b-95b4-4d8b-8aaa-be02eb07f6e5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ec78e524-2758-44b2-9039-decd496cc07b",
- "IsUsed": true,
- "Index": 40,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "76d6f3fb-d93b-41bf-a4ae-2e5ce9f8860d",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "52846023-e89e-437b-948a-cad3f77559e6",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cfbb700c-ed19-42e9-bce8-a7501bfe531e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9e29d977-50a2-41e9-8063-d370b6ca24b3",
- "IsUsed": true,
- "Index": 42,
- "Name": "负载CV模式381V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4611ba53-08b6-4772-913c-be4c10caaebd",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "381",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "eb837fd7-d559-4df6-8bc7-2da10fa68023",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "415389c0-05f1-4480-92b8-5a33de599dcd",
- "IsUsed": true,
- "Index": 43,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9f8c9840-ed2b-47d7-abae-4eb60af50831",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d1a622cc-ba78-46f2-a10d-89cb5dee4a9b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f732c00a-65c8-4d4f-ab36-4c4c4ae88cc0",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d09b2731-a5fe-447a-8e73-f2fccb910b96",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "824ee1cc-ff20-44f8-a75c-c19cf8e51706",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e0b26c18-02dc-432d-99fc-51a33ee30271",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4f253f6d-60ab-407c-ac13-6d118771cfc8",
- "IsUsed": true,
- "Index": 46,
- "Name": "负载CV模式404V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1f5b918a-5da8-49e4-a006-6b1814d6112f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "404",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e43730d9-3178-4050-96df-e15a90c0cf0d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "80109289-13a8-4721-babc-d8c6f6f4a660",
- "IsUsed": true,
- "Index": 47,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de958d99-31f1-4ea3-8865-73ad87ea2d29",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5a179172-f75a-49be-8e5c-c5164881aaa1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2a2c563-de62-40b8-a495-af74c85292c4",
- "IsUsed": true,
- "Index": 48,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3a0c8540-b179-4743-895e-461131712807",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "65839258-c12a-4c28-93c1-88580e8a3f6e",
- "IsUsed": true,
- "Index": 49,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c4929a21-a701-4acc-9604-54aebdc36fd6",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "689999b5-8999-4edf-bd06-65ca3728977a",
- "IsUsed": true,
- "Index": 50,
- "Name": "负载CV模式427V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0f120d0e-202e-49fe-8d92-ab77c76a3766",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "427",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "92629efc-8bf5-4ca1-a203-6ca3e978c40a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f7284a6c-8d2a-4a39-8e88-2b22c5142b8e",
- "IsUsed": true,
- "Index": 51,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "973ee34d-ff69-4313-bde5-e79233ea5e58",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "106228de-fd23-4749-980a-3f9cb50881b1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a7157c8d-a4f1-441b-bd81-ec83846267b7",
- "IsUsed": true,
- "Index": 52,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "28a42d79-725d-4b93-9051-e780eb02ccc5",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2fd66f4b-2fcb-4b22-ad78-960d21b5d9c9",
- "IsUsed": true,
- "Index": 53,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "75102265-5d1b-43bb-b781-a28c2733399b",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "899c83ce-7212-401c-9694-50aa8fac097b",
- "IsUsed": true,
- "Index": 54,
- "Name": "负载CV模式450V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "16cb5eb5-e03c-4f29-9b76-02bc3a3c22bc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "450",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9ff5570e-64c1-47d3-9abc-bf17bcebee75",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4822d81f-3f99-4f82-aa4f-f5eec6cb24aa",
- "IsUsed": true,
- "Index": 55,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "52d8fdf2-68b1-4994-a90f-54910264909e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9d7a6ff5-40d8-4f65-90a2-a700acec63d7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f50a7f8-f0b9-46a8-9d7c-877e6b3509c6",
- "IsUsed": true,
- "Index": 56,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cce374e-6f81-434e-a845-fe4e8340c417",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "278497e1-0caf-48e1-8326-f6ef744c2b42",
- "IsUsed": true,
- "Index": 57,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f51bb614-4474-4f08-a21a-f2b952865a59",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e506807-8e37-48a6-a02b-c8df6b4cd479",
- "IsUsed": true,
- "Index": 58,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d3443474-2872-463c-ba02-e2dffaad2046",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ce45cece-bdc0-4349-815e-94d14c6e3214",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e9f2ee12-715d-40d5-a9a7-051346a21e0a",
- "IsUsed": true,
- "Index": 59,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47e47723-5bb3-46df-93bd-053a39d03d68",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1aadfb07-597c-4717-a838-006309203cb7",
- "IsUsed": true,
- "Index": 60,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "01a0b846-1822-4d51-9460-0861df3da1fc",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d1a1a20c-b995-402e-a7c5-2c72d80bd7a1",
- "IsUsed": true,
- "Index": 61,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3c1bad6e-b51e-4028-9e93-14f4c7b9c2d2",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b40171bc-b677-4284-991e-cb6932541add",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1445d26d-3298-4f0a-81e7-a5374f2ea54a",
- "IsUsed": true,
- "Index": 62,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "352ca4aa-14b4-4f33-a9e3-826848cf6b96",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a536af13-e24e-4652-9747-c910b4b1445f",
- "IsUsed": true,
- "Index": 63,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ffad187-7e13-4a04-9306-b1910fc14b93",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "893d969b-8820-40f4-a05d-86023945558f",
- "IsUsed": true,
- "Index": 64,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "beebc730-65fd-4ceb-9e2a-a9edba3fd201",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b69d3618-da44-4078-b6b2-f33e22f67ca8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "97380b68-a3e0-433d-9cf7-73d5faef9b48",
- "IsUsed": true,
- "Index": 65,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "09a8c19b-0a4d-4b4e-b666-e964681fabbc",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0066b59e-7e50-4978-99db-4755b1aa1aed",
- "IsUsed": true,
- "Index": 66,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ac46f72a-0392-4104-8228-bc43efcea916",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6de57526-ce62-4401-aeb3-ba16979b02ef",
- "IsUsed": true,
- "Index": 67,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "968f48bb-ee28-431b-8967-f000518198ea",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e30e4bc-ec42-4d9a-8734-c52218682ab8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3d57c70e-cea4-4fa8-98ff-cdabaa237d6e",
- "IsUsed": true,
- "Index": 68,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0be3f080-ca78-4e47-b8fd-476b1f015265",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "38a60b96-6c87-40b0-97ac-60f091a1e197",
- "IsUsed": true,
- "Index": 69,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ae93dbe8-fd36-45e1-8e05-8c17faffa4a1",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "790eb682-b758-4434-88c6-1de6137045a4",
- "IsUsed": true,
- "Index": 70,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c28ff8a-3f6d-4d5e-aa12-6b3ed801f61e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4aebc865-d534-4cc9-bf84-1b5f0b0baefe",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "70ddd51e-2fdd-40a4-81ab-2ea5f9e99f56",
- "IsUsed": true,
- "Index": 71,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "133bc5b3-e32e-4b86-b9bf-2315f532448c",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a5eb6e24-9e4c-4d1d-9488-62737be4e94d",
- "IsUsed": true,
- "Index": 72,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6cc671dd-7157-4d0f-a50e-459c3fea93ac",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3732e469-e7ac-4a17-99b4-a42476e84801",
- "IsUsed": true,
- "Index": 73,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b5977c25-101c-4888-ad44-f1758b5c36a8",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1bb1a0da-e782-4d9b-a649-2e7ae816bae1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c065276d-89a0-4c84-a45e-3c99b2deb81d",
- "IsUsed": true,
- "Index": 74,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "39bf8e04-d7c6-4502-828b-1c2107ff717b",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "81459f4d-2648-4671-a1e5-9242990ebdf3",
- "IsUsed": true,
- "Index": 75,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9ea7f34a-805e-4674-97fb-eaa749731fa8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1edb7068-aa90-4a54-9f49-84a20929570f",
- "IsUsed": true,
- "Index": 76,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37fd1e0c-b9d3-499d-9d32-5b561a2a7160",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f5f48c3d-725f-4aa2-ae2d-6255d8e19509",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b8790b0-a10d-44e6-8287-35780b6dc0c7",
- "IsUsed": true,
- "Index": 77,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4bde1b25-9047-44f1-a621-b0784225a0ba",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfbf11ba-424e-4f2d-9f2e-b5417cd29073",
- "IsUsed": true,
- "Index": 78,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d0d7a489-57bf-4755-97f6-fee4bd811c74",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c8a199d6-5de9-4eb6-a44d-4210a78f0f05",
- "IsUsed": true,
- "Index": 79,
- "Name": "负载CV模式450V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20f526f2-c716-4094-9a8a-2f4e1121637d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "450",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8c66e981-3cba-4d64-b587-0ce63d038a6c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5884d08-091b-46dc-bc09-2b166a68f943",
- "IsUsed": true,
- "Index": 80,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9016ed41-7ebd-40dc-8d7a-70189571e06c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a475108a-2677-46fd-828d-63a8ea2f9b26",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f26cd7d3-a92d-4368-8b83-940556ea1bac",
- "IsUsed": true,
- "Index": 81,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "70de76ae-82ba-40d0-a2f4-8c0f1f28394d",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fcec06bb-7d60-482f-b1a7-6e95c8cae933",
- "IsUsed": true,
- "Index": 82,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "59f0325a-f686-417a-9619-e1d692cc71f8",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a23301c-61ea-45a6-b77f-5a02f1c03f00",
- "IsUsed": true,
- "Index": 83,
- "Name": "负载CV模式423V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bb85953f-46fa-443f-87ee-013935ca3cac",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "423",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ddf172dd-f065-4547-a0f2-1ba7943f5382",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "602bd9e1-f501-409e-a802-62a83a982816",
- "IsUsed": true,
- "Index": 84,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ee23a8e-ed58-4e3c-a753-56ad91ef1c18",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4418447d-3eec-4918-aa74-e8a265cfb415",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "edec195a-5558-4f65-b177-5940d0c27cbb",
- "IsUsed": true,
- "Index": 85,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8ae47e01-8421-4beb-a9cc-cdf03ca17359",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1fd60f3d-bab4-4103-8a0a-db9307c85c5b",
- "IsUsed": true,
- "Index": 86,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b6616cad-da2c-4336-bde7-31a32887b8dd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ae6aab1d-7e5e-47d8-9d1f-c8054f6c7595",
- "IsUsed": true,
- "Index": 87,
- "Name": "负载CV模式396V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5bf7578a-9f05-453a-96e3-7548e596f9f7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "396",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8f841126-40fb-49fb-82f7-64a3f99360de",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "946d5cf4-0687-486b-aed5-32a8cfb12ced",
- "IsUsed": true,
- "Index": 88,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ae2c745f-d48b-4120-a144-88774f6e4bec",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8d12d262-55f5-43f2-89c3-dc3310b58618",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ed16bf44-e995-426e-8b0b-ca46849de966",
- "IsUsed": true,
- "Index": 89,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "64817b36-4b93-43ed-bece-1b35bbf1f79e",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f194e096-4aa6-4a4c-826f-c6764ff629a4",
- "IsUsed": true,
- "Index": 90,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b343ab2b-4218-41ba-a43e-59191b9a4835",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0a8aebfe-55c2-454e-adad-0c850939d681",
- "IsUsed": true,
- "Index": 91,
- "Name": "负载CV模式369V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c2d77b9c-a459-4fe6-ae70-f88a2b266e32",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "369",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d55acd52-43ff-4113-b62a-ba190189f58e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "603e5b02-6c7f-46d7-951d-11fca207568c",
- "IsUsed": true,
- "Index": 92,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "af0a0d41-9424-42ba-9182-838cff370a2b",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5ceda1ba-7a4e-496c-bc6c-eb9e759e0210",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55cce4ad-6390-49b4-86b9-6454d0ddbaeb",
- "IsUsed": true,
- "Index": 93,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "31e69be3-78d0-490d-835f-3d928482f99e",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "92741033-14e2-4e89-8d9b-b454a2ad9ec9",
- "IsUsed": true,
- "Index": 94,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ec794d12-c316-496a-8355-f753b0eeaf0e",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a9a21a9-6d6a-40c6-a915-39b773fe3e66",
- "IsUsed": true,
- "Index": 95,
- "Name": "负载CV模式342V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1e9a7e12-1cf0-441d-b3a0-ad556ea0b0a8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "342",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d12cd584-64ed-4066-a5ab-6b57cbbfe30e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "96563b4e-469c-451d-81cf-3be9410ac235",
- "IsUsed": true,
- "Index": 96,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "290d37ab-073e-48cb-ba48-3383c44b4d02",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "412a3fa9-47db-4a3c-917f-1e9bc742ce2e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d754a41-76ae-4cfa-954d-98007fa857cd",
- "IsUsed": true,
- "Index": 97,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "56a1d722-975c-47ae-beb0-10ddf555a9b5",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6d1384e6-0286-49a5-b041-9eeb88273e33",
- "IsUsed": true,
- "Index": 98,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7eb2d792-9b48-438c-98b9-05f9c5bbf7b9",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7dd829bb-4777-4153-8f09-731ae0be36dd",
- "IsUsed": true,
- "Index": 99,
- "Name": "负载CV模式315V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2a05e0cd-c6da-4593-b939-9c42e2a6fecc",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "315",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4766a63e-e2e2-46cd-b326-5bca62b1075d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2e11307-1520-49ce-ac0b-925333568584",
- "IsUsed": true,
- "Index": 100,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a11f8e58-5930-4ace-8455-4136f6a5bfd1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "de22734e-d57c-461c-8196-3d2268115dc5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "581467ec-d81b-4e92-9be4-6af29cf5308f",
- "IsUsed": true,
- "Index": 101,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ebe8e2b3-4cd2-47c5-8e08-449beaa3427a",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e77f62f-d197-4259-9e5b-e9dde1de9073",
- "IsUsed": true,
- "Index": 102,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6e30f152-713e-4e8f-8323-e0a3cf770760",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0bea0197-fe18-4654-a5d2-d450a89ef6da",
- "IsUsed": true,
- "Index": 103,
- "Name": "负载CV模式288V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7690f3f1-b671-46fa-a3f6-1cbcde4b7b46",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "288",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "daff6215-8315-460f-b611-4494fe31568c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c15497a0-ed9a-4af8-95c9-2427cdaec65c",
- "IsUsed": true,
- "Index": 104,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4fb7bfbe-2f87-4077-af43-beeffa12b69f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "02595889-6f34-45b0-82ca-bbf55dc0e4f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b769244-1a91-4160-b733-12fd368c7ea5",
- "IsUsed": true,
- "Index": 105,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e080d352-313c-4218-a4a5-a229e6bcfc64",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bfe4c07d-e547-4980-9ec0-1af71d56bd83",
- "IsUsed": true,
- "Index": 106,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "22be2963-18b4-4956-840e-e1f96b7a924a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6e12a1e2-d6d2-4a05-9c10-09a8a7ee3d43",
- "IsUsed": true,
- "Index": 107,
- "Name": "负载CV模式261V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba5411dd-80d0-4eec-9beb-f0e9116ebd04",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "261",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f90b718b-424f-4da7-9eb8-b594025e6a3e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b5913c45-d720-4b97-83fc-73a6ca08d382",
- "IsUsed": true,
- "Index": 108,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bb328c94-4b0a-4ee7-a93f-2991bfc9ead9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "911aa7a2-9417-4b9e-98f4-11cf0ccc305d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "35e36009-6f73-4823-9a00-32fdad669697",
- "IsUsed": true,
- "Index": 109,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "346d74bd-802a-4815-952c-4f1901d5bc69",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ad1277c0-e051-44e7-bc8b-235c5e8412d5",
- "IsUsed": true,
- "Index": 110,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0d57452f-f58e-4f46-9919-3fd9a43316db",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b7ce60ba-e631-4272-ad5c-0bc2261493bf",
- "IsUsed": true,
- "Index": 111,
- "Name": "负载CV模式234V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5b189dda-3225-4b25-bdb6-c00e598f0e36",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "234",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "50c47343-556b-4b2b-90d4-d2ec2dcb853e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "728f575a-e60a-4d89-821e-4382f2c619d2",
- "IsUsed": true,
- "Index": 112,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da562a97-3a14-4645-8aa6-c7b3cef6434d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0157b064-d9de-4bc3-8849-b6eb050df3e2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "946d7724-cdbb-43f9-908d-c6175a2114c3",
- "IsUsed": true,
- "Index": 113,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8e29665-597d-4b39-9e25-33a09193a0c1",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "69abfcf3-b7ad-44e0-8df2-f027cdf19d5c",
- "IsUsed": true,
- "Index": 114,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "53f5deea-b69a-44d8-992f-1cd3b254e96f",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c9f2c38b-b703-4565-9d21-5630391ea27c",
- "IsUsed": true,
- "Index": 115,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "30aa813d-d1ca-42bb-8bed-0b6695e073b5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cbb29dc8-ae33-4e98-a80a-9527dcbb153d",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0da0fb67-9048-4b5d-a7a7-183d8b09be0f",
- "IsUsed": true,
- "Index": 116,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7e728cf8-73af-4788-bbe2-17b676dc6e67",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7372b4c1-3fb7-43af-b871-2fb5b9faf752",
- "IsUsed": true,
- "Index": 117,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c8255068-0225-4976-bcbe-2dab7c7c6688",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71b67110-7985-4f6d-bf23-2c8ba3ffa81b",
- "IsUsed": true,
- "Index": 118,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c73203b0-8b45-47bc-83bd-ba518093e545",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "72ed148a-c3ae-4294-994a-cf92918b9853",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6e682ee-ffdf-4031-9ada-c37ca79b99f8",
- "IsUsed": true,
- "Index": 119,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db6411c9-7f3b-4a60-9b38-f790c4c7c454",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "02b19f54-ce11-43a4-8998-cc9bc35a3377",
- "IsUsed": true,
- "Index": 120,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "752d48a4-145c-47a0-8e29-88b708f38e9a",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "978003cb-8bd5-4a90-8e9a-bbb3e6574bcf",
- "IsUsed": true,
- "Index": 121,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "78383ede-fc76-4b85-b326-cb60a45afc76",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e7943d9-178d-422b-ba83-e2bffdb0fb50",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "88380b70-d45a-4ec4-af54-ffc1292aedf3",
- "IsUsed": true,
- "Index": 122,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f6b32eb0-e58d-4ab9-a120-88c587e2c600",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d963eed3-ce59-4c2a-abce-422cf55d971e",
- "IsUsed": true,
- "Index": 123,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "19bf15fc-c687-4e65-aceb-3127698f7bbf",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a9c742fb-c641-4086-b308-d66c6dac0471",
- "IsUsed": true,
- "Index": 124,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "466deab6-f1a9-4bde-b720-f0f4741f9a63",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7351f175-e09d-4188-891d-f2ae782e1af5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "40f7b2ea-120c-4d40-b99e-ce49071d46cd",
- "IsUsed": true,
- "Index": 125,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "150b9a8e-b6ea-4807-9883-393e199f3f4c",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77f1839b-0d06-4572-950e-044d6c1d20e6",
- "IsUsed": true,
- "Index": 126,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "33042a22-76a7-45a8-ab03-6a39b54b63fd",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ded9d457-3401-451f-b265-b57896793dee",
- "IsUsed": true,
- "Index": 127,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c7dfadfa-b13c-4b15-80da-9748358d636a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c5678c99-0dd0-45d0-8124-fd8f6518527c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d3219cac-e4f4-4ddd-8856-03c623b56f3a",
- "IsUsed": true,
- "Index": 128,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1da330d-f2d4-4f54-9c04-1ec8626f46dd",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "cd685b40-f78a-4b85-ae97-34681c0cf6f0",
- "IsUsed": true,
- "Index": 129,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "499466a8-3cef-402d-8509-eff1376f19b5",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "53fc4d4e-13e4-452b-a32f-461dcc92f255",
- "IsUsed": true,
- "Index": 130,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "94c3df8d-4d57-4a21-8f83-39b4f7577459",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6f4c1893-58d7-43ec-801b-eb7a234bd6f5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7cd80dd7-5b67-4146-baf6-f9f60e14b187",
- "IsUsed": true,
- "Index": 131,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "bdf89de9-d7de-47e2-9977-cd890edbe7bd",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ac3cc069-c976-4634-a2e0-5be86cc1afaa",
- "IsUsed": true,
- "Index": 132,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "12e008c1-97c4-4659-a26c-75e3e40156da",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "31b380d2-157d-4482-afb6-97c6d748a11d",
- "IsUsed": true,
- "Index": 133,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ca45f662-9d5e-4132-b002-d3729151c67d",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "58c351ab-e7ba-412c-84f7-8dbab247bf12",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5832b634-a3c9-4c5b-9b1a-14368162411b",
- "IsUsed": true,
- "Index": 134,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f5fa28e6-6b6b-4422-a462-248143f72104",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dbfddde7-9535-4aa6-95be-809f70e60daf",
- "IsUsed": true,
- "Index": 135,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "761819e7-e82f-4b81-84b8-dd3278b69117",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2769d71e-8a33-414f-9900-f22bb93a0955",
- "IsUsed": true,
- "Index": 136,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "99b6a9a5-f481-42d8-a52d-963eca1ed2de",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "0d0da0dd-0fed-4a3c-b42d-ad1b96202142",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a80c03cc-a994-4a55-a24c-8cceba0f3b23",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3c50c77-a6fe-4a9d-b39a-8429d4c69221",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e2d52e79-bf23-4ca1-affc-51d5fddd92be",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3ecfd564-8595-4c48-b8a8-5a98aa4c08dd",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cda1940-3c04-47ea-b201-393f74855bae",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "78ee99ba-97da-4190-a21f-4868849215e7",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "13e5543c-4d13-4f32-911d-c94c3bf31658",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8604d8e8-03d5-4eb3-92c8-a9760bf84ee4",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8308192f-c437-43f1-9be8-20eeda90c8a6",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "c25c45dd-691b-438a-8ecb-c5b5ea1c6b33",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7ebf2dfb-baaf-4750-be56-261617cdcbdc",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6130b8f6-7544-42d4-af16-54dedc3e287f",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ea9679a0-1e7d-49a7-ac56-32ca5455d809",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/28_VA输出电流纹波测试.adp b/ADP测试项条例/28_VA输出电流纹波测试.adp
deleted file mode 100644
index ac0e6b8..0000000
--- a/ADP测试项条例/28_VA输出电流纹波测试.adp
+++ /dev/null
@@ -1,1279 +0,0 @@
-{
- "ID": "9c95da02-3d38-4177-99b1-2b4fc5191c03",
- "StepCollection": [
- {
- "ID": "498f0fe6-2ac6-46b6-a1cb-60598ea67560",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9e83658f-c30b-4feb-a6f3-8ee9d4cbca9d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d20adc60-df30-41d2-a7c0-62202c31beb8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a89ce063-e68e-4117-904b-625d2292d068",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd193d53-a83f-4cb2-ba8a-f6cac2e4bc1e",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ad3e0aaf-cf1a-48a7-a01d-792d63ce244e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "edf70a88-f09c-4d9b-9afd-ab79233a0d9b",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8df43743-22bf-421c-8b56-9052c465e0e4",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a390488e-36d0-4faf-9a3a-9eb0fc06b92a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "833629e1-daae-4641-bb91-4fed30a959de",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "912f4056-7eb3-491a-8aaf-f2d1b164e11d",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "777e2e2f-4c9c-4917-b846-c1ddc0f22bd5",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b6ccd242-e1d2-4dc8-99ef-b5a9dbb43952",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c059667e-ad3e-4804-8a02-2c7bfbee6f96",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "51334bf1-dcc1-4f3a-837c-825c043bdff7",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "25cf5afb-501f-4e13-b0d3-378aaf7fafc9",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4edf7bd4-332a-4fcd-b4c3-9537d864ec69",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3673409a-ceae-42dd-8378-c49a8fcdd958",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e9e3ca29-0b41-4b42-a983-fb037258ae7d",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "84b7ece9-259c-46ca-a506-652417ef257d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fc741047-ccc1-4081-b989-9cc86e7b1289",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3e50a742-6ebb-41f3-a103-a03c0fcd1b03",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b60d001b-22b0-4249-a447-2aae3fe7d19c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "90b0b1eb-f26c-400a-b039-3ff6eb0a7a7a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7e8157ca-cc63-4fb7-a4e8-b910f33a4520",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2ec3d12-e69d-4edd-a0ad-757ac421bd84",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "97012385-2b34-418d-bec2-4b4e7e1e5149",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "60c33e78-ed7f-4de7-801b-ab1a1162cb96",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "caf7eb15-f56f-478f-a018-ac27957a9ab3",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "369bc32d-63a2-4761-a940-313f96fc5cad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2e73822b-ac97-405e-8823-c7a3bd6acc69",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "050e4659-a0ff-416c-9f63-76ff9d68d52b",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "326c4b8b-2bb7-4696-8b4b-221e553c2837",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a775fae5-8b6e-4260-952f-da7ba4308f03",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "99337fcc-9278-4140-bf87-7f4632e64872",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "460ed713-e64a-4844-abdd-0c3c34d54fc4",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d5a0efe2-4562-4fc8-af43-462374e77ad6",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "394670d3-1047-4833-a452-6e2c0241eafe",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "094bb11d-5758-490a-a107-71475fdb0818",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9925db40-d376-4ca6-a7fd-dbc8043626ce",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd0afcb0-2fe0-4cb0-ac33-7ba9478450a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e38cd40b-4e9e-4565-8ed3-7f4c9090e721",
- "IsUsed": true,
- "Index": 13,
- "Name": "示波器通道1ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置通道开关",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7a82a0b-c2b9-4e6d-835b-e3234b020142",
- "IsVisible": true,
- "Name": "通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "71da0139-1222-4dfe-9a47-e328f9fd42f0",
- "IsVisible": true,
- "Name": "开关",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1549f3ef-149d-4545-b961-4184041cf5a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f4af7a90-d1ca-4e56-bbeb-2d880cbc59c6",
- "IsUsed": true,
- "Index": 14,
- "Name": "示波器触发",
- "StepType": "方法",
- "Method": {
- "Name": "设置触发模式",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7bacec9f-8273-4b79-ba9f-0bac1f6917fb",
- "IsVisible": true,
- "Name": "触发模式",
- "Type": "DeviceCommand.Devices.SDS2000X_HD+TriggerMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AUTO",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f299c76d-93b1-4cea-ae76-bb4236bdab6f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0c594511-a574-4d75-aeb3-d66be878abf7",
- "IsUsed": true,
- "Index": 15,
- "Name": "保存示波器图像",
- "StepType": "方法",
- "Method": {
- "Name": "获取屏幕图像并保存",
- "FullName": "DeviceCommand.Devices.SDS2000X_HD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "47057d1e-1210-45e0-bbe4-cb93ec473d34",
- "IsVisible": true,
- "Name": "保存路径",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "C:\\ADP\\示波器截图",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "22625086-92f0-4b4c-a3bb-aa5795f5bc9c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3a61be37-8e5d-45c9-9afb-d5546f446d31",
- "IsUsed": true,
- "Index": 16,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "03c7f6c5-d3fa-468b-8aa1-6d684776dbb4",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "98742812-c361-4e5c-8f62-ac8806f2dc32",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "862f9975-6bc3-4914-856a-5a458903152e",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "94771aea-4d50-44a5-bd4b-dc4da20417c3",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f7c581ae-931c-4082-8977-66bcaf125ab7",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8acb0d36-5f66-4c9b-b07d-0b6843303969",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8f59dcc5-a6c6-43d7-b972-2291908d416f",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "fd92721d-02b5-44a5-b409-075056bac654",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "03622ceb-0d76-4151-9fc0-be4c41765f26",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7acde81a-7ddb-41f0-a470-b822b6a43655",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2dada2ea-6bd5-45fc-b56d-9404dabce3f2",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "9691e57d-438a-43c5-a840-41a77403e093",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "729f24a0-f542-430d-b2fa-2b8db30b26d9",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "65fa4a04-9994-4ab8-8389-cb1788aa1b2b",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "36ac22cd-601b-4c84-87ef-4ef4f2d37c58",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/29_输出辅助电压范围.adp b/ADP测试项条例/29_输出辅助电压范围.adp
deleted file mode 100644
index 703b943..0000000
--- a/ADP测试项条例/29_输出辅助电压范围.adp
+++ /dev/null
@@ -1,2573 +0,0 @@
-{
- "ID": "69bdfdc0-01c6-4128-9eb2-e82d6591f6b5",
- "StepCollection": [
- {
- "ID": "55a7c12c-75cf-43a5-9efc-62710a2840f7",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9481bf64-9ede-4dad-a692-f249b1e9b22b",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0f7b99c0-6218-49d9-9fc1-857f5432ddb2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bc3af07f-a90f-4508-ad5b-31423c3fd553",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a49d2cb2-eb93-4061-949f-f5f790659fd4",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "785b9b98-ebf5-4402-9e97-bf8d99db061b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9b2e6641-108f-4d2e-8043-b40911fe7db8",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9564a931-f1cf-42d6-bb0f-748191853859",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a06efae8-3981-4037-9734-fb20df09bdce",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2561fa3e-e24b-448e-a48f-9cf843e94f2f",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "256d5cef-9b10-455e-9fe5-012e8ce4490e",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "473a3c7e-fe70-4533-b0dd-0a9091b6318f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07f7d727-5111-4b65-b576-49309119db45",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "034e5045-e4f1-4edc-8298-5aff2645eb5d",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e22a3d53-df07-49bd-9eb3-37235f7fb8e6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "16a7530d-08de-42e7-bc7f-1919f914e429",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f9a322ad-8c55-435f-b642-20a13b8140d6",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "45137648-c73f-46c1-a2bd-7d330ad78bb9",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "adca97eb-5b15-4dd7-ae81-64ed101028cb",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2f120e11-9b1b-4ebd-b5e5-7735a0065cd7",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e5baf085-38a6-4901-b5a1-9a8a5aebefab",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6353e137-9936-4ca8-b957-7d975b09428f",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6ddef133-7a10-40d5-9af0-7456cf52a280",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "da1c3a43-0d15-4a79-b483-c05614d410ec",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d1651aa-4fa9-4b49-a319-be4058db60d8",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d47723aa-3f63-4d11-90b5-fc3240ce5534",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9ec7d571-0641-45a9-942c-6c2fce82f0f6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e0c7325a-65e9-48c3-b4d3-efdada34c831",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b0e60fea-22f3-4ffd-b71a-5f4b710ec0ab",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dce62dfa-e267-4579-9a11-d0d568eb41b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0961d0b9-b6d4-44a6-a68d-8f3984b4eb2c",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9c4b9a00-ba80-4451-9475-551399a08d04",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "db29a3ed-6ee2-474d-942f-3f943016748f",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "28cc8250-2806-45ab-b0ab-f132be1fdee7",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6a7c1e2d-1b3d-4728-afea-187e7f1858ed",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0965f98f-4f60-491b-9edb-47d41593a492",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ba9cc98c-41a6-4daf-bc0f-121f3a9caf5f",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "89d74d24-2298-43e7-b929-fff57f4db8a4",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "87633785-d905-469a-a91f-b51934e2ea4c",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "aa9295f9-d61e-4548-98ac-75a76e63b48a",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b1cd21f-cd68-4dd2-803b-5c161fadb785",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9444f34a-9bc0-4979-bbe0-99d38a1f02bf",
- "IsUsed": true,
- "Index": 13,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a8519fd3-dc27-405a-a8c2-fadc91e58335",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "48952212-e21a-4e81-aae8-d45c53a58184",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "78af0332-b0c7-4c1b-b755-50eb09b24ff1",
- "IsUsed": true,
- "Index": 14,
- "Name": "低压源9Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e7b63292-2896-44ff-a9b5-bd2eceb1e1e5",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "9",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b46ff762-fbe6-44ce-921e-b9dbdb763660",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "4006c52f-0929-4732-b3c6-bda51bc9ccd4",
- "IsUsed": true,
- "Index": 15,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8916ad29-40e6-4ad5-adcd-637e76ee3673",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4b1baccf-8c12-43c1-a464-2ff2abd1a3af",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0ceb10a3-9253-4efd-a0fc-4d2ac9a1e98d",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "48c2045d-2cb3-4866-b16d-f13f0b077386",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e2e31b43-7487-4f1e-9986-b2b529b68a07",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "60612df5-e332-4257-90e2-f1926b29a550",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "85bf272f-eb1a-4083-9390-e3aa58f001ea",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a0aee9f1-4246-4574-8655-ea1bf1016401",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c0af2f70-3d51-4f2a-a95b-ca4a8c2b1936",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "146c1969-1c43-4ba7-b807-1aff01f432a8",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6161a9d7-7fb7-4dab-9719-6d278f863beb",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "07c0f00f-72c3-4ee0-b8ba-478c6bc55998",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6a5275fb-59c7-4fb5-8cdc-259d362cc673",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "444913a5-104c-4e83-a88b-96e13c27d922",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ab0bb67-04cc-450a-b92d-e0befcb594be",
- "IsUsed": true,
- "Index": 22,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8092b4b-1b7d-44e2-bed8-960d6ea4adf8",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55eff58d-116b-467d-8091-d9dd0644d7df",
- "IsUsed": true,
- "Index": 23,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eddbf2a0-05a5-4f67-b1ba-e790e0e59111",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8b752a5c-311f-4d4e-89a0-0d198f0d0aaf",
- "IsUsed": true,
- "Index": 24,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "88c84f14-0acf-490b-a6cf-3f9dce40b057",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0f598885-746d-44e4-9230-1fc7715a9d22",
- "IsUsed": true,
- "Index": 25,
- "Name": "低压源14.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b7ace01c-8d08-4dbc-b01a-ad5463d339f2",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "14.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "194f1e8b-1b73-4d4e-81c6-82d5bc2d8bf6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "81f848ef-ab88-40ea-a209-50ec765b0013",
- "IsUsed": true,
- "Index": 26,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8e8dc928-0acc-4d1c-b38d-3259330df894",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "36871326-f065-4abd-905b-606bfbd2c098",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "dc8d4af8-66a9-4a3e-b7e4-37c64ce66bde",
- "IsUsed": true,
- "Index": 27,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "74457336-b8aa-4bd1-b786-8631585c7468",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e44cebc1-22bb-4015-a237-90d659e1e97d",
- "IsUsed": true,
- "Index": 28,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "ba9fa670-38a7-44d6-aeaf-8912a4ee0a4a",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "068a7d26-c5af-46d9-a2e0-7cb02c33a5d9",
- "IsUsed": true,
- "Index": 29,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c0a5c60f-0377-43f6-8de9-432492af7237",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "464c61fd-304a-4022-be87-b7dcd4db4a64",
- "IsUsed": true,
- "Index": 30,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c120f1eb-db07-4456-a9ae-18c2bdcd9357",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82d2bd1f-8ff7-4c75-ae10-d815a8559ba0",
- "IsUsed": true,
- "Index": 31,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "62cc3942-1349-4127-89b3-67556fe893a1",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6c3f64d1-cf1b-433c-bdea-c8d251b519a1",
- "IsUsed": true,
- "Index": 32,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0475e1c3-70d4-43fc-b16c-9a68a6f89f06",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "434a2954-c160-47e0-8dd8-ce1914f92bfd",
- "IsUsed": true,
- "Index": 33,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e1365c26-ee23-48f2-a66f-72a4a1acdb7a",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d794400-1efa-489c-9425-2d020f8a0d5c",
- "IsUsed": true,
- "Index": 34,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "abe677b9-094c-4144-8a95-655773258598",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5d28ff44-803e-4f3d-abc4-6830945106ef",
- "IsUsed": true,
- "Index": 35,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "20b24124-91df-40f7-bee6-3193e8eb405c",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "565b4f35-31c2-4418-910a-8bedbfa5d0ec",
- "IsUsed": true,
- "Index": 36,
- "Name": "低压源16Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f808df1c-3096-4e0e-bc8f-9b125235fb9a",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "16",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b62f0e41-a2f7-4b8f-b4f7-dee175371c5e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "50b718b2-e134-42b5-a71f-fc0188081fbf",
- "IsUsed": true,
- "Index": 37,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "754a7c21-0a81-41c1-be92-89098cc920e5",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "397a97f4-e828-4c82-b111-a8ef1bb6f1c8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "277d2333-1e0e-43d2-aeb7-ded88c41dc72",
- "IsUsed": true,
- "Index": 38,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7af74eb5-6d52-46ac-9e69-44599f3ab8c0",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2a07bdde-7f39-4811-9636-df09002f2346",
- "IsUsed": true,
- "Index": 39,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f531e917-9f23-4d3b-a7d4-80d4cbbcbcf6",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bb9d7672-a406-4125-82b0-2e2880145603",
- "IsUsed": true,
- "Index": 40,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5b575d0a-e4c8-4a8e-ae56-b42655eb0114",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "df8eb220-8c45-4e53-86d1-f5858f0fd5ed",
- "IsUsed": true,
- "Index": 41,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cc55387-f7c7-4f23-be88-24580367d5f6",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f39187e9-9ebd-463e-8477-beba1f15dba1",
- "IsUsed": true,
- "Index": 42,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7ea01308-9208-4af8-8491-36a81bc48e23",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2f2b7136-c015-4391-81f4-6913a284c8e2",
- "IsUsed": true,
- "Index": 43,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7892b11-e673-456b-8f59-b48ccabf5b82",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2ee5bbab-c36c-4c02-a306-6970008466b0",
- "IsUsed": true,
- "Index": 44,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e5a4aeba-00c6-481b-8918-9e1b451e07f5",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "9ba6cb9a-e9e8-4f85-ba01-cc0923b20e65",
- "IsUsed": true,
- "Index": 45,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c1c2cdda-9d8f-468e-a9b3-af0c70e1c85b",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "55868d73-1438-4f94-bbbf-6b16cf19c88f",
- "IsUsed": true,
- "Index": 46,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f0671c2d-8aea-45af-a36c-d31ae654cba3",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "26eaf1f2-3fce-49c6-84d3-273fb1684bec",
- "IsUsed": true,
- "Index": 47,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "851d782e-4342-485b-a345-03f9e6f507a6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "f488152c-5b92-44b9-98bc-718f7f0111e5",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e34d1c1d-450b-4821-9725-bdd25c370724",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "246228c0-8925-4f67-acf6-1746835e15d4",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9a6de35a-53fd-4522-8e84-8d9ee9f58b2d",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7891ac7c-a2cc-4169-904f-be5a2b657ab4",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a9d4c5ba-2a54-4502-9430-c53012d6bead",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "a96bab47-d693-4aed-9fbc-18999a1c4f52",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "234f0e2a-59c4-424e-9e6f-c8ec99d4bb22",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f9a78031-7eaf-451b-8abe-29d7ab0bda32",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "580c252b-690f-4847-90d8-27291c9e3164",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "9233592b-4a53-431d-b018-ef704dbe0f81",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "adc8b8d5-943e-43ef-a069-1e8d7b6baf06",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8023d8d4-7e1f-4390-89e8-435064bf60fd",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "bb2abe09-5812-4859-b04d-8c70df35be62",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/30_WPT系统输入功率因素测试.adp b/ADP测试项条例/30_WPT系统输入功率因素测试.adp
deleted file mode 100644
index 3ca7e04..0000000
--- a/ADP测试项条例/30_WPT系统输入功率因素测试.adp
+++ /dev/null
@@ -1,1447 +0,0 @@
-{
- "ID": "1b7d3db1-5a14-4e41-b51e-56c8ffde0fd9",
- "StepCollection": [
- {
- "ID": "306ad864-871b-4096-a157-94b9f03f5242",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "64b49964-0fd4-49a9-902c-0f6d3b747dfa",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8bb98873-bbf7-4e5f-a086-fb9fe728585e",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "304a6bda-adbe-4718-82a9-11b35ed5e0d2",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3e70969a-9f5d-4db5-9dc9-ed16f76900ff",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c2d06e63-6751-406c-822c-1477509f7abd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "bddda7ee-464f-46e8-a8f9-856a9bdd2e88",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6b304a3d-5fac-4f80-8c51-f0f2ad0a368d",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f184a8bd-eb52-41cf-a976-2647c0354e22",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "03bb161a-9f4a-453f-832f-b88f2aee2f88",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3730580a-0486-4c38-beed-efc67e0953ea",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "73f6ec51-2526-49b8-837d-73c531cc9d90",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3377420c-f958-4341-baf1-349cbda02764",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8f48a495-0a31-4af1-a89b-5e850c3dd561",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d512ec31-38d4-4812-a624-55735d97bafc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "05ec3342-af8e-4cae-9e90-f1e3f4e8cf6c",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "10d4e0e9-5cc2-464e-830d-92a8e7b24545",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e8552574-e181-4a6f-b6ff-45e6b72fe1bc",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "acc2d092-11fa-42df-805c-6a007731c6cb",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "555f2061-6c99-495b-a366-180290071c66",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f56e5937-a647-425d-84db-b4a2650559b0",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5115dcf8-f7b7-479b-b837-3e01c2283e3f",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "26dd0dbc-b2d9-4b93-a9c2-092f90d8ea68",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c273196e-fcdb-47af-bf94-b7caa7ec295b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "d5f2f5bf-0838-4f4b-8fa1-6517b4511979",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b226a4ef-8fc5-4821-a9bd-1c823666e3c8",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f3343b13-89b1-4b5d-995e-1b9510bd2159",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0eeaa6b7-1ef0-4554-a97f-5cb1259ad03b",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0c248e2b-e490-4597-b4e4-dc271095ed31",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1f005bb1-0839-4f59-aa69-19f76faa09f3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e50c5596-66b2-45a0-b1b4-a0f9d53c8616",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "e9f2a798-a646-4390-aa20-1b318f6d2467",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "2618d9ab-dab2-4747-9fb6-cf9755e73be0",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c01cc20-1498-48ee-a447-dc3e97571960",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3a352149-58b8-45fd-b827-d0e29b53fe14",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9cad98dd-9637-454f-8b75-3937140adfe2",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "feaf9140-f099-46a6-9ee7-1a192d2e1f4b",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9de87d2c-c9c5-4ea3-9749-9bd236940a51",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e45ecdd7-6035-4620-89f5-e699d670c157",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8d8cb4c4-9c80-4e7b-8080-ed249fb0b9a4",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "45de4c3f-eef4-4845-aba0-001f8f5605d4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "07d11c86-2c64-4ef1-8b56-dcf53040db64",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "134c661d-52b9-48d8-8c0b-0bce13e01114",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "311db96f-13e5-43cc-98f2-f403d7a1eed2",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "750ee964-d395-45d4-aba7-5fe2368126e5",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "82eb1b21-2b44-4442-b3e6-7aa8ad85cef0",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "4c45f3c2-d9ba-46e9-b918-711583c731fe",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c92c3638-385a-43d2-9dac-5db954fc9e57",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd9cca4f-0cb6-49bc-94d0-b1409dabcbfa",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "472a7289-4ab5-4991-8820-f8d718a39d19",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f2b881c8-326c-4b22-b3e2-2e96248b6746",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b26fb8b6-df57-4171-99e1-f7697fbc5f09",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "da36e58a-18ca-42f3-81a9-e3dbb27d48d4",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "17615623-8a6c-4886-907b-27c232904fad",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "431bde42-d15c-4c69-bade-29765a7e1b65",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2150b5b4-21e3-4912-9040-405439e55999",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "592e09c8-ebbe-42df-9cc7-389ad7d195f7",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "226f1937-e556-45f3-bd08-4de44a83ba93",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf4440b2-94b5-49d8-b645-59e4e7bfda06",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0bc2065d-c1b4-43ad-adba-bcd5b3ae06d2",
- "IsUsed": true,
- "Index": 22,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0ed8b005-33be-4266-a21b-80a81d2f5556",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "893b1e87-6ed9-4850-9420-9264d79c76ae",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "34c3adbf-c74d-4da6-801c-8e5e5b97dc1c",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4dd00bf4-6a5c-49f6-824d-e6349758de6e",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ef6be588-ab21-4953-8508-900384c99fc1",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "955ce53d-6b4c-4843-8574-391b624d5744",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a258c2ad-f42f-4ddd-b471-446e341e2009",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "12e4ed34-f465-4348-9792-b4088fdc721b",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6be05c32-4c3f-4544-9dec-82dd71c15619",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "be7797af-323d-438e-86b3-fd78d786eecd",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "795c1d01-1139-48f1-b4d2-b48fc449b1f9",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "c13c8a20-cbd8-40d5-9f09-55cea82a2298",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ada1dab6-f3b4-4370-b9dc-cb23ee1610b7",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1430a105-fe3d-485b-a1a4-b6db9487e5c0",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a5e2ab0b-304c-4781-a429-eb624c8bc759",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/31_WPT系统平面转换偏移效率测试.adp b/ADP测试项条例/31_WPT系统平面转换偏移效率测试.adp
deleted file mode 100644
index 8c77f00..0000000
--- a/ADP测试项条例/31_WPT系统平面转换偏移效率测试.adp
+++ /dev/null
@@ -1,1447 +0,0 @@
-{
- "ID": "4b200be9-156b-4b62-b271-bdb201ad9bea",
- "StepCollection": [
- {
- "ID": "0da9013d-d2d0-47ae-97a2-6ef6704cb3ef",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cf6b12a3-f571-41eb-83f5-e3ccd6f57447",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "08410bad-da01-429b-8342-f36b108e9005",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ce45094e-b2ad-4256-82b9-6452648f6c40",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a63c108d-4a08-4430-8e36-abe9a325ddd1",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "766faade-122c-4f14-b178-4fba8c639a19",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ffe1100e-0c1a-4771-b42b-6e3edf5d70c5",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC模式",
- "StepType": "方法",
- "Method": {
- "Name": "设置电源模式",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "09c483b6-a4da-4973-964a-66776c13fb97",
- "IsVisible": true,
- "Name": "电源模式",
- "Type": "DeviceCommand.Devices.PowerCouplingMode, DeviceCommand",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "AC",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "46ab25c4-7984-4501-abc7-349cf72c2a37",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8e6336e3-86a3-48dc-811b-7a91568f667e",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "fa829374-edf9-4835-9370-2fa0c3dd208b",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c5452ad5-292c-4ade-8342-652bf3d16d28",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "adf41d73-1688-4dc5-83b0-dbb408ade220",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "b8621636-6288-4e62-ba8f-f5b4a41e6fe3",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "943c71a3-5af4-4a30-ae7d-3f790e9cbf0c",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6b5ea972-1e3d-480b-9448-b5fffe341a91",
- "IsUsed": true,
- "Index": 6,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5bbdc1c5-3cd7-44a0-a069-b4571f0d8acf",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78a7e0e2-b9f6-47ab-9883-c589006757a2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "efd78015-b37d-4968-9029-832e348a8b9d",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "9d60a761-3faf-4429-bb40-2f29a2bfdc9f",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ed0be53b-db7d-41b0-a427-ed6b96bba605",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "662d4d6f-5497-4d78-b723-e13b15860096",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "07977cc6-d462-4007-ad1f-49d04c5f3e06",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1af9e8fa-2232-44f0-bc0e-5e15f05f74d8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ba20fb73-02ae-4f0d-a8a9-7ee21404e8e2",
- "IsUsed": true,
- "Index": 9,
- "Name": "负载CV模式300V",
- "StepType": "方法",
- "Method": {
- "Name": "设置恒电压CV",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "dd20cdcb-7590-4c7e-a702-859f16023f13",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "300",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "fbc06188-415e-4029-b48f-5750d2e06fad",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a6d31739-2f25-40e8-9f17-a2cb5042b466",
- "IsUsed": true,
- "Index": 10,
- "Name": "负载ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输入",
- "FullName": "DeviceCommand.Devices.N69200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "54fb2f29-0540-4594-81ad-d32093b39f4c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "caccd269-01ba-4200-9eaa-e55ce8ede998",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0d7c818b-ec10-4856-acef-063e21adfde0",
- "IsUsed": true,
- "Index": 11,
- "Name": "CAN发送充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "39cfb869-f17a-4a3f-8b1e-d4c0cca8b9b6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "02ec5b6e-357e-48e7-b091-2b0a1c4b17f1",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1047FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c12b11bc-6547-4e68-a050-a343e970d1d3",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[01,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3f0670ba-019f-46f2-b6d4-0b5bafd1709c",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "135ac5f4-f5d5-44c3-9c25-7b7adb3901a8",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "853f629d-d09a-475c-b137-5fc69084a54c",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "68091447-8d17-432f-becb-4208928fede4",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "74c011d3-3b7e-4435-8428-6e1d810d72ef",
- "IsUsed": true,
- "Index": 12,
- "Name": "延时60s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1a5c1020-10e8-4c28-9c5b-df2e869d071f",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "60",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "035db2b5-fe0f-4487-a569-352ab96f8d6a",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b9c2e86b-dcbe-47d0-a5da-f329c149a9cb",
- "IsUsed": true,
- "Index": 13,
- "Name": "查询输入功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d5d877c4-3b1c-4944-b5f8-e8d15d0d9e4c",
- "IsVisible": true,
- "Name": "输入功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "f1a2b7cf-3e33-49a2-bb02-9c6362c474a3",
- "IsUsed": true,
- "Index": 14,
- "Name": "查询输出功率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出功率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "a7fa2c44-41aa-4196-82a2-d4b234d23bb5",
- "IsVisible": true,
- "Name": "输出功率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "5b09f984-3e51-4d16-a4a9-8cd22649e7ec",
- "IsUsed": true,
- "Index": 15,
- "Name": "查询输入电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6cc6a290-a704-44fb-81f5-f04e06e6263f",
- "IsVisible": true,
- "Name": "输入电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6c1859aa-ab8a-4471-9d2a-251af26f339f",
- "IsUsed": true,
- "Index": 16,
- "Name": "查询输入电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5cef654e-7848-4506-b0d1-fc7d6414595f",
- "IsVisible": true,
- "Name": "输入电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "a2aaf8df-c153-4d27-a204-e94b03d90b54",
- "IsUsed": true,
- "Index": 17,
- "Name": "查询输出电压",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电压",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de1c3d2d-a71a-4d98-861e-c1877e2383f8",
- "IsVisible": true,
- "Name": "输出电压",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "759b6d34-2123-401d-b7d0-896f9ecf94b6",
- "IsUsed": true,
- "Index": 18,
- "Name": "查询输出电流",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输出电流",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0b266d35-1474-447d-8fcd-621e6ba51160",
- "IsVisible": true,
- "Name": "输出电流",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "6689caaa-974f-42ec-8f3b-e61d786db415",
- "IsUsed": true,
- "Index": 19,
- "Name": "查询功率因数",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际功率因数",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "37aa10d6-5f66-493c-9012-059bbc3685bb",
- "IsVisible": true,
- "Name": "功率因数",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "821c8e8d-ad82-47e9-b27e-22cb52e4faf5",
- "IsUsed": true,
- "Index": 20,
- "Name": "查询效率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际效率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2c4ad41b-ffa9-41c2-b853-9a215939e66b",
- "IsVisible": true,
- "Name": "效率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "b39cb813-68d3-485f-a1bb-7047b596b3cd",
- "IsUsed": true,
- "Index": 21,
- "Name": "查询输入频率",
- "StepType": "方法",
- "Method": {
- "Name": "查询实际输入频率",
- "FullName": "DeviceCommand.Devices.SPAW7000",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "baf6731d-1e68-42ff-be2d-63538de21ae6",
- "IsVisible": true,
- "Name": "输入频率",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 1,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": true,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": true
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "fbab0285-5bb7-4a32-a508-52cdb472500d",
- "IsUsed": true,
- "Index": 22,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "801f5a17-4a47-4044-bb03-eb6565b60316",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "128eb228-8cda-4401-8a10-6bde7ff39f24",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "470ab659-46bb-4c2a-bfcc-b9900293f7a6",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "176520aa-0b48-49b1-90e7-25d13c27ee78",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e4869a56-9549-498b-88d5-ded37157a1d8",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "93b6094a-3914-46d0-a0db-fa2f17ef1015",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8b8bad76-b3e6-4c6d-b9c5-e20b21ce4af9",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "5d2fa7b7-e923-46bf-ba5f-94aa19004bee",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6d0e4c8b-5a67-4c15-aa2b-3ee99648688f",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "71468a23-13ed-4f93-af26-17f1dd2b16be",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e4b2f9c6-85ee-4afc-b4bc-6adb74d57467",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "25d6ff63-890d-48aa-8af1-ff339c2b07a5",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "23cae66a-e5e6-45f5-96f8-1da9348809f0",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cb4f7e39-f5a9-4a02-ae18-e497dff0c21c",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e305db8-b100-4605-af8f-8bff5129630f",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/32_WiFi连接测试.adp b/ADP测试项条例/32_WiFi连接测试.adp
deleted file mode 100644
index 29cdfc6..0000000
--- a/ADP测试项条例/32_WiFi连接测试.adp
+++ /dev/null
@@ -1,765 +0,0 @@
-{
- "ID": "7a3508c4-0cc4-407c-b32f-a629a186cbaa",
- "StepCollection": [
- {
- "ID": "c09beb13-bbf6-48cc-ba1d-3d7316b9c583",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压220V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "cd51f1d6-19b3-485d-99c6-6e4792ff01e9",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e292a660-e8b2-4dfc-9507-0282ea7744b8",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "acf5f729-b8d4-4f03-b181-1a80c6422541",
- "IsUsed": true,
- "Index": 2,
- "Name": "AC频率50Hz",
- "StepType": "方法",
- "Method": {
- "Name": "设置频率",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a5dcc8a-e74b-453b-9d07-998565932e95",
- "IsVisible": true,
- "Name": "频率",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "50",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5b25f6a6-c1bc-4284-8e30-01dc0496bcdd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3b7023a7-1462-4356-830e-ba0bbacefb43",
- "IsUsed": true,
- "Index": 3,
- "Name": "AC输出ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "381ef4a9-c837-49c6-a1a6-eda23ce4aca0",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9f43d9bc-8f5b-4703-ad92-9e2991bcbf03",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "ad144e4d-38d1-4746-839a-bccd651bba35",
- "IsUsed": true,
- "Index": 4,
- "Name": "高压源220Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "45e8be60-1464-4f73-98f9-68ca4756b7f1",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "220",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "ac58c839-b784-41aa-aac7-2376ec3c1464",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "11aa27dc-1174-4b83-b6d8-811c3a1475f1",
- "IsUsed": true,
- "Index": 5,
- "Name": "高压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36200",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "887929aa-cf10-486d-96a9-61ef724e23d9",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c85e5695-28a8-46a7-a425-d6560c361019",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "77fe07b4-3128-4904-8cb4-c2441ca90abd",
- "IsUsed": true,
- "Index": 6,
- "Name": "低压源12Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c2714ca2-1231-49e7-adb6-b8d58dabb515",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "12",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1c8d504-0601-4572-b730-f96885463106",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7fd7ca05-3b00-4e3d-b1fc-ad28ceeb891a",
- "IsUsed": true,
- "Index": 7,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "426af13e-5fe8-433e-a852-eb0fe6c1dd13",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "493b5f90-8a76-45a3-a7bb-12e3dbb66c56",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2fc933e1-21dd-408a-a3d3-7c312d36f460",
- "IsUsed": true,
- "Index": 8,
- "Name": "延时100s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f8686089-0791-432b-9685-0ef3d9a8a555",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "100",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f294752d-5d61-46c0-b301-2d66ad5ed9b4",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1f35aa1f-3e7d-4979-a3ed-fe59f6a44cdd",
- "IsUsed": true,
- "Index": 9,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "187b11b9-0287-4f26-8d58-73f530f0642b",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "b63027eb-6041-482d-8163-87ea32df2a9c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a1b8b289-5d4b-4ea0-93aa-4363cfe8613c",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3eaed59b-4bf6-44bf-843f-33d500331944",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e5b67bda-cebb-4ab6-9db4-9a645e5ed418",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "927dfff6-b81f-4603-b20a-567c19cd7c1c",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c7ff6a3b-ac94-45eb-9712-1a39967ac8c4",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "d765eae4-ee01-4ec0-b1f3-0242af0a6850",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9216ff45-b3cd-4936-b5bd-6bda7f2fb936",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "2a32e23b-4055-4413-a32d-e70ec129c33a",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "75981dfb-12a1-47fc-99ee-84218d187a1b",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "7a95fbc1-816d-4cdd-a51b-36244fdf798e",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "78441318-578d-453c-bacf-76a7c1b9c3ed",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "83dda70d-2bf2-44ef-982c-d0895a243c82",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d951cfd2-c339-4e9b-9678-41ba86506aaa",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/33_VA硬件唤醒.adp b/ADP测试项条例/33_VA硬件唤醒.adp
deleted file mode 100644
index 0a4bdcd..0000000
--- a/ADP测试项条例/33_VA硬件唤醒.adp
+++ /dev/null
@@ -1,939 +0,0 @@
-{
- "ID": "446448fd-ff2b-44b3-afcf-23fd6e71a72b",
- "StepCollection": [
- {
- "ID": "48de3c9e-b43c-483d-b5d7-b5b48531b7ae",
- "IsUsed": true,
- "Index": 1,
- "Name": "低压源14.4Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "858c4905-ff4c-45c4-93df-4a202a4c05b4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "14.4",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d9507cab-8946-4866-b7c0-e4ce2c8b5f10",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "71f4d7da-3646-46a3-b241-eb7c9fe536b1",
- "IsUsed": true,
- "Index": 2,
- "Name": "低压源ON",
- "StepType": "方法",
- "Method": {
- "Name": "设置DC输出",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "db95f98d-93d5-4f0e-964e-d095fb305e9c",
- "IsVisible": true,
- "Name": "打开关闭",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "True",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6e359354-d62b-453a-822a-e2e22db52a80",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "90bdb5d5-b59b-4da1-a125-7b0e0da14b08",
- "IsUsed": true,
- "Index": 3,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6bddd013-cc66-4ff0-96be-d6f672fabd75",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "098dc504-162a-4bcf-8e0a-3c0384696dd1",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "effea493-dae0-4697-b6ff-0dcfdcd64436",
- "IsUsed": true,
- "Index": 4,
- "Name": "低压源0Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "de437fa7-d095-4eed-af3a-d25f73bbc675",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1b637a9e-eaf8-4cbc-8767-9f77c85126cd",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "e4a51a40-03a3-4689-9297-7d03d50fecc4",
- "IsUsed": true,
- "Index": 5,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8cc3e50b-27c3-431a-b7af-6fa3d7e01989",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "b50943e3-a844-424a-9994-b3d044751042",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1d690a1b-518e-4989-a721-d4c18920a4d0",
- "IsUsed": true,
- "Index": 6,
- "Name": "低压源6Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d2724c41-2803-4e4b-ac52-414acfdcd05e",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "6",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "67738313-742d-48ec-a9e8-ca85e295a009",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7e76e43a-437d-41d4-b9da-8809dbdc21a1",
- "IsUsed": true,
- "Index": 7,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "21925782-7766-48a3-9840-9509f5f74da1",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3e1ae5f4-fa4d-41b8-949f-9de4b420ce1b",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "2b5946ff-dfa5-46da-a188-cf41a18c9daf",
- "IsUsed": true,
- "Index": 8,
- "Name": "低压源13.5Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "7a8df013-9c45-424c-ac41-ba1b999376ce",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "13.5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "20b806ae-fc1b-47ad-9eac-daee89090ab6",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "36fb5b4c-9c5e-4a1a-9f0f-f86b3959a97f",
- "IsUsed": true,
- "Index": 9,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "c4f4b53b-f0ab-4ceb-bd82-5ea756700ad9",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4c287c9e-c08e-4620-b9da-ab55450b8830",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "720837d8-4a3b-4005-b296-a2c20d4289ab",
- "IsUsed": true,
- "Index": 10,
- "Name": "低压源18Vdc",
- "StepType": "方法",
- "Method": {
- "Name": "设置电压",
- "FullName": "DeviceCommand.Devices.N36600",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "eb1d3af4-ef72-4fa6-a66e-9cc35884a2b4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "18",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0008a985-fe7c-4b03-ab76-2828f782d62f",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "91a3e9a1-33b9-4b0c-838b-1e6513bfcc81",
- "IsUsed": true,
- "Index": 11,
- "Name": "延时5s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "73105624-fb02-4701-970a-25ece79bac4c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "5",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0c64faa9-6f14-4d42-b23f-dde73a9efd80",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "0547cd6c-fad6-4a02-93c9-6a3c1daee806",
- "IsUsed": true,
- "Index": 12,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "6fc85ecb-e809-4039-96d4-9ab733c7caa6",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "2e161cd3-b3f4-477d-b063-81d3087d8448",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a4d9780b-61db-4384-8363-b4801ce724ff",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "a3bd71fe-73b3-40ce-947d-ef9815b43188",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "c00df437-79f6-4c17-8e1f-365b6d29041a",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5782440b-9331-4163-902f-935f697d24a1",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "4de2b0c2-148f-4dc4-ac43-13702b9278cd",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "9e03c3d2-91a4-48b3-bc50-22efef17b6bd",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "92ff3961-c2fa-478e-b576-d77404c0a1aa",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5468492c-39c7-498f-bba1-5b5afd0abe04",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1d6dc13d-3496-45cf-be6a-567add6135c5",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "15e5b625-dd97-4535-87f0-a2ee33fd8fb9",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8207fbc8-6283-4233-af3f-2d31ae7f5383",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "dc6a8932-a717-48d3-95a6-3034812a3622",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9e919166-20a9-4961-8e5a-1243eaa38c5f",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/ADP测试项条例/34_电网缺相兼容性.adp b/ADP测试项条例/34_电网缺相兼容性.adp
deleted file mode 100644
index 9afb0a3..0000000
--- a/ADP测试项条例/34_电网缺相兼容性.adp
+++ /dev/null
@@ -1,945 +0,0 @@
-{
- "ID": "afdd053c-c226-4b0e-9f4b-268e2c9ca070",
- "StepCollection": [
- {
- "ID": "8fc36217-133a-48b1-a08a-3a67ed0036ce",
- "IsUsed": true,
- "Index": 1,
- "Name": "AC电压230V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "1208e617-56c9-42cb-8f0e-fab5fb4926b4",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "230",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "723abf3e-bbbc-4440-92f7-37b51936f000",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "17a1ddc9-aaa9-4818-9aba-b8cf8a41c2e9",
- "IsUsed": true,
- "Index": 2,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "8de20c50-cf9b-4c3f-8b3b-735baa73d32c",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e45c0777-0f1b-48e2-865d-0eeee37d3342",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "360f5635-a1ac-4c07-a640-f06ea1116159",
- "IsUsed": true,
- "Index": 3,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "f7269675-6a9d-4e02-bbaa-f7cba226ce4b",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "5967fdb5-0f3a-4448-a013-1726af66a0c2",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "085e4835-60dd-4436-a75a-ecc22d613124",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "3043c1eb-a9a4-4dbb-8a7e-ee6b427b3078",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e2a1c327-3e47-4898-94be-3952fa7947e8",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7c881650-2b5d-4a46-a406-bbf8385bbdd4",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "8209370e-9d59-4d55-8b75-209c8aebe86f",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "c14c9f03-867f-459b-8b23-ac70b041c525",
- "IsUsed": true,
- "Index": 4,
- "Name": "AC电压230V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "d22404e5-e077-4e20-aa22-3c5c7d353831",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "230",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1856768a-18bd-4568-ad62-9e6f39be8d67",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "47906832-35c1-4ee9-8c35-4e7a98f49de5",
- "IsUsed": true,
- "Index": 5,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "36c93d61-59a8-42a4-be41-6808798a4daa",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "9c8be351-3ccc-447d-8d9f-881fae500b34",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "8d767bde-9eae-4a57-95ea-92e58c74a941",
- "IsUsed": true,
- "Index": 6,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "5afb21c7-75e9-466b-aaff-f392a743eb06",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "9d265ac6-22bf-43b9-a3de-3b97f95c8e3c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5c453e96-a8ea-4f12-84ff-00129d1d3621",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "e91922ba-69d5-4da3-9ee4-013a6ad1271b",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6332f4f6-af4e-48e8-8a2c-da65ff171508",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "1e960d2f-b7c9-4551-93bb-5b3c115f98dc",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "06e8811f-8ee0-4ab9-81f1-1a56a960454d",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "3b19e744-bae8-497d-974a-8c1f3138d64d",
- "IsUsed": true,
- "Index": 7,
- "Name": "AC电压230V",
- "StepType": "方法",
- "Method": {
- "Name": "设置交流电压",
- "FullName": "DeviceCommand.Devices.IT7800E",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "2ec82c2b-77e1-4380-be13-7c505f3a0581",
- "IsVisible": true,
- "Name": "电压",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "230",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "cd5728cc-dd2c-44fb-b3c1-77fc970876a3",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "1e17316f-eb9f-4346-ae6f-98eaf68da007",
- "IsUsed": true,
- "Index": 8,
- "Name": "延时30s",
- "StepType": "方法",
- "Method": {
- "Name": "Delay_s",
- "FullName": "Command.Delay",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "3ff7c612-ee26-4f7b-89eb-14243652b68e",
- "IsVisible": true,
- "Name": "second",
- "Type": "System.Double, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "30",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "6db0f1a9-b97f-4290-9214-8a395f7013a2",
- "IsVisible": true,
- "Name": "ct",
- "Type": "System.Threading.CancellationToken, System.Threading",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- },
- {
- "ID": "7870abb1-37e7-4200-97b2-21ee842451e7",
- "IsUsed": true,
- "Index": 9,
- "Name": "CAN发送停止充电报文",
- "StepType": "方法",
- "Method": {
- "Name": "发送自定义报文",
- "FullName": "ZLGUSBCANFD.ZLGCANFD",
- "DeviceID": null,
- "Parameters": [
- {
- "ID": "0a365487-0866-47c8-b7e8-787f86b1146c",
- "IsVisible": true,
- "Name": "通道号",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": null,
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "32fcc7ca-e215-47ef-9227-419ffe56920c",
- "IsVisible": true,
- "Name": "帧IDStr",
- "Type": "System.String, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1046FF66",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d80ff35c-67ea-4b3a-8b6a-b17ef14d39f0",
- "IsVisible": true,
- "Name": "原始数据",
- "Type": "System.Byte[], System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "[00,00,00,00,00,00,00,00]",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "0582613e-c043-4556-8fbd-be04dcb2df93",
- "IsVisible": true,
- "Name": "dlcLength",
- "Type": "System.Byte, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "8",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "29b2745a-6a5b-47f2-a5f4-7aa4f72a693c",
- "IsVisible": true,
- "Name": "是否是扩展帧",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "false",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5e82d488-c860-4e6d-9cc7-11c3581d0d77",
- "IsVisible": true,
- "Name": "是否是CANFD",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "26e381ac-684d-4bd2-a53f-ff61bb842070",
- "IsVisible": true,
- "Name": "开启波特率加速BRS",
- "Type": "System.Boolean, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "true",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ]
- },
- "SubProgram": null,
- "LoopCount": null,
- "LoopStartStepId": null,
- "OKExpression": null,
- "GotoSettingString": "",
- "OKGotoStepID": null,
- "NGGotoStepID": null,
- "Description": null
- }
- ],
- "ErrorStepCollection": [],
- "Parameters": [
- {
- "ID": "11f3ebed-67df-4c48-a852-3a4a2434f96a",
- "IsVisible": true,
- "Name": "台架序号",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "f5601ab2-b8f4-4f5c-bc17-3b14fc896799",
- "IsVisible": true,
- "Name": "直流负载通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5d935233-ed24-485a-93e0-cc86a8ef50f6",
- "IsVisible": true,
- "Name": "交流电源通道",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "817236cd-0c23-461d-a9da-cce90e7b2833",
- "IsVisible": true,
- "Name": "CAN通道",
- "Type": "System.UInt32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "0",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": true,
- "IsSave": false,
- "VariableName": "CAN通道",
- "VariableID": "faf40f9b-b027-4684-a4c1-7dceff0db305",
- "IsOutputToReport": false
- },
- {
- "ID": "dd832251-6355-4363-885a-8cceda42fb95",
- "IsVisible": true,
- "Name": "示波器通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "7e1405a5-b2af-4008-8ba2-91912b5ddd5a",
- "IsVisible": true,
- "Name": "示波器通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "5458b90c-52da-420f-838e-9bb307d3a9f9",
- "IsVisible": true,
- "Name": "功率分析仪通道1",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "1",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- },
- {
- "ID": "d3c52228-bfa2-4b6a-8bd5-249055461360",
- "IsVisible": true,
- "Name": "功率分析仪通道2",
- "Type": "System.Int32, System.Private.CoreLib",
- "Category": 0,
- "IsGlobal": false,
- "InitialValue": null,
- "Value": "2",
- "LowerLimit": null,
- "UpperLimit": null,
- "Result": true,
- "IsUseVar": false,
- "IsSave": false,
- "VariableName": null,
- "VariableID": null,
- "IsOutputToReport": false
- }
- ],
- "Devices": []
-}
\ No newline at end of file
diff --git a/DeviceCommand/Devices/GantryControlTcp.cs b/DeviceCommand/Devices/GantryControlTcp.cs
index 8d06e1a..f9b6161 100644
--- a/DeviceCommand/Devices/GantryControlTcp.cs
+++ b/DeviceCommand/Devices/GantryControlTcp.cs
@@ -137,7 +137,7 @@ namespace DeviceCommand.Devices
///
/// X轴原点位置 (范围: 0 ~ 50000)
/// Y轴原点位置 (范围: 0 ~ 50000)
- /// Z轴原点位置 (范围: 0 ~ 20000)
+ /// Z轴原点位置 (范围: 0 ~ 40000)
/// 取消令牌
public async Task 设置原点位置(int X轴原点, int Y轴原点, int Z轴原点, CancellationToken 取消令牌 = default)
{
@@ -147,8 +147,8 @@ namespace DeviceCommand.Devices
if (Y轴原点 < 0 || Y轴原点 > 50000)
throw new ArgumentOutOfRangeException(nameof(Y轴原点), $"Y轴原点设置值 [{Y轴原点}] 超出合法范围 (0 - 50000)");
- if (Z轴原点 < 0 || Z轴原点 > 20000)
- throw new ArgumentOutOfRangeException(nameof(Z轴原点), $"Z轴原点设置值 [{Z轴原点}] 超出合法范围 (0 - 20000)");
+ if (Z轴原点 < 0 || Z轴原点 > 40000)
+ throw new ArgumentOutOfRangeException(nameof(Z轴原点), $"Z轴原点设置值 [{Z轴原点}] 超出合法范围 (0 - 40000)");
await WriteMultipleRegistersAsync(_slaveAddress, ADDR_HD_X_HOME_POS, Int32ToUshorts(X轴原点), 取消令牌);
await WriteMultipleRegistersAsync(_slaveAddress, ADDR_HD_Y_HOME_POS, Int32ToUshorts(Y轴原点), 取消令牌);
@@ -276,7 +276,7 @@ namespace DeviceCommand.Devices
break;
case 3:
targetAddress = ADDR_HD_Z_TARGET;
- maxLimit = 20000;
+ maxLimit = 40000;
currentHomePos = zHome;
break;
default:
@@ -431,7 +431,7 @@ namespace DeviceCommand.Devices
break;
case 3:
startAddress = ADDR_M_Z_START;
- maxLimit = 20000;
+ maxLimit = 40000;
currentHomePos = zHome;
break;
default:
@@ -557,9 +557,9 @@ namespace DeviceCommand.Devices
throw new ArgumentOutOfRangeException(nameof(Y偏移量),
$"Y轴越界:当前 {_originY} + 偏移 {Y偏移量} = {targetAbsY},最大范围 50000");
- if (targetAbsZ > 20000)
+ if (targetAbsZ > 40000)
throw new ArgumentOutOfRangeException(nameof(Z偏移量),
- $"Z轴越界:当前 {_originZ} + 偏移 {Z偏移量} = {targetAbsZ},最大范围 20000");
+ $"Z轴越界:当前 {_originZ} + 偏移 {Z偏移量} = {targetAbsZ},最大范围 40000");
// 2. 将偏移量写入目标位置寄存器(ABS已在上次移动后清零,目标 = 偏移量)
await WriteMultipleRegistersAsync(_slaveAddress, ADDR_HD_X_TARGET, Int32ToUshorts(X偏移量), 取消令牌);
diff --git a/DeviceCommand/Devices/SDS2000X_HD.cs b/DeviceCommand/Devices/SDS2000X_HD.cs
index 615934a..ef76112 100644
--- a/DeviceCommand/Devices/SDS2000X_HD.cs
+++ b/DeviceCommand/Devices/SDS2000X_HD.cs
@@ -332,6 +332,14 @@ namespace DeviceCommand.Devices
{
try
{
+ string FileDirectory = Path.GetDirectoryName(saveFilePath) ?? ""; // 获取目录
+ string fileNameWithoutExt = Path.GetFileNameWithoutExtension(saveFilePath); // 获取纯文件名
+ string extension = Path.GetExtension(saveFilePath); // 获取后缀名 (如 .png)
+ // 生成时间戳,格式为 年月日_时分秒 (例如 20260817_123045)
+ string timeStamp = DateTime.Now.ToString("yyyyMMdd_HHmmss");
+
+ // 组合成新的路径
+ saveFilePath = Path.Combine(FileDirectory, $"{fileNameWithoutExt}_{timeStamp}{extension}");
// 1. 调用我们在基类 Tcp 中全新实现的 ReadRawAsync
// 它会在内部下发 ":PRINt? PNG\n",自动接收完整的网络字节流
byte[] pureImageBytes = await ReadAllBytesAsync($":PRINt? PNG{ScpiDelimiter}", ct);
diff --git a/ExportModule/ViewModels/ExportViewModel.cs b/ExportModule/ViewModels/ExportViewModel.cs
index 730beba..6e957d3 100644
--- a/ExportModule/ViewModels/ExportViewModel.cs
+++ b/ExportModule/ViewModels/ExportViewModel.cs
@@ -239,6 +239,24 @@ namespace ExportModule.ViewModels
var dataRange = ws.Range(row, 1, row, headers.Length);
dataRange.Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
dataRange.Style.Border.InsideBorder = XLBorderStyleValues.Thin;
+
+ // 根据 Result 设置行背景色(与 UI DataGrid 配色一致)
+ // Result: "0"=运行中, "1"=通过, "2"=失败
+ if (e.Result is "运行中" or "成功" or "失败")
+ {
+ XLColor rowColor = e.Result switch
+ {
+ "运行中" => XLColor.FromArgb(0xB3, 0xD9, 0xFF), // 运行中 - 浅蓝
+ "成功" => XLColor.FromArgb(0xB2, 0xFF, 0xB2), // 通过 - 浅绿
+ "失败" => XLColor.FromArgb(0xFF, 0xB2, 0xB2), // 失败 - 浅红
+ _ => XLColor.White
+ };
+ dataRange.Style.Fill.BackgroundColor = rowColor;
+ }
+
+ // 异常流程步骤额外标记(字体加粗 + 橙色字体)
+ if (e.IsErrorStep)
+ dataRange.Style.Font.FontColor = XLColor.DarkOrange;
}
ws.Columns().AdjustToContents();
diff --git a/TestingModule/ViewModels/StepsManagerViewModel.cs b/TestingModule/ViewModels/StepsManagerViewModel.cs
index ecc6b3a..940d648 100644
--- a/TestingModule/ViewModels/StepsManagerViewModel.cs
+++ b/TestingModule/ViewModels/StepsManagerViewModel.cs
@@ -177,10 +177,15 @@ namespace TestingModule.ViewModels
private void SelectionChanged(object parameter)
{
- var selectedList = parameter as IList;
- if (selectedList != null)
+ if (parameter is IList list && list.Count > 0)
{
- SelectedItems = selectedList.Cast().ToList();
+ SelectedItems = list.Cast().ToList();
+ }
+ else if (parameter is IEnumerable enumerable && parameter is not string)
+ {
+ var items = enumerable.Cast().ToList();
+ if (items.Count > 0)
+ SelectedItems = items;
}
}
@@ -199,13 +204,19 @@ namespace TestingModule.ViewModels
}
private void CopyStep()
{
- if (_globalInfo.IsAdmin && SelectedItems.Any())
+ if (!_globalInfo.IsAdmin) return;
+
+ // 优先用多选列表,回退到单选
+ var source = (SelectedItems != null && SelectedItems.Any())
+ ? SelectedItems
+ : (SelectedStep != null ? new List { SelectedStep } : null);
+
+ if (source == null || !source.Any()) return;
+
+ tmpCopyList.Clear();
+ foreach (var item in source)
{
- tmpCopyList.Clear();
- foreach (var item in SelectedItems)
- {
- tmpCopyList.Add(item);
- }
+ tmpCopyList.Add(item);
}
}
private void PasteStep()
@@ -242,31 +253,29 @@ namespace TestingModule.ViewModels
}
private void DeleteStep()
{
- // 确保有选中的项
- if (_globalInfo.IsAdmin && SelectedItems != null && SelectedItems.Any())
+ if (!_globalInfo.IsAdmin) return;
+
+ // 优先用多选列表,回退到单选
+ var source = (SelectedItems != null && SelectedItems.Any())
+ ? SelectedItems.ToList()
+ : (SelectedStep != null ? new List { SelectedStep } : null);
+
+ if (source == null || !source.Any()) return;
+
+ foreach (var item in source)
{
- // 创建一个副本进行循环,防止在 Remove 过程中集合变化导致的问题
- var toDelete = SelectedItems.ToList();
+ _eventAggregator.GetEvent().Publish(item.ID);
- foreach (var item in toDelete)
- {
- _eventAggregator.GetEvent().Publish(item.ID);
-
- if (_ScopedContext.SelectedStepList == "主程序")
- {
- Program.StepCollection.Remove(item);
- }
- else if (_ScopedContext.SelectedStepList == "错误程序")
- {
- Program.ErrorStepCollection.Remove(item);
- }
- }
-
- // 3. 清空 ViewModel 的选中状态,避免悬挂引用
- SelectedStep = null;
- SelectedItems.Clear();
- _ScopedContext.SelectedStep = null;
+ if (_ScopedContext.SelectedStepList == "主程序")
+ Program.StepCollection.Remove(item);
+ else if (_ScopedContext.SelectedStepList == "错误程序")
+ Program.ErrorStepCollection.Remove(item);
}
+
+ // 清空 ViewModel 的选中状态,避免悬挂引用
+ SelectedStep = null;
+ SelectedItems?.Clear();
+ _ScopedContext.SelectedStep = null;
}
#endregion
@@ -312,6 +321,7 @@ namespace TestingModule.ViewModels
///
private void OnSubProgramNavigate(SubProgramNavigatePayload payload)
{
+ if (_ScopedContext == null || payload == null) return;
var nav = payload.IsErrorProgram ? _ScopedContext.ErrorNav : _ScopedContext.MainNav;
if (payload.Action == NavigateAction.Enter && payload.SubProgram != null)
{
@@ -438,9 +448,9 @@ namespace TestingModule.ViewModels
Program.PropertyChanged -= Program_PropertyChanged;
}
- // 3. 【核心修复】必须显式退订 Prism 全局事件(AlarmEvent)
- // 注意:因为订阅时使用的是匿名 Lambda,最安全稳妥的退订方式是把整个事件上的当前 VM 订阅者全部注销
+ // 3. 显式退订全局 Prism 事件
_eventAggregator?.GetEvent()?.Unsubscribe(null);
+ _eventAggregator?.GetEvent()?.Unsubscribe(null);
// 4. 清空临时缓存集合与 UI 绑定列表,避免悬挂指针
tmpCopyList?.Clear();
diff --git a/TestingModule/Views/StepsManager.xaml b/TestingModule/Views/StepsManager.xaml
index 2d044ca..300ce10 100644
--- a/TestingModule/Views/StepsManager.xaml
+++ b/TestingModule/Views/StepsManager.xaml
@@ -53,6 +53,10 @@
+
+
+
@@ -174,6 +178,10 @@
+
+
+