EasyManua.ls Logo

FANUC R-J3iB - Page 84

Default Icon
90 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
7.APPENDIX OPERATION B-82604EN/01
- 62 -
alm_date4 = PointGet ("ALME_DATE_REAL" &
Cstr(i) & "[4]")
alm_date5 = PointGet ("ALME_DATE_REAL" &
Cstr(i) & "[5]")
alm_date = alm_date1 + " " + alm_date2 + ", " +
alm_date3 + ":" + alm_date4 + ":" + alm_date5
PointSet ("ALME_DATE[" & Cstr(i-1) &
"]"),alm_dateNext i
Finaly, created date/time strings are set to the point
ALME_DATE[1 to 10], and these points are displayed on the screen.
And, cliking the alarm message, the detail infomations about its alarm
is displayed as HTML document.
The diagnostic contents are installed into the local hard drive, and
alarm infomatios are included.
The file path instead of, for example, SRVO-001, is
“C:/Diagnostics/alarms/SRVO.htm#SRVO-001”.
When the alarm message is clicked, this file path instead of the alarm
is created in and given to Web Browser in DispHelp( ).
err_type_no = PointGet("ALME_ID[" & Cstr(alm_no) &
"]")
err_type = ""
if err_type_no = 1 then err_type = "SRIO"
if err_type_no = 2 then err_type = "FIlE"
if err_type_no = 3 then err_type = "PROG"
if err_type_no = 4 then err_type = "COND"
if err_type_no = 5 then err_type = "ELOG"
if err_type_no = 6 then err_type = "MCTL"
if err_type_no = 7 then err_type = "MEMO"
if err_type_no = 8 then err_type = "GUID"
if err_type_no = 9 then err_type = "TPIF"
if err_type_no = 10 then err_type = "FLPY"
if err_type_no = 11 then err_type = "SRVO"
if err_type_no = 12 then err_type = "INTP"
if err_type_no = 13 then err_type = "PRIO"

Related product manuals