@@LeTomasAHUMADA yes, I checked it out, but it did not show what to do when you have more than one of each block. like 3 READ_VAR and 3 WRITE_VAR how does that work?
THank you soo much for the explaination. Now i was able to communicated M262 with Jaka robot. My one request would be how does the structure vary for READ_VAR FB ? Because I'm confused about the step where I get to read data after triggering. Thank you
Hi there! Congrats on the integration with the robot 🎉. If you use the READ_VAR the info received will be in the buffer so you need to use the info from there, example: wMyVariable := arBufferRecv[0];
@@LeTomasAHUMADA Hello again! Sorry for disturbing but when it comes to Robots I get machine values which are in Float32 format. I tried to use REAL and converted REAL to INT but still it didn't work. As per BOOL variables it works perfectly. Can you help me what should be done if the values that are being processed and anything else but BOOL types ? THank you
@@krompir4392 if the value that you are trying to read it gives you error then it is a different problem. Now if you read something then you have two words you can assign the values to two memory words that you create and in the same position create a real, for example: wVar1 : WORD AT %MW0; wVar2 : WORD AT %MW1; rVar : REAL AT %MD0;
Hi there! If i am not wrong you will need to do something similar to this: EcoStruxure Machine Expert Training - M10.8 Communication beetween M2xx with MC80 (Modbus Serial) th-cam.com/video/fPpyHozzgW0/w-d-xo.html
The invisible hero detected :) Thank you Leandro! I hope all the good things will find you
you are welcome :) If there is any topic you would like me to cover let me know and with time i will make it
THank you soo much for the explaination, can you send me this exemple please ?
Thank you, love your videos :) Do you have one showing the cascade? Like for many Read and write FB's due to new offset?
Hi there! I believe is this one:
th-cam.com/video/PYHTWputFsQ/w-d-xo.html
@@LeTomasAHUMADA yes, I checked it out, but it did not show what to do when you have more than one of each block. like 3 READ_VAR and 3 WRITE_VAR how does that work?
THank you soo much for the explaination. Now i was able to communicated M262 with Jaka robot. My one request would be how does the structure vary for READ_VAR FB ? Because I'm confused about the step where I get to read data after triggering. Thank you
Hi there! Congrats on the integration with the robot 🎉. If you use the READ_VAR the info received will be in the buffer so you need to use the info from there, example:
wMyVariable := arBufferRecv[0];
@@LeTomasAHUMADA Thanks alot!!
@@LeTomasAHUMADA Hello again! Sorry for disturbing but when it comes to Robots I get machine values which are in Float32 format. I tried to use REAL and converted REAL to INT but still it didn't work. As per BOOL variables it works perfectly. Can you help me what should be done if the values that are being processed and anything else but BOOL types ? THank you
@@krompir4392 if the value that you are trying to read it gives you error then it is a different problem. Now if you read something then you have two words you can assign the values to two memory words that you create and in the same position create a real, for example:
wVar1 : WORD AT %MW0;
wVar2 : WORD AT %MW1;
rVar : REAL AT %MD0;
Hi can i use this method to data exchange with M580 HSby controller
Hi there! If i am not wrong you will need to do something similar to this:
EcoStruxure Machine Expert Training - M10.8 Communication beetween M2xx with MC80 (Modbus Serial)
th-cam.com/video/fPpyHozzgW0/w-d-xo.html
What i is first object you mentioned 8501? Sir
Hi there! Is this example the 8501 is the register on the avatar “motor one direction” in a TeSys Island.
@@LeTomasAHUMADA thankyou
💪💪💪
😊