Search the Community

Showing results for tags 'startapp intouch wonderware max string parameters to big'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 75 results

  1. I am trying to export the Modbus points lists from a DAServer in Archestra SMC but I am getting an error message shown in the attached image. All options are greyed out and I cannot export the points list from the PLC node. I know there are points configured on the PLC node because data is updating the the InTouch application. Any help you can provide is greatly appreciated!
  2. ASCII Code 8 Byte In Twido

    Hey Guys!!!! I'm trying to use ASCII 8 bites in TWIDO PLC and on MOD BUS TCPIP it connected to WinCC , where I'm trying to read the ASCII in as a STRING char that to in 8bits. The problem I'm facing is that it is getting swapped like if I'm writing VA in PLC then on SCADA it is showing AV. In WinCC there is no setting for word swapping. Therefore Kindly help me for this in plc end
  3. Hey Guys!!!! I'm trying to use ASCII 8 bites in TWIDO PLC and on MOD BUS TCPIP it connected to WinCC , where I'm trying to read the ASCII in as a STRING char that to in 8bits. The problem I'm facing is that it is getting swapped like if I'm writing VA in PLC then on SCADA it is showing AV. In WinCC there is no setting for word swapping. Therefore Kindly help me for this in plc end
  4. Hi, I have variable (named var1) with data type 'Word[Unsigned]/Bit String [16-bit]' with Array [0..7]. I want to put 16 variables with data type 'bit' in var1. Is there function for that? Also is it possible to put 16 variables (bit) like this: var1[0].0:=bit1; var1[0].1:=bit2 etc. I'm using GX Works 2 with CPU L02 Best Regards
  5. Hi, I have variable (named var1) with data type 'Word[Unsigned]/Bit String [16-bit]' with Array [0..7]. I want to put 16 variables with data type 'bit' in var1. Is there function for that? Also is it possible to put 16 variables (bit) like this: var1[0].0:=bit1; var1[0].1:=bit2 etc. I'm using GX Works 2 with CPU L02 Best Regards
  6. Hi everybody, I do some projects on wonderware system platform on differents workstations: i work on the same galaxy in many workstations. I imported an object that exist on both workstations A and B  but were renamed on the workstation B . the import was from A to B. now i'm unable to deploy/undeploy the object or delete it :( I try to rename the object in the workstation(galaxy) A and import the object with overwrite/rename options...NO WAY!! I have this errors: Failed to undeploy A: this object AAA won't be undeployed because it doesnt't exist on this engine. However another object BBB exists on this engine and has the same id as the object bein undeployed. how can i change the id to try? Thanks
  7. [Hello, this is my first post - hope I posted in the right place.] We have multiple Logix5000 PLCs and are using Wonderware 9.x HMI. There are 4 SCADA PCs running Wonderware. Each is set up with DAServer and they pull the tags directly from the PLCs. On one SCADA PC, DAServer is continuously throwing the following error when attempting to read tags from a specific PLC: "Encountered following errors while establishing connection for New_PORT_CIP_000.HSPS.Backplane... ExtSTS=011A: Target Application cannot support any more connections". The tags from that PLC don't get updated on this particular SCADA PC. The "HSPS" PLC reports 7 active connections, with 64 available. CPU utilization is ~30%. The other PCs are not reporting this error and are working fine. I would be very grateful for any suggestions to track down this error. Thanks!
  8. I am running a very large step based program on an NJ plc.  I have several status and alarm messages that I need to display on the screen during the auto cycle.  Right now I have set up unions in the PLC for the faults... but this is a very large program with a lot of possible faults.  I'm up to 9 16-bit array unions already.  It is just getting really cumbersome.   I would like to just write an INT to a data area for each fault and status message.  That way I can assign each step a 5 values to be used for faults and messages (ie: step one can use numbers 1-5, step 2 can use 6-10, etc) .  Then I want to have the NS display a message from the string table based on the value in the data area.  Is this possible?
  9. Hi, I'm trying to use a parameter pass a literal string (eg. "Tank Temperature") in a global object, but when it displays in the pop-up I'm passing it to, it shows up as all caps (eg. "TANK TEMPERATURE"). How do I fix this?  Thanks in advance PS. It's not showing up with quotation marks, I used the alt0160 to replace the spaces.  Is there something similar to fix the capitalization?
  10. I believe I have found a bug in FactoryTalk View ME version 8.10. I have a trend object that uses parameter file placeholders on the connections tab. These are direct-addressed to the shortcut ie {[PLC]...}. The historical data from the datalog does not show. (The pens write lines, but when I navigate away from the screen and come back, the lines are gone and begin drawing again from the right side.) The current data does show. This tells me that the placeholders are correct syntax. When the screen loads, the placeholders are being replaced by a string which yields a correct tag path, or else the pens would not be writing correct data. When I replace the placeholders manually and directly address the tag, the historical data does show correctly. This tells me that the datalog is set up correctly and is logging data. I have verified that a previous project of mine, using I believe version 6.0, successfully used this method of using one screen and one trend to plot various tags using parameter placeholders, and the historical data did show correctly.
  11. Hi everyone, I'm about to use the wonderware historian redundancy feature and I would like to have some opinion about it. - Someone has already use it ? - Any major bug/adivse ? - Would you recommend it ? An other word any comment would be appricated !!! Thanks
  12. how to display database in intouch ? i need your help brother ..  Please , tell me it
  13. I have objects like this $Template1 -Instance -Instance -Instance -Instance -Instance -Instance $Template2 I want to move the instances over to the second template (they should derive from that template). How do I do this?
  14. I am needing some help developing a string, and setting up communications that will be interpreted by a printer. I have thus developed my string, setup my com ports on my 1766 micrologix and setup com ports on my schmidt styliner scribing printer with win7e. Essentially this is plc to computer running software for a printer. the software has been setup to the best of my knowledge. My problem is creating a string that will be recognized as start/stop transmission at the printer. I have never done ascii so I am unfamiliar with how to get the two components talking. This is a simple application that only requires writing a string to the printer, but i have tried all that i can without any luck.
  15. Dumping WW Intouch dB

    Hello, I'm Newbert to the Wonderware world so this question may be dumb one: I am attempting to dump the dB from an existing Intouch application. "DBDUMP", however, keeps crashing due to certain tags having "an unknown source". I've found this problem to be related to the tags having an Access Name of "Unassigned". It appears that I can configure a bogus access name, plug that into to the tag definition, and DBDUMP will move onto the next tag it doesn't like. The problem is that I'm having to do it one tag at a time.... Does anyone have a better solution? Thx! ><JBS>
  16. I am adding a remote device to an existing cc-link network. The master station is an A1SJ61BT11 and the CPU is A2USHCPU-S1. The CC-Link network currently has 20 remote I/O stations and I am adding a remote device. The A1SJ61BT11 has parameters written to its internal memory. In order to add my new remote device, I think I need to only change two parameters: First, I need to change parameter address H1 from 20 to 21 since my device will be the 21st. Second, I need to change station information parameter address H34 from 277 to 4373 to enter it as remote device. I looked at the example in IB(NA)-66721-J(0310)MEE, section 6.3. In the example, they are setting up the parameters for the first time. However, I am only changing two of the parameters. I followed the example except I only entered rungs to change the parameters for H1 and H34. My question: If I run the parameter setting program to only enter parameters for H1 and H34, will it affect the other parameters the original programmer entered? Could they go back to default? Any advice? Thanks in advance
  17. Hi, I am trying to convert a sting of data ( yyyy- mm-dd hh:mm:ss format )in to INT data type so that I push it in to my FIFO Stack and later on retrieve the INT data and convert in to string again for the HMI Display. I have attached a screen shot of the problem. Thanks in Advance!!! Satheesh
  18. Is there any way to copy the value of an HMI tag to a parameter (FactoryTalk View ME 8). I am looking at doing something like: #100 = HMITag1 value I get #100 = HMITag1 name when I try anything meaningful. For example, if I have HMITag1 = test. I want to get #100 to equal "test", but I keep getting #100 is equal to "HMITag1". A little more background in case there is a better way of doing this. I have several components (pieces of equipment) that are the same. Each has its own program on the PLC that includes a group of tags for the component's settings. Most components use the same settings by copying tags from the controller level to the tags at the program level. A couple components need special settings. I have one HMI screen that each component will display for settings. A parameter file for each component will be used to display the settings from the proper Program. The parameter files have a tag for the program name (#100 = Program:ComponentX). On the HMI components I have {::[PLC]#100TestVar1}. This works great when #100 is a program name (the special cases). I was trying to get #100 to equal a blank so the object would access the controller level tag so any changes to the global versions would be across the board. I thought I could create an HMI string tag equal with no value to accomplish this. I just can't get #100 to equal a null string.
  19. Good day, I´m helping with small project and currently i am stuck because of this problem. And I hope you can help me out. I´m using PowerFlex 525 connected with AB CompactLogix 1769-33ER PLC via EtherNet/IP. Connection is working, I can read and write values from/to 525. To configure both devices i´m using RSLogix 5000. 1) First problem occurs after I loaded configuration to 525 and it´s, that 525 keeps overwriting values of Accel and Decel Time 1. It happens when i directly change parameters in Module Properties (online) or after I upload configuration to device. It happens even if i set parameters directly to 525 with its HMI panel. - I kinda get around this problem when i use Accel/Decel Time 2 for Step logic, but if i send direct reference value motor still jump to it and that is not good, especially when changing direction of rotation. 2) Second problem is that I cant get Speed Sources and Start References right. Usually Is working only option 1 and others are not, or they are doing something else that they should. For better imagination this is what i want to do: I have 3-state switch (left = 1 ON(DigIn TrmBlk 02), 2 OFF; center = 1 OFF, 2 OFF; right = 1 OFF, 2 ON(DigIn TrmBlk 03)), In center position I want to control 525 with EtherNet (already working when: Start 1 AND Speed 1 = EtherNet/IP). In left position I want to control motor directly with Drive Pot and In left position a want to start Step Logic (which i have already set) - Funny thing, If I set Start 1 = Ethernet, Speed 1 = Step, Start 2,3 = DigIn, Speed 2,3 = Drive Pot then in all three position motor goes in Step logic.. Or when i get left and right position working then Ethernet is blocked.. and this kind of things.. I Attach print-screen of my current settings, if you need something more just, tell me. Thank you for your time, and I hope someone will be able to help me.
  20. Hi friends, Can anybody tell me when to use a local-Static variable and when to use a Local Temp variable whilst creating a Function-Block in S7 -1500 using TIA portal. Thanks for looking in. Best wishes.
  21. Hello I am trying to read string from MicroLogix 1100. Can it be done? I tried to read it and I got an error. I attached the error. Thanks for reading this post :)
  22. string for omron CP1H

    Hi all, how to simulation string in ladder?how to seng string from laddr to visual basic, or the reverse? please help me friends
  23. Hi All, I am not able to download control strategy on DesignerSim. It throws error - " Could not initialize comm to DesignerSim. Err = OPC Server Disconnected". Initially I was able to download strategy on DesignerSim. However, I started observing this error after I installed Wonderware software on the same system. So my system has GE WorkBench 8.4.0 and Wonderware 2014 installed on it. As per GE user guide, GE workbench is compatible with wonderware software. So, I am not sure what's going wrong with the set up which I have. I also tried to install these software on other system, and observed same issue. Does anyone know what could be potential reason for this error ? and How can I resolve it ? Thanks in advance.
  24. S7-300/400 Status to Wonderware

    I've been tasked with building several "maintenance" related HMI screens in our Wonderware application for systems running on S7-300 and S7-400 PLCs. I'd like to provide an overview of general PLC status for all PLCs, displaying this type of information: LED StatusStatus of Communication to WonderwareI/O FaultsModule faultsetcFirst on my list was LED Status. I found a Siemens tech document describing how to determine the status of each LED on the processor via PLC programming, but it occurs to me that it's pointless to do so for the Run or Stop LED's - if it's not in the Run state, then the code will not execute, therefor the HMI will always display a healthy status for those two LED's. I'm referring to a Siemens document entitled "Programming Example in Ladder Logic, Getting the Status for the CPU LED Indicators." It would be nice to be able to indicate if a PLC was faulted/stopped. Does anybody out there know of a way to do this with Wonderware? I'm fairly new to Siemens and Wonderware (mostly AB and iFix experience), so detailed answers will be much appreciated!
  25. String encoder

    I need to replace existing encoder with quadrature output which is failing. We need to have minimum measuring distance of 60 inches. The encoder installed by manufacturer is Temposonics R-series RHS0650UMSO1Q1AC10 The resolution can be lower than the current encoder, probably 500 counts/inch or higher would be OK. Do you have any product that can be used? I was thinking about string encoder but I am open to suggestions.