
Damica
MrPLC Member-
Content count
74 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Damica
-
Rank
Sparky
Profile Information
- Country United States
Recent Profile Visitors
-
PLC Micro 850 and Enthernet
Damica replied to edybrasil's topic in Allen Bradley / Rockwell Automation
What is it you want to know? I have a PanelView 800 (4.3) hooked up to Micro820 thru ethernet. -
Engenius Wireless (Set up as a WDS Bridge) good for about 20 miles. This way the device will be on the same network, just as if you had them connected side by side on your workbench. You would need 2, (Cost about $70.00 USD each) http://www.engeniustech.com/products/outdoor-access-points-client-bridges/outdoor-pro/enh202.html
-
Spectrum Controls 2080sc-IF4u Analog Module
Damica posted a topic in Allen Bradley / Rockwell Automation
Has anybody used the Spectrum Controls 2080sc-IF4u analog module? This is a 4 channel analog module for the Micro800 series? I'm trying to set input 4 to (0-5v, x10(format)2-wire, 60HZ). I need someone to help me figure out the bit setting. This is what I have LSB=44 and MSB=44 could some else confirm this? Thanks -
I don't know but keep us posted because I would be interested in this also.
-
CCW Software for Micro800 Series
Damica replied to Bob A.'s topic in Allen Bradley / Rockwell Automation
This was my approach on learning CCW software. I started with reading the HELP on every function that is offered. Once I understood how each function was going to react to the data, I started programming. I am NO expert, but I do have several units out in the field working as I have programmed then to. I use them to monitor and act upon or report on events that happen in the Oilfield. They are at very remote locations, communicate thru a cellular network. I use SMS messaging to notify(send) and you can SMS(receive) in and request various sensor real-time information. -
CCW Software for Micro800 Series
Damica replied to Bob A.'s topic in Allen Bradley / Rockwell Automation
Not sure what you mean? But I use CCW and the Allen Bradley Micro820 & Micro830, I have had very good luck with both the hardware & Software. I also use RSLogix500 when programming the Allen Bradley 1100 and/or 1400 Micrologix series. -
Almost sounds like you are using different "BROWSER". Chrome no longer support ActiveX!! Just a thought.
-
Micrologix 1100: need to send email and need to send port id
Damica replied to jazzplayermark's topic in Allen Bradley / Rockwell Automation
When you set up your Channel-1(SMTP) parameters - the address for the email server you are going to use: Attach the PORT number to the address. Example(208.87.56.103:2500) Make sure you separate the address from the port number with a "COLON". I have attached a setup example(Instructions). Hope this helps. Micrologix_1100_Email_Support1.pdf Micrologix_1100_Email_Support2.pdf -
PanelView800 & Connected Component Workbench
Damica replied to Damica's topic in Allen Bradley / Rockwell Automation
I have completed this project. All went well, couple small problems but was able to solve. Thanks -
PanelView800 & Connected Component Workbench
Damica posted a topic in Allen Bradley / Rockwell Automation
I'm getting ready to use a 4" PanelView800 with the Micro820, this is my first time, can anybody recommend a good Video, tutorial? I just going to display about 4 or 6 lines of "Instructions" and then have just 2 "Touch Buttons" a START & FINISH. Thanks -
Would anybody have a simple sample of how to use Arrays in ladder? I have a good understanding of arrays in VB, C, but can't seem to get a grip on how to use array with PLC & Ladder. Thanks
-
I think I have this figured out. I need to use the "R_Trig" instruction. This is the same as a ONE-SHOT in RSLogix500 for the Micrologix series PLC. The "R_Trig" instruction will only be TRUE with a Rising Edge Input and only for the "Rising Edge" (Thus 1 scan). I'm new and do not totally understand all of the instructions that "Connected Component Workbench" has to offer yet. I will correct program today and post results, so everyone can benefit from my inexperience.
-
Here's what I'm trying to do. when switch closes turn on output for 1 scan, starts a 10 minute time and counter, so that when time reaches 10 minute it will turn on output again for 1 scan and count another count, timer resets and counts another 10 minutes and turns output on again for 1 scan, and count another count when count gets to 5 this process is complete. I can do this in RSlogix500 with a micrologix 1100 but can't seem to get it working with the Micro800 and connected component workbench.
-
Real Numbers or Floating Point
Damica replied to Damica's topic in Allen Bradley / Rockwell Automation
This ended up being a BIG DEAL. So if anybody needs this, this is what works for me.