Hello thank you for the video and all the contet, has been a lot of help. The only question i have is if there is a list of what does each number in the ualarm_sev. Thakns!
@@FutureRoboticsChannel there is options to record position for space function _ Basis vertex, second vertex, and side length. I could not understand what is side length, so please explain
@@ATOMACH oh, no I get it. You are asking about FANUC Space Function Option, I got confused because it's under User Alarm video. I can make a video about it in the future :-)
I am having similar issue with my R2000iB Robot. While it is running the main program, at certain steps it will stop and give the following error Alarm Detail: "SYST-034 HOLD signal from SOP/UOP is lost" Initially I thought there might be a problem in the program. I restored the backup softwear, but this did not eliminate the problem. If there was any alteration to the program causing the issue that would have been eliminated by restoration, or am I missing anything? I have also been directed to check all the input output signals to PLC, I asked my controls techs to look into that. they came back to me and said they did not notice anything obvious. I am lost now, anyone have had similar issue and what the remedy was?
Hello, as the message states: "SYST-034 HOLD signal from SOP/UOP is lost" means that you've lost HOLD signal, which means that HOLD (UI[2] = OFF). As you see it's an INPUT, that most likely comes form the PLC (you need to check what is UI[2] mapped to, but 99% it's going to be PLC). This error shows when the UI[2] changes state from ON to OFF when robot is running, so in order to troubleshoot your PLC guy have to set up a monitoring for that signal (do a trace for signal that goes to your UI[2]) and you will find if the PLC is loosing the signal. Than to find out why, he has to do a trace for ALL signals that are linked with UI[2] signal and by looking when UI[2] was lost you will find why.
Thank you for sharing, it is usefull information
thank you a lot
Thanks a lot , kindly make video on palletizing programming
You can take a look at this video, I'm making a simple palletizing program there:
ruclips.net/video/3LeosDMstbc/видео.html
@@FutureRoboticsChannel thanks 🙏
Hello thank you for the video and all the contet, has been a lot of help. The only question i have is if there is a list of what does each number in the ualarm_sev. Thakns!
His Other Video has it
ruclips.net/video/9lUEF2nE_rw/видео.html&ab_channel=FutureRobotics
@ 17:34
Hi sir
I get the error while i start from operator panel in auto mode
UOP is the master
Is there any setting need to do?
In MENU->SYSTEM-> CONFIG menu you need to select your start as LOCAL
Hi sir
Can u tell me what is the meaning od side length in space function.
Not quite sure what do you mean, could you tell me a bit more
@@FutureRoboticsChannel there is options to record position for space function _
Basis vertex, second vertex, and side length.
I could not understand what is side length, so please explain
@@ATOMACH oh, no I get it. You are asking about FANUC Space Function Option, I got confused because it's under User Alarm video.
I can make a video about it in the future :-)
Nice❤
Is UALM to DO possible, or just programmed in two lines?
I'm not 100% sure what do you mean, if UALAM is programmed as FAULT it will turn on FAULT signal automatically.
What is the Fanuc Roboshot 110 alarm no. 332??? Control panel button failure???
Unfortunately, I do not know it's not a industrial robot error, it's other FANUC product
I am having similar issue with my R2000iB Robot. While it is running the main program, at certain steps it will stop and give the following error Alarm Detail: "SYST-034 HOLD signal from SOP/UOP is lost" Initially I thought there might be a problem in the program. I restored the backup softwear, but this did not eliminate the problem. If there was any alteration to the program causing the issue that would have been eliminated by restoration, or am I missing anything? I have also been directed to check all the input output signals to PLC, I asked my controls techs to look into that. they came back to me and said they did not notice anything obvious. I am lost now, anyone have had similar issue and what the remedy was?
Hello, as the message states:
"SYST-034 HOLD signal from SOP/UOP is lost" means that you've lost HOLD signal, which means that HOLD (UI[2] = OFF). As you see it's an INPUT, that most likely comes form the PLC (you need to check what is UI[2] mapped to, but 99% it's going to be PLC). This error shows when the UI[2] changes state from ON to OFF when robot is running, so in order to troubleshoot your PLC guy have to set up a monitoring for that signal (do a trace for signal that goes to your UI[2]) and you will find if the PLC is loosing the signal. Than to find out why, he has to do a trace for ALL signals that are linked with UI[2] signal and by looking when UI[2] was lost you will find why.