Search the Community

Showing results for tags 'vijeo designer screen editor'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 178 results

  1. Hi PLC programmers, I got a problem regarding my installation of Logix Designer/Logix5K. Here's the situation... a) Initially installed Studio 5000 without problem. b) I needed to open a program from Logix v20.1, installed RSLogix5k v20.1. After installing v20.1, RSLogix was corrupted and won't open program. c) Reinstalled entire Logix Software. d) Was able to open and convert program from Logix5k v20.1 to Logix Designer v24 but this annoying error occured on v24 (See attached "EN2T")... "Failed to Create Module Profile". All of a sudden, the module (1756-EN2T) I created with working v24 is no longer usable. Now, even when I create a new project, add a module with "Select Module Type", the list of available modules has been trimmed down to what it normally has (see attached "AB_Modtype"). Kept on re-installing entire Logix 3 times, clearing the registry with CCleaner and even deleted installation folder for Rockwell software but the problem is never gone. I even downloaded AOP for EN2T and installed it but to no avail. Now I'm lost and dumbfounded that uninstalling and reinstalling isn't working. By the way the OS I'm using is "Windows 7 Enterprise". I appreciate all the help I could get. Thank you very much. Sincerely, Andrei K.
  2. Hello there, I've done some reading through GT Designer3 Version1 Screen Design Manual (Functions) and in chapter 30.3.6 - Program examples I've found functions used like: redraw_object(); d_circle(params); or acces of object params via script like my.active = 0; my.text_color = 0xE0;   So, my question is, does anyone of you have/know about documentation for this advanced stuff, it could be real game changer for me.   Thanks in advance for any reply
  3. I want to have 2 languages on my display ,created with CX Designer.How can make multilingual message and button by click some button like "Change language" ?
  4. Howdy, So the program I have has linked up and I've downloaded to the Omron NS-10 just fine... other than when I go to certain screens the text from all the descriptor labels are gone. I can't figure out if its a setting or if its just getting lost in transmission somewhere. Halp. Thanks,
  5. I have recently come across a free virtual plc simulator called PLC Fiddle. It will enable you to create simple PLC ladder logic code within your browser. This is an ideal way in understanding PLC concepts for industrial automation. All of the basic PLC instructions that come with most plc units have been incorporated in this virtual PLC software.PLC Fiddle is currently in an early stage of development but is functional enough to be helpful to you in learning and understanding PLC concepts.  http://accautomation.ca/plc-fiddle-online-editor-and-simulator-in-your-browser/ YouTube Video: https://youtu.be/G43ZLOwu2dM www.plcfiddle.com Let me know what you think of this for a learning tool. Thanks, Garry
  6. How to Use Frozen Screen

    I am working on a project with multiple screens, but all of them share the same logo pane at the very top. I don't want to add this panel for each screen. I would rather have the logo pane as a separate screen, and freeze it at the top of each screen. Is this possible?
  7. GT DESIGNER 1000 SERIES

    IN GT DESIGNER-3 TOOL---->OPTION,   SHOWING THE VALUE OF OUT OF VALID RANGE.  KINDLE GUIDE ME WITCH RANGE I HAVE TO SET BECAUSE  IN BOX DEFAULT IS 25.   FOR HELP I ATTACHED PIC  
  8. Hi,  I am writing some routines to decode the data from my Input: data array to User-defined Array Parameters. Is that possible to have a generic routine to decode data coming from more than one module? I have two Module ENode and ENode_1. I have defined User-Defined parameters for the module. Can I make a generic routine to decode the data coming from these two modules and put them in the defined arrays?  the two arrays ENodeData[0] and ENodeData[1] have the Generic User-Defined parameters.
  9. edit comment directly from got

    hello everyone using gt designer 3, got 2000 series and IQ-R series want confirm something. it`s possible to edit comment group (that use for history, fault,etc)  directly on GOT using GOT tool or object or script? for script, searching on gs, gd list but find nothing. where the comment group is saved? thank you  
  10. Hi, Is that possible to define INT data type in EDS file so the Tags for the module in RS Logix Designer would receive INT data type in Input Tags not SINT? As marked in the image, the Logix Designer is receiving data as SINT but I want to have INT data type. Thanks Muhammad Azeem
  11. Version 1.0.0

    83 downloads

    E-Designer_for_E-series_English.pdf
  12. E-Designer_for_E-series_English.pdf View File E-Designer_for_E-series_English.pdf Submitter CJ2M2016 Submitted 09/09/17 Category Manuals, Tutorials
  13. i'm working with vijeo designer and i have a problem with popup windows. I'm trying to make a popup window appear with a variable. A bool to be exact. I want that a popup window appears when the bool becomes 1. But so far i haven't found a way to do that. Can someone help how I could do that? It's the meaning that that bool becomes 1 when there is an error and that the popup window appears then to let the user know there is an error. Or does annyone have a better idea?
  14. FX5U With E-terminal

    I was looking for what drivers that should be used when connecting the new FX5U plc with the older E-1000 series (E1100 in this case) in e-designer 7. Intended connection method is ethernet on the FX5 (obviously) to Ethernet on the E-panel. I am sure this question will come up for several users so let's keep this thread as clean as possible. Has anyone done this Before? Here are the options available: /Niklas
  15. Hi All, I have a requirement from a customer to acknowledge alarms from either of two  NS15 HMI's in the system. Can anyone provide info on how I may be able to acknowledge or delete alarms on one HMI which would also acknowledge or delete said alarm(s) on the second panel?  Both of the HMI's are polling one controller for alarm status so I assume that each time an alarm is acknowledged or deleted it would have to alert the controller which would then send something to the second HMI to clear the alarms? Any help is appreciated.
  16. Track NS series IP addresses

    I am using the NS series touch screens and NS-Runtime. Do they have a System word that stores the IP address of that touch screen or PC running the NS-Runtime application. I want to be able to trigger different functions in my project depending on the IP address.
  17. Hello All,   I really need help with a full version software of DM value editor for Keyence PLC. All the ones I have found dont seem to work or might be virus.... All help will be really appriciated! Thanks
  18. I'm trying to overlay a text figure on top of a bit lamp. You'd think it'd be easy... but no matter what layer I set the lamp to, or how many times I click "Move to back of layer" from "Stacking order" in the right-click menu, the text figure stays behind the lamp. The only reason I'm using a text figure vs. just using the text function of the lamp is because I want the text to be vertical - a feature that you do not have with the text function of a lamp. Any ideas on how to fix this? Any help is greatly appreciated!
  19. CX Designer using tables - Help

    Hi all, I have been getting to grips with the different graphic displays in CX One Designer but I am having trouble trying to produce a table which shows column one as a label and column 2 as data value that I am polling from a Modbus slave. From what I have read/tried the data block table seems to require a csv as the data source and I cant seem to achieve what I want with the standard table. If anyone can advise how I might be able to achieve this I would be extremely grateful. Below is the sort of thing I'm hoping to achieve but in a table format:   Bearing 1 Temperature 80°C Bearing 1 Vibration 0.2 mm/s²         Bearing 2 Temperature 82°C Bearing 2 Vibration 0.2 mm/s²  
  20. NS10 system program update?

    Hello, I would like to download my project to the NS10 -v2 but i get the following error:   I kind of remember that it was p;ossible to update this automaticaly in similar cases, like 8.7->>8.8 or something like that, i just clicked on okay and it did it automatically. But after ok the application just stucks on loading, NS restarts, in case of ethernet. I tried it with usb, it just quits after ok, and nothing happens. How can i upgrade the NS10 to 8.8 or 8.7 or 8.9 to be able to download my new project??  
  21. Hello all, I am still fairly new to this forum and PLC's in general. I am trying to connect a EA9 touch panel via Ethernet to an Allen Bradley Micro Logix 1400 PLC. I am using Ethernet over serial because I need the serial connection to program while using the touch panel. I have given the Panel the IP Address 192.168.1.20 with a subnet mask 255.255.255.0 and I have given the PLC the IP address 192.168.1.10 with a subnet mask 255.255.255.0. The panel is not communicating with the PLC and I have very little knowledge on the subject, anyone's help would be greatly appreciated. The picture on the top is from the PLC and the picture on the bottom is from the C-More program for the panel.
  22. Got2000 and gxworks3

    I need help i have a got 2000. I developer my software for the hmi with gtworks 3 my problem is: when i update my software in the hmi over the USB cable with my Notebook then i become an error message after reboot. the error message is: communication error refer to sytem Alarm in utillity menu. At the moment i must disconect the hmi from the current and then it works. can everbody help me?  
  23. Hi.  I'm running a Windows 7, 64-bit machine.  I have NB Designer 1.4 installed.  when I plug in the nb7w-tw00b, it shows up as "MTP USB device", and that the driver install failed. so I opened Device manager and find the item, I right-click "MTP USB device", and "update drivers".  I click "Browse for my drivers" and navigate to "C:\programfiles (x86)\omron\nb-designer\driver".  I check "Include subfolders".  then click next.  it does not find the drivers.  says "MTP drivers are the best" So I try again: right click the "MTP USB device" but this time I click "browse for drivers", then "Let me pick from my device drivers...".  i navigate to C:\programfiles (x86)\omron\nb-designer\driver.  I select the bulksub.INF file, and i get this error: "The folder you specified doesn't contain a compatible software driver for your device.  If the folder contains a driver, make sure it is designed to work with WIndows for x64-based systems" NOTE: I just tried this on a Windows 7 32bit machine. same problem.  Except the message says "Make sure it is designed to work with Windows for x32-based systems"   Any thoughts to get this to work?
  24. Revert to home page

    Is there a way to make so after there is no user activity on a HMI for a certain length of time that it will switch back to another page? I have a macro here I am running every second that is watching for page changes. But obviously changing pages isn't the the only user activity there is. 'clear the counter when not one page If($SW0==BCD(65)) $W150=0; EndIf 'Increment Counter If ($SW0<>BCD(65)) $W150=$W150+1; EndIf If ($W150>10) $SW0=BCD(65); EndIf  
  25. now i start to using omoron products, I need to add a button and once i click or tap the button page2 will come on. How can I make it? is that need to program the cxone? using like MOV to H0???