Sorry TWControls,
The 4 questions i have is:
1) After calculating the rpm needed to send to the drive, how did you convert it to hexadecimal and after getting the hexadecimal value how did you add the zeros in front of the hexadecimal value to make that value 8 characters long.
2)after i get...
Hello all!!
I need to send host command to an allen bradley ultra 3000 servo drive via r2-232 (ascii port). the command i want to send is to set the speed of the drive.
The speed data must be a hexadecimal number that is 8 characters long and has to then be inserted into a string along with...
Hi All,
I got and application where i am using a slc500 series controller with microsoft exel. What i am looking to do is trigger cells in excel from plc and change the colors and text in the cells (example: high temp (cell color red), temp normal (cell color green).
Also create a push button...
Hi All,
Does anybody know how to trigger cells in excel from an A/B SLC500 series controller. I know that you can use a DDE link through rs linx to excel. What kind of code is needed in excel to trigger for example, different colors (red/green and text--for fault /ok indicators//example: high...
Hi,
I have a quickpanel junior 6" monochron hmi with a devidenet module attached to it. I am trying to get my 1747 devicenet scanner card (SLC 505 Processor) to recognize the device. I have registered the EDS file in RS Networks and the eds file has checked out ok. The status led's on the hmi...
I have an application where i need to create a text file to send to a servo drive. I am using a control logix plc to do this application and i am using rs logix 5000 program software as well. Is there a way of creating a text file inside of rs logix 5000. to give an example:
using ladder logic...
So NWBeaver what if the data value being sent was 250,000. If you send this value would it still have to be divided by 1000.
high word being 250 (250,000/1000)
and low word being 0
What is the maximum data value that can be divisable by 1000 or that can be stored in the high and low word...
I have an application where i am using an A/B plc with an ultra 3000 servo drive. I am sending data from my plc to the drive for indexed positions but the drive is requesting the data in seperate high and low words. Can anybody assist me on how to go about doing this to.
There is a status word for the 1794-adn module. I have used the status word before. The status you pick up off the adn module is 1) i/o module fault (if any modules fault out connected to the adn device it will set a bit 2)node address change: sets a bit if node address is changed since power up...
I would make sure the latest version of the driver is installed for the usb-serial device. Then i would check my comms on my pc and match them with the com i am selecting in rs linx. (Com 4 or 5) The do a auto config and u should see a "Auto Configure successful".
Ge fanuc plc uses software called "versa pro" or there is a newer software you can use called "cimplicity machine edition" I have used both. I think Cimplicity is better because you can work on your plc and hmi in the same software.
You can go to a website called http://www.plcs.net/, then if you click on downloads it takes you to a screen that has a list of plc companies (click on allen bradley). Then it will take you to the next page which shows a list of sample programs (scroll and you will find one saying "sequencer"
I have an application where i am using a slc 5/05 controller. i have a quadrature encoder connected to a high speed counter. I have to transfer the pulses recieved from the encoder to diplay line speed on my hmi in ft/min. The encoder is tracking material at various line speeds. Is there a...