CK_Label-V23(Battery)System Developer‘s Manual

news2024/11/26 1:53:18

Query PTL Tags Information

Introduction to the API

Query all PTL tags information

Basic Information

Attributes

接口信息

Status

Finished

URL

http://localhost/wms/associate/getTagsMsg

Request Method

GET/POST

Content-Type

multipart/form-data

Request parameters

Parameter Description:

Attributes

Value

Required

Comment

Response parameters

Attributes

Value

Types

Comment

lastOpreateTime

"2021-10-13 03:32:30"

string

Last opreate TIme

mac

"99.97.36.55"

string

Tag mac/Tag ID

power

100

string

Battery power(0~100)

routerid

CWR000001

string

ID of BindRouter

rssi

-26

int

Signal strength (-100 ~ 0)

showStyle

"Picking Template"

string

Using template name

Response example 

[

{

"lastOpreateTime": "2021-10-13 03:32:29",

"mac": "99.97.36.55",

"power": 100,

"routerid": "CWR000001",

"rssi": -30,

"showStyle": "Picking Template"

},

{

"lastOpreateTime": "2021-10-13 03:32:30",

"mac": "99.97.36.53",

"power": 100,

"routerid": "CWR000001",

"rssi": -26,

"showStyle": "Picking Template"

},

{

"lastOpreateTime": "2021-10-13 03:32:33",

"mac": "99.97.36.48",

"power": 88,

"routerid": "CWR000001",

"rssi": -39,

"showStyle": "Picking Template"

}

]

Update PTL Screen display

Introduction to the API

Update PTL Screen display

Basic Information

Attributes

接口信息

Status

Finished

URL

http://localhost/wms/associate/updateScreen

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

styleid

int

yes

Template ID

outtime

int

Yes

Lighting timeout time(s);

0 : never turn off

n : turn off autoAutomatically after n seconds

ledstate

int

Yes

lightint mode;

0, always on

1, quick flash

2, slow flash

3, turn off

6, backlight and rgbled both on

n, flashing as period n(ms)

ledrgb

string

Yes

led color:

red,ledrgb =“ff0000”;

green,ledrgb=“ff00”;

blue,ledrgb=“ff”;

yellow,ledrgb=“ffff00”;

white,ledrgb=“ffffff”;

pueple,ledrgb= “ff00ff”;

light blue,ledrgb= “ffff”;

no color, ledrgb=“0”

cmdtoken

string

optional

Extended parameters, it can use for token or taskid

LGPLA

string

optional

Filed created in template

MATNR

string

optional

Filed created in template

STOCK

string

optional

Filed created in template

MENGE

string

optional

Filed created in template

QRCODE

string

optional

Filed created in template

Raw example 

[

{

"mac":"99.96.19.66",

"styleid":35,

"ledrgb":"ff00",

"ledstate":0,

"outtime":0,

"LGPLA":"***",

"MATNR":"***",

"KNMAT":"***",

"STOCK":"***",

"BATCH":"***",

"MENGE":"***",

"QRCODE":"***",

"Inventec":"***"

},

{

"mac":"99.96.19.65",

"styleid":35,

"ledrgb":"ff00",

"ledstate":0,

"outtime":0,

"LGPLA":"***",

"MATNR":"***",

"KNMAT":"***",

"STOCK":"***",

"BATCH":"***",

"MENGE":"***",

"QRCODE":"***",

"Inventec":"***"

}

]

Response parameters

Attributes

Value

Types

Comment

Response example 

true

Note: The fields parameters are according the according to the template you used. This API does not support lighting Leds of Multi-led PTL(External power supply version) , only refreshing the screen

Callback of UpdateScreen result

Introduction to the API

Notification the update result of PTL

Basic Information

Attributes

接口信息

Status

Finished

URL

URL of user's callback API

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

power

int

yes

Battery power(0~100)

result

bool

Yes

True :ok;

False: failed;

cmdtoken

string

optional

Return the cmdtoken passed in the call request

