Skip to content

Commit

Permalink
extensions v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Mar 30, 2020
1 parent 9718e4a commit 4c40f19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
Binary file added build/extensions/eez_bb3-1.0.6.zip
Binary file not shown.
Binary file added build/extensions/eez_bb3_simulator-1.0.6.zip
Binary file not shown.
34 changes: 9 additions & 25 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -2949,7 +2949,7 @@
"idfShortName": "BB3-R2B4",
"idfFirmwareVersion": "1.0",
"idfGuid": "687b6dee-2093-4c36-afb7-cfc7ea2bf262",
"idfRevisionNumber": "1.0.5",
"idfRevisionNumber": "1.0.6",
"idfDescription": "EEZ Bench box 3-module T&M chassis",
"idfSupportedModels": "BB3 R2B4",
"idfRevisionComments": "Initial version",
Expand All @@ -2969,7 +2969,7 @@
"idfShortName": "BB3-simulator",
"idfFirmwareVersion": "1.0",
"idfGuid": "7cab6860-e593-4ba2-ee68-57fe84460fa4",
"idfRevisionNumber": "1.0.5",
"idfRevisionNumber": "1.0.6",
"idfDescription": "EEZ Bench box 3-module T&M chassis firmware simulator",
"idfSupportedModels": "BB3 R2B4",
"idfRevisionComments": "Initial version",
Expand Down Expand Up @@ -538339,7 +538339,7 @@
"name": "Outputs OFF",
"action": {
"type": "scpi-commands",
"data": "OUTP OFF, CH1\nOUTP OFF, CH2"
"data": "OUTP OFF, ALL"
},
"keybinding": "f1",
"showInToolbar": true,
Expand All @@ -538352,7 +538352,7 @@
"name": "Outputs ON",
"action": {
"type": "scpi-commands",
"data": "OUTP ON, CH1\nOUTP ON, CH2"
"data": "OUTP ON, ALL"
},
"keybinding": "f2",
"showInToolbar": true,
Expand All @@ -538371,8 +538371,7 @@
"showInToolbar": true,
"toolbarButtonPosition": 3,
"toolbarButtonColor": "#727b84",
"requiresConfirmation": false,
"selected": false
"requiresConfirmation": false
},
{
"id": "88db9b28-1d1c-4096-938c-8142151201cc",
Expand All @@ -538398,20 +538397,6 @@
"showInToolbar": true,
"toolbarButtonPosition": 5,
"toolbarButtonColor": "#EE8C3E",
"requiresConfirmation": false,
"selected": true
},
{
"id": "f954d38f-719c-4087-d4e0-5ce3eb39ec9b",
"name": "Uncoupled",
"action": {
"type": "scpi-commands",
"data": "INST:COUP:TRAC NONE"
},
"keybinding": "f7",
"showInToolbar": true,
"toolbarButtonPosition": 7,
"toolbarButtonColor": "#78C36A",
"requiresConfirmation": false
},
{
Expand Down Expand Up @@ -538471,7 +538456,7 @@
"name": "Clear protections",
"action": {
"type": "scpi-commands",
"data": "OUTP:PROT:CLE CH1\nOUTP:PROT:CLE CH2"
"data": "OUTP:PROT:CLE ALL"
},
"keybinding": "f10",
"showInToolbar": true,
Expand All @@ -538490,8 +538475,7 @@
"showInToolbar": true,
"toolbarButtonPosition": 13,
"toolbarButtonColor": "#727b84",
"requiresConfirmation": false,
"selected": false
"requiresConfirmation": false
},
{
"id": "18412fce-3b1b-4992-b516-d65d625da4b9",
Expand Down Expand Up @@ -538526,9 +538510,9 @@
"type": "scpi-commands",
"data": "DISP:DATA?"
},
"keybinding": "f2",
"keybinding": "f6",
"showInToolbar": true,
"toolbarButtonPosition": 1,
"toolbarButtonPosition": 6,
"toolbarButtonColor": "#7BC3D4",
"requiresConfirmation": false
}
Expand Down

0 comments on commit 4c40f19

Please sign in to comment.