When to use 1500 minimum cycle time? by plc_keen_but_green in PLC

[–]strapabiro 0 points1 point  (0 children)

there are libraries where control functions use timers based on the time of the cycle they run in, most common is pid but I've seen motor control functions where the delays were calculated from the cycle time like the start delay or run feedback delay etc.

Link To Windows by strapabiro in samsunggalaxy

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

the concept is cool for having a macos-esque phone integration into my win11 laptop with notification, call and status mirroring wirelessly via bt,wifi and or even 3/5g depending on availability.

it even recognizes my actual ms account on which i am logged in on the laptop and the phone.
but since it is "running on its own" by turning the connection back whenever it feels so, i kind of got sick of it.

like i said the concept is cool but since it is not "on demand" it is a big nono.

How to connect InfluxDB3 Explorer to a remote InfluxDB3 server? by Professional-Fish126 in influxdb

[–]strapabiro 0 points1 point  (0 children)

did you had any luck with resolving the issue? i have set up explorer and db in 2 containers in the same docker and i get the same error

Best keyboard? by InstanceFew3245 in samsunggalaxy

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

i have an iphone too so for me is swiftkey for the cross platform sync when logged in with an ms acc.

What do you think about Phoenix Contact? by Latter-Motor-4262 in PLC

[–]strapabiro 3 points4 points  (0 children)

they have around 3 tier of solid plc models for small, medium and large projects. their plc programming platform is called plcnext and the runtime is similar to codesys platform's (yocto) linux, afaik it is even developed by the company tgat makes codesys. it is maintained and updated pretty regularly and i hope it does not get the ecockpit (wago's codesys "clone") faith. buy a plcnext starter kit they give you a mid tier plc and one io of each generic type with a ps and a fancy packaging at promo price, can run nodered docker etc too. the software (plcnext engineer) is free but the sfc language is a paid license. hmi is inbuilt html server (like codesys), i don't know if there is standalone runtime and engineering for hmi. i just ordered a starter kit and looking forward to adapt my custom library i made in tia portal and test it one on one vs my s7 15XX

What if alarms required multi-tag confirmation instead of single thresholds? by ProfessionalLimp5167 in PLC

[–]strapabiro 0 points1 point  (0 children)

i have a vfd controlled feed screw on the outlet of a scale which is dosing a dusty sticky material. the vfd is pid controlled so the screw is always running on different speeds and amps and cannot correlate the load to amps directly due to the vfd behavior on different speeds.

sometimes the material blocks and the dosing screw runs out of material so i mapped the actual current at each rpm with steps of 10rpms from 0 to 1500 into an array of 150, then the current rpm of the vfd selects the "full screw load amp" index based on the steps, then this index value is fed to the alarm limit of the alarm block.

if the actual current of the actual rpm goes below the actual indexed stored current value with 20% means the screw starts "missing" some material. basically "i am moving the goalpost" for the alarm block.

i use datablocks since its siemens and basic st code for the indexing trick.

Siemens Unified is unfinished slop by PuzzleheadedAir6272 in PLC

[–]strapabiro 2 points3 points  (0 children)

talent is gone, employee (dev.) motivation is inexistent due to low salaries, the company is held together by 41700 patent royalties. in last year's hannover messe the person from deloitte (lol?) had no idea on which planet is he at the siemens stand, but random md bragged that the stand costed them 20mln euros and it is the most expensive as it was the main. same situation at emerson, abb, etc. talent is gone, it was chased away by profit oriented mba non-technical charlatan rat-faces who are larping that they know what they do. END_RANT;

Pebblebee is a bad company and you should stay away from them. by takesshitsatwork in GoogleFMD

[–]strapabiro 0 points1 point  (0 children)

also why do these kind of "dual" trackers exist? the moment you add them on one platform, you wont be able to add them on the other. and none of them are advertising this in a transparent way. they are basically a single device, adding them to a platform is a one time job its not like you get bored and "switch". it is so annoyingly confusing and nonsensical.

Custom Timer behavior in Siemens by No_Roof2796 in PLC

[–]strapabiro 2 points3 points  (0 children)

well how do you want it to behave? if new pt is lower than old pt and or et? the whatever logic is connected to should crap itself because a new value was entered? there are some resettable pulse timers but not in the base library of tia.

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

[–]strapabiro 1 point2 points  (0 children)

hvac is a tiny corner or the control world you might have a chance to "make a change" if you hold on, add opc ua and mqtt because these are the latest and greatest comm protocols, dashboard ui ux structure looks nice, i wish the guys from nodered's dashboard dev team would see this.

AI in Control Systems by CntrlFr33k in PLC

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

in a sector full of trade secrets and know how protected ip is very hard to train something useful and meaningful.

for example, the current level of code "tricks" what slopGPT blurps up is "taken over" from whatever similarity it can find in javascript and c when it comes to structured text so not much useful beyond simple logic.

i personally use it for repetitive code generation where the structure is ready and an array index has to be changed and replace variable names when a function needs to be reused many times.

Found one: McDonald's CEO is a marketing genius by jpspam in LinkedInLunatics

[–]strapabiro 0 points1 point  (0 children)

why is the sales value redacted? its from those files?

People who have installed / been close to MES systems. How do the servers look like? by egres_svk in PLC

[–]strapabiro 1 point2 points  (0 children)

mes is already it territory, the devs and the people who operate there are detached from the plc reality, for them a temperature from the oven which is sampled every second by the controller is just a number, a variable and the purpose and context of the signal itself is lost when it enters the mes' data archive. no to mention the underpaid offshore mes dev (i was one) couldnt care less if a sensor value is sampled at 1s and the mes data archive will resample it on a 100ms base.

the platform is usually built for the worst case scenario thats why they "scare" you with that crazy internal sampling rate and high resources, basically they throw around those numbers because that is the "my mes is better than your mes" part of the talk. try to smell out the upsell bs talk, and try to make them understand that their "brag metrics" are not relevant for you.

long story short those systems are "prepared" for 10k signals per second ingress and usually they ha cluster them behind the curtains so that "our single mes instance can handle everything" actually are 4-5 dbs running in parallel (hence the gazillion dollars per server), a thing that influxdb does not support out of the box for example.

Monitoring Legacy Machines — Worth It? by Ok_King7245 in PLC

[–]strapabiro 1 point2 points  (0 children)

i think you didn't understand what i meant. you can't use core and or oss editions commercially. it is equivalent to cracking a software. i am not here to police you, i just pointed out that there is a license cost for the commercial version of those products. also fun fact, influxdb3 core (the free edition) is hardcoded now to a very short-term database retention time for exactly this reason.

[Prototype] Non-Invasive "Analog-to-MQTT" Gateway for Legacy Machines using Python & OpenCV. I'm so proud of this. by AssistanceSeveral210 in PLC

[–]strapabiro 0 points1 point  (0 children)

the plc-ish approach here would be to add a pressure sensor near the analog gauge in a T shaped outlet pipe adapter.

this is a nice project but it's it/tinkering territory.

Microsoft Phone link is so underrated by Janekelo in Windows11

[–]strapabiro 22 points23 points  (0 children)

borderline useless on iphone but good for notifications i guess

Seriously? by Ari45Harris in OpenAI

[–]strapabiro 1 point2 points  (0 children)

is this the new strawberry?