lednum

string

optional

No use

message

int

Yes

数据成功;(send ok)

数据失败;(send failed)

数据发送超时;(send timeout)

唤醒失败;(wake up failed)

基站不在线;(router offline)

数据异常;(Abnormal data)

数据格式不正确,解析失败;(incorrect data format)

参数格式不正确或参数不全;

(Missing required parameters)

无法执行;(Unable to execute)

标签不存在;(Tag does not exist)

Parameters example 

{"cmdtoken":"1634826092022","lednum":0,"mac":"99.26.99.36","message":"数据成功","power":100,"result":true}

Callback of button event

Introduction to the API

Notification of button event.

Basic Information

Attributes

接口信息

Status

Finished

URL

URL of user's callback API

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

result

bool

Yes

result=0,right-lower button;

result=1,left-top button;

result=2,left-middle button;

result=3,left-lower button;

Parameters example 

Json object

{"mac":"92.91.34.99","result":1}

Light Leds of PTL(Battery power supply)

Introduction to the API

Query all PTL tags information

Basic Information

Attributes

接口信息

Status

Finished

URL

http://localhost/wms/associate/lightTagsLed

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

outtime

int

Yes

Lighting timeout time(s);

0 : never turn off

n : turn off autoAutomatically after n seconds

lednum

int

Yes

Specify the number of Leds (1,2,3,4)

ledstate

int

Yes

lightint mode;

0, always on

1, quick flash

2, slow flash

3, turn off

4, turn off all

ledrgb

string

Yes

led color:

red,ledrgb =“ff0000”;

green,ledrgb=“ff00”;

blue,ledrgb=“ff”;

yellow,ledrgb=“ffff00”;

white,ledrgb=“ffffff”;

purple,ledrgb=“ff00ff”;

light blue,ledrgb= “ffff”;

no color, ledrgb=“0”

cmdtoken

string

optional

Extended parameters, it can use as token or taskid

reserve

string

optional

Reserve

Raw example 

[

{

"mac":"99.29.03.13",

"timeout":0,

"ledrgb":"ffff00",

"ledmode":0,

"buzzer":0,

"reserve":"reserve"

},

{

"mac":"99.29.05.33",

"timeout":0,

"ledrgb":"ff00ff",

"ledmode":0,

"buzzer":0,

"reserve":"reserve"

}

]

Response parameters

Attributes

Value

Types

Comment

Response example 

true

Callback of Light Leds Result

Introduction to the API

Notification the  result of Light Leds

Basic Information

Attributes

接口信息

Status

Finished

URL

URL of user's callback API

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

power

int

yes

Battery power(0~100)

result

bool

Yes

true :ok;

false: failed;

Parameters example 

{"mac":"99.26.39.63","power":100,"result":true}

Light Roadway Lights

Introduction to the API

Light Roadway Lights all PTL tags information

Basic Information

Attributes

接口信息

Status

Finished

URL

http://localhost/wms/associate/ctrlShelfIndicator

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

timeout

int

yes

Lighting timeout time(s);

0 : never turn off

n : turn off autoAutomatically after n seconds

ledrgb

string

yes

red:ff0000; red Led On

green:ff00;green Led On

yellow:ffff00; yellow Led On

ledstate

int

Yes

lightint mode;

0, always on

1, quick flash

2, slow flash

buzzer

int

yes

0:Buzzer off,1:Buzzer on

reserve

string

optional

reserve

Raw example 

[

{

"mac":"99.29.03.13",

"lednum":1,

"timeout":0,

"ledrgb":"ffff00",

"ledmode":0,

"buzzer":0,

"cmdtoken":"123456",

"reserve":"reserve"

},

{

"mac":"99.29.05.33",

"lednum":1,

"timeout":0,

"ledrgb":"ff00ff",

"ledmode":0,

"buzzer":0,

"cmdtoken":"123456",

"reserve":"reserve"

}

]

Response example 

true

Callback of Light Roadway Lights Result

