新大板(使用继电器) 排队
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
邵朱铭 1c633ff6d6 上传文件至 'WeighUI/lib'
Signed-off-by: 邵朱铭 <shaozm@auseft.com>
3 days ago
.claude Initial commit 3 days ago
.qtcreator Initial commit 3 days ago
WeighUI 上传文件至 'WeighUI/lib' 3 days ago
common Initial commit 3 days ago
core Initial commit 3 days ago
demo Initial commit 3 days ago
gatectrl Initial commit 3 days ago
httpserver Initial commit 3 days ago
ioctrl Initial commit 3 days ago
led Initial commit 3 days ago
lib Initial commit 3 days ago
mqttdds Initial commit 3 days ago
patch Initial commit 3 days ago
print Initial commit 3 days ago
readcard Initial commit 3 days ago
weigh Initial commit 3 days ago
.gitignore 1. 新建demo程序。 9 months ago
BX-5(M)_6K字库控制器通讯协议用户版.pdf Initial commit 3 days ago
CMakeLists.txt Initial commit 3 days ago
RC522.c Initial commit 3 days ago
RFID_S50.c Initial commit 3 days ago
S99appinit Initial commit 3 days ago
config.json Initial commit 3 days ago
fastddsgen.jar Initial commit 3 days ago
pdf_full.txt Initial commit 3 days ago
readme.txt Initial commit 3 days ago
yuqian.jpg Initial commit 3 days ago

readme.txt

./Weigh --port ttyS5 --device Keli
./Print --port ttyS2 --device NP80A
./Core --addr mqtt://192.168.1.1:1883



./Weigh --port ttyS3 --device Keli
./Print --port ttyS2 --device NP80A
./Core --addr mqtt://10.180.4.101:1883


./print-test publisher

{
    "bar_ctrl":
    {
        "FrontBar": "down",
        "BackBar": "down"
    }
}

{
    "light_ctrl":
    {
        "FrontLED": "red",
        "BackLED": "red"
    }
}


ScaleInfo               VOLATILE_DURABILITY_QOS
ScaleCommand            VOLATILE_DURABILITY_QOS
WeightInfoOk            VOLATILE_DURABILITY_QOS
WeightInfoError         VOLATILE_DURABILITY_QOS
BarCommandUpdate        VOLATILE_DURABILITY_QOS
LightsCommandUpdate     VOLATILE_DURABILITY_QOS
InfraredCommandUpdate   VOLATILE_DURABILITY_QOS
BarUpdate               TRANSIENT_LOCAL_DURABILITY_QOS
LightsUpdate            TRANSIENT_LOCAL_DURABILITY_QOS
InfraredUpdate          TRANSIENT_LOCAL_DURABILITY_QOS
LicenseSnapUpdate       VOLATILE_DURABILITY_QOS
Voice                   VOLATILE_DURABILITY_QOS
SummaryUpdate           VOLATILE_DURABILITY_QOS



./Core --domain 12 &
./GateCtrl  --domain 12 &
./HttpServer --domain 12 --port 8081 &
./Print --domain 12 --port ttyS2 &
./Weigh --domain 12 --port ttyS3 &