Search the Community

Showing results for tags 'wplsoft'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 2 results

  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. 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.