Introduction to the API

Notification the  result of Light Roadway Lights

Basic Information

Attributes

接口信息

Status

Finished

URL

URL of user's callback API

Request Method

POST

Content-Type

application/json

Request parameters

Parameter Description:

Attributes

Types

Required

Comment

mac

string

yes

Tag mac / Tag ID

result

bool

Yes

true :ok;

false: failed;

Parameters example 

{"mac":"99.26.39.63","result":true}

Setting URL of user's callback API

Login wms system with admin user,go to “System Information”->“Third-party configuration”,you can config the Callback URL here:

反馈类型

描述

地址

Callback of UpdateScreen result

updateTagResult

URL of user's callback API

Callback of button event

enterKey

URL of user's callback API

Callback of Light Leds Result

ctrlShelfIndicatorResult

URL of user's callback API

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/978764.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

Shader变体自定义组合压缩方案

前言 本篇文章不讲什么是变体,不讲shader_feature和multi_compile的区别,也不讲如何收集变体。 关于什么是变体,如何优化变体,看这篇文章 Shader:优化破解变体的“影分身”之术 - 知乎 (zhihu.com) 关于变体的收集…

自然语言处理历史史诗:NLP的范式演变与Python全实现

目录 一、引言什么是自然语言处理?语言与人类思维自然语言的复杂性NLP的历史轨迹 二、20世纪50年代末到60年代的初创期符号学派重要的研究和突破 随机学派重要的研究和突破 三、20世纪70年代到80年代的理性主义时代基于逻辑的范式重要的研究和突破 基于规则的范式重…

亚马逊云科技数据分析为这伴科技赋能,实现“零”中断目标

当前,利用数据分析能力赋能精准营销逐渐成为全球企业的主流趋势之一,然而复杂的基础设施和运维压力也不容忽视,因此如何才能构建行之有效的数据分析平台,支撑业务营销服务,实现与客户的共创互赢? 数字营销时…

Spring MVC入门必读:注解、参数传递、返回值和页面跳转的关键步骤

目录 引言 一、常用注解 1.1.RequestMapping 1.2.RequestParam 1.3.RequestBody 1.4.RequestHeader 1.5.PathVariable 二、参数传递 2.1.基础类型String 2.2.复杂类型 2.3.RequestParam 2.4.PathVariable 2.5.RequestBody 2.6.RequestHeader 三、返回值 3.1.vo…

jdk软件安装包分享(附安装教程)

目录 一、软件简介 二、软件下载 一、软件简介 JDK(Java Development Kit)是Java开发工具包的缩写,是Java开发人员必备的软件。它提供了一系列的工具和库,用于开发、编译、调试和运行Java应用程序。 JDK的主要组成部分包括&#…

手把手教你写一个简单的ioc容器

Ioc IOC(控制反转) 就是 依赖倒置原则的一种代码设计思路。就是把原先在代码里面需要实现的对象创建、对象之间的依赖,反转给容器来帮忙实现。 Spring IOC容器通过xml,注解等其它方式配置类及类之间的依赖关系,完成了对象的创建和…

wu-ui 多平台快速开发的UI框架

WU-UI 多平台快速开发的UI框架(无论平台,一致体验) 官方群 wu-ui官方1群: 767943089 说明 wu-ui(如虎添翼) 是 全面兼容多端的uniapp生态框架,基于vue2、vue3和nvue开发。丰富组件库,便捷工具库,简单高效。无论平台&#x…

COMSOL Multiphysics软件安装包分享(附安装教程)

目录 一、软件简介 二、软件下载 一、软件简介 COMSOL Multiphysics是一款基于有限元分析(FEA)的多物理场仿真软件。它提供了一个强大的平台,用于模拟和优化各种物理现象和工程问题。 COMSOL Multiphysics具有广泛的应用领域,包括…

redis持久化、主从和哨兵架构

