Jump to content

Recommended Posts

I am working on a project that has a scale to load the machine. If the feeder is less than 350 lbs the operator is able to turn on the blower to fill more material into the feeder. When the weight reaches 350lbs the blower stops and the feeder automatically loads the material into the machine. When the scale is empty (0 lbs) it stops the loading and goes to the next step. I am having trouble to set the TARA and the 100 lbs calibrating point. I am trying to "store" linear X to Y1 as a 0 (tara) point and use the math functions to set/teach 100 lbs when I put my 100 lbs weights on the scale. Neither works so far.

I would greatly appreciate any help with this.

Thanks!

scale sample.vlp

Link to comment
Share on other sites

No. I have 3 load cells connected to an amplifier sending out 0-10V. I am using the V200-18-E3XB. I have the display setup and it shows my weight. I am using the enable charge, full and empty settings and everything works fine. The problem I have is that I want to set 1V (410 counts on X2) as my 0 lb on the display so if the scale goes out of calibration (below 410 counts) I would see it as - *** lbs on the display instead of just showing 0lb. I have this working on a different machine, but that uses an omron plc and I have no access to the program to figure out how they did it. If I could set Y1 to 0 then it would be my 0lb on the display (tara).

Link to comment
Share on other sites

  • 2 weeks later...

I don't have a problem showing the weight. The display is configured 4 digits, 0-1000lbs. What I can't figure out how to set a new Tara. Example if I replace a part on the machine that will make it 5lbs lighter, the scale will read 0000 instead of -0005lbs and I have no way to make that a new 0000 point other than re-calibrating my amplifier.

Link to comment
Share on other sites

  • MVP 2023

Tare is an offset, not a re-calibration point. The output characteristics of your load cells doesn't change just because you put something on it. You need to subtract the tare value after you've calibrated the scale with nothing on it and with a test weight.

Look at this program. I have moved the working register to MI 20 - let me know if it does what you want.

Joe T.

scale sample JT.vlp

Link to comment
Share on other sites

  • 1 year later...

Hello,

We have made an application with PLC V120-22-R1 and IO-LC3 for weighting with a crane.

As an option we want to implement a diagnostic display for microvolts measurement of loadcells using function "Change representation mode".

But only Gross Weight or Net Weight is displayed.The LC Command Status Messages MI returns always "3" when this function is activated.

I would greatly appreciate any help with this

Link to comment
Share on other sites

Hello egato,

 

The LC command status of '3' states that the I/O expansion module (the LC module you are trying to change the representation mode on) is busy at that time.  This may be due to trying to change the representation mode and conducting another LC command too soon.  Please note, it takes 330msec to change between representation modes.

 

Also, please note, changing the representation mode of one value to mV/V will force the representation mode of both values to mV/V (net and gross).

Link to comment
Share on other sites

Hello S.Pratt

I have reviewed the program and there is only a call to the function "change representation mode"

I have modified also to ensure that this only LC command is called, but the result is the same as before:LC Command Status Messages MI returns "3" when the function is just called and don´t change to "1"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...