it's just lovely! thanks so much! waiting for more videos!
@kamranbelal73 жыл бұрын
Very informative, to the point
@chamilasandaruwan60613 жыл бұрын
Tnx your video sir this lesson very difficult to understand for me but I could able to understand this lesson very easy from this video tnaks for your effort
@rashidchibvuri20362 жыл бұрын
Thank u very much sir ...well explained.
@rinuzx3 жыл бұрын
Simple explanation
@Vijay_siraw4 жыл бұрын
very nicely explain....who dislike this video
@surendrakumar-vj5zj2 жыл бұрын
It's useful..
@sureshbuddha3 жыл бұрын
Thank you, you made it easy
@khalidhassan8142 Жыл бұрын
nice
@hasankeskin9773 жыл бұрын
Hi Dear I have a question , How can i combine 2x16 bit into 1x32 bit ?
@almukhtar773 жыл бұрын
If they are next to each other just call the address Mdxx if they are not use move commands to move the values next each other and the call them by MDxx
@hasankeskin9773 жыл бұрын
@@almukhtar77 I read 2 int value from MODBUS Register of 40001 and 40002 , i need to combine these values and convert to DINT
@almukhtar773 жыл бұрын
@@hasankeskin977 move first value lets say mw100 then move other value to mw102 then you value will be md100 , be careful wich one is the least significant value
@hasankeskin9773 жыл бұрын
@@almukhtar77 Can we do that without using move command ? How can i do these operation with math operations ?
@osamanasher25502 жыл бұрын
Dear Ali thank you very much for this vidio I need clarification and your support for following question if I get three plc either same or different brand how can summarize the data size to determine the size and specification of switch , data warehouse ? I mention three plc just as example If it is more no issue my point is there reference to determine the size of date store ???? I fully appresdiate for your support in advance Best regards Osama nasher
@تكلمبالعربية_وهران4 жыл бұрын
مشكور جدا أخي
@dextermazuka5022 Жыл бұрын
Best ever
@AMIRALI-jj8sf3 жыл бұрын
Thank you for make me understand
@tayzar45782 жыл бұрын
Thanks
@krishnarangaiah453 жыл бұрын
Can you please explain difference between Word & UINT, Double Word & UDINT please.....
@almukhtar773 жыл бұрын
Word is the size 16 bit. uint is the type that has a size of word, it hold value between 0 and 65xxx because its unsigned integer