Posts
2024
세로형 일일 시간별 분단위 가동률 여부 표현을 위해 Thingworx의 Schedule Chart 위젯 대안으로서의 Highchart Gantt 차트 활용 방안 제시
·2 분·
loading
·
loading
Sseung
Techtopic
Highchart
Gantt
이번 글에서는 고객사에서 검토를 요청하셨던 커스텀 차트의 기술 검토 내용을 공유하고자 합니다.
고객사의 요구사항은, 특정 기기의 일일 기기 가동률 표시를 위하여 간트 차트 모양과 유사하게, 일일 24시간, 1시간 단위로 구분된 분별 가동률 차트를 세로형태로 확인하고 싶다는 것이었습니다.
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를 호출할 수 있습니다.