Jump to content

TozoM8

Members
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TozoM8

  1. I just bought a couple of V130J PLCs and running a small program on it. It has a weigth and humidity control that I would like to put the settings behind a password. I have a couple V1210s that has multiply passwords for different access levels and it was easy to set up. However this "non touch screen" is giving me trouble. I can't figure out how to use the keypad on it. I had to set it up so the up-down arrows adjust the settings and the left-right arrows scroll through the pages. Any help would be greatly appreciated.

    324.vlp

  2. Here is my next challenge. I am running a V1210 with V200-18-E3XB on my industrial washing machine. I use one analog input for the scale to load the machine and it works perfect. The operator enters how much they want to load into the machine (400lbs) and when they load the silo that feeds the washer stops at 400. When the washing is finnished the material goes to another machine (dryer) that also has the same PLC setup.The two machine runs on a different 24V power supply, but it could run from the same if that helps. The wet material that goes into the dryer silo is around 30% heavyer. How can I set the dryer silo scale to turn off at 520lbs, 30% higher than the washer setting? I was thinking to setup an analog output from the washer plc to the dryer plc as an analog input then linealize it to ad 30% and store it as load limit. This way when they change the load limit in the washer it would automatically tell the dryer how much material it should get. The problem I see with this idea is that I am using the acm and T+ from the scale amplifyer. Connecting an analog common from a different source could be a problem that could screw up my scale reading.

  3. So I had a chance to test/play with a 1210 today and had most of the stuff figured out. Machine gets the load 300lbs and set a bit to store it. Divide by 2 or 3 (selected by keypad). Store divided value and show as desired weight. Load desired weight into the next machine showing actual weight. after loading a MB resets the actual weight to 0. All this works, but the actual weight. Since I am taking off weight from the scale my actual weight display shows decrement. How can I show increasing number when my scale number is decreasing? This reverse linearization beats me :)

  4. Here is my new problem. One of my machine has a loading silo that holds 300lbs of material. It loads it into the next machine and when the scale reaches 0lb the machine goes to the next step. It works fine. We switched to a different material and I have to split the load to 2 or 3 equal portion. Basically I need to put an extra button (keypad) for the operator to enter 1 2 or 3. Can't realy use divide 100 or 150 because sometimes they only have 250lbs in it and they want to have equal load for equal quallity. How can I teach the machine to divide the original load 1 2 or 3 equal loads? I need to make sure that if the original load was 300lbs and I load 100lbs into the machine the next load will be 100lbs instead of dividing the remaining 200 into 3 loads again. I would greatly appreciate any input on this.

×
×
  • Create New...