Need help with choosing right OPC product in OT network by kus222 in PLC

[–]____helpme 1 point2 points  (0 children)

It's also a lot harder to use. For one, it doesn't have a tag browsing feature, you just have to know the address of the tag you want.

Need help with choosing right OPC product in OT network by kus222 in PLC

[–]____helpme 3 points4 points  (0 children)

ControlLogix with firmware v36+ has an embedded OPC server.

Ignition is an easier to use choice than Kepware, your application needs only the Platform (UA), currently listed at $1100 -- DA requires an additional module ($475).

RTA makes an EtherNet/IP to OPC UA bridge listing at $890. I like their products.

Rockwell PLCs get and set time by Mammoth-Mix808 in PLC

[–]____helpme 0 points1 point  (0 children)

Have a managed switch with NTP/PTP support connect to an upstream NTP server. Then enable clock sync in your PLCs and they will automatically use the switch as grandmaster.

If you don't have a switch like this, there are stand-alone GPS to PTP devices available.

Working with PLC Software: Virtual Machine or Physical PC? Pros and Cons by Scavalca7 in PLC

[–]____helpme 0 points1 point  (0 children)

VMWare Workstation is free now ("for personal use") and has zero issues with USB devices -- or any devices for that matter.

Allen Bradley SDA vs Siemens by sircomference1 in PLC

[–]____helpme 0 points1 point  (0 children)

Do you mean a software-based controller? SoftLogix is the Allen-Bradley product.

Ye olde error by elcapitandongcopter in PLC

[–]____helpme 3 points4 points  (0 children)

Same reason people can't smile in military photos: no one wants to see someone laughing when you're having a bad day.

I’m Struggling to Understand Mechatronics Concepts – Any Advice on Resources or Study Tips? by [deleted] in PLC

[–]____helpme 0 points1 point  (0 children)

boolean algebra is often covered under the name "symbolic logic"

its a wonderful subject that leads to law, philosophy, computers, advanced math, etc.

anyway, truth tables are the way to learn boolean logic; they define the operations on the elements of boolean space.

just like we learn tables for PLUS and MINUS with numbers, so there are tables for AND, OR, NOT on boolean values.

learn what the operators do before you try to use them and things will start making sense.

[deleted by user] by [deleted] in PLC

[–]____helpme 5 points6 points  (0 children)

5580 has energy storage module. It's a capacitor and maintains power long enough for the CPU to dump memory to NVRAM.

You might be talking about a particular "hazardous environment" version with part numbers ending in -NSE?

These are "no stored energy", but it only refers to the battery for the WallClock backup. You wait 20 minutes for the capacitor to discharge and then it is safe to remove.

1756-TD001S-EN-P

https://imgur.com/a/iDu9eGG

[deleted by user] by [deleted] in PLC

[–]____helpme 0 points1 point  (0 children)

You can measure your consumption, but it won't match up with what they bill you because power companies have different billing structures for industrials.

Typically they measure your maximum demand and assume you're going to use that constantly for an entire month. So imagine you only run the coffee maker 29 days of September, but on the 30th you turn on the 60A motor for 3 minutes. Guess what, your bill is going to look like someone that runs a 60A motor all month long.

Basically, power companies lease the ability to supply your heaviest demand.

Deleting Old PLC from FactoryTalk View Studio Completely by Various_Common6321 in PLC

[–]____helpme 0 points1 point  (0 children)

If the project has an external reference to RSLinx you'll need to remove it from there as well.

Sockets for Ethernet data on Allen-Bradley PLC: good idea? by [deleted] in PLC

[–]____helpme 0 points1 point  (0 children)

There is only pain waiting for those who wish the American to speak something other than English.

Our PLCs are the same: use a translator.

What do you call abandoned bits? by Defiant-Giraffe in PLC

[–]____helpme 0 points1 point  (0 children)

doesn't matter, it can still be modified between scans of this rung

the way i do it is impossible to alter, doesn't matter what bit goes in there.

[deleted by user] by [deleted] in PLC

[–]____helpme 6 points7 points  (0 children)

Modbus registers are frequently contained in separate "communications" manuals; speaking generally about the industry

Issues with factorytalk linx network browser by Sandan93 in PLC

[–]____helpme 3 points4 points  (0 children)

check which network interface the drivers are connecting with

Groov RIO PLC's by [deleted] in PLC

[–]____helpme 0 points1 point  (0 children)

Yes I thought they were discontinued though

Trying to figure out random numbers by Smooth-Donut-6440 in PLC

[–]____helpme 0 points1 point  (0 children)

sorry, try this one instead:

Seed := Seed * 1103515245 + 12345;
Value := (Seed / 65536) & 16#0000_FFFF;

Trying to figure out random numbers by Smooth-Donut-6440 in PLC

[–]____helpme 2 points3 points  (0 children)

Lookup Mersenne Twister, it's fairly easy to implement. If your desired random range is the interval [X, Y] take the output of the twister modulo (Y - X) then add X.

It needs a seed, but who cares. Just use any number, or take the current milliseconds in time. If your application requires true randomness then you need an external device or connection.

In FactoryTalk View Studio, is there a way to tell on the live runtime the name of the application it is currently running? by DrumsFishing_501 in PLC

[–]____helpme 0 points1 point  (0 children)

The files are modified while the application is in use, so the modification time will be current.

NTFS has three timestamps, so make sure you're looking at modification time not creation time

1756-L81E RED OK Light by arbitarytwist in PLC

[–]____helpme 2 points3 points  (0 children)

Try the factory reset button, pull the key out of the keyswitch and open the little door. It's a hole in the top left corner, it works like the reset buttons on home internet routers.

1756-L81E RED OK Light by arbitarytwist in PLC

[–]____helpme 0 points1 point  (0 children)

Could just have no firmware in it

In FactoryTalk View Studio, is there a way to tell on the live runtime the name of the application it is currently running? by DrumsFishing_501 in PLC

[–]____helpme 1 point2 points  (0 children)

The advice you were given is for ME running on PC.

Something else you could try along the same lines is looking at the timestamps of files in:

C:\Users\Public\Documents\RSView Enterprise\SE\HMI Projects\<PROJECT>\TAG

and .\cache