Search the Community

Showing results for tags 'can’t find the project database!'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 40 results

  1. Can anyone help me find where is recipe plus or recipe manager in View desginer(studio 5000) software. i want to create an recipe but i am unable to find a recipe manager .
  2. exchange devices

    Hello friends, I hope you're all doing well. I'm reaching out because I find myself in need of some assistance with a situation. As someone new to programming, I recently undertook the task of creating a lengthy program. However, there's a concept I failed to consider and I could really use your expertise on this matter. You see, I've been working with input and output expansion modules, and what caught me off guard was that these modules automatically assigned addresses within a certain range. For instance, X0 was assigned to X15, and X20 to X34. Regrettably, I didn't anticipate this, and I ended up assigning the new device numbers to these expanded modules. I'm wondering if any of you have encountered a similar situation or if you have any advice on how to handle this issue. I'm open to any insights or suggestions you might have. Thank you all for your time and assistance.
  3. Upload From 90-30 without Project

    Hi, I need your help. I've been tasked to backup a program from a running PLC 90-30. Is it possible to do so without having the original project? (like you do with Siemens PLC?) We bought the cable IC690ACC901 and want to backup the running program to our PC, in order to have a copy of it, but I couldn't find an option in Profivy Machine Edition to do so. Should I make a new empty project? Thank You for your patience.
  4. Hello there, This is my first time here on this forum and also my first time working with this software and PLC. I am working off-line (since my PLC did not arrive yet) on GX Works 2, in a structured project type, with LCPU series and L02 type. the problem is that when trying to use any of the special registers (m8000, r23500, etc...) on my code after compile the error F1028 pops-up, on the other hand the same code with special register will work just fine in a simple project type without labels and I dont know how to make it work on my structured project with labels.
  5. I would like to get some feedback or alternate suggestions in terms of monitoring a database connection. The attachment here shows the current programming for the DB_Connect function block which requires the Execute input to constantly be ON.  From what I can tell, if the connection is dropped - let's just say the Ethernet cable is unplugged - this input will still be on, and according to the function block, still connected. The Get1minClk is in place to continuously try establish this connection once powered on, but I cannot find any way to periodically check this connection without dropping it and reestablishing it.  My understanding is the _DBC_Status.Run only checks that the PLC service is running properly, but is there a way to monitor a heartbeat of the connection TO the database?  The only way I've found thus far is to drop the connection and reconnect.  But this would be detrimental to the system as it would possibly be reconnecting to the database while trying to write to out to it and hold up the show.  As it stands in the second image, the Ethernet cable is unplugged, but the connection shows no errors. Thanks and happy Friday! -K  
  6. Hello evreryone! I want to build a Gx Work program.   The condition for auto start is when a low limit sensor is detected.   When the high limit sensor is detected, supply to the tank is stopped.                 The order in which the tanks are opened is 4,3,2,1.     Tank closing order is reversed.         Valve 5 must be closed when liquid is being supplied to the tank.   The completion of supply to the tank is confirmed by the high limit sensor. I use MOV transfer e.x D0 K1 Y01 MOV K2 D0             Y2             Y3 I want to open coli Y1 Y2 Y3 every valve how to open toether. Thank you              
  7. Hey guys,   I am looking to query a database through FactoryTalk SE.  I will be scanning packages, and using that bar code to find a lane assignment from the database.     My question has to do with where the VB script will reside in the FactoryTalke SE program.  I want this script to run at all times.  I see that each screen has a "VBA Code" but I am assuming that these will only run when the screen is visible.   Where does this have to be stored in order to run all the time?   Thanks In Advance!
  8. I am not sure if anyone know any websites or sources ,to practice and program same as real projects. I have seen many websites but they are not realistic.
  9. Hi friends, The scene is like this... I have some 200 energy meters whose readings are continuously logged at 15-min intervals into a logging table. The meter does not have any other value logged. Let's consider these readings as analog tags. However these tag values are continuously increasing to ever larger numbers. Thus we have a problem for display on trends. Customer now requires that the Citect shows usage trends for any meter for a specified period of the past. That is to say, the meter that he wishes to observe is selected - along with a period typically between 2 dates (perhaps also with a sampling period) - and the trend must appear. So in other words, given a single trend object, how do you make values appear for any selected tag on this trend. Perhaps this can be overcome by some genie/super-genie mechanism. My approach to this is...For the selected meter, I use SQL to query the 15 minute logged values (also taking into account the required sampling period) taking the reading on starting date as initial. All values thereafter are subtracted -within the SQL query- and the result of this query is kept in a 2 dimensional array(x for time, Y for value) or a new database table so that the trend displays values starting with zero. This much I can do with Cicode. After this, I need a method to display the values so obtained in a trend object. Essentially this is the same as feeding a trend object with a set of X & Y values that I have in the form of an array or in a database table. I shall greatly appreciate any help to meet the above objective. Thanks for looking in. With best wishes.
  10. S7-200 failure?

    I'm new to this forum, and hope for help. We have a woodworking edgebanding machine (Cehisa, made in Spain) that stopped resetting (starting), a tech diagnosed a bad PLC because all its led's were flashing. Cehisa owns the software, so they are only source to upload the project. They quoted us $7500.00 + $100 shipping for a replacement (!!!). Problem is, even if we paid this , the replacement could also fail if it's an internal or external component problem. Siemens tech suggested a power supply issue possibly.  ( I put PLC in Stop, disconnected all outputs and lights stopped flashing. Can anyone suggest steps to meter test & "possibly" save the one we have? Spain, our US distributor, and our tech stopped communicating (they all say buying the new one is the answer). I have some electronics background, have and understand our machine's schematics but not versed on PLC's. Sorry for long-winded text.
  11. Hello all , when i read plc program for the first time (Structured Project) , i got this message after complete read. and all program under POU become red color , then i try to compiled it but when i try to verify online the program its mismatch,  how its mismatch ? this is make me confused, because this is the first time i read and not yet modifi the program , can someone explain to me ?
  12. Hi, guys.I am struggling to develop a solution for a costumer in a Historical Alarm Viewer screen, I am new to Cimplicity and to database supervisory interface. Among other things, the customer is asking to:- Change the "A"; "R"; "G"; "N" notations under "log_action" column to somenthing more intuitive for the users (operation). Please have a look at the image "image.jpg";-Change the point manager process "MASTER_PTMR0_RP" log under "logged_by" column to the user that is currently logged in. Specificaly saying, when I send a command (changing a setpoint or issue a reset command, for example), although it is the user acting, the historical alarm viewer logs the action as "MASTER_PTMR_RP". I Imagine that is because this process is reponsable for exchange point data to/from the IHM points database, but it is still essential to the system administrator to know which user sent that reset command or changed the variable setpoint.The log inputs at the image "image.jpg" has boolean and integer commands (".CXX" sufix);-Log into the historical alarm viewer if the user logs out and what user logged in.It is valid to mention that I am using the ALARM_LOG table (apparently it is the only table working with the application, DATA_LOG, EM_LOG and the others simply do not work, they don't show any column at all, honestly I don't know why).I tried to use Microsoft SQL Server Management Studio to edit the table information, but, somehow, it seems to be blocked to edition.I imagine they are some specific configurations, but I have no idea on how to acomplish them. Maybe if I could use other tables would fulfill the requirements, but , like I said, they are not working (right now I am trying to re-configure the Database Logger from the beggingin to see if it works with other tables).If you could give me some inisights on how to change these settings I would be very grateful. I will be happy to give more information if needed.Thanks in advance.
  13. Hi Gents, Is it just me or it's generally that difficult to get the specifications in the industry? I kind of smile at some emails nowadays but here are some fundamental specification issues which felt like I had to go through on many projects through clients client: - New analogue/digital instruments installed with rated voltage of 110V AC while control is fully running at 24V DC - Request to Install TIA portal V15 on Windows XP (as they had all their legacy code on) so the client could have every software on 1 PC (no VMs) - Transfer signals from new PLC to the older PLC - no specifications on literally anything related to the requirements - Travel 500 miles extra as customer wants an extra signals in the PLC (cuz he forgot to mention them on site) Do you ever come across situations like this or am I simply over dramatic?
  14. I am having a problem getting citect to write to my sql database.  Whilst it will write I am restricted by the length of a single cicode command. I think its 255 characters. For my problem I am trying to write 48 tags to the database in one write command to obtain 1 time stamp. Is it possible to write multiple times to the same tables row ? Currently when I write a new row is created at the given timestamp. the cicode is attached. A solution would be to do 4 writes of 12 tags at a time but all would need to go in the same MSSQL table row. I'm ok using the data instead of time and date as this write only happens once each day Any help would be awesome..   *********************************************************************************************************************************** /* **    FILE:        SpurLoad.CI ** * Load Tags from Citect in TO temp array */ STRING tagname[24]="M340_PwrCtrl_SLD0000","M340_PwrCtrl_SLD0030","M340_PwrCtrl_SLD0100","M340_PwrCtrl_SLD0130","M340_PwrCtrl_SLD0200","M340_PwrCtrl_SLD0230","M340_PwrCtrl_SLD0300","M340_PwrCtrl_SLD0330","M340_PwrCtrl_SLD0400","M340_PwrCtrl_SLD0430","M340_PwrCtrl_SLD0500","M340_PwrCtrl_SLD0530","M340_PwrCtrl_SLD0600","M340_PwrCtrl_SLD0630","M340_PwrCtrl_SLD0700","M340_PwrCtrl_SLD0730","M340_PwrCtrl_SLD0800","M340_PwrCtrl_SLD0830","M340_PwrCtrl_SLD0900","M340_PwrCtrl_SLD0930","M340_PwrCtrl_SLD1000","M340_PwrCtrl_SLD1030","M340_PwrCtrl_SLD1100"; /* add array TO hold values */ STRING tagval[24]; INT hSQL; FUNCTION SQL_INSERT_lds() /* Loop FOR number of tags (13 lots of 30 min) TO be read adding to array Variables */ INT i;     FOR i = 0 TO 21 DO              tagval = TagRead(tagname);              END      /* Open ODBC connection TO CitectDB configured in ODBC Manager with DSN_SQL */          hSQL = SQLConnect("DSN=DSN_SQL"); /* IF connection IS OK, insert in TO table "lds" the values */ IF hSQL <> -1 THEN     SQLExec(hSQL, "INSERT INTO lds (dateandtime,S0000,S0030,S0100,S0130,S0200,S0230,S0300,S0330,S0400,S0430,S0500,S0530,S0600,S0630,S0700,S0730,S0800,S0830,S0900,S0930,S1000,S1030) VALUES (SYSDATETIME(),'"+tagval[0]+"','"+tagval[1]+"','"+tagval[2]+"','"+tagval[3]+"','"+tagval[4]+"','"+tagval[5]+"','"+tagval[6]+"','"+tagval[7]+"','"+tagval[8]+"','"+tagval[9]+"','"+tagval[10]+"','"+tagval [11]+"','"+tagval[12]+"','"+tagval[13]+"','"+tagval[14]+"','"+tagval[15]+"','"+tagval[16]+"','"+tagval[17]+"','"+tagval[18]+"','"+tagval[19]+"','"+tagval[20]+"','"+tagval[21]+"')");     SQLEnd(hSQL);     SleepMS(100); SQLDisconnect(hSQL); ELSE     Message("Error Message","SQL TRADING DAY DATABASE WRITE FAIL",48); END END   SpurLoad.ci
  15. Hi everyone! I have a question to all of you guys - do you ever use any software or online tools to manage your automation/electrical engineering projects? I have worked in a number of companies and have seen various scenarios, from using excel tables to run multi-million dollar projects to using proprietary SW for every little tiny project. Unfortunately I do not have experience working for any major big integrator and am very curious how projects are managed at this level (and if every engineer likes the way it is handled).  Additional question - does anyone have ever used a software to automatically generate the PLC code? I know some companies develop products to generate the "skeleton" of PLC program and I think it is a great thing to have.
  16. Hello everyone, I have this message when I trying to open my project which I did.  "The project includes a model that cannot be used with the current license. The project is closed." I recently reinstalled windows, but version of Sysmac Studio is same, License is same, but now I not be able to open my project. I just tried to install last version of Sysmac Studio 1.25, and of course nothing changed, looks like issue with license. But again, license is same.
  17. Melsoft Series GX Develop Error

    Good day everyone.  Somebody can help me to to resolve the issues in our PLC. I am not a PLC engineer, your help will be highly appreciated. It is showing - Failed to open the Project file.  Possible causes: 1.The data in the project file is completely damaged; 2.The data is created by new version more than this S/W; 3.The project file does not exist. Hopefully, somebody can help me or give instruction on how to check those possible causes.   Thank you.
  18. In the machine is array with size 100 (ARRAY [1..100]]. Can I simply change it to 200 without data loss?
  19. Hello, I am having an issue with FIX Dynamics Real Time Database and the database columns available within when trying to query the database. On a system running iFIX 5.0, there are 19 data columns available, LHS of attached screenshot (in the screenshot example, crystal reports is used to view the columns). However in iFIX 5.9, only 15 columns are available (RHS of attached screenshot ), how can these missing columns be made available to be accessed? Regards, John
  20. Good day, I would like to extract the FT View SE Alarm Log. We currently have got a Excel spreadsheet set up with a connection to the FTAE SQL Database.  When I refresh the data, Excel give an error telling me that the data is more than what can be displayed in a spreadsheet. So it then discards the latest data. I have tried setting a database limit in the Factory Talk Administration console to only keep the last 60 days worth of data but it does not seem to take effect. I get data from January 2017 up to 15 October 2018. Is there a way to configure the ODBC connection in excel to only give me the data for the last 30 days or is there someone that can help me to limit the size of the database? I have attached the current connection config.
  21. Anyone with knowledge of a VBA Run-time error '4205'  Can't find the project database! VBA stops at gTagDb.GetTag  Here are some things I already tried.  Cleared the CACHE files in the project.  Deleted .CAC file in TAG folder,  Removed Watcom SQL 4.0 from ODBC User DSN.  Uninstall and Re-install RSView32 Works 7.50 and then upgraded to 7.60.  
  22. Hey guys,   I have worked on the FTView ME platform many of times.  I am now working on a FTView SE (Local Station) application, and I am having trouble connecting an Offline .ACD file to my program so that I can design.   If someone could help me with this it would be greatly appreciated.   Thanks in advance!
  23. I want to create a database that keeps track of all of the different PLC and automation hardware (Remote I/O, Flex I/O, Robots, etc.). It would include data such as firmware version, when the backup battery was last replaced, location, etc. I have started doing this in MS Access but I was curious if anyone knew of an existing software that already does something similar?
  24. Hello everyone! I am new to Eplan, and I am working on a big project on which someone else has worked on before me and almost finished it, but with a lot of technical mistakes and missing peaces. My boss expects me to fix a lot of things, but I have no experience with this software, so I could use some help. The problem is that no revision information (revision date, description, approved by etc) is displayed in this project, and I don't know how to make it appear, and be correct. I have made changes in plot frame and added special texts which should display these data, but I don't know where should I define wanted information (for example, I put special text for "approved by" but I can't seem to find adequate place to write the name of that person)? And, is there a way for Eplan to generate automatically revision description, based on the changes I made? From all said, it is obvious that I have no idea at all how revisions work, so any help would be enormously appreciated Thank you in advance! Cheers
  25. ab

    The HMI server in area 'RNA://$Local/Spring_Insertion' refused to load it's project. The HMI server is not licened and cannot open a project with more than 5 displays