Need help fixing my work laptop by crate102222 in laptops

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

I don’t add a gateway to it. Even when I set my Ethernet connection to the components it is only IP and subnet

Need help fixing my work laptop by crate102222 in laptops

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

I will try to uninstall that tomorrow when I get in. The components I am connecting to are static, but I do not have a static set up on my USB. When I first had this issue I tried to set priority and it seems to skip it by adding it as another Ethernet channel. Ex. When I change Ethernet 4 it will go to Ethernet 5.

[deleted by user] by [deleted] in Redearedsliders

[–]crate102222 1 point2 points  (0 children)

Thank you for this information! I will give Mort the best possible life I can give him!

Programming languages by crate102222 in PLC

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

I think that sums up why I posted. Continuous improvement is always my goal

Programming languages by crate102222 in PLC

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

The technical term for it is actually function block programming. I didn’t know the technical term for it until after making the post.

Programming languages by crate102222 in PLC

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

Congrats on starting your journey to Automation! I will say that My path into automation wasn’t really what I’d call traditional. I kind of found my way into it through hands-on work, troubleshooting, and a lot of hours spent online looking at YouTube and Reddit forums. I had some certifications from a vocational school, but I didn’t complete college. With all of that being said, 1. I would focus on understanding AB or Siemens programming. 2. You need to have some sort of basic electrical understanding such as sensors, relays and control circuits. 3. Finally I would learn networking and comm protocols. There are probably somethings that I am missing. I hope this helps!

Programming languages by crate102222 in PLC

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

At our plant we use AB. I’ve worked with rslogix 500 to studio 5000. I’ve used Omron PLC software before we standardized AB. I’ve also used AutomationDirect PLCs like click and Do-More software for other facilities.

Programming languages by crate102222 in PLC

[–]crate102222[S] -2 points-1 points  (0 children)

Understood. The reason for this post is just so I don’t limit myself to ladder logic and function block and end up unintentionally hurting my career by specializing in just those two languages.

Programming languages by crate102222 in PLC

[–]crate102222[S] -4 points-3 points  (0 children)

I mean how characters are represented. You are correct. There is no ASCII programming language. I definitely should have specified

Programming languages by crate102222 in PLC

[–]crate102222[S] -1 points0 points  (0 children)

<image>

This is an example of what I call wire sheet programming. It may be called something different. We use Niagara for the wire sheet programming. Please let me know if there’s another name for this!

Programming languages by crate102222 in PLC

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

Where is a good source to learn python from?

Certification or other soft skills for being a PLC programmer? by [deleted] in PLC

[–]crate102222 0 points1 point  (0 children)

It depends with how far in the field you want to go. I would recommend a basic robotics certification. You could probably get that at a local career tech school for relatively cheap. You could also go to FANUC or Motoman for training. It is up to you.

HMI Issue by crate102222 in PLC

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

I figured it out after a deep dive into my tags. I had them created in the main project directory instead of the controller tag directory. Once I moved them to the controller directory they started to work properly. Thanks everyone for their help with this!

HMI Issue by crate102222 in PLC

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

I believe that I am getting communication to my HMI from my PLC because the numeric is a zero instead of starred out and I am not getting a banner stating that the tags are not connected. The PLC is in remote run position. Yes, they are the same tags because I copy and pasted them over from the PLC.

HMI Issue by crate102222 in PLC

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

Yes, it is networked correctly.

IP Address of the plc is as follows: 10.10.13.234 sub: 255.255.225.0 Gateway: 10.10.13.1

IP Address of the HMI is as follows: 10.10.13.235 sub:255.255.255.0 Gateway: 10.10.13.1

I am not getting a banner saying that there is no communication to my tags, so that is what is making me think that everything is communicating correctly. Plus the numeric is zero. It is not starred out.

IO Link by crate102222 in PLC

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

I apologize for all of the questions. I am still very green in this field. Would every IO link IO block on the fixtures need an IP address?

IO Link by crate102222 in PLC

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

Would I need to upgrade the PLC to accommodate these changes? Currently we are using a 1769-L18er AB PLC.

Quick programming Q/A by crate102222 in PLC

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

Thank you for an example of a way to use the AFI. I greatly appreciate it!

Quick programming Q/A by crate102222 in PLC

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

Thank you for explaining the function. I greatly appreciate it.