I wish I could've watched your videos a couple years ago when I started my journey with Fanuc robots. Keep up the good work!
@agorke2512 жыл бұрын
Thanks, nice video. This variable shows that the robot is jogged in manual mode. Can be used in the BG. For example F[1:TEMP1]=($MOR_GRP[1].$JOGGED) ; IF (F[1:TEMP1]=ON), F[10:ROB_JOGGED]=(ON) ;
@yaroslavdemshin54533 жыл бұрын
Большое спасибо за ваши труды!
@francescoc103710 ай бұрын
I have one question. For the type variable STRING , the firdt character start to count 1 or 0?
@MohanLal-cx1he3 жыл бұрын
Keep it up
@eliasortega71323 жыл бұрын
Thank you....
@88malibu482 жыл бұрын
Not sure if you know already or not but it’s neat to know. $dmaurst I believe is how it’s written you can set to true and as soon as the deadman in teach mode is pulled it will reset the robot instead of having to press shift and reset.
@FutureRoboticsChannel2 жыл бұрын
I do know about it, but I did not mention it deliberately, because in my opinion it's not safe to use it. I've seen a lot of accidents and using that might cause one 🙂
@88malibu482 жыл бұрын
@@FutureRoboticsChannel could you tell me what accidents you’ve seen I’m curious. I work in automotive and we have over a thousand fanucs in my shop. I don’t ever mess with that variable due to it doesn’t help me any.
@FutureRoboticsChannel2 жыл бұрын
@@88malibu48 I do talk about two in this video: kzbin.info/www/bejne/g3bad56IepWAj7M But maybe it's worth making a video about the things I've seen 🙂
@fahddghoughi95673 жыл бұрын
you are doing a marbel job , thank you
@FutureRoboticsChannel3 жыл бұрын
Thank you
@raymundoortiz726911 ай бұрын
Is there any number (checksum) such as the Signature Number of the DCS (or CRC of the PILZ) that the robot generates to verify if there was any change in the logic?
@FutureRoboticsChannel11 ай бұрын
Yes of course
@raymundoortiz726911 ай бұрын
@@FutureRoboticsChannel can you tell me wich one is? and where to find it ? thanks
@simplethings96382 жыл бұрын
Please make a video on how to conect PLC to fanuc robot
@ginoleblanc8656 Жыл бұрын
I'm working with P250 Fanuc, I would like to know if there's variables to overide Max Speed of 1500mm/sec? Thank you
@FutureRoboticsChannel Жыл бұрын
I'm unsure about the Paint robots, for regular robots the max linear speed is limited by the controller and mechanical unit, I don't remember seeing a limit for max linear speed anywhere.
@juangonzalelucas3263 жыл бұрын
tank for all videos i am work whit that robot in mi jog.
@camaro75873 жыл бұрын
How would you send that position variable to a plc? How would you do the Setup and what would be the address?
@FutureRoboticsChannel3 жыл бұрын
You can send it using Group Output
@allgasnobrakes16653 ай бұрын
Question how can I enable $DSBL_FLT set to true for some reason it won’t let me set to true. The reason why I want to do this because one of the robot clamp cylinder is bad and needed to be replace. So i want to temporarily disable the cycles.
@FutureRoboticsChannel3 ай бұрын
That is never a good idea. I've been there and seen it, it is done and will be done to keep the production running. Not the correct approach, always fix the issue to avoid damage to the equipment and personnel, but what you can do: Don't change the variable, as this will disable ALL faults, if you'd like to bypass something, either simulate the sensors or modify the logic.
@aletzdez912 жыл бұрын
Hello, I was wonder if there is a variable to check temperature for encoders, to prevent damage for overtemp, could you help me friends?
@FutureRoboticsChannel2 жыл бұрын
I don't think there is a temperature sensor for encoders, but you should be able to check the temperature for motors
@CristobalPerez-hp4mk8 ай бұрын
Hello friend, I've been following your channel for some time, I have a question and to see if you can help me, is there any variable to increase the work envelope (blue utool) I have a backup of a robotic palletizing cell and it has the giant envelope In the roboguide, do you know what the variable is?
@FutureRoboticsChannel8 ай бұрын
I think you are referring to Tool Model of the DCS, this blue bubble can be changed under DCS settings by modifying the tool model
@CristobalPerez-hp4mk8 ай бұрын
no referring the work envolpe with tool , imagine one robot in base 2mts M410iC and the part is near the floor the work envelope is small. is possivel you email i send picture , this robot dont have DCS
@ATOMACH2 жыл бұрын
Thank u !!!
@mickaeldavid13043 жыл бұрын
Nice video but I am not sure about the link. I could not see it
@FutureRoboticsChannel3 жыл бұрын
The link is shown on the screen after you put in your email, you just need to copy and paste it. I'm here to help others, I'm not too concerned about the money :-)
@mickaeldavid13043 жыл бұрын
@@FutureRoboticsChannel Sorry, the white background made it hard for me to see. Thanks for the great content again
@ATOMACH3 жыл бұрын
Hi Sir Can i get all variables manual.
@camaro75873 жыл бұрын
If you find something let me know please
@ATOMACH3 жыл бұрын
@@camaro7587 sure. Once i will get, i will share.
@ElsoMagrao2 жыл бұрын
Hi guys, I'm still waiting for the holy grail 😁
@stoci100 Жыл бұрын
Hi, I have a collaboration robot that I'm making into a semi-collaboration mode where there will be a partial barrier. I have made a DO via SPACE and in it I would need to enable a maximum movement speed of 250mm/s with the appropriate collaboration accelerations. Can you please recommend me VARABLES for this case? Thank you very much
@FutureRoboticsChannel Жыл бұрын
So there are no variables, you will setup everything in the DCS
@stoci100 Жыл бұрын
@@FutureRoboticsChannel Menu->next->system->DCS->collaborative robot-> Speed limit: colaborative speed 250mm/s. Disabling Input : F[61]. Max speed 1000mm/s. you mean this setup? According to my tests, this setting does not limit the speed to 250mm/s, but only monitors if it is not exceeded.
@FutureRoboticsChannel Жыл бұрын
@@stoci100 That is correct. I'm not sure about collaborative, but for regular FANUC there is SFSP (I think that's the name of the input), it's an input that will limit speed to a save speed (should be 250mm/s), it is NOT a safety input. I do not think that FANUC has capability of having a safe input setting the robot speed, you need to change the robot speed based on some inputs (non-safe) and monitor robot speed using a safe input
@Medved1872 жыл бұрын
which variable is responsible for the speed of movement of the robot, now the maximum is 2000mm, do i need 5000?
@FutureRoboticsChannel2 жыл бұрын
If you are talking about linear movement max speed that’s defined by the robot type that you have, for example R2000iB max linear speed would be around 2000mm/sec but R2000iC would have around 3000mm/s
@Medved1872 жыл бұрын
@@FutureRoboticsChannel i'm talking about moving in automatic mode
@Medved1872 жыл бұрын
@@FutureRoboticsChannel and how can you reduce the speed in automatic mode, say, instead of 2000mm, set 500mm through the variables?
@FutureRoboticsChannel2 жыл бұрын
@@Medved187 $MCR.$GENOVERRIDE will change percentage, if you want to limit Linear movement speed, your best luck would be to assign speed to a register and change that register
@Medved1872 жыл бұрын
@@FutureRoboticsChannel i have an arc mate 100 ic robot what is its maximum speed?
@sureshvolgavideos99393 жыл бұрын
Same as variable PDF need remaining topics PDF sir..please share us
@FutureRoboticsChannel3 жыл бұрын
Oh definitely, there will be a PDF for every video, but it will take some time :-)
@akhilvaniyambalam48283 жыл бұрын
its very nice.would you includes subtitles its my request
@FutureRoboticsChannel3 жыл бұрын
There are auto generated subtitles, you can turn them on
@F1GradPrixMontenegro3 жыл бұрын
@@FutureRoboticsChannel Is there a way to read out subtitle as variable on plc as an ASCII code.. 😂 Your work is appreciative, also as it contains some passion and intelligence within, which became rarity, sadly! 🙌
@FutureRoboticsChannel3 жыл бұрын
@@F1GradPrixMontenegro Hmm, without digging more deep into that I would say you need to use EthernetIP and Robot Explicit Messaging, other option would be to use Socket Messaging and a bit of KRL code
@ramukadel83673 жыл бұрын
How to change manual system to auto system , robot only run in manual system
@FutureRoboticsChannel3 жыл бұрын
Could you tell me a bit more ? Are you saying that you are using buttons on the robot cabinet to start the robot and you would like to use something external like a PLC ?
@mattiasarvidsson85222 жыл бұрын
fanuc still have the crappy plastic buttons on their controllers that crack, and fall off the panel .. or the button text wears out in only 15 years