PLC Data Types & Structures - Allen Bradley PLC RSLogix 5000 Basics Programming BOOL INT DINT Arrays

Описание к видео PLC Data Types & Structures - Allen Bradley PLC RSLogix 5000 Basics Programming BOOL INT DINT Arrays

PLC Data Types & Structures - Allen Bradley PLC RSLogix 5000 Basics Programming BOOL INT DINT Arrays

Visit https://SolisPLC.com for more Tutorials, Information & to connect with the Community

The most fundamental programming block is a boolean which stores the value equal to 0 or 1. A boolean is used for most basic instructions and to evaluate most logic within PLC programming.
At the point of creating a tag through laying out logic or by using the tag creator, the user may specify the data type for the tag. Through the tag creation tab, the data type is specified within the "Data Type" tab. Note that once the tag is created online, it's impossible to change the type. The workaround to make that happen would require the user to delete the tag and re-create it again.
By typing in the tag "Data Type", a window is opened from which the user may choose the type of tag one wants to create. Note that the types listed here will include the default Allen Bradley as well as custom UDTs.
As a beginner, you'll be creating a lot of Boolean tags while programming. Most basic instructions such as the XIC, XIO and OTE utilize BOOLs. It's important to keep in mind that creating a large number of BOOLs can be done through different means. The first way is to use individual booleans from within DINTs as we'll see in the next section. The second way is to create arrays of BOOLs as we will see in the last section.

Full Tutorial:
https://solisplc.com/plc-data-types-s...

Find us on social media:
Web: http://solisplc.com/
Forum: https://solisplc.com/forum/
LinkedIn:   / solisplc  
Facebook:   / solisplc  
Instagram:   / solisplc  
Twitter:   / solis_plc  

Other Cool Content:
Raspberry Pi Ignition Edge Installation | Industrial SCADA Inductive Automation Tutorial NOOBS IoT
   • Raspberry Pi Ignition Edge Installati...  

PLC Networking Basics Tutorial | RSLinx Classic Lite EtherNet/IP Driver Configuration User Training
   • PLC Networking Basics Tutorial | RSLi...  

PLC Interview Question - Array FIFO Logic Programming Example Average Rolling Mean RSLogix 5000
   • PLC Interview Question - Array FIFO L...  

PLC Programming Tutorial | Allen Bradley Training in RSLogix 5000 Ladder Logic Basics for Beginners
   • PLC Programming Tutorial | Allen Brad...  

Industrial Relay Control System | Wiring a 24 Vold DC Relay Circuit
   • Industrial Relay Control System | Wir...  

Комментарии

Информация по комментариям в разработке