一、redis持久化 1、RDB快照(snapshot) redis配置RDB存储模式,修改redis.conf文件如下配置: # 在300s内有100个或者以上的key被修改就会把redis中的数据持久化到dump.rdb文件中 # save 300 100# 配置数据存放目录(现…

【前端】场景题:如何在ul标签中插入多个节点 使用文档片段

直接插入的问题:会回流多次。每插入一次li就会回流一次,消耗性能。 这里可以使用文档片段来解决这个问题。 // 创建文档片段 let node document.createDocumentFragment()DocumentFragment节点存在于内存中,并不在DOM中,所以将子…

VR农学虚拟仿真情景实训教学演示

首先,VR农学虚拟仿真情景实训教学提供了更为真实的实践环境。传统的农学实训往往受制于时间、空间和资源的限制,学生只能通过观察或简单的模拟来学习农业知识和技能。而借助虚拟现实技术,学生可以进入虚拟农场,与各种农作物、工具…

直播软件app开发流程全解析

直播软件app开发是当今互联网行业中备受瞩目的领域。随着移动用户的爆发式增长和即时互动的需求日益增加,开发一款高质量的直播应用已经成为各个企业和个人创作者追逐的目标。本文将深入探讨直播软件app开发的全过程,为您揭示开发直播应用的关键步骤&…

uni-app语音转文字功能demo(同声传译)

目录 首先去微信开发者官网申请一下同声传译的插件 微信公众平台 在文件中开始引用: 首先去微信开发者官网申请一下同声传译的插件 微信公众平台 后续使用的时候可以看详情里面的信息进行使用 在文件中开始引用: 注意!!在这个…

【RuoYi移动端】uni-app中通过vuex的store来实现全局变量的修改和读取

一、在store文件中新建csjVar.js文件 const csjVar {csjMess: [{aaa:"ok"},{bbb:"no"}] } export default csjVar 二、修改store文件中新建index.js文件 import Vue from vue import Vuex from vuex import user from /store/modules/user import gette…

对于array的.toLocaleString()与.flat()区别

最近都使用到这两个方法,对于array。记录下具体区别 先是他们的简介,我这里用的就是string的.toLocaleString() ,因为array的就是分别去调用里面的.toLocaleString() 在拼接成 string.toLocaleString() string[].toLocaleString()方法是一个JavaScrip…

解决Maven依赖下载问题:从阿里云公共仓库入手

🌷🍁 博主猫头虎(🐅🐾)带您 Go to New World✨🍁 🦄 博客首页——🐅🐾猫头虎的博客🎐 🐳 《面试题大全专栏》 🦕 文章图文…

Vue 2 条件渲染

条件渲染相关的指令有哪些&#xff1f; v-if、v-else、v-else-ifv-show v-if 的作用 <div v-if"expression"></div>v-if 根据表达式 expression 返回的值是否为 truthy 来决定其内容是否被渲染。 Vue还实现了 v-else 和 v-else-if&#xff1a; <d…

北斗提供关键技术支撑,车辆智能监管将迎来广阔发展前景

随着车辆数量的快速增长和道路交通压力的持续增加&#xff0c;如何保障交通安全和提升出行效率成为了亟待解决的问题。而车辆智能监管作为一种基于现代信息技术的管理方式&#xff0c;具有实时监控、数据分析和智能预警等优势&#xff0c;可以提高交通管理的精细化水平&#xf…

ClickHouse进阶(九):Clickhouse数据查询-3

进入正文前&#xff0c;感谢宝子们订阅专题、点赞、评论、收藏&#xff01;关注IT贫道&#xff0c;获取高质量博客内容&#xff01; &#x1f3e1;个人主页&#xff1a;含各种IT体系技术,IT贫道_Apache Doris,大数据OLAP体系技术栈,Kerberos安全认证-CSDN博客 &#x1f4cc;订阅…

node socket.io

装包&#xff1a; yarn add socket.io node后台&#xff1a; const express require(express) const http require(http) const socket require(socket.io) const { getUserInfoByToken } require(../../utils/light/tools)let app express() const server http.createS…