Project

General

Profile

Task #1336

Feature #1328: web版脚本函数开发

实现web版脚本函数-获取数字量点实时库域值等

Added by zhixue wei about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
04/09/2021
Due date:
% Done:

100%

Estimated time:
Defect version:

Description

13.获取数字量点实时库域值int getdval(char *PointCode)
14.设置数字量点实时库域值void setdval(char *PointCode, int value)
15.设置数字量点实时库域值void setdval0(char *PointCode, char *DESC, int value)
16.获取模拟量点实时库域值float getaval(char *PointCode)
17.设置模拟量点实时库域值void setaval(char *PointCode, float value)
18.设置模拟量点实时库域值void setaval0(char *PointCode, char *DESC, int value)
19.获取两个值按位与的结果void getavaland (char * AIcode,int val)
20.获取两个值按位或的结果void getavalor (char * AIcode,int val)
21.打开图形窗口void openwnd (char *name, int x1, int y1, int x2, int y2, int n)
22.关闭图形窗口void closewnd (char *name, int n)

History

#1

Updated by zhixue wei about 3 years ago

  • Status changed from New to In Progress
#2

Updated by zhixue wei about 3 years ago

  • Description updated (diff)
#3

Updated by zhixue wei about 3 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF