add version to card.

This commit is contained in:
pandx 2024-12-30 19:05:50 +08:00
parent 473ef0e6c4
commit 5a864ded32
7 changed files with 1026 additions and 5 deletions

1019
acceleration.ui.autosave Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
}, },
{ {
"type":"bias_volt", "type":"bias_volt",
"full_sacle_range":"0-20 m/s^2 pk", "bias_voltage": -24,
"clamp_value":1.25 "clamp_value":1.25
}, },
{ {

View File

@ -1,6 +1,7 @@
{ {
"version": 1, "version": 1,
"slot": 5, "slot": 5,
"card_type": 3,
"standby": true, "standby": true,
"chan": [ "chan": [
{ {

View File

@ -1,8 +1,6 @@
{ {
"slot":1, "slot":1,
"id":1, "id":1,
"rms_active":true,
"integrate_active":true,
"variables":[ "variables":[
{ {
"type":"direct", "type":"direct",

View File

@ -1,5 +1,7 @@
{ {
"slot":1, "slot":1,
"version": 1,
"card_type": 1,
"chan":[ "chan":[
{ {
"id":1, "id":1,

View File

@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"slot": 13, "slot": 13,
"slot_type":"Single", // Single TMR "card_type": 4,
"relay_assiciation": [ "relay_assiciation": [
{ {
"active": true, "active": true,

View File

@ -1,6 +1,7 @@
{ {
"version": 1, "version": 1,
"slot": 7, "slot": 7,
"card_type": 2,
"chan": [ "chan": [
{ {
"id": 1, "id": 1,