Forum Replies Created
-
AuthorPosts
-
JW
ParticipantI am considering 2 ways to change this format.
1. Modified this line of code, re-compile the PlgMain.dll
2. Is the any method to alter the default shorttime format of zh-CN globally (system / scada level).
JW
ParticipantThe channel format works as your instruction.
But the column name from 00:00 to 23:00 in HH:mm, changed to AM 12:00 to PM 11:00 in “tt h:mm” when I set the culture to “zh-CN” on a win10 PC, and couldn’t get it displayed as 00:00 to 23:00 “HH:mm”.
I added a datetime channel to a table view for comparison, the format of the channel value changed, but the “Column name” remains.
https://1drv.ms/i/c/7d196e63b671ad1b/Ecgl1GNclGJCmMjWyu4dMvoBC4Y7Y2EEH-VBKXB0ZNt88Q?e=KUFT40
JW
Participant有两个可能
1. 这个通道有其他输入或者函数,即使修改数据库的值,也马上会被原来的输入和函数覆盖掉。
2. Archives设定中,Curd当前数值有个FlushPeriod选项,默认30秒。server服务每30秒才读写一次cur文件,平时只读写内存。改为1的话,会每秒读写一次,接近马上生效。JW
Participantfor fewer values, you can create a new format as eum.
e.g.
create a new row in format table,
MyFormat, enable “is Enum”, enter “Normal operation;Generator fault”
config the channel
MyCnl, selelct “MyFormat” as format
Then when the value is 0, will display Normal operation, when is 1, will display Generator fault.but for 256 values, maybe better use a script to convert the number to string.
e.g.
keep the original channel and value Cnl 101
create a new channel as converted string Cnl 102, enable input formula, set the formula as Val2String(101)
and you need to define the Val2String() function by creating a new row on the Script tableJW
ParticipantThanks Mikhail.
So the format is based on both the format identifier and culture name.
For the Input channels, Editing the formats works display as the method you said and the link your provided.
But for the time of the table view column, and the datetime on the event table, how can I force the format of them? They are now changed with culture name but not the format table.
How can I force the table view column to be HH:mm and the event table datetime to be yyyy/MM/dd HH:mm:ss?
JW
Participantthe file in the following link (same as previous link) is update to *.zh-Hans.xml
https://1drv.ms/u/c/7d196e63b671ad1b/EQpixQ8Wvs5CoQBQX3FAW04BdlybwnHzbnhuXZLwgLZ5DQ?e=U3ZDCS
JW
ParticipantIn the Administrator – Webstation – culture name options, the selection only has zh-Hans-CN and zh-Hans-HK/MO/SG, but not zh-Hans. So, I changed it for easy use. since mostly CN region uses simplified-Chinese, while other regions mostly use traditional-Chinese.
If zh-Hans can be added to Administrator App, it would be better to use zh-Hans.
JW
ParticipantI updated the Chinese Simplified language pack, include all default SCADA applications and auto control module and chart pro. Credit to geffzhang for the previous translation.
https://1drv.ms/u/c/7d196e63b671ad1b/EQpixQ8Wvs5CoQBQX3FAW04BdlybwnHzbnhuXZLwgLZ5DQ?e=U3ZDCS
Also I found that the text of Project properties popup windows does not exist in the xml files, even the original en-GB xml files.
https://1drv.ms/i/c/7d196e63b671ad1b/EfqYJYdqwJ9DieFuwXUPWrMByF8pr6DgQcqh3harDAyfnA?e=LbfKSK
JW
ParticipantThe Device ID (Slave ID) looks correct, since you can connect and get data.
The issue with incorrect data you encountered could be the holding register address instead of the Device ID.
On your 1st screenshot, the address test software is 0 based, and use 40000 data block as holdings register.
While Rapid SCADA administrator is 1 based, and use 03h function code as holding register.
40 holding registers from 40080 on your test app equals 40 registers from 81 of 03h function on scada settings ui.
JW
ParticipantAssuming you are using scada as TCP client type, goto the following settting,
Communication Lines – Line Options – Main Options – Properties, uncheck the “stay connected” option
And don’t forget to set the interval “Delay after pooling cycle”
JW
Participant机器码和mac地址,计算机名称等有关。 多网卡下,用任意网络都可以访问。
你说的网络故障,如果只是网络连接断开,不影响。但是如果是整个网卡都无法识别,可能会导致机器码更改,下次重启后,授权无法生效。
JW
Participantchange the channel type form “input/output” to “input”
JW
Participantport 10000 could be used by the “YunDectectService” by Baidu Drive (百度网盘).
1. stop the process YunDectectService
2. disable auto start of service YunDectectServiceJW
ParticipantGmail basically will block your email even you enable “less secure app access”, it’s very hard to find this setting in gmail account setting.
Outlook will allow you send email, when you enable similar “less secure app access”. But after about 10 emails, Outlook will block you as spam, you will need to enable it again manually. Then you can use it for a long time.
Best way is use your own server as zzz suggested
JW
ParticipantV6 Linux version does not have the native Administrator App.
It’s possible to run the Administrator App using Wine. but might have some issues here and there.
https://forum.rapidscada.org/?topic=rapidscada-6-1-install-on-linux-problem
-
AuthorPosts