13engines
Stainless
- Joined
- Jun 30, 2015
- Location
- Saint Paul
I've managed a mostly working legacy Renishaw Probe System on a mid 90's YCM Supermax 3 w/Fanuc OM-C control. I've got Macro B w/Extended Variables.
I don't yet have the extended keyboard so I can do very little in MDI. I've calibrated and run simple Inspection Plus routines successfully. But it's the GoProbe functionality that I really want working.
As a test I've been trying to run a Single Surface Y axis measurement. Command line used is G65 P9901 M1. A2. S55.
It goes through a few nesting cycles eventually throwing an alarm after returning to the main 9901 GoProbe Macro. When it sees the following line it alarms with "115 P/S Alarm". This alarm is early on and before the Probe even turns on. BTW this line does not cause my 18M-C Mori any trouble at all.
M98P9723 (Returning from this short basic time stalling sub to the main 9901 program)
#16=#[#107+#29] (this line)
IF[#120AND3EQ1]GOTO2
#16=#[#106+#29]+#[#107+#29]
Included 2 following lines in case some Look Ahead issues
Fanuc Manual: 115 P/S Alarm
A value not defined as a variable number is designated.
-----------------------------------------
In a subsection of the alarm:
The header contents are improper. This alarm is given in the following cases.
High Speed Machining
1. The header corresponding to the specified call machining cycle number is not found.
Then 4 more about out things of range
5. The storing start data variable number of the executable format data is overlapped with the variable number used in the header.
Yes... a mouthful. Please help. I'm all ears. This is the last thing holding me up. Wasting a lot of time already. Thanks!
I don't yet have the extended keyboard so I can do very little in MDI. I've calibrated and run simple Inspection Plus routines successfully. But it's the GoProbe functionality that I really want working.
As a test I've been trying to run a Single Surface Y axis measurement. Command line used is G65 P9901 M1. A2. S55.
It goes through a few nesting cycles eventually throwing an alarm after returning to the main 9901 GoProbe Macro. When it sees the following line it alarms with "115 P/S Alarm". This alarm is early on and before the Probe even turns on. BTW this line does not cause my 18M-C Mori any trouble at all.
M98P9723 (Returning from this short basic time stalling sub to the main 9901 program)
#16=#[#107+#29] (this line)
IF[#120AND3EQ1]GOTO2
#16=#[#106+#29]+#[#107+#29]
Included 2 following lines in case some Look Ahead issues
Fanuc Manual: 115 P/S Alarm
A value not defined as a variable number is designated.
-----------------------------------------
In a subsection of the alarm:
The header contents are improper. This alarm is given in the following cases.
High Speed Machining
1. The header corresponding to the specified call machining cycle number is not found.
Then 4 more about out things of range
5. The storing start data variable number of the executable format data is overlapped with the variable number used in the header.
Yes... a mouthful. Please help. I'm all ears. This is the last thing holding me up. Wasting a lot of time already. Thanks!
Last edited: