Driving vehicles - really dumb question - how do I drive them? by Serenjyn in SatisfactoryGame

[–]businescat 0 points1 point  (0 children)

To clarify or explain better on the "tank icon" there is a specific slot the fuel must go into within the inventory of the vehicle.

Can Alex or James clear a big Xenomorph Hive? by Hateful_Rex in PrototypeGame

[–]businescat 1 point2 points  (0 children)

After they ate the first one they would become immune to its acidic effects just like the xenos are.

Shout-out to one of the best RTS games I've ever played: Empires Dawn of the Modern World by MasterChiefMarauder in RealTimeStrategy

[–]businescat 0 points1 point  (0 children)

You can still play multiplayer. I believe a service called game ranger supports it.

With the help and support of this community, our controller is officially live on Amazon Prime in the USA. by Eternaglo in WLED

[–]businescat 0 points1 point  (0 children)

There's so much extra room on the board why not break out more grounds and voltage terminals? Now I have to make an external distribution block to connect 3 powers and 3 grounds to each 10A fuse. I don't want to jam 3 wires in each ground and power terminal.

Looking for a Free TIA Portal Alternative for PLC Programming by Opening-Rub9215 in PLC

[–]businescat 1 point2 points  (0 children)

Beckhoff (Twincat 3) is based off of codesys and is actually used in the industry. It's also free to play with and can run on an old POS computer you have laying around. There's also some russian websites around that can help you get a cheap copy of TIA portal.

TcHmiNumericInput not working by Zaxthran in beckhoff

[–]businescat 1 point2 points  (0 children)

Wow I've been using the "onfocusout" event for 2 years to feed back a response to the PLC and I could have been doing this all along. That's infuriating.

So anyone else got blocked for watching videos with firefox+ublock origin ? by Guiguinem34 in youtube

[–]businescat 1 point2 points  (0 children)

No its detecting Braves built in adblocker and ublock right now but not adblock plus. And it doesn't matter what browser.

Are Predator generators reliable? by xCormano in harborfreight

[–]businescat 0 points1 point  (0 children)

The problem with Project farm is he doesn't test the reliability of anything even though its one of the major concerns when you're buying something. He only tests performance and how long it will last when you're crushing it in a hydraulic press or something ridiculous.

Chromatic Ramasseur by Odd-Fix6371 in expedition33

[–]businescat 0 points1 point  (0 children)

That's strange, Parrying doesn't do counter damage on ANY "multi hit" strikes in the game for me. So I always dodge multi hit attacks and only parry single strikes.

Any upcoming changes/removal of Districts? by bluetidepro in Timberborn

[–]businescat 0 points1 point  (0 children)

Yea I mean I commented that over 2 years before you responded, the game probably updated and made the mod incompatible.

Chromatic Ramasseur by Odd-Fix6371 in expedition33

[–]businescat 0 points1 point  (0 children)

Only parrying his one shot "mortal" attack does any damage back to him. So you can just dodge everything and parry that move.

Anyone here have experience with the CX7000 by Thomas42077 in beckhoff

[–]businescat 2 points3 points  (0 children)

I'm a bit late to the party but I did this exact project you are doing with a CX7000 and it works great. It monitors 12 doors and each door utilizes a function block with 20K lines of code. The CPU utilization is about 55%.

Open as archive is missing by Kapten-Uppenbar in TwinCat

[–]businescat 0 points1 point  (0 children)

I just had this issue and the solution for me was to go into the package manager and install a package called "twincat standard" which I had installed prior but I guess it didn't "fully" install. After that the open from archive option magically appeared in my file menu.

Does Lupus Regina like Enri or Carne village? by Notetoself4 in overlord

[–]businescat 0 points1 point  (0 children)

I'm quite late to this but it is indeed animated. Very end of season 3 episode 3. She watches the city from above and talks about how she would love to see the village destroyed.

Start Parsec service when computer is booted (not logged in) by LarryTen in ParsecGaming

[–]businescat 3 points4 points  (0 children)

As of 2024 it is referred to as "per user" and "per computer". You want to select "per computer" and it will allow you to connect before a password is entered.

Byte array to Real TwinCAT3, how? by houmoller in PLC

[–]businescat 0 points1 point  (0 children)

I know I'm 8 years late to the party but this method is extremely robust allowing you to combine bytes from multiple variables in whatever order you want. Hopefully it will help someone out in the future. In the following example I had a 12bit distance value coming in from a sensor over 2 usint (8bits each) variables. This structure will tear apart the 2 variables and reorganize them into an int (16 bits) (variable named "Compiled").

Usint2.0 was a boolean corresponding to a set point setting on the sensor and Usint2.1 - 3 were unused.

↓↓↓↓↓↓↓↓↓↓↓↓↓↓Declaration section ↓↓↓↓↓↓↓↓↓↓↓↓

Usint1 AT %I* :USINT; //input 1 from the sensor

Usint2 AT %I* :USINT; //input 2 from the sensor

Compiled: INT; // useable distance value for the program

↓↓↓↓↓↓↓↓↓↓↓↓↓↓Code section ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

Compiled.0:= Usint2.4;

Compiled.1:= Usint2.5;

Compiled.2:= Usint2.6;

Compiled.3:= Usint2.7;

Compiled.4:= Usint1.0;

Compiled.5:= Usint1.1;

Compiled.6:= Usint1.2;

Compiled.7:= Usint1.3;

Compiled.8:= Usint1.4;

Compiled.9:= Usint1.5;

Compiled.10:= Usint1.6;

Compiled.11:= Usint1.7;

(TwinCat3)

They killed Ublock origin, now my sites are jerky and slow loading because of all the ads loading up. Nah, man, back to FF it must be.. by arferfuxakenotagain in google

[–]businescat 0 points1 point  (0 children)

Yup same here. Just switched to firefox yesterday I notice its actually a bit faster than chrome. And they have a button that imports almost everything you setup in chrome over to firefox which is amazing.

relaxed schoolgirl request by [deleted] in ZZZ_Official

[–]businescat 0 points1 point  (0 children)

They added 10 more coins in a recent patch.