sergiu.mihu

MrPLC Member
  • Content count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About sergiu.mihu

  • Rank
    Newbie

Profile Information

  • Location danbury, usa
  • Country Romania
  1. Hi, I am having some troubles importing certain types of data from Eplan. I am trying to import some Mitsubishi libraries directly from Mitsubishi, under zw file types. I don't know if I do something wrong, but I keep getting this error: "Errors occurred while restoring data. Refer to the system messages for details." That's it. Can anyone help me on this one? Update: "Item cannot be found in the collection corresponding to the requested name or ordinal."- this is what ways in "system messages"
  2. PV/PLC variable exchange

    Yes, there is a "standard" and I nave it, but it is all about the graphics, nothing about programming. That's exactly the problem that since now I didn't see a connection way between a screen and a parameter file. Good ideea with that button... i'll try that! 10x for now
  3. PV/PLC variable exchange

    Maybe I got you all confused and a visual will clarify a little what I wanted to say (sorry the parameter files are in french :) ): You have there opened the first and last parameter file, with different definitions for #6. Somewere in the displays I have to use #6, but I don't know what path will be chosen from the two files: P000_Partie_Comunne or P300_NAR_MULTEX?
  4. Hello, The situation sounds like this: 1. Hardware: - PV+700 - 1756 L61 ControlLogix5561 controller 2. Software: PV - multiple screens with buttons, variables displays, receipes... all that stuff Controller - global tags - in the MainTask I have, let's say... 5 programs, each having it's own tags and routines I also have an controller and PV example, which works on one type of machine. My job is to do something similary on a different machine type. Problem: - I can't understand and I don't seem to find in this forum or on onther resource sites something that was done in the example program. I was asked to go with the same solution for this second machine as on the one I have the example for. Another problem is that I don't have the hardware ready so I can work with it, but I must do the almost functional software. In the example programs they don't acces from the PV too many global tags from the processor, instead they access many local tags from each program. At the same time, the addressing is done using some parameter files in the PV program, like this one: #1=::[extrusion] #5=Program:P000_Partie_Commune #6=Program:P000_Partie_Commune #10=R020_PARAM_REC_GENERAUX_ACT #20=R020_TITRE_MACHINE_DOWNSTREAM #21=P000_BAND_SUP #100=::[extrusion] #101=Program:P300_NAR_MULTEX #102=R021_PARAM_REC_MULTEX_KMI_ACT #103=R021_PARAM_REC_MULTEX_KMI_MOD #104=[0,27] #110=::[downstream] #111=Program:P300_NAR_MULTEX #112=R021_PARAM_REC_MULTEX_KMI_ACT #113=R021_PARAM_REC_MULTEX_KMI_MOD #114=[0,37] The interesting part is that I have 5 parameter files, and in these files, for example #6 is defined different. In the example above it is used like #6=Program:P000_Partie_Commune and in another parameter file it is #6=Program:P300_NAR_MULTEX. In the HMI displays I just have an addressing like this: {#1#6.#42[0,0].ACT}. Now my question is how to I know the exact path when I see #6 in an expression? In the PV, for the startup screen I have an association with the first parameter file, so I assume that #6 would be the path desribed there. But for the other screens I don't seem to find any association with any parameter file. Can anyone help me on this? 10x
  5. RSView operator dialog box

    Thanks guys. I'll just use the "On Top" display...
  6. Hi, I am using the RSView Studio version 4 to implement a HMI on a +700 display and I want to do something like this: - I have a button that also displays MOTOR1 status on the screen. I would like that when the operator pushes that button, not to go on a new screen, but to pop-up an operator window which has two buttons for START MOTOR1 and STOP MOTOR1, and also the CLOSE WINDOW button, so the operator can start/stop the motor. This dialog box was not my choice, I was just kind of imposed to use it as a solution. "They" don't know if it is possible, but "they" want it just like this. I tried to find something available in RSView but I don't seem to find any object like a configurable operator dialog box to use. I would be grateful for any information regarding the existance of a popup dialog box without needing to make a new screen. If something like this does not exist, I would be also happy to know. To better HMI software! Sergiu
  7. Hi, I am using a Twido TWD LCAA24DRF. I want to keep some words in memory during a power failure... and of ocurse, use them later. How can I do that? It seems I can't write words in constants. Any help? 10x alot.