Search the Community

Showing results for tags 'Sequencer SFT Commands%3F'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 12 results

  1. FINS for Online Edition

    Hi, Does anyone know how to do an online edition using FINS commands? Thank you!
  2. Fins commands through the cpu serial

    Is it possible to send fins commands through the cpu serial communications? If yes, let say the read area command. How does it looks like? I have tried every combination I can think of but no response from PLC not even error messages. Im not quite sure if I understand the fins commands and the implementation of it.  Do I have send the commands in a specific queue?   I'm able to send c commands through the serial port, and I'm getting response from plc. The only difference between c command and Fins command in PLC setting is that I use Host link instant of Toolbus.       thank you in advance  
  3. Hello Everyone, I have just started exploring the Sysmac studio and I am not familiar with the instruction set of the sysmac studio.I am trying to create instruction that is equivalent to SQO and SQI in studio 5000. Can anyone please direct me into the right direction. Any help would be greatly appreciated. Thank you 
  4. Hello, I have Omron plc specifically CJ2m-CPU31 connected to Allen bradley  powerflex 525. I wonder what command should i use to drive the frequency inverter  and to change the frequency at a certain time. Any body can help me.   Thanks in Advance.
  5. Direct Logic 05 Ethernet

    I have a control that I want to use a Direct logic 05 plc in.  It is a really simple program but it is going into a plant that has a main control panel that runs the plant.  I dont know the brand of the plc in the main control.  They want to be able to send me a command from their plc to the direct logic to turn on my unit.  I suppose that would mean a simple set instruction to my plc.  I also have a couple alarm conditions that I want to send them.  For example if water pressure is to low I would put my unit in the alarm mode and send them a low water signal.  If the chemical is low likewise,   I dont have a clue how to do this in my program.  Can anyone give me some examples in direct logic plc program for making this happen??? Thank you Thank you Thank you. MikeC
  6. Hello, I have a fuel level reading system in a 2000 gallon diesel tank. the system has a slc 5 05 of rockwell. I need to connect the system to a printer located in an office 300 meters away from the tank. can someone give me lights about the type of printer I need and what communication technology to use, preferably wireless. Thanks.
  7. Hello, Does anyone have a pdf version of the user manual? Thanks...
  8. Here is a link to a thread on a recent post showing how to communicate serially to an Omron PLC using VB.Net. This uses the Omron Host Link serial protocols. (C-Mode Commands) It will read 10 DM registers and display them on the form.   http://accautomation.ca/implementing-the-omron-host-link-protocol-vb-net/ Here is the source program that can be downloaded. Other links: VB6 Program: http://accautomation.ca/how-to-implement-the-omron-plc-host-link-protocol/ VBA Program: http://accautomation.ca/how-to-implement-the-omron-host-link-protocol-part-2-vba/ Regards, Garry www.accautomation.ca
  9. GX Developer commands

    Hello everyone! Could someone help me and explain me this block of a ladder diagram I'm working with? I do understand the M800 is always ON contact, for the PLC to not lose the values.  Also I know that the DIV is a division, the FLT is a integer to floating point (thing I don't understand), the DEMUL is a floating point multiplication (thing I also don't understand), the INT is a floating point to 16-bit integer, and the MOV is for moving a value from a data register to an other data register. Help... :(  
  10. I'm working on a project that is made easiest by using a sequencer. The process I have has 51 outputs. I've created the array as the steps that I need but how can each step have more than the standard 32 bits (DINT)? Is it possible to change the length of the DINT so every output is available at everything step?  Thanks.    Sorry if my description is vague I'm still learning some of the terminology. 
  11. Hello, I am new to this forum and I am looking for some help. I have to create a block mover system using the controllogix , I know that I must use a SQO as I have done this process without a Flex I/O on a SLC 500 before. Currently I am getting a error while dealing with the array can anyone show me an example of a SQO in 5000?   Thanks
  12. Project program approach suggestions?

    Hello everyone! I am not necessarily new to plc's but simply haven't had as much exposure to programming as I would like to have had over the years. I have a project that requires me to cycle three facility air compressors individually so that each one will aquire equal run time (approx) annually. Some requirements are: The start of the next one must overlap for a few minutes before the previous one shuts down, to avoid any loss of air pressure. Also, the system must run all three at once, upon power up, for a short period when the plant is first start up. The run times in this area are not critical either. I have a C200hs Omron PLC and I am using Cx Programmer to write the logic. So far I am using the one minute clock pulse to count down 5 or 6 hours between compressors and using timers to reset them. Does anyone think there is a way to use a shift register SFT to accomplish the same thing easier or? I am open to any suggestions as long as they're not vulgar. Lol. Thanks for any help!