Omerd

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Omerd

  • Rank
    Hi, I am New!

Profile Information

  • Country Israel
  1. DELTA HMI and DOPSOFT

    Hello, I'm using HMI DOP-B03E211 and its connected to DVP12SE11R PLC . I need help with some function in the DOPSOFT program. 1) I would like to implement a function that after 1 minute of no screen touching it returns back to the main screen. 2) I have listed the alarms in the ALARM SETUP (under Options) and i would like to link every one of them to the input registers (Xi) in the DELTA controller , for instance , i want to link between the alarm : "MAIN AC FAILURE" to X0 in the PLC. how do i do that using ALARM SETUP? 3) One of the customer's requirements is : in the main screen you got three buttons : 'operational' , 'maintanance'' , 'alarm list'. - when i click on operational button and then on the alarm list it should show me only the alarms which relevent to operational mode . when i click on maintanance button it should show me the alarm which relevent to maintanance mode. how do i do that? 4) I would like to enable the option to control that alarm list through the PC - in the PC i got an Excel file that lists the whole alarms in the system . i would like to control those alarm by that Excel file - Enable / Disable the alarm through that file and save that list in the HMI. how do i do that?   thanks in advance.
  2. DOPSOFT HELP

    I'm using HMI DOP-B03E211 and its connected to DVP12SE11R PLC . In the DOPSOFT i would like to know how i could create a list of the whole indications in the system - once a specific indication is on, the list shows the name of that alert ( " system alarm failure") when its off the list doesnt show it .  there are indications in a bit form ('1' or '0') and in a word form (temperature indication). how can i create a list that combines whole system indications including bit indications and word indications?   thanks.  
  3. HELP WITH WPLSOFT DELTA PLC

    Hello , I'm using DVP12SE11R Delta PLC . I would like to read data from an external device using RS485 communication. In the WPLSOFT i have informed that i gotta use MODRD command in order to read the data . but i am not sure how to use it properly.  the data is formed as one bit ('1' or '0') i wanna read 10 registers using MODRD although those registers are not ordered one after another and i know MODRD can read 6 registers one after another. Then i would like to use that bit as a Normally Open contact in the WPLSOFT and turn on a coil. i would like to get some help with it. thanks.