dcalderonv

MrPLC Member
  • Content count

    68
  • Joined

  • Last visited

Everything posted by dcalderonv

  1. Yokogawa FA-M3

    Hello, By any chance any of you know what the programming software for this PLC would be? Where could I get it? Thanks a lot!
  2. I am developing a dashboard interface to Historian SE from Vantage Point, and would like to pull a listed report of the tags that have gone out of their range for the last 24 hours Does anyone have an idea of how this can be accomplished? Thanks.
  3. In motion control, there are many ways to calculate Drive resolution and conversion constant combination based on the units, the application and mechanical ratios from the motor to the output mechanism. However, inside the Drive properties in RSLogix5k, under Drive/Motor tab, they offer a quick tool to calculate them. That tool aims at rational combination of DR and CC to prevent decimal places error in the motion application. Does anyone know the exact method or formula they use to calculate those values? I am working on a application with several axis and I want to use that method of formula to calculate DR and CC for every drive based on the mechanical ratio using a spreadsheet. So I need to know what is "under the hood". Any help welcome! Calderón.
  4. Hello, I would like to know if it is possible to get in RSLogix 5k, using GSV (or different method) the real (raw) position value (encoder counts?) of a servo motor MPL-B430P-MJ72AA which has absolute mult iturn encoder. I know, the motor uses a max resolution of 2097152 pulses per revolution and up to 4096 turns. That means, its absolute position goes from 0 to 8589934592. Regardless the units/resolution/conversion constant combination configured on the drive, the system should always know the encoder position. Is there anyway the user/program can access that information? Thanks! Daniel.
  5. Hello, I know scan times depend on task type and logic insida each one of them. Neverthless, I'd like to know what processor working frequency is for ControlLogix CPUs so I can compare them between different manufacturers. Doesn anyone have that information? Thanks in advance.
  6. CLX Processor speed

    Ok. thank you very much. Closed.
  7. CLX Processor speed

    Thanks Eddie that works for me. Do you have more detailed information on the processors themselves? Calderón
  8. Motion Instruction inside AOIs

    Thanks, I can´t post the program and I know it makes it more complicated. The AOIs rung conditions are always true, i.e. we don't have rung conditions for the AOIs. BTW I found this tech note in AB's KB: http://rockwellautomation.custhelp.com/cgi...p?p_faqid=42520 With that info we could make them work better. Thanks again.
  9. Hi, We are working with some motion control instructions that we have bundled inside an AOI. Basically what we have is MSO, MAPC, MAS and MSF instructions, in such way that we control them through input and output parameters. So far, it is working but sometimes, apparently random, when we deliver a stop command, the axis stops but we can see the .EN bit of the MSO instruction remains Set, no matter its rung condition is already false. When this happens, the Axis won't turn on again and we have to manually Reset '.EN' in the MSO, trigger an MSF and then try again. We don't understand why the MSO '.EN' bit is still Set regardless of the servo state and its rung condition. This only happens sometimes and when it happens, we have the problem to start again. When we do not use the AOI bundled Motion Inst, there is not such issue. Does anyone have a clue? Thank you in advance.
  10. Hi, I've been programming PLCs for a while many types of Machines and processes and I've dealed with a lot of different types of field devices (e.g. Motors, Valves, Drives, PIDs..) as well. Now, I'd like to start developing some kind of programming standard in order to be more efficient and program faster the PLCs. What I mean is to attain some level of standarization that describes how to name Routines, Devices, Programs (nomenclature).. and code segments for each device type I have, so I could simply copy, paste, replace, tag-based names. As I've worked with a lot of companies I know there are a lot of corporate standards out there. But I want to develop something generic so it can be customized according with the project I have. Since here we have a lot of PLC-Monsters, it would be great if you helped me with suggestions, docs or examples you simply have got around your career as PLC Programmers. Well thanks in advance and I' looking forward to hear from you. Daniel.
  11. PLC Programming standard

    Thanks bob. Thats a good start.
  12. PLC Programming standard

    Paul, very useful your opinion about the operating modes. I have always wondered about the use of separated intks and prmsvs for either auto/manual modes. Now I have a better idea about their use. Regarding the code generators, absolutely that's one of my targets in this campaign, but I think if any of you could send some kind of template or a simple piece of code (i.e. excel file with an example) that simply I could read and understand so I don't have to start from scratch I would be great. Thanks again for your time.
  13. PLC Programming standard

    Thanks Bob, I understand the confidential stuff and that's what I meant when I wrote about "generic standard". Thanks for the scan-time related tips. There's some topic I would like to know your opinion about: What do you think about the use of Permissives and Interlocks? I've seen that some companies use Permissives as conditions to start some device, and interlocks as required conditions for the device to be ON state. Do you think the use of both type of condition is always necessary? Regarding the devices/PIDs operating modes. Generally there are Operator and Program mode, but then you have Auto, Manual and Cascade. What do you think is the optimal use for those combinations? thanks again for you opinion and suggestions.
  14. Hi, At one of our costumers plants, we sold a "step forward" to change an SLC 5/02 processor for a 5/03. We have done this several times and we have never had any problems. In this case, the PLC was connected to a Greyline 2000 HMI where the operators configure some machine parameters. The problem is that when we replaced the processor, we lost the communication with the Greyline. We have already checked baudrate, node addresses and the channel configuration of the new processor but its been impossible to make them work together. When we put again the 5/02 the communications magically re'appeared. Has anyone been through a similar situation? Any other suggestions? Thanks and best regards.
  15. Hello, As you could read in the title, I need to migrate a 4 axis 1394 Turbo rack to Kinetix 6000. Regarding the logic (GML), what do you think would be the best methodology to use in order to get it programmed in the RSLogix 5k software? Any soggestions are welcome. Best Regards. Daniel.
  16. FTView SE Server on Win XP

    Thanks Fuzzy.
  17. Hello, easy question: For an application I have to setup a redundant server configuration for FTView SE Server (5.0 CPR 9), but both of the machines have Win XP SP2. Have any of you tried, so far, FTVSE Server on Windows XP? How does it work? Thanks.
  18. FTView SE Server on Win XP

    Thanks Fuzzy.
  19. FTView SE Server on Win XP

    Tks Mickey, They don't specifically mention OS for the server host. Must I assume it doesn't matter whether it is XP or SRV2003?
  20. RSView 4 SE Datalog export

    Thanks, I am going to check because I was given some .DAT files that when I try to open them in excel the Value column is filled with ASCII type characters.. Best regards.
  21. Hello, Is there any way to decode the datalog model files from RSView trends in order to get the data whether in excel, cvs or plain text format? How could I, save trend data in order to make reports with that them? Any suggestion is welcome. Thanks and best regards!
  22. Thanks Ken, We are intending to comunicate them with a Compact Logix L32E, so I think it would be possible. I have read that the SMC Dialog is a ScanPort enabled product, then the 1203-EN1 would also work with it. doesn't it? Best regards.
  23. Hello, So far, I haven't found in www.ab.com the interfaces to communicate this equipment via Ethernet/IP. Actually I don't even know whether if they exist. Does anyone have some information about them? Thanks in advance.
  24. Hello, Maybe you can help with this: I have an ME application where I have some HMI tags mapping device tags, and I need to get some individual bit values. e. g. The HMI tag named WORD123, addresses the PLC INT tag B20:0. for some animations I need to isolate bit 3 from that word, but when I try to apply a bitwise AND, I get errors saying than is not a valid floating point operation. When I do it with a HMI Memory tag, it works fine, but even declaring the HMI device tag as an uint, doesn't make it work. Do you know another way to do so, instead of creating PLC tags pointing direct to the device? Thanks in advance Best regards.
  25. RSView ME 4.0 bit masking

    Tks ratcliffe, Actually, that's what Im trying to do, but it only works when the tag is a Memory tag, i. e, doesn't addressing a device tag. Another suggestion?