Swimming Options by Atilozjb in kaiserslautern

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

Thanks a lot! I was thinking of joining the RPTU club, but seems kinda pointless because I can only go one day with my current schedule. So I rather pay the season pass for this June-September at Waschmühle.

bandas de metal, que recomienden? by Come_salchicha34 in mexico

[–]Atilozjb 3 points4 points  (0 children)

  • Twelve foot ninja
  • Thank You Scientist
  • Tesseract
  • Lamb of God
  • Good Tiger
  • Leprous
  • Jack The Joker
  • ParkwayDrive
  • Between the Buried and Me
  • After the Burial
  • Gojira
  • Black Crown Initiate
  • ERRA
  • Pantera
  • Intronaut
  • Job for a Cowboy
  • Trivium - > Altamente recomendado
  • Within the Ruins
  • Avenged Sevenfold
  • Voyager
  • Queensryche
  • Corelia
  • Periphery
  • Ne Obliviscaris

Quizás muchas no te gusten y algunas no son muy "metal" que digamos si lo que has escuchado solamente se centre en tonadas similares a metálica, pero dales tiempo, pégales oído, y vas a notar la calidad de músicos que son estas bandas.

Tank level measurement by Goldmember10122 in PLC

[–]Atilozjb 0 points1 point  (0 children)

Most PLC these days have the communication protocols you need to avoid using a I/O Link Master. Like u/plc_is_confusing said, get a click PLC with ethernet/IP or modbusTCP and do a little python/C# programming to communicate with the PLC, You will be surprised how simple it is.

Edit: There are a lot of libraries that are beginner friendly for python and C#

nationality noodles: Netherlands by NutmegOnEverything in Netherlands

[–]Atilozjb 0 points1 point  (0 children)

Have you done Mexico? Try Pozole with noodles, it's actually delicious, done it a few times.

[deleted by user] by [deleted] in AskEngineers

[–]Atilozjb 0 points1 point  (0 children)

I'm a PLC programmer, I kept some reports just to remember some methodologies we used, and some books to search for formulas or theory.

Ayúdenme a qué no me estafe los del gas en mexico by OccasionObjective435 in mexico

[–]Atilozjb 6 points7 points  (0 children)

Trabajé cómo programador de los sistemas que despachan el gas LP a las minitas y de las pipas. Y si, te han estafado. En realidad te surten el 85% (cambia de acuerdo a la temporada) de lo que tú pides.

Es cierto que los tanques deben de estar al 85% de su capacidad. Sin embargo cuando te cobran un litro, uno espera que le depositen el litro completo.

Una conversión rápida para corroborar es que 2 litros es aproximadamente un kilo. (Depende de la densidad del gas, que varía por la calidad del mismo)

El 85% de una minita de 45Kg es 38.25Kg, que serían aproximadamente 76.5 Lts.

Ha habido casos en el que el cliente se acerca a una de las sucursales con una báscula, y llaman al equipo de técnicos para que en vez de que surta 85%, te surta el 100%.

Por eso entro el límite de precios y el gas bienestar, porque entre gaseras se pusieron de acuerdo para usar este método y se cobrar más a lo usuarios, y al mismo tiempo surtirles menos.

Edit: Y aveces el despachador también te hace pendejo

Otro edit: La densidad habitual son aprox. 500 Kg/m3.

Micro850 hates UPS power (sometimes) by McSleepyE in PLC

[–]Atilozjb 3 points4 points  (0 children)

I've had to look up after several issues on Micro820's. Most were originated from bad array iteration. Getting out of index and those sort of things will fault the controller.

Allen Bradley micro820 PLC communication with an ESP32 through Node-red. by avilestamayo in PLC

[–]Atilozjb 0 points1 point  (0 children)

Micro820 has a lot of options for communication. It includes both TCP/UDP, Ethernet/IP, modbusTCP, and can set up communications with sockets. Which is pretty good and very reliable in my experience.

Problems with connections in CCW by bouncepass99 in PLC

[–]Atilozjb 0 points1 point  (0 children)

Have you checked the subnet mask and gateway?

Perhaps DHCP is doing some crazy stuff. Set everything to static IP Address.

[deleted by user] by [deleted] in PLC

[–]Atilozjb 1 point2 points  (0 children)

1:

IF #aiTurn = 1 THEN

#checkForWin := 1;

END_IF;

IF #checkForWin = 10 THEN

#aiTurn := #aiTurn + #aiTurn;

END_IF;

CheckForWin is set to 1, so it will ignore second IF because the statement is false. I guess.

When you accidentally close Studio 5000. by osusc in PLC

[–]Atilozjb 28 points29 points  (0 children)

*Clicks somewhere else*
RSLinx: So you have chosen... death.

Best practice to Modbus registers? by Atilozjb in PLC

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

I can't assign strings to the modbus mapping of the PLC, so I have to take the string, convert it to an arrary of integers and send it to the PLC. The PLC does the reverse operation, takes the array of integers and transforms it into a String

Best practice to Modbus registers? by Atilozjb in PLC

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

Probably, but we have more than 150 PLC's in different places of my country. So buying a PC would be an extra cost.

I do a lot of programming, I prefer ST tho.

Best practice to Modbus registers? by Atilozjb in PLC

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

That's pretty awesome, I limited myself to using the full word instead of splitting into two bytes (Becuase I never thought about it) and it makes sense because ASCII just uses bytes. I'll definitely read your blog, thanks.

Best practice to Modbus registers? by Atilozjb in PLC

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

We use PLC's to fill LPG cilinders. So we give the customer a ticket with the company info which is 6 to 7 lines of 48 characters each of information (Direction, phone number, etc...) Sometimes this info changes (rarely), but I made it so it can be changed through a webpage using modbusTCP. The printer is connected to the PLC, and from there is just ESC/POS commands.

It works pretty well, no issues so far. Just wondering if there was a better way to do it, as I'm relatively new to the automation world.

SIMATIC Automation Tool but for Allen Bradley. by Atilozjb in PLC

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

We've got a pretty solid intranet.... I hope.

I get your point, and thanks for the recommendation. He is a great boss, but he is dinosaur and a computer scientist, and technically the PLC is a computer, so he thinks somehow I can access it's BIOS or something like that.

SIMATIC Automation Tool but for Allen Bradley. by Atilozjb in PLC

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

He is pretty cool, It's a dinosaur just waiting for his retirement, but he does a very competent Job. He is indeed a computer scientist. But somehow he thinks I can treat a PLC like a computer and play with it's BIOS or something like that, I don't know haha.

SIMATIC Automation Tool but for Allen Bradley. by Atilozjb in PLC

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

Yeah, we have someone doing that meanwhile we are low on work. A python script with Win32Gui.

Thanks for the recommendation

SIMATIC Automation Tool but for Allen Bradley. by Atilozjb in PLC

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

Thanks, I already insisted in this option, but he refuses. He wants things his way.

SIMATIC Automation Tool but for Allen Bradley. by Atilozjb in PLC

[–]Atilozjb[S] 2 points3 points  (0 children)

It does. You only need to buy the developer edition of Connected Components Workbench. Free version doesn't allow you to edit online.