keren banget pemaparannya, saya dari indonesia thank to chanel learn PLC Advance.
@aadilferoze36215 жыл бұрын
Awesome Stuff! Well Explained!
@cruzadanortenacn70925 жыл бұрын
DO they have to both same tag location? EX..controller tag to controller tag?(same controller) or can they be any program tag to main program..etc. because i a cannot move any DINTs (both program tags) . i am trying to move a zero to a dint and it will not change
@SolisPLC5 жыл бұрын
No, most instructions don't have this limitation. Only certain CONTROL based tags need to be specified as controller only. I can only think of the PID and MSG instructions right now, but there are several others.
@cruzadanortenacn70925 жыл бұрын
@@SolisPLC thank you for the reply! it ended up being the new routine i created was not added as a subroutine in main program! thanks again.
@tanmaysathaye51955 жыл бұрын
Very nice algorithm! Its simple but a really usful one. Thank you for the knowledge😊.
@chrisjay51276 жыл бұрын
So the equal box is just comparing the source A and B values and if the imported value (B) matches the source value (A) the rung becomes true? What are these boxes called?
@SolisPLC6 жыл бұрын
Chris, that's 100% correct. The EQU instruction is just there to indicate TRUE if both values are identical. They're called Ladder Logic Instructions. In this case, it's a conditional instruction since it resides on the left side of the ladder and is a condition for the rung to execute.
@chrisjay51276 жыл бұрын
@@SolisPLC Perfect thank you for all the help man. I'm am an electrician in the auto industry so I will be using the plc for minor program changes, testing and troubleshooting.
@nelsonvermilyer89414 жыл бұрын
Very helpful stuff, Thanks
@Automationacademytv2 жыл бұрын
Nice one
@DSNCB9195 жыл бұрын
Hmm I did this for temperature set point changing the temp from 150 to 125 all I changed was the destination and it worked I'm confused
@altabaie4 жыл бұрын
How to copy "Hello world" to MyString which is a variable of type STRING?
@evggan26853 жыл бұрын
Spasibo!
@wilsonaguokolo37572 жыл бұрын
Nice
@azamghamari27373 жыл бұрын
Thank you of your exciting video, how we can have access and read the amount of the register system_INT[2]?
@SolisPLC3 жыл бұрын
It depends on what you want to do with the value. You can for example use an HMI to read this register and display the value on the screen. You can compare this value to another on the PLC using something like the GRT. Example: When Temperature Actual (GRT) Temperature Setpoint DO something.