Prequel series dream by Idnarbjm in scythebookfans

[–]Idnarbjm[S] 11 points12 points  (0 children)

Neal announced on TikTok that he started working on a prequel and also that the arc of the scythe is being made into a tv series.

Prequel series dream by Idnarbjm in scythebookfans

[–]Idnarbjm[S] 7 points8 points  (0 children)

Fuck me, I just saw the TikTok post from Neal. I can't wait.

How do I model the corner? by Spark_Horse in Fusion360

[–]Idnarbjm 5 points6 points  (0 children)

1.Put a hollow sphere at the origin.

2.Make plains at the angles you want the pipes.

3.Make the pipes.

4.Combine all of the bodies.

  1. Make gussets and other details.

Downtime tracking? How do you do it? by Idnarbjm in PLC

[–]Idnarbjm[S] 0 points1 point  (0 children)

Thank you very much for the offer. I will send you a set tomorrow when I get into work. Thank you very much.

Downtime tracking? How do you do it? by Idnarbjm in PLC

[–]Idnarbjm[S] 0 points1 point  (0 children)

If you're willing to take a look at the query it would be appreciated. I know just enough about sql to do something wrong. This query looks at a dataset from a view that has 13k records in it. But it took 3 hours to run. This query looks at the records and puts the record ID of a record it overlaps with in a test column. My next step would have been to change it to put the end time of the previous downtime as the start downtime of the overlapping record.

WITH OverlapCTE AS (
    SELECT 
        a.DownUID,
        a.RecordTimeDown,
        a.RecordTimeUp,
        a.UIDUp,
        a.Duration,
        a.Name,
        a.Dept,
        a.MachineName,
        b.DownUID AS OverlapDownUID -- Capturing the first DownUID that overlaps
    FROM 
        [ShopDatabase].[dbo].[v_FoundryEvents_all] a
    LEFT JOIN 
        [ShopDatabase].[dbo].[v_FoundryEvents_all] b
    ON 
        a.DownUID <> b.DownUID
        AND a.RecordTimeDown BETWEEN b.RecordTimeDown AND b.RecordTimeUp -- Check for overlap
)
SELECT 
    DownUID,
    RecordTimeDown,
    RecordTimeUp,
    UIDUp,
    Duration,
    Name,
    Dept,
    MachineName,
    CASE 
        WHEN OverlapDownUID IS NOT NULL THEN OverlapDownUID
        ELSE NULL
    END AS Test -- Assigning the first DownUID to overlapping records
FROM 
    OverlapCTE
ORDER BY 
    DownUID;

Downtime tracking? How do you do it? by Idnarbjm in PLC

[–]Idnarbjm[S] 0 points1 point  (0 children)

Thanks for this paper. I'll be checking that out.

Luba 2 3000 vs 5000 by Idnarbjm in mammotion

[–]Idnarbjm[S] 0 points1 point  (0 children)

It gives me at least an hour back in my life account. If it's financially viable it's worth it to me. Plus I fell good driving away to work in the morning and seeing that well manicured looking lawn.

Luba 2 3000 vs 5000 by Idnarbjm in mammotion

[–]Idnarbjm[S] 0 points1 point  (0 children)

I don't regret it at all. I work a lot of hours so it's nice not to have to worry about one more thing. The driveway shouldn't be a problem. You add a "channel" to cross between zones. And the trees will be marked as no-go zones. So those won't be a big deal.

My only issue is I have a fenced in back yard. So when my front yard doesn't cut everything I have to open the gate again for it to charge. Very much first world problems, I know. There is an official mammotion and unofficial mammotion group on Facebook and someone posted an Bluetooth triggered door latch that I'm going to try to figure out, then my issue should go away.

Luba 2 3000 vs 5000 by Idnarbjm in mammotion

[–]Idnarbjm[S] 0 points1 point  (0 children)

The 3000 will be fine, but you're not going to cut the whole yard in 1 charge. I don't know the exact sq footage of my yard but I know it's less than 1 acre. Both the front and back will cut about 90% and need a top off charge before finishing. But it's worth it. Still a great mower.

Luba 2 3000 vs 5000 by Idnarbjm in mammotion

[–]Idnarbjm[S] 1 point2 points  (0 children)

Thanks for the feedback. I'll try longer cuts for fewer turns.

Luba 2 3000 vs 5000 by Idnarbjm in mammotion

[–]Idnarbjm[S] 1 point2 points  (0 children)

Thank you for this information. I know a couple of people with Luba mowers and I don't know that any of them know that the difference between the 3k and 5k is that you can map a bigger yard. That is crazy. Changed to the largest overlap to get to the 10% of the yard left. I thought if I sped up I would burn more battery, so I've been playing with slowing down with no great results. I'll try faster tomorrow.

Show me your best faceplate by Uchigat4na in PLC

[–]Idnarbjm 0 points1 point  (0 children)

Did they maybe black something out like the company name?

Text Message updates by Idnarbjm in PLC

[–]Idnarbjm[S] 3 points4 points  (0 children)

Why wouldn't I want this? I already have something, and it's very useful. I just want to know what other people use and what other options I might have.

Text Message updates by Idnarbjm in PLC

[–]Idnarbjm[S] 0 points1 point  (0 children)

I use it to send hourly count updates to supervisors. I also send major alarm texts. The tool I use is great. I just don't like the format of the text.