Posts
2024
2024 PTC DX Summit
·1 분·
loading
·
loading
Snoh
News
PTC
Dx
Creo
Prometheus
Thingworx
세미나 준비 #
PTC와 파트너사 들이 국내 기업을 대상으로 ‘디지털 전환’에 대한 세미나를 개최하였습니다.
고객 참여는 오후부터였지만 아침부터 준비를 하였습니다.
Vuforia Thingworx Data 연계
·2 분·
loading
·
loading
Yna
Solution
Techtopic
Vuforia
Thingworx
Vuforia - Thingworx 데이터 연계 #
본 포스팅은 Thingworx과 관련된 설정은 포함하지 않습니다.
Thingworx에 대한 기본지식이 있음을 가정합니다.
Vuforia를 처음 사용하시는 분들에게 도움이 되길 바랍니다.
Javascript Custom HTMLElement 2
·3 분·
loading
·
loading
Yna
Techtopic
CSS
Html
Javascript
Custom HTMLElement #
이번 포스팅에선 Custom HTMLElement의 스타일을 변경하는 방법과 만든 Custom HTMLElement를 사용한 예제를 간략하게 포스팅 하겠습니다.
CSS 적용하기 #
const styleText = ` div { border : 1px solid; margin: 15px; width : 200px; height: 240px; }`; class CustomTag extends HTMLElement { constructor() { .
2023
Thingworx ContentLoadFunction을 활용하여 REST 호출하기
·1 분·
loading
·
loading
Ychoi
Solution
Thingworx
Restapi
Windchill
Thingworx ContentLoadFunction #
Thingworx는 Resource라는 자체적인 애플리케이션 개발 유틸리티를 제공합니다. 여러 Resource 중에서 ContentLoadFunction Resource를 통해 타 애플리케이션 REST api를 호출할 수 있습니다.
InfluxData의 오픈소스 컴포넌트를 사용한 모니터링 시스템
·6 분·
loading
·
loading
Rlee
Techtopic
InfluxData
Telegraf
Jolokia2 Input Plugin
Http Input Plugin
서버의 CPU, Memory, Disk 등과 같은 System Metric 정보 및 로그 수집을 통한 상태 확인 모니터링을 하기위해 InfluxData의 오픈소스 컴포넌트들인 TICK Stack 을 사용하여 검토해보았습니다.