11월, 2023의 게시물 표시

알람작업 예시 Example how to alarm display in Niagara Framework

이미지
개요 알람에 일괄적인 알람 메시지를 출력하기위한 방법을 기술한다.  Descript the description of the message for alarm details. 아래의 방법을 이용하여 표현할 수 있다.   SourceName 에 BFormat으로 parent.displayName을 이용하고  Alarm Message는 alarmData.sourceName을 이용한다.  Expression in Alarm Text Box 포인트 네임을 _AL 과같이 규칙성있게 생성하면 ProgramService를 이용하여 한번에 모든 알람의 메시지를 적용할 수 있다.  휴먼에러 방지, 엔지니어의 정신건강, 작업시간 절약을 지킬 수 있다. 

JACE 랜카드 1개만 고장났을 때 다른 랜카드 사용하는 방법 (How to use the other one Ethernet Port when broken used Ethernet port)

개요 랜카드1이 물리적으로 고장났을 때  랜카드2를 활성화 시키고 이용한 방법에 대해 기술  How to use the other one Ethernet Port when broken used Ethernet port /proc/boot : 기본 명령어 집합소 (Space of basic commands) EX) qspy명령으로 리눅스의 top과같은 프로세스 점유율이나 pid등을 볼 수 있음      The "qspy" command works like the "top" command in the Linux system.  # Start io-net using the devn-ppc405.so driver and the full TCP/IP stack:   io-net -d ppc405 mac=0004ACE313DF -ptcpip       00 01 f0 95 82 93   ifconfig en0 192.168.0.10 /ffs0/etc/shells    /sin/sh /bin/ksh /sys/bin/syssh 네트워크 설정할때 ifconfig en0 inetd 192.168.11.111 netmark 255.255.255.0 위와같이 설정하면 그 내용이 /ffs0/etc/net.cfg 에 저장된다. net.cfg안에는 아래와같은 정보가 들어가있다. [global] hostname localhost domain A route 192.168.11.1 [en0] type ethernet mode manual manual_ip 192.168.11.14 manual_netmask 255.255.255.0 [en1] type ethernet mode manual manual_ip 100.0.0.101 manual_netmask 255.255.255.0 랜카드1이 램프가 안들어옴 랜카드2는 램프가 들어옴 강제로 랜카드1을 죽임 랜카드2로...