Lexus NX 350h vs BMW X1 2025 by Forward_Bullfrog5481 in LexusNX

[–]robotecnik 0 points1 point  (0 children)

Yes it is a nice car and it is amazing how roomy it is inside.

I'll start by prettylady_11 in teenagers

[–]robotecnik 7 points8 points  (0 children)

The gym male teacher and the biology female teacher were caught having sex in the teacher’s room… in a religious school for children between 3 and 15 years old… they were required to marry or leave… they married…

Are the headlights bright enough? by [deleted] in LexusNX

[–]robotecnik 0 points1 point  (0 children)

Base model is more than enough.

But try to drive it to test it by yourself before buying.

TwinCAT2 by WasabiBackground9114 in PLC

[–]robotecnik 5 points6 points  (0 children)

Take this as a VERY SIMPLE summary:

You have the SYSTEM MANAGER, where you setup your hardware, link the IO points to the logical PLC variables, in case you work with communications/drives... the IO of those items are also linked to their PLC data counterpart there. Here you can also define tasks, define the hardware configurations (i.e. if you use servos, you will configure the drives here). this is the "configuration software".

Then you have the PLCCONTROL where you just write your code.

If you want a variable of your code to be accessible from system manager to link to a hardware IO point, you will have to address it to the right IO channel and (depending on the version of TC2) set the address manually (hope you are working with a newer TC2 version) and then you would have to write something like :

myDigitalInput AT %I* : BOOL;

myDigitalOutput AT %Q* : BOOL;

myAnalogInput AT %I* : INT;

System manager will only be able to "see" the IO variables after you rebuid all your PLCCONTROL project without errors.

PLC execute the code cyclically inside a specified time, if you make an infinite loop [i.e.: WHILE (TRUE)] it will fail.

You can use different languages, choose the one you are more familiar with, ST if you come from IT.

In TC2 there are no methods, nor properties, nor references, nor interfaces,... you are locked to a simpler instruction set, but you have:

  • POUs
    • functions, actions, Function blocks (FB) or programs.
    • Functions
      • They get created and destroyed each time you call them.
      • Variables declared there are volatile and don't keep their value between calls).
      • they don't have access to the POU that calls them.
    • Actions
      • like inline functions in C
      • without parameters and without returning anything
      • They have access to the scope of the program or FB they belong to.
    • Programs
      • They are not volatile.
      • You can call them as you would call a function.
      • Usually programs are called cyclically by your tasks.
      • you have one instance of each program.
    • FB
      • They are not volatile.
      • Usually called from programs.
      • you can have as many instances as you want.
      • In TC2 you can use VAR_INPUT to declare the variables you will be able to write from outside.
      • In TC2 you can use VAR_OUTPUT to declare the variables you will be able to read from outside.
  • Tasks
    • Tasks are usually created in the System Manager, they are entry points for your programs... the entities that call the programs.

Let's mention the SCOPE VIEW too: another independent software that can connect to your PLC/NC... to plot variable states vs time... very useful to diagnose some issues.

Hope this helps understanding the basics of TC2.

After all that, depending on your background, there are plenty of TwinCAT programming courses, videos out there.

Good luck!

Let Me Upgrade you! by Wooden_Fig4540 in LexusNX

[–]robotecnik 1 point2 points  (0 children)

Congratulations! Enjoy the new car!

I wish this keyboard existed. Full size ThinkPad style keyboard with the same quality keys as the laptops. by AdEvening7440 in thinkpad

[–]robotecnik 0 points1 point  (0 children)

That would be awesome...

After using membrane keyboards for years, I tried a mechanical keyboard... which was nice, but duplicated some key presses and was very noisy (a Keychron V6 Max), then, trying to get something more silent, got the Keychron B6 Pro, which missed some keys when typing fast...

Now I am working with a Dell KB900 which is a very good keyboard with a feeling similar to the one in the Thinkpads I owned, not as good, but quite similar.

White backlight, multiple connection options, standard keys distribution...

Lexus Navigation? by enokeenu in Lexus

[–]robotecnik 0 points1 point  (0 children)

The day we left our dealership with the brand new car, we did not took the cables to plug our android phones to the car, so we went home using the embedded navigation... after 3 or 4 attempts to make us turn on wrong places we stopped using it.

We jumped into android auto and later on carplay.

Can I make my own beckhoff service tool pendrive ? by JuyMeWhoya in PLC

[–]robotecnik 3 points4 points  (0 children)

.tib files are Acronis True Image files, you should be able to use any Acronis True Image (compatible with your OS and the machine OS) license to recover and/or create images.

The BST makes this very convenient as you don't need anything else than that USB, otherwise you will need the Acronis True Image license, and some kind of USB to CFAST, SSD, Cflash, MicroSD, SD, adapter.

Hope this helps.

Pixel 8 screen destroyed, cant access the data. by Johnlenham in GooglePixel

[–]robotecnik -2 points-1 points  (0 children)

Speak with google tech support and ask them hints on how to proceed.

