qiuqiaoan

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: build error #7211
    qiuqiaoan
    Participant

    hello mikhail
    i figured out the reason:
    the target .net framework of “scadaservershell” was 4.6.1 and the version for “scadaagent” is 4.7.2.
    as shown below
    .net framework version

    i change the target .net framework of “scadaservershell” the build is OK. hope this will not lead to new problems.

    qiuqiaoan
    Participant

    Hi mikhail,
    1. i tried to modify the server IP. as below, but it going back to “Remote-Server”
    when i upload the server.

    2. and what should be the Password be ?

    <ConnectionOptions>
    <Host>192.168.43.5</Host>
    <Port>10000</Port>
    <User>ModRapidGate</User>
    <Password>672C3165774A308878A00927A987C759</Password>
    <Timeout>10000</Timeout>
    </ConnectionOptions>

    in reply to: Send command #7181
    qiuqiaoan
    Participant

    hello Mikhail,
    i tried to use the “Automatic Control Module”, but i don’t see where i can set the command pulse duration. only a delay setting.

    and the pulse type command is very common and widely used in process control system. this should be a very basic function of the repaid system.

    in reply to: Send command #7180
    qiuqiaoan
    Participant

    hello Eyad,
    i need this pulse command function also.
    have you solved this?

    qiuqiaoan
    Participant

    hi mikhail,
    thanks, for the gate module,
    shall insatll on both server or only on the one pushing data.
    do you have example on how to setup ?

    in reply to: language for the event parts #7121
    qiuqiaoan
    Participant

    hello mikhail,
    i have translated the following files, and sent to you by email.

    PlgDashboard.zh-CN.xml
    PlgChartPro.zh-CN.xml
    ScadaTable.zh-CN.xml

    in reply to: language for the event parts #7106
    qiuqiaoan
    Participant

    hello Mikhail,
    i read the guide on how to translate. and i below circler3 have translated everything he/she can translate. seems the event part is not open for translate.
    sorry, i did not make myself clear.

    in reply to: Chart auto refresh every 2s and store date every 1s #7098
    qiuqiaoan
    Participant
    in reply to: Chart auto refresh every 2s and store date every 1s #7097
    qiuqiaoan
    Participant

    hello mikhail,
    following link is the components i have. but no chart component.

    in reply to: Chart auto refresh every 2s and store date every 1s #7091
    qiuqiaoan
    Participant

    Thanks to both of you. based on instructions from both of you, I got it work.
    but have following flaw (some data are missing)

    data missing

    Mikhail,
    would you please explain more on how to use the rolling mode, and how to put chart on scheme using extended scheme components. I already have the trial key for both dashboard and extended scheme components. I would like to see the advantage of this.

    in reply to: Chart auto refresh every 2s and store date every 1s #7090
    qiuqiaoan
    Participant

    Thanks to both of you. based on instruction from both of you, I got it work.

    Mikhail,
    would you please explain more on how to use the rolling mode, and how to put chart on scheme using extended scheme components. I already have the trial key for both dashboard and extended scheme components. I would like to see the advantage of this.

    in reply to: read modbus register as ASCII #7079
    qiuqiaoan
    Participant

    Hi, Mikhail
    double (8bytes) worked. as shown in below link
    read as double

    if I would like to convert the 20 bytes ascii string (they are all numbers) to number, so the values can be stored in the database and be shown on the chart.
    do you have suggestion for that, any tested formular?

    thanks

    in reply to: Change Text of dynamic text element by fomular #1877
    qiuqiaoan
    Participant

    Dear Mikhail,
    Thanks for the quick reply. i tested it according to your way and works good.
    but, actually in my case i have 4 inputs called Opened, Closed, Opening, and Closing. and I need to display this status by one text.
    so the fake code could be like:

    if ((Opened) && (!Closed) && (!Openning) && (!Closing))
    	{
    		return "Opened";
    	}
    else if((!Opened) && (Closed) && (!Openning) && (!Closing))
    	{
    		return "Closed";
    	}
    else if((!Opened) && (!Closed) && (Openning) && (!Closing))
    	{
    		return "Openning";
    	}	
    else if((!Opened) && (!Closed) && (!Openning) && (Closing))
    	{	
    		return "Closing";
    	}
    else 
    	{
    		return "Error";
    	}

    and i have several same equipment, so i want to reuse the code (folumar).
    i see alarm;Armed;Disamed:Fired;Normal in the Units table which maybe is similar to my case, but i don’t know how to do.

    IN GENERAL, IN MY SYSTEM I WILL NEED TO DO SOME LOGICAL AND MATH CALCULATION BASED ON DIGITAL AND ANALOG INPUTS AND SEND OUT COMMAND BASED ON THE CALCULATION. DO WE HAVE SOME GUIDE ON HOW TO THIS ?

    Thanks in advance !

Viewing 13 posts - 1 through 13 (of 13 total)