Search the Community

Showing results for tags 'vijeo citect scada'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 199 results

  1. Honeywell Experion SCADA

    I haven't used Experion before, nor do I have a licence or access to a download of the application. As such I want to know how limited an unlicensed version of the product is. Is it like Citect where you may develop graphics but need a license for runtime, or is it like FTView where you need a license just to open the application? Thanks in advance
  2. If you’re looking for a SCADA with extensive support for a wide range of PLCs and protocols, check out IntegraXor. It’s robust, feature-packed, and user friendly. The built-in web HMI lets you access your processes anywhere, anytime, on any device. Official Website
  3. Dear Everyone can help     i have a batching system of about 12 materials and i need to generate a report for all batches in the day in runtime, i tried using SQL with Cicode but sometimes i can't find some material's data or to be Zeros. did any one here know a way to do that?? vijeo citect 7.4 thank you
  4. Citect...text string to sql

    Hi all, Needing an assist. We been trying to send a local var alphanumeric string to an Access DB using the SQL. We can successfully send integer/real values to the DB when they are entered via the var=FormNumPad() popup. I use SQLSet, SQLAppend, and SQLExec. Since we cannot generate text using FormNumPad(), we use the var=Input() command. The local var seems to hold the value entered on the screen, but a plc address writes the value for a moment then wipes it out. Then when we use the same SQL commands for the string var, the system immediately starts throwing errors. My guess is because the value is null. Any ideas? Is there a proper way to generate a keypad or textbox on screen? We are using v. 2016 on a Win10 box. Thanks in advance.
  5. Hi my dear colleagues, I tried to configure data location for the text file used with text display. It works if loaded to main drive. But, if I point to secondary or optional drive the system doesn't even allow me to download the program to HMI. Error 1850..secondary drive not found. I noticed in the property inspector, that the windows for Secondary and Optional drive are grey. The Vijeo Designer V6.2 and HMIG3U with three USB ports (one mini and 2 usual) and one SD port are used.  May be, they are all disabled somewhere, with a hardware switch? But, even if the windows were active, I have no idea, what to put into them, to configure SD or USB as secondary or optional drive. Please, help. regards, Waldemar
  6. Hi, I am new to Vijeo. The task is to show different messages on HMI screen (I use Vijeo designer V6.2.5 and Magelis HMIG3U).  A new string variable "ToDoTxt" was created as an Array with dimension 2048. A StringDisplay was put on the screen and ToDoTxt[0] was chosen. How can I show other 2047 values, which depend on value of another integer variable "StepNumber"?
  7. SCADA for FX3U

    Hello everyone.  I got factory full of FX3U plcs and right now is needed to make a SCADA for monitoring (and maybe provide some control) all of them. I dont know which SCADA product to choose. Which one have bettter compatibility with mitsubishi plcs/which one is cheaper/or maybe simpler in use.  Thank you in advance.
  8. I have a program that I as building in SoMachine V4.3 and Vijeo Designer 6.2. Everything is coming together well at this point but I can't seem to figure out if I can put a poteniometer type object on the HMI using Vijeo Designer. This will be used to control the speeds of some VFD that are connected to the PLC. I have found ways to use a meter or simple numeric input it change the WORD that controls the drive speed. I would really like to use a knob or slider bar as I believe it would be a nice function. I've tried it on two different Magelis screens that I will be using for two different projects. One is a HMISCU8A5(controller and HMI in one unit) and the other is a HMIGTO3510.   Thank You
  9. Light SCADA request

    Hi all,  How are you? Hope everything goes well with all of you.  I have a small project that involves only 2 PLCs and around 500 objects or tags. End user does not require HMI graphics of factory operation. Basically the system only need to collect data from the instruments, and generate reports automatically. So, I was wondering is there such really "light" SCADA system to serve this kind of production? Because if possible I wish to implement using only basic workstation machine, since its work load is supposed to be very light.  I am glad to have your comment. Thank you so much.
  10. Hello All,Does anybody know the correct syntax for the following:-I have a genie with variable A getting passed inI want to use this as a prefix for a variable address to send to a function.function ( %A% + _variable)(_variable being the rest of the address)So if genie variable A was 05 the tag value sent to the function would be 05_variable.Also, I would like to off set the A variable by 4Sofunction ( %A% - 4 + _variable)so would actually send value from 01_variable if the genie A was 5.Hope that makes sense, any help would be greatly appreciated as I've being trying various different ways and cant get it to work.Thanks,Tom
  11. Who Have Someone connected Citect with Omron CJ2M CPU32 ? Can i use it? Device communications wizard -> CJ Seres PLCs -> Ethernet    or need to Finsgateway software.    [Setting] 1. Boards TCPIP / 0(Address)  2. Port -I192.168.100.10 -P9600 -U (*PLC: 192.168.100.1 , PC: 192.168.100.51) 3. I/O Device 0/1/1/      /   OMFINS3    [MANUAL]  ----> Fallow the manual ONLY CS1, CV Need to setting  w/n/u/V  or w/n/u/S CJ2M do not need to this setting ?       I/O Devices Form Complete the I/O Devices form as instructed, with the following specific information. I/O Device Address The station address for an Omron CV Series PC is specified as follows : w/n/u/V for CV mode or w/n/u/S for CS1 mode where w is the FINS network address (1-127) n is the FINS node number (1-126) u is the FINS unit address (0) There are no defaults for w, n, or u, but if you do not specify a mode (with a V or S), it will default to CV mode. The FINS node number should be the same as the IP address node number. The FINS network number should be the same for all ETNs on the Ethernet segment. There is no relationship between FINS network numbers and IP network numbers.   Thank you..
  12.   Hi everybody, this is me psoting for the first time here.  Currently I am taking a distributed control systems course, and one of our current tasks is the following: "Develop a control system with the task to control an induction (asnychronous) motor. You may use HMI SCU 8B5 (Schneider electric PLC) and Altivar71( Schneider VFD). The communication protocol to be used is CanOpen. The process should be visualized on the HMI of the PLC. Using the IGSS scada system, you should be able to control and observe the system on a PC." I have written the SoMachine program that I will upload to the PLC(basically Schneider provided the code for the exact same hardware:https://drive.google.com/file/d/1VW9deqK5TeEEQeA6fZZjteijUs7xVPcH/view?usp=sharing). Then I moved on to set up the IGSS scada program, following the pdf manual listed on their site, page 18 and on:http://d2i1dro1ulg1xm.cloudfront.net/training/FullWS_Exercise_Master.pdf . I tried to follow through all the steps, however I do have a few questions. First, in step 8., which driver should I use for my hardware? I selected the Modicon driver, as that was one of the few Schneider drivers available(see attached image). My second question is with regards to connecting the variables that the PLC sends to the PC and actual objects in the graphical environment, such as on page 32. How do I do it? If anyone has more materials on this topic, it would be greatly appreciated. I can't get any help from my tutor(he refuses, and says we do our own research). If you know somebody who could perhaps help me out on this one, please feel free to share with them this question.     
  13. Elipse SCADA

    Hi, I'm adding some automatic slide adjusts to some progressive presses that use Elipse SCADA as their HMI software. I've never used it before and was wondering if anyone knew where I could learn the basics. All Google searches have yielded non-English tutorials and manuals and one unhelpful English manual. All I really need to know is how to establish communication and upload/download but any information provided would be greatly appreciate. The more thorough, the better.    Thanks! 
  14. Popular HMI/SCADA Software Suites?

          Hi all. I'm new here. Quick background on myself: I was a 6-and-out Navy Nuke Electrician on a Sub. I finished my service in Jan 2015 and immediately went to work as a shift electrician at a steel mill. I always say I was a good nuclear operator, but a poor electrician. However, I think I have learned rather quickly and really enjoy PLC's and HMI development. At my company, we have a lot of liberty to modify code, create new projects, etc.      I primarily work with S7-300/S7-400 and GE UC's at work; and I have a Micrologix emulator and programming software I practice on. All of our HMI development is done in InTouch and I feel proficient with WW, having done some projects with Modbus/DASSIDirect on my own.     As this is the first industrial automation job I have ever had, I only know about the software and hardware I have been exposed to at work. My question is what are other popular HMI software suites that major employers use (and customers prefer), because I'd really like to become very good at the programming/control side of my job.     Thank you all very much. Adam
  15. The OPC Server for Siemens Controllers

    Good day to all forum members. I think many engineers are faced with the need to connect Siemens controllers to various SCADA systems. In most cases, the OPC technology is used to make such a connection. We want to offer participants to try our product, the OPC server for the Profinet protocol applied in Siemens controllers. Our OPC server supports the following standards: OPC DA 2.05, OPC HDA 1.2 and OPC UA (transfer of archives is supported too). Controllers of the following series are supported: S7-200, S7-300, S7-400, S7-1200 and S7-1500. The OPC server provides the interactive import of tags from the Tia Portal environment, and this simplifies configuring the server. The OPC server contains the built-in client for monitoring values, and this simplifies communication debug. There are the following modifications of the OPC server: - Demo version (full-featured, 1 hour continuous operation in the runtime mode) - Free version (32 tags at the most) You can download the trial version here: http://opc-server.com/catalog/mullti-protocol/profinet/ In addition to the OPC server for the Profinet protocol, we also support such protocols as Modbus, Omron FINS, Bacnet, IEC 60870-5-104, IEC61850 and SNMP.   We would love to hear feedback and feature requests to our products.
  16. Grupa ProfAs Sp. z o. o. jest firmą doradczą, świadczącą usługi w szeroko rozumianej dziedzinie Human Resources. Specjalizujemy się w rekrutacjach na stanowiska specjalistyczne, średniego i wyższego szczebla. Wierzymy, że nasz Zespół złożony z profesjonalistów jest w stanie zapewnić perspektywiczne spojrzenie i najwyższą jakość wykonywanych usług. Aktualnie dla naszego Klienta - firmy z branży automatyki przemysłowej - poszukujemy osoby na stanowisko: Programista sterowników PLC Kraków / Piła / Poznań ZAKRES OBOWIĄZKÓW: Programowanie sterowników PLC Siemens Wykonywanie aplikacji dla systemów SCADA i HMI Dobór konfiguracji sprzętowych PLC Testowanie i uruchamianie maszyn u Klientów końcowych (delegacje krajowe i zagraniczne) Wykonywanie programistycznych prac serwisowych u obecnych Klientów Sporządzanie instrukcji obsługi maszyn   WYMAGANIA: Bardzo dobra znajomość sterowników PLC Siemens Umiejętność parametryzacji serwonapędów, falowników, etc. Znajomość paneli HMI oraz systemów SCADA Znajomość sprzętowa oraz programowa komunikacyjnych sieci przemysłowych ProfiBus, Profinet, Ethernet, DeviceNet, Modbus, etc. Znajomość zagadnień i komponentów automatyki (przetwornice, serwonapędy, obwody bezpieczeństwa, aparatura modułowa, itp) Mile widziana znajomość programowania innych sterowników: Allen-Bradley, Omron Prawo jazdy kat. B Komunikatywna znajomość języka angielskiego lub niemieckiego OFERUJEMY: Współpracę w oparciu o umowę o pracę Udział w profesjonalnych szkoleniach Korzystne warunki wynagrodzenia Rozwój w firmie z doświadczeniem na rynku międzynarodowym nr w rejestrze 14990 Osoby zainteresowane prosimy o przesyłanie CV na adres k.dominik@profas.com.pl lub kontakt telefoniczny pod nr tel. 881 700 778.
  17. The OPC Server for Omron Controllers

    Good day to all forum members. As you know, Omron controllers support FINS, the protocol of its own development. Despite the protocol is high-functional and well thought-out, few of SCADA systems support the protocol at the driver level, and therefore the main manner of connection of such controllers to SCADA systems is an OPC server. We want to offer participants to try our OPC server for the FINS protocol. Our OPC server supports the following standards: OPC DA 2.05, OPC HDA 1.2 and OPC UA (transfer of archives is supported too). The protocols FINS Ethernet and FINS Serial are supported, and this allows you to connect various modifications of Omron controllers, both with and without Ethernet cards. The OPC server contains the convenient utility of import from a file formed by CX-Programmer, and this simplifies configuring the server. There are the following modifications of the OPC server: - Demo version (full-featured, 1 hour continuous operation in the runtime mode) - Free version (32 tags at the most) You can download the trial version here: http://opc-server.com/catalog/mullti-protocol/opc_server_for_omron_controllers/ In addition to the OPC server for the FINS protocol, we also support such protocols as Modbus, Profinet, Bacnet, IEC 60870-5-104, IEC61850 and SNMP.   We would love to hear feedback and feature requests to our products.
  18. GX Works2 & MX OPC Server 6.10 issue

    Hello! What i am about to do is connecting an external SCADA system to a Mitsubishi PLC via OPC server. I have already made some FBs and included their instances in a program in GX Works2, then started a GX Simulator2 and connected it to an OPC Server. From the OPC configurator I have defined some tags with their corresponding device addresses (e.g. D12345). I am using structured variables which device addresses i am entering in the OPC configurator. Tried to make some full rebuild compiling and at first was happy that the devices remain unchanged. The main problem is that after some time this devices change which completely ruined my experiment. Maybe there is some point that I am missing or there is just no way to use a fully functional SCADA connected that way to the Mitsubishi PLC (by OPC)? The question is is there a way to tell a particularly used instance of a function block to have exactly the same device addresses ever. 
  19. I want scada rs view studio demo version download so how down load software. regards, jagdish
  20. View File GE SRTP Ethernet Driver for .NET .NET Component for use in Visual Studio.NET to create HMI/SCADA apps that communicate with GE SRTP devices via Ethernet. Supports PACSystems, Series 90, and VersaMax.   Supports PACSystems symbolic variables and CPU rack + slot specification. Does not require 3rd party drivers Does not require OPC x86, x64, and Any CPU compatible Visual Studio.NET 2005, 2008, 2010, 2012, and 2013 Compatible Most .NET targets are supported, including Web, Win Forms, WPF, console, and service apps. Build Windows Forms, console, and ASP.NET applications that run on Linux with Mono framework. Extremely high performance - 5~10 mSec typical transaction time Optimizes multiple register configurations into minimal transactions Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Windows, Console, and Web Example applications with VB and C# source code included. Easily connect office systems to factory floor. Free 30 day fully functioning trial version available for download Runtime-free for qualified applications   Submitter Automated Solutions Submitted 05/09/09 Category Demo Software
  21. 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?
  22. Version 2.0.2

    792 downloads

    free HMI/SCADA program WebN Server 2.0 (freeware) * manual & program download site : http://www.netran.co.kr * Web-N Server 2.0 (freeware) - PLC interface demo video : https://youtu.be/MuOFMwK7Qqs* Android phone app download : https://play.google.com/store/apps/deta ... .en2&hl=en- Windows 7/8/8.1/10 x64, .NET frameworks 4.6 over  - Mult-Language (tool language, view page language)  - PC monitor, Web browser monitor, Smartphone monitor - (Design once and monitor on multiple instruments)   Unlimited number of tags    Unlimited monitoring time    1,024 concurrent connections    Unlimited upgrade    Unlimited connection of       equipment (PLC, DCS, DDC ..)    Unlimited app push message   No Software fee    No installation cost    No registration fee    No license fee    No cost to use    No upgrade cost    Free Redistributable      
  23. free HMI/SCADA program Web-N Server2.0 (freeware) View File Program download site : http://www.netran.co.kr   Web-N Server 2.0 - video for PLC interface demo : https://youtu.be/MuOFMwK7Qqs   - Windows 7/8/8.1/10 x64, .NET frameworks 4.⁠6 over - Mult-Language (tool language, view page language) - PC monitor, Web browser monitor, Smartphone monitor   (Design once and monitor on multiple instruments)   Unlimited number of tags Unlimited monitoring time 1,024 concurrent connections Unlimited upgrade Unlimited connection of equipment (PLC, DCS, DDC ..) Unlimited app push message   No Software fee No installation cost No registration fee No license fee No cost to use No upgrade cost Free Redistributable =============================================== Submitter webn Submitted 08/29/17 Category Free Utilities
  24. Hi every body. I want to get and set Time Picker value in process analyst in citect scada using cicode. Also  I tried to find an event or function when time picker value is changed , is called but find nothing. May you help me please?
  25. Control Valve

    Hi, Please I am new to PLCs & SCADA. I will appreciate if someone can explain what it means by The inlet valve will be actuated by the SCADA  system via two 24V DC digital outputs. Why is it using two 24V DC digital output. Is this because it is a solenoid two way valve?   Thanks