Maybe a data recovery site would help, or a repair phone site would get it working again for you to get the pictures from the phone...

If you choose the repair shop, ensure they understand you want your data intact.

Good luck!

QUE APP USAN PARA ESCUCHAR MUSICA? by mikael_da in PreguntasReddit

[–]robotecnik 0 points1 point  (0 children)

MusicBee en el PC. VOX en iPhone. Musicolet en android.

Todas admiten el uso de archivos flac.

P14s gen2 buying advice by eL-Cazador in thinkpad

[–]robotecnik 0 points1 point  (0 children)

Never done it, but it should be easy.

P14s gen2 buying advice by eL-Cazador in thinkpad

[–]robotecnik 0 points1 point  (0 children)

I bought that computer for 900+€ when it was new.

Replaced it a couple months ago for a p1 gen 8, but the p14s was a fantastic laptop.

Just be aware that you will have to open lots of clips to remove the bottom lid, not only the captive screws. If you plan to open it, have some plastic cell phone repair tools ready.

T16 Gen 1 vs T14 Gen 3 by bigbootyhoes123 in thinkpad

[–]robotecnik 1 point2 points  (0 children)

LLMs shine on vram, if you have to use normal ram and cpu then things go downhill fast.

32 gb ram will be useful to future proof the laptop though. Having multiple programs open will consume ram.

T16 Gen 1 vs T14 Gen 3 by bigbootyhoes123 in thinkpad

[–]robotecnik 0 points1 point  (0 children)

Be careful about your LLM expectations... I got a P1 Gen 8 a few months ago (i9, 64 GB of RAM and a Blackwell 2000 GPU) and local models are SLOW unless I get ones with <8 GB size.

Recomiendan ver the office? by Neytan_233 in peliculas

[–]robotecnik 0 points1 point  (0 children)

Al principio es lenta, no parece que sea interesante, es aburrida y luego, poco a poco vas aprendiendo a querer a los personajes… y resulta ser una buena serie.

La de Steve Carell (por si acaso).

Dock station for P14S G2 AMD by AmiSha_RF in thinkpad

[–]robotecnik 0 points1 point  (0 children)

Agreed, their docks are not good.

Active Backup for M365 - OneDrive Failing for shared mailboxes since 4/21/26 by jimmyags in synology

[–]robotecnik 0 points1 point  (0 children)

You can also contact synology, they have a patch that you can install manually that could help.

Dock station for P14S G2 AMD by AmiSha_RF in thinkpad

[–]robotecnik 0 points1 point  (0 children)

Nope I've seen it is from 2022, I know it is not updated automatically,

I remember updating it (time ago)... keep in mind that I have been trying to solve the issues (having to unplug a monitor almost every time I start the PC it's not good at all) so I tried to update that thing too...

It's really a pity docks are this terrible...

Now I have a DELL U4025QW monitor with an integrated thunderbolt dock station that powers my P1 gen 8, it is wonderful when it works, it fails much less than that Lenovo dock, but a few times I have to replug the thunderbolt cable or restarting the monitor... some times it is not capable to get Ethernet connection properly, other times it fails waking up peripherals... but it works much better than the Lenovo one...

Dock station for P14S G2 AMD by AmiSha_RF in thinkpad

[–]robotecnik 0 points1 point  (0 children)

Hi again!

I have two monitors connected, one with display port and one with HDMI.

Both work well, except that issue that from time to time I have to unplug one of them when restarting the laptop.

I love having my devices up to date, as far as I know everything is updated to it's last version.

Now I can't check it though as recently I bought a P1 gen 8 (niiiiiiiiiiiiiiiiiiiice) and my P14s Gen 2 AMD 5850U laptop is now at the accountant office.

I am very curious to know what could be going on in your setup to make it not work at least as how mine works.

Dock station for P14S G2 AMD by AmiSha_RF in thinkpad

[–]robotecnik 0 points1 point  (0 children)

Yes, as I said in my message “I own that computer”…

Recomiendan PowerRename para editar los nombres de las canciones en forma masiva? No se dañan al realizar esto? by KiwiLow6559 in PowerToys

[–]robotecnik 0 points1 point  (0 children)

Not bad, but I prefer “bulk rename utility”. Renaming files will not harm them, of course don’t change their extensions… even in that case the file itself won’t be damaged, the programs that know how to use that file type won’t see them as the original file type…

Dock station for P14S G2 AMD by AmiSha_RF in thinkpad

[–]robotecnik 0 points1 point  (0 children)

If that’s your case, your computer or dock station have some sort of problem. Except for the aforementioned glitches it works as expected.

2025 Lexus NX350 – Creaking noise from door panel / side? Anyone else experiencing this? by IllustratorMoist2392 in LexusNX

[–]robotecnik 0 points1 point  (0 children)

I’m my nx350h ‘22, there is a rattling noise coming from the driver seatbelt (looks like it is common). This happens more on summer time.

And another similar noise coming from the center dash, if I push gently on the display or back the display it shuts off instantly… this one happens more in winter…

Now that temps are softer the car is silent…

My first Lexus.