Search the Community

Showing results for tags 'memory data'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 142 results

  1. Hey all, I've reviewed a number of threads regarding converting one data type to another and I have something I'm working on that I'm stumped on and haven't found an answer for yet. Without getting into the details, I need to get a DINT bit value from an entered decimal value. A user will enter in a whole number in an entry box and then it needs to get converted to the number of whatever bits that the DINT number holds. For instance: # Entered Variable Bit Value -----0------------------0 -----1------------------1 -----2------------------3 -----3------------------7 -----4-----------------15 etc... I'm looking for a fairly clean way to do this, with perhaps just two or three instruction blocks to handle it, if possible. I can provide a screenshot of the HMI and the logic (4 rungs) if necessary. Any suggestions or advice from the group would be greatly appreciated!
  2. I'm using the connected component workbench software and the Micro830 plc is there a way I can tell how much memory is left? I have done some programming on the Micro830 and with just a few rungs and variables it is already reporting out of memory.
  3. I'm trying to use CX-Server to pull data from my Omron CJ2H PLC directly into Excel. I'm able to pull a single element into excel, but when I try to pull more than one element, I get a huge strand of numbers. Is there a way that I can set up a single point in DDE Manager that'll hold all the elements that I need, then in excel have a formula that will pull out specific memory elements. Specifically I'm trying to pull data from D7200-D7399, and put each element into a separate cell it in a chart that ranges from B3-K22 This is what the formula looks like when I copy a point into excel =CDMDDE|'C:\Users\... ....cdm'!'\New Point 1' I didnt know if I could put something at the end of each string to call out specific elements, but I keep getting "#BadPoint" =CDMDDE|'C:\Users\... ....cdm'!'\New Point 1'!'D7200' =CDMDDE|'C:\Users\... ....cdm'!'\New Point 1'!'D7201' ... =CDMDDE|'C:\Users\... ....cdm'!'\New Point 1'!'D7399' Any help would be great
  4. OMRON CJ1M CPU 21

    Hello to all Since a certain time I've noticed that the parameters values sent to the plc via IHM are not anymore recognized by the plc I'm obliged to re-enter other parameter values to see the machine working fine again. The plc reference is: CJ1M CP 21 The IHM reference is NS10 What would be the problem,? Best regards.
  5. Hi friends, I am a little new to WinCC. I am using a WinCC RT Advanced license within TIA portal v13.1 I need a little help in my current project as described below. I am attempting to create a faceplate of a solenoid valve,, The "Valve" is a user-defined data-type with the following 4 elements 1. Cmd - or command. - Bool 2. Cls_Fb - or Closed -Feedback -Bool. 3. Aut - or Automatic Mode -Bool 4. FTC - Fails to close -Bool. I tried the following procedure as described in TIA portal help.. Method -1 1. I created a User-defined data type called Valve comprising of the above 4 bool elements. 2. In the graphics I made a image of solenod valve with one rectangle (solenoid) and one polygon for valve body. 3. Under the Faceplate Properties (See figure attached) I inserted a property ang gave it the data-type Valve as above. However, when I drag a property from the 'Contained objects list' to the interface side, it is not getting substituted. such as the Rectangle_1 's background color I try to associate with the interface property Valve.Cmd. It does not get assigned when dragged. Since this does not work I tried another approach, Method -2 I attempted to declare a variable tag of UDT type 'valve' in the faceplate's tab Tags. I found that it is not possible to declare a local variable of User-defined types here. Please guide me how to proceed. Thanks for looking in and best wishes for your success. Regards, Raj S. Iyer
  6. 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.
  7. Hey All, I am trying to do some data storing on a PanelView+ and the built in data logging doesn't quite fit my needs. I was looking into the possibility of creating my own ActiveX control for doing this. Is it possible to create custom ActiveX controls for Factory Talk? If so, are there any tutorials for doing so you recommend? Also, are there any sites that have custom ActiveX controls to download? I realize this may not be the easiest thing to do, but if I could create my own I could use it for various machines and would make things a lot simpler in the long run. Thanks
  8. Hello, I am having troubles configuring my Data Station Plus to be able to read my Vacon VFD registers over a Profibus network. The network is configured from an Omron PLC. I have communication but i do not know how to map the tags on Crimson to be able to read what the drives are doing. I am most likely thinking my offset on the tags that i have set are the main problem. Any input/ suggestion would be great thanks Specs on System: -Omron PLC CJ2M w/profibus PRM21 -Omron HMI NS-12 -3 Vacon NX VFD's -Data Station Plus w/profibus module
  9. Hello all, I am trying to get around a lot of manual inputting by exporting a routine and opening it using excel, but looking at the file that excel shows I have a couple fundamental questions 1. when excel opens it and "creates a schema', can I save this in a format that will allow me to import it back into the program? 2. Since I am mapping data using add on instructions, the table excel has created becomes quote complex, with no clear point of reference to where my Input tags are going to go. We are doing this because someone thought it would be a good idea to put a SCADA based control platform over the top of an AB control system, so we have to exchange thousands of points of data back and forth with their system. I created the mapping AOI blocks to be able to manage the file structure a little better in the routines, but that still leaves me with copy and paste thousands of tags into the AOIs. Has anyone developed a good way to create logic, or modify logic using excel? While I can hold my own with utilizing the RS5000 platform, my excel experience is limited. The processor is a 1756-L75 Thanks
  10. I am trying to find a way to do a "batch monitor of Global Labels" in Mitsubishi GX Works2 Software. I can monitor Device/Buffer Memory Batch but can't find a way to monitor all Global Label's status online? Can anybody help me on this?
  11. Dear Sir, I want to read data (Digital Input say X0 (Local PLC) and after some additional logic i want write to Y0 (Remote FX3GE PLC on same network) from one Mitsubishi FX3GE and Write to another FX3GE on the same network. Master PLC IP Address 192.168.0.40 Slave PLC IP Address 192.168.0.50 Atif
  12. I am getting this error. How to resolve this?
  13. Non-volatile memory GX Works2

    Hi all, Im trying to figure out how to create non-volatile memory tags in GX Works 2 (using a FX3U controller), so that the values stored in the D registers won't keep zeroing out every time the controller powers down. Does anyone have any helpful tips on how this is done? Thanks
  14. Hi there, I have trouble understanding the "mechanics" of STL programming language for Siemens S7-300 PLC. For instance I have a code which looks like this (taken from the Siemens manual for extended pulse timer): With regards to the first line, AND operator checks whether the state of I 2.0 is '1'. According to the "Bit Logic Instructions" manual, it also ANDs the test result with RLO. Now the question is - what RLO is it if there are no operations beforehand? What memory area does it use for that particular RLO? Moreover, what is the Boolean bit logic string in this case? I presume it is all the lines up to the '=' sign. The confusion is also caused by instructions (FR, L, T) which are not logical operations or RLO, although there is associated memory bit with them. I'd be grateful if you could clarify this matter? Many thanks!
  15. Hi dear all , i need some helping .. I used CJ2M cpu31, then i want to send data (example D100 = 2000) to PC ...essentially i want send value 2000 to my PC.. wherein the PC and PLC conect via internet IP .. What should tool/software may i used ? Thanks before ..
  16. I have the following situation; I have a distribution network connecting about 400 RTUs, using 101 protocol to connect to their PDH MUX, which data slot is transported using SDH STM-1/4, to the Primary Substations. Then the primary substations connect to the LDC building using STM-16. At the Control Centre Building where the Front End is located, there is a STM-16 node with some PDH ports, but definetly not 400, so how can I extract this 101 asyncronous data channels to connect them to the SCADA Front End? Note that conversion to 104 is not allowed by the client. Thanks in advance!
  17. A2SH PLC

    I have encountered memory backup battery failure/fully drained in MITSUBISHI A2SH PLC.So RUN LED started flashing on PLC. Thus no field parameters values were being shown on HMI. I connected PC with PLC through serial RS232 cable using GX DEVELOPER 8 , the connection test was successful. Then I tried to download my project saved on PC to PLC, then I was amazed as It asked for a keyword. However when the backup battery was working , I downloaded the same project but it did not ask for any keyword. Can anyone explain this. Now the real problem is that the program was developed by somebody long ago , to whom I don't have any contact right now and I m helpless as I don't know the keyword and can not download the program and thus my machine is at halt. I tried to clear the user memory from online menu , but it says the function not supported. I m stuck and frustrated . Anybody 's help is greatly appraised in anticipation. Of course I m not asking for hacking a keyword. Just to know how can I make my system functional. Thanks everybody.