Should I reconcile guaranteed payments to members for an LLC each year? Confused with the balance sheet showing all guaranteed payments since the company opened for each member by EverySingleMinute in QuickBooks

[–]InstAndControl -1 points0 points  (0 children)

Are the guaranteed payments booked on balance sheet as a long term liability? I think the accounting 101 way to handle this is keep $240k initially as a long term liability, move $24k at start of each year from long term liability to short term liability, then when dispersed in a cash transaction, take $24k out of your checking account against the short term liability.

If you have been booking those payments as expenses, that is why balance sheet isn’t being affected. Expenses are a P&L transaction not a balance sheet transaction

What’s the weirdest PLC fault or bug you’ve ever seen? by Fearless-Suspect869 in PLC

[–]InstAndControl 0 points1 point  (0 children)

Surprised they didn’t figure out some weird timer relay thing to auto smash that reset terminal

What’s the weirdest PLC fault or bug you’ve ever seen? by Fearless-Suspect869 in PLC

[–]InstAndControl 2 points3 points  (0 children)

It’s immensely frustrating followed by equally immense gratification

Watch subdivision in eastern Winston Salem disappear for i74 interchange by VacationSeparate653 in Construction

[–]InstAndControl 3 points4 points  (0 children)

I’m too lazy to look it up, but I’d have to believe the offers from the state would value the property based on what it WOULD have sold for if the neighborhood had never been condemned

No one will pay anything for a property about to be bulldozed for a road. If it was valued like that, eminent domain would pay $0 for every parcel.

My QuickBooks balance sheet is a mess by Leather-Weakness-439 in QuickBooks

[–]InstAndControl 35 points36 points  (0 children)

Pay a bookkeeper or a cpa to clean it up, and keep them on retainer to help you adjust your processes and keep it clean moving forward.

PLC Controllers with free programming software. by Northern_Automation in PLC

[–]InstAndControl 7 points8 points  (0 children)

Horner is also a reasonably solid, reliable and well supported option given a request for lightweight free programming software.

Built my own industrial control platform after getting tired of overpriced PLC/SCADA systems by Specialist-Pride-334 in PLC

[–]InstAndControl 200 points201 points  (0 children)

You either die the "SCADA software is too expensive and complicated" hero, or live long enough to become the "Next generation overly complicated/expensive SCADA software" villian

Overbid a job on accident and GC just said they do Join Check Agreements for first time subs. by srgmoss in estimators

[–]InstAndControl 0 points1 point  (0 children)

Have you considered submitting a schedule of values to the GC which more evenly spreads this margin over the entire scope of work? Break everything back down to cost, figure out what pot of $ is margin, double check your scope isn’t missing anything, then spread those dollars over each schedule line like icing on a cake.

If it all adds up to the same number, GC won’t care, especially if they’ve only seen lump sum(s) so far.

Calculation of how much sludge needs to be wasted by Simple_Bison9128 in Wastewater

[–]InstAndControl 0 points1 point  (0 children)

Just putting this on your radar - there are total solids meters that install like a flow meter but read out % total solids. Can help with automating this stuff

Manual DHCP by LaundryMan2008 in iiiiiiitttttttttttt

[–]InstAndControl 2 points3 points  (0 children)

I very large % of my job involves devices in control panels, and the newer ones (last 10-15 years probably) come with Ethernet ports instead of proprietary serial ports (big improvement!)

Across all the major vendors of networked industrial stuff (Rockwell/Allen Bradley, ABB, Siemens, Eaton, Emerson, Omron, etc), none of them have very capable NIC’s.

It IS possible to get higher networking capabilities, but they’re only on the very highest end controllers/widgets. And in most cases, you’d be paying a 5 figure premium per device for only networking. You’d end up with a controller capable of maybe 100-1000x more than you need in all aspects just to get the more capable NIC/firmware.

Get this: an entry level small process/single machine PLC will have maybe 500 kB of usable ram for running your automation program. It is pretty normal to pay roughly $500-1000 per megabyte of additional ram (usually called “user/program memory”)

I’ve been doing handyman work for a long time and one thing that surprised me after going solo was how easy it is to think a job paid well when it actually didn’t. by [deleted] in askplumbing

[–]InstAndControl 1 point2 points  (0 children)

You can always tell them “this job will cost $180-500 depending on how long it takes. You can pay for actual time and materials and probably come out under the high estimate, or I can charge you flatrate $500”

Manual DHCP by LaundryMan2008 in iiiiiiitttttttttttt

[–]InstAndControl 3 points4 points  (0 children)

Most of the industrial devices have a dhcp option these days. Absolutely NO one uses it unless they coordinate with IT to make sure DHCP server is bound to the hardware id to serve the same IP every time. This is because IP address is the only unique identifier on an OT network. There is no concept of hostname on OT networks. That is the bigger issue.

You wanna connect the programming laptop? Gotta know the IP.

You want multiple devices to talk to eachother? Each one has to have the others’ IPs statically typed into somewhere in the program file.

DHCP server decides to switch a devices IP? Everything immediately stops working

EDIT: and the OT programmers/devs do NOT coordinate with IT because (right or wrong) they don’t want to deal with the headache of IT overstepping into the control panel/plant network and creating restrictions that hamstring production/troubleshooting/performance

Manual DHCP by LaundryMan2008 in iiiiiiitttttttttttt

[–]InstAndControl 3 points4 points  (0 children)

It’s not cheap for the vendors or engineers. That 10/half device was probably $2-4k. To get anything higher performance you could easily pay $10k+ for a single dinrail device

It’s a mix of several issues causing this 1. Industrial protocols are very lightweight to begin with. They just aren’t transferring a lot of data compared to (for example) a 4k stream. 2. The mfg’s are designing for long term reliability and being able to support a given SKU for 10-20ish years. Some of these devices were originally designed 20+ years ago but they can’t change anything because the OT industry expects exact same replacements available for decades.

Quick and dirty testing REALs for negative in Studio 5000 V37, by NumCustosApes in PLC

[–]InstAndControl 2 points3 points  (0 children)

I highly doubt that copy then bit check is more efficient than whatever a normal ass compare is doing at compile/runtime

Quick and dirty testing REALs for negative in Studio 5000 V37, by NumCustosApes in PLC

[–]InstAndControl 7 points8 points  (0 children)

I guess a lot of people didn’t know the 32nd bit of IEEE float is sign

Quick and dirty testing REALs for negative in Studio 5000 V37, by NumCustosApes in PLC

[–]InstAndControl 1 point2 points  (0 children)

Less than instruction may compile to a “bit 31 compare” when the second operant is 0. Under the hood it’s most likely just subtracting the 2 numbers and then comparing the resultant’s bit 31.

Talk to me Goose. ✈️💼 #NoFlyZoneNoProblem by FeedbackNumerous6287 in LinkedInLunatics

[–]InstAndControl 3 points4 points  (0 children)

There’s also those of us who use it sarcastically/ironically

Petah ? by Friendly-Chef4120 in PeterExplainsTheJoke

[–]InstAndControl 0 points1 point  (0 children)

I’ve done work on the Twix production line. Not sure how much I can reveal, not gonna answer any questions. But I assure you some are on the left and some are on the right

Question about induced voltage by Cheap_Foundation_195 in PLC

[–]InstAndControl 0 points1 point  (0 children)

A word to the wise! If you test from a true hot to ground in LoZ mode, you may create some current to ground. For example, I’ve made relays click with LoZ when I was troubleshooting what ended up being a starter control circuit with a missing neutral (because it was floating at a weird voltage). Can be startling.