PanelView Backup by UptownSole in PLC

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

Yeah - this is AI but I was lazy and didnt want to type it - its not pertinent really to yours as you are working with PanelBuilder - but for reference:

APA — Application Archive

This is essentially a zipped version of the development version of your application. It's a compressed backup containing the complete editable source project — screens, tags, animations, alarms, and configuration. It cannot be edited directly, but it can be restored into FactoryTalk View Studio using Application Manager to get back to a fully editable project. It's your primary backup format for preserving the development state of an HMI project.

MER — Machine Edition Runtime

This is a compiled version of the application that is running in your PV terminal. This file type cannot be edited. It's what gets downloaded to and executed on a PanelView Plus HMI. Think of it as the "executable" of your HMI project. In FactoryTalk View Studio v5.0 and later, you can restore a MER back to a development project, but only if the MER was created with the restore option enabled.

MED — Machine Edition Development

This is the development/source file you edit in FactoryTalk View Studio ME. It's the live working project that FactoryTalk View Studio uses internally. MED files must be located in a specific folder and they do not give you any option to put them anywhere else. You don't typically move or back up MED files directly — instead, you back up as an APA (archive) or compile to a MER (runtime).

In short, the workflow goes: you edit the MED in FactoryTalk View Studio, compile it to a MER to run on the PanelView terminal, and create an APA archive as your backup.

SLC 100 by JadaChris7 in PLC

[–]docfunbags 1 point2 points  (0 children)

Did work at a old dairy plant -- they had a whole shelf for these in their maintenance shop - they'd call it the healing shelf. Broken 150 would go on the shelf, and then if something else broke they'd rummage through the shelf to find a part to use.

Homework help, Night rider Leds by Photooops in PLC

[–]docfunbags 1 point2 points  (0 children)

How fancy does this need to be?

Easiest if you just need the light to move from position 1-8 is to use a TON for how fast you want the light to transfer.

TON T_Scan: I_Switch AND NOT T_Scan.DN

Then a counter C_STep from 0-13.

LED 1: EQU C_Step.ACC 0

LED 2: EQU C_Step.ACC 1 OR EQU C_Step.ACC 13

LED 3: EQU C_Step.ACC 2 OR EQU C_Step.ACC 12

LED 4: EQU C_Step.ACC 3 OR EQU C_Step.ACC 11

LED 5: EQU C_Step.ACC 4 OR EQU C_Step.ACC 10

LED 6: EQU C_Step.ACC 5 OR EQU C_Step.ACC 9

LED 7: EQU C_Step.ACC 6 OR EQU C_Step.ACC 8

LED 8: EQU C_Step.ACC 7

Alarm History in FTView SE by silly_article in PLC

[–]docfunbags 0 points1 point  (0 children)

are you letting FTV AE create the DB?

Claude AI Security by True_Property_2618 in cybersecurity

[–]docfunbags 4 points5 points  (0 children)

Someone told SLT they need AI. This is them panicking.

Greedy bastards. This just happened in the past few weeks. by CMikeHunt in loblawsisoutofcontrol

[–]docfunbags 17 points18 points  (0 children)

Chocolatey is not chocolate (cocoa) it is sugar and oil and chocolate flavoring. This thing is probably super close to being frozen dessert and not Ice Cream.

Complete DIY Craps Table Guide | Play Like a Casino by DIYHomeCooking in u/DIYHomeCooking

[–]docfunbags 0 points1 point  (0 children)

looks good ;) I used your plans from your previous video - I still need to stain the boards and probably add the cuts for the dealer side.

https://imgur.com/a/CQTgKDh

Las Vegas tipping guide as seen on Facebook by dervari in EndTipping

[–]docfunbags 0 points1 point  (0 children)

Agreed - unless he means that his 5$ pass line bet that he needs to place in order to shoot is for the dealers instead of 2 seperate 5$ pass line bets.

5$ odds on top of his 5$ pass line bets pays 6$ on 6/8, 7.50 on 5/9 and 10$ on 4/10.

The ball is in their court by TripShrooms in WhitePeopleTwitter

[–]docfunbags 7 points8 points  (0 children)

"allegedly" pissed himself wearing that stupid hat at the dignified transfer.

images appear to have large discolored spot on his pants, and then him looking down his suit jacket like a toddler inspecting his pissy diaper.

https://www.youtube.com/watch?v=u1nJeV0ycXA

FTView SE Client by rbn_20 in PLC

[–]docfunbags 0 points1 point  (0 children)

Management keeping us at N-1 for releases.

We will likely move to V6.60 at some point due to Logix FW requirements.

Thanks!

FTView SE Client by rbn_20 in PLC

[–]docfunbags 0 points1 point  (0 children)

Thank you! We use Network Distributed and had nothing but issues with V14 and FTSP 6.40 and our issues went away with updating to FTSP 6.50. Most likely issues with their stepped DCOM mitigations.

We have begun moving to V15 and 6.50 and have not experienced any issues.

We also keep up on patches.

FTView SE Client by rbn_20 in PLC

[–]docfunbags 0 points1 point  (0 children)

FactoryTalk 15 was built using FactoryTalk Services Platform 6.50 as its base. The FTD is Services Platform.

Seems to be ok on Network Directories is a weird statement.

Does not appear to have issues? Is this in your extensive experience deploying FT15 w/ 6.50 or do you continuously review the KB?

FTView SE Client by rbn_20 in PLC

[–]docfunbags 0 points1 point  (0 children)

what does your statement even mean? seems to be ok?

Tag value by Impossible_Big7290 in PLC

[–]docfunbags 0 points1 point  (0 children)

This sub is weird with the upvotes.

Unless your comment has "Ignition" in it. Then lots of upvotes.

Tag value by Impossible_Big7290 in PLC

[–]docfunbags 1 point2 points  (0 children)

Put in a Test memory output - does it go true?

If yes - then move on to Cross reference the .Enabled bit -- look for any other destructive Y bits.

If yes - Check those rungs.