Jump to content

Recommended Posts

Posted

Brought home a 2020 Sierra yesterday, upgraded from a 2003 Ram 1500 I had for 17 years.

Found out my bed gate is way to small for the new truck and the bungee net I had, for lack of a better term, is just plain stupid.

 

I'm looking for something nice (and ideally not $300 for a new gate) that basically stops groceries from sliding all the way forward, and easily removes and stows away in case we need use of the full bed on a whim because my wife doesn't plan things out as much as I do.

 

too small

Bed_Cargo_Gate.jpg

 

too stupid

Bed_Cargo_Net.jpg

Posted (edited)

Mine has full  corners not tapered like this one. When folded in it holds grocery bags from sliding. 

Edited by Ralph Ciardullo
Posted

2x8 or 10 and use the pockets, how i keep gas cans in the back, take out when need the whole bed

Posted (edited)
13 minutes ago, Kevin0311 said:

2x8 or 10 and use the pockets, how i keep gas cans in the back, take out when need the whole bed

Just saw those pockets built into the bed, measured the back at 72 and the front at 71. Then I measured the bed length, couldn't believe they won't fit for storage when not installed, the bed is wider than it is long. I keep forgetting that coming from that old Ram with the 76 inch bed. Guess I could make them in 3 pieces so they break down, can't think of a way to hinge it and still be sturdy enough to stay in place.

Edited by Coastie
Posted

I did the 2x6 thing and sprayed it with bed liner in a can. I also made moveable pieces to use as dividers.

93e1791887d56fec9ea0291d3fa1040d.jpg
2c783081c264e393e634e389719ef58e.jpg
8c8e5d33722264f2e05dffd79f596023.jpg

Posted
4 minutes ago, Ryno12 said:

I did the 2x6 thing and sprayed it with bed liner in a can. I also made moveable pieces to use as dividers.

93e1791887d56fec9ea0291d3fa1040d.jpg
2c783081c264e393e634e389719ef58e.jpg
8c8e5d33722264f2e05dffd79f596023.jpg

This looks fantastic. I may have to do this myself!

  • Like 2
Posted

Put in at angle when needed to carry but not have installed or use upper groves to keep board up in storage I use 2x8 and cut notches for string trimmers to keep out of the elements under tonneau.

Posted

I have used a tractor trailer compression rod before the wood just cut it down to size i needed, have seen at tractor supply before, wood works better for me but dont take out too often

Posted

Here's a cargo net they say fits your bed...Bed Cargo Net with GMC Logo
 

Another thought...If you're eventually going to be getting a bed cover/Tonneau cover, you might look at the Roll N Lock retractable covers. I have their M Series, and their Cargo Manager. The Cargo Manager looks a lot like your old one, but this one attaches to the bed cover rails and rolls back and forth, with the ability to lock it in different positions.

 

I really like mine, and it looks like you keep your pickups a long time like I do, so spreading out the cost of the tonneau cover and cargo manager over 16 years...makes the initial cash outlay a bit more palatable.

Posted
On 4/9/2020 at 4:16 PM, Ryno12 said:

I did the 2x6 thing and sprayed it with bed liner in a can. I also made moveable pieces to use as dividers.

93e1791887d56fec9ea0291d3fa1040d.jpg
2c783081c264e393e634e389719ef58e.jpg
8c8e5d33722264f2e05dffd79f596023.jpg

Awesome! I like that. Thanks for posting.

Posted
On 4/9/2020 at 4:57 PM, Coastie said:

Brought home a 2020 Sierra yesterday, upgraded from a 2003 Ram 1500 I had for 17 years.

Found out my bed gate is way to small for the new truck and the bungee net I had, for lack of a better term, is just plain stupid.

 

I'm looking for something nice (and ideally not $300 for a new gate) that basically stops groceries from sliding all the way forward, and easily removes and stows away in case we need use of the full bed on a whim because my wife doesn't plan things out as much as I do.

 

too small

Bed_Cargo_Gate.jpg

 

too stupid

Bed_Cargo_Net.jpg

As someone said before, a ratcheting cargo bar works good.

If you plan on adding a bed cover, look into a roll-n-lock. The make a cargo divider similar to the one you have that works with the cover, slides and rotates out of the way.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Latest Articles

  • Posts

    • Paid $2.72 for E85 today.
    • Welcome back! No, it definitely doesn't pass the sniff test. Even "ceasefire" needs an alternative definition these days.    $5.29 at Kroger today
    • That makes sense, and I think you are describing the real product problem. Capturing data is the easy part. If the owner or technician has to manually dig through five minutes of millisecond-level logs, the product has already failed. The device would be at the ECM harness, not at the OBD port, so I agree that data retrieval and event marking need to be thought through carefully. The way I am thinking about the architecture is: The recorder itself should not depend on a phone, app, Bluetooth, Wi-Fi, or cloud connection to capture the event. It should always keep a local rolling buffer and lock the event locally. A button, phone app, or small cabin device would only act as an event marker. If the driver feels a stumble and presses the button 10–30 seconds later, the pre-buffer has to already contain the useful data. For data retrieval, the practical options would be a sealed service USB lead, Wi-Fi download, or a phone/cabin companion device. I would not expect the owner to remove the ECM-side module or work with raw files directly. The cloud or AI side would be for interpretation, not for capturing the event. The truck may have no connection when the issue happens, so the evidence has to be saved locally first. After that, cloud processing could help decode the data, compare it against baselines, and generate a readable report. For the first version, I would keep the automatic triggers conservative and objective: driver event marker bus-off error passive voltage drop / brownout device reset FIFO or queue overflow a normally periodic message disappearing side-to-side communication mismatch, if the topology supports that For “learning normal,” I agree with your point, but I would not want to overclaim it as automatic root-cause diagnosis at first. A realistic first step would be learned baseline comparison for that specific vehicle and operating condition. For example, a value would only be compared against similar conditions: RPM range load / MAP throttle position gear / vehicle speed coolant and oil temperature battery voltage AFM/DFM state, if decoded and validated Then the report could flag things like: this periodic message disappeared compared with its normal timing this value deviated from this vehicle’s normal range under similar conditions the same abnormal pattern repeated after the same type of event the anomaly occurred together with voltage, oil-pressure, misfire, or communication changes But I would still call that “abnormal pattern detected,” not “replace this part,” unless there is enough validated repair data behind it. So the intended product would not be “here is a huge log.” It would need to be an event package: what triggered the capture how much pre/post data was preserved what changed before and after the event whether the device itself reset, overflowed, or saw a bus error selected graphs around the event raw data only as supporting evidence From your perspective, what would make this kind of report useful instead of just another datalog? For example: What are the top 5 parameters or events you would want highlighted first? Would you trust a learned baseline for that specific vehicle, or would you prefer fixed thresholds? How much false-positive flagging would be acceptable before you stopped looking at the reports? What would a one-page report need to show for an independent shop to take it seriously? For misfire, AFM/DFM, oil pressure, or U-code complaints, what would you want the tool to flag automatically?
    • 2024 Silverado 2500 HD LTZ grille no camera Parts list   84603331 84913656 84913657 84913654 84913655 84911567 84911568 85646092 85646093 85797921 85797922   11570637  x10-15   grille/bumper bolts 11546500  x10      grille clips 11571006  x10      push/retainer clips 11546454  x6       nut retainers 11611609  x6       M5 bolts 11610700  x6       molding/trim retainers
    • And use RA's 5% discount code if you buy from them.  google for the code, one is always available.
  • GM-Trucks.com Clubs

  • Popular Contributors

×
×
  • Create New...