@ptcwebops/ptcw-design 3.3.2 → 3.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/cjs/list-item.cjs.entry.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/ptc-background-video.cjs.entry.js +1 -1
  4. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +1 -1
  5. package/dist/cjs/ptc-quote.cjs.entry.js +1 -1
  6. package/dist/cjs/ptc-value-led-card.cjs.entry.js +1 -1
  7. package/dist/cjs/ptc-value-led-content-highlight.cjs.entry.js +1 -1
  8. package/dist/cjs/ptc-value-led-content.cjs.entry.js +1 -1
  9. package/dist/cjs/ptc-value-led-intro.cjs.entry.js +1 -1
  10. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +47 -3
  11. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +2 -2
  12. package/dist/cjs/ptc-white-paper.cjs.entry.js +5 -225
  13. package/dist/cjs/ptcw-design.cjs.js +1 -1
  14. package/dist/collection/components/list-item/list-item.js +1 -1
  15. package/dist/collection/components/ptc-background-video/ptc-background-video.js +1 -1
  16. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +2 -0
  17. package/dist/collection/components/ptc-quote/ptc-quote.css +14 -4
  18. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.css +7 -7
  19. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.css +7 -7
  20. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.css +9 -9
  21. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +9 -3
  22. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +76 -26
  23. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.js +54 -4
  24. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +18 -6
  25. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.js +1 -1
  26. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +10 -229
  27. package/dist/custom-elements/index.js +64 -240
  28. package/dist/esm/list-item.entry.js +1 -1
  29. package/dist/esm/loader.js +1 -1
  30. package/dist/esm/ptc-background-video.entry.js +1 -1
  31. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  32. package/dist/esm/ptc-quote.entry.js +1 -1
  33. package/dist/esm/ptc-value-led-card.entry.js +1 -1
  34. package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
  35. package/dist/esm/ptc-value-led-content.entry.js +1 -1
  36. package/dist/esm/ptc-value-led-intro.entry.js +1 -1
  37. package/dist/esm/ptc-value-led-layout.entry.js +47 -3
  38. package/dist/esm/ptc-value-led-speed-bump.entry.js +2 -2
  39. package/dist/esm/ptc-white-paper.entry.js +5 -225
  40. package/dist/esm/ptcw-design.js +1 -1
  41. package/dist/ptcw-design/p-0f44c924.entry.js +1 -0
  42. package/dist/ptcw-design/p-37ba88b9.entry.js +1 -0
  43. package/dist/ptcw-design/p-3eee7c0b.entry.js +1 -0
  44. package/dist/ptcw-design/p-4b1bb2ca.entry.js +1 -0
  45. package/dist/ptcw-design/p-63d80a6a.entry.js +1 -0
  46. package/dist/ptcw-design/p-88cb7080.entry.js +1 -0
  47. package/dist/ptcw-design/p-98726195.entry.js +1 -0
  48. package/dist/ptcw-design/{p-7c079ff8.entry.js → p-a665cc11.entry.js} +1 -1
  49. package/dist/ptcw-design/{p-236073e1.entry.js → p-d6adaf89.entry.js} +1 -1
  50. package/dist/ptcw-design/{p-579fc018.entry.js → p-f8e41992.entry.js} +1 -1
  51. package/dist/ptcw-design/p-fa0bac17.entry.js +1 -0
  52. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  53. package/dist/types/components/ptc-value-led-layout/ptc-value-led-layout.d.ts +3 -1
  54. package/dist/types/components/ptc-white-paper/ptc-white-paper.d.ts +2 -2
  55. package/dist/types/components.d.ts +2 -2
  56. package/package.json +1 -1
  57. package/readme.md +1 -1
  58. package/dist/ptcw-design/p-036234e7.entry.js +0 -1
  59. package/dist/ptcw-design/p-0fb9aa7d.entry.js +0 -1
  60. package/dist/ptcw-design/p-137ddeeb.entry.js +0 -1
  61. package/dist/ptcw-design/p-1c99d17d.entry.js +0 -1
  62. package/dist/ptcw-design/p-1cd21bb3.entry.js +0 -1
  63. package/dist/ptcw-design/p-523f57c3.entry.js +0 -1
  64. package/dist/ptcw-design/p-ab3c80b0.entry.js +0 -1
  65. package/dist/ptcw-design/p-ae99e19e.entry.js +0 -1
@@ -1,227 +1,7 @@
1
1
  import { Host, h } from '@stencil/core';
2
2
  export class PtcWhitePaper {
3
3
  constructor() {
4
- this.items = [
5
- {
6
- component1: {
7
- type: 'two-column-with-text-media',
8
- heading: 'Why Now Is the Time to Use Advanced Technologies to Remotely Connect Your Medical Devices',
9
- subHeading: 'Subheading text',
10
- leftColumnContent: `There is growing interest in using the Internet of
11
- Things (IoT) in medical devices. The data gathered
12
- with IoT-enabled medical devices—the so-called
13
- Internet of Medical Things (IoMT) devices—can be
14
- used to remotely monitor and fix devices. The use
15
- of IoT brings numerous benefits. Medical device
16
- manufacturers can incorporate data collected from
17
- their fleet of products in the field into product
18
- design considerations. They can also leverage the
19
- data to offer innovative services that differentiate
20
- them from the competition.<br />
21
- <br />
22
- To get a better understanding of how advanced
23
- technologies like IoT are being used to connect
24
- medical devices remotely, we recently sat
25
- down with Rene Zoelfl, Business Development
26
- Director, PTC.<br />
27
- <br />
28
- We explored the role of IoT in medical devices
29
- for remote management, how the technology is
30
- being used, how the technology can support
31
- new business models, and then covered some
32
- real-world examples of the IoMT in action.<br />
33
- <br />
34
- <img alt="zoelfl1" src="https://www.ptc.com/-/media/99F1C78BD774420AB51AA313C2D560D9.ashx" /><br />
35
- <strong>RTInsights:</strong> How can manufacturers, healthcare
36
- facilities, and patients best benefit from remote
37
- monitoring?<br />
38
- <br />
39
- <strong>Zoelfl:</strong> I would say remote monitoring gives two
40
- main benefits. One is remote monitoring lets
41
- device manufacturers optimize their processes,
42
- and the other benefit is that they can optimize the
43
- relationship with their customers, clients, and
44
- patients. These things can help transform the way
45
- they are doing business.<br />
46
- <br />`,
47
- rightColumnContent: `What are the key advanced technologies that are
48
- enabling innovations in the design and use of
49
- remote devices? On one hand, we have IoT technologies
50
- that enable connectivity, advanced
51
- analytics or artificial intelligence, and the ability to
52
- automate decisions and processes to a higher level.
53
- The other key element, the other key technology,
54
- I'd like to highlight is augmented reality, which
55
- gives us a different way, a different capability, to
56
- interact with equipment in the context of its use
57
- and in the context of the location where it is used.<br />
58
- <br />
59
- <img alt="zoelfl1b" src="https://www.ptc.com/-/media/2161D33FD40E43D8BD453C4BC6C1CFC5.ashx" /><br />
60
- <strong>RTInsights:</strong> How can companies use these technologies
61
- in the product life cycle?<br />
62
- <br />
63
- <strong>Zoelfl:</strong> There are multiple ways. Where to begin?
64
- A manufacturer can use IoT technologies internally.
65
- They can make sure that when teams are working
66
- together on the design of new products, they can
67
- more easily communicate and get access to the
68
- generated data. Then they also could have the
69
- same capabilities or the same technologies to use
70
- when it comes to handing over that information
71
- into manufacturing.<br />
72
- <br />
73
- For instance, when a manufacturer thinks about
74
- non-conformances that might occur in the manufacturing
75
- process, because of maybe some difficult
76
- designs, or maybe some materials that they have
77
- selected, they can feed that information back into
78
- the development and engineering organizations.
79
- They can react much faster before the product
80
- might have left the company and not when it is at
81
- the patient or the caregiving facility.`,
82
- },
83
- },
84
- {
85
- component2: {
86
- type: 'fullspan-media',
87
- heading: '',
88
- subHeading: `<h3>Case Study: Digital Transformation for Service Optimization</h3>
89
- <p>A major manufacturer of power equipment fueled its service
90
- network by streamlining dealership networks and the end
91
- users they service.</p>
92
- <ul>
93
- <li>The OEM embedded Industrial Internet of Things (IIoT)
94
- technologies into its products to gain visibility, which derivatively
95
- impacted critical service and operational KPIs for its dealership
96
- and end user. This also offloaded service-related costs (warranty,
97
- total cost of ownership, truck rolls etc.) from its outstanding
98
- liabilities.</li>
99
- <li>The dealership improved the customer relationship by increasing
100
- asset uptime and optimizing service delivery costs through
101
- equipping technicians with critical repair insights for severity,
102
- proximity, skillset, and remediating actions required.</li>
103
- <li>The end user operating a mine in a sub-zero environment
104
- improved the reliability, availability, and uptime of mission-critical
105
- assets.</li>
106
- </ul>
107
- <p>While the service network can take many different complex
108
- forms, this example illustrates the mutually beneficial impact
109
- and largely untapped potential of gaining visibility across the
110
- service lifecycle.</p>`,
111
- mainImage: 'https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c01e7beaaccc4ff9a33bd1b07c04a50a',
112
- mainImageAlt: 'reducing-service-costs-1',
113
- mainImageDescription: 'Some image description',
114
- },
115
- },
116
- {
117
- component3: {
118
- type: 'fullspan-text',
119
- heading: '',
120
- subHeading: '',
121
- mainContent: `<h3>Choose a Partner</h3>
122
- <p>Finally, a critical step in preparing for predictive maintenance implementation is choosing the right IoT partner to have by your side throughout the process. Once you&rsquo;ve cultivated executive support for predictive maintenance across the organization, identified the machine condition for prediction, and secured enterprise-wide buy-in, partner with experts that have a background in implementing IoT for predictive maintenance. </p>
123
- <p>Service organizations should look for IoT partners that can provide the support structure needed for predictive maintenance implementation, offering experience with: </p>
124
- <ul>
125
- <li>Data selection</li>
126
- <li>Model building</li>
127
- <li>Analytics</li>
128
- <li>Data collection and management strategy</li>
129
- <li>Data architecture, design, and governance</li>
130
- <li>Simulation expertise</li>
131
- <li>Ecosystem availability</li>
132
- </ul>
133
- <h3>Build a Predictive Model</h3>
134
- <p>Your partners in predictive maintenance can help you find the right technology to build a predictive model and get valuable insights to speed service and reduce downtime.</p>
135
- <p><strong>Establish Industrial Connectivity</strong><br />
136
- As a critical first step in building a predictive model, industrial connectivity enables enterprise-wide visibility and data comparison. One way to establish industrial connectivity is through PTC&rsquo;s <a href="~/link.aspx?_id=931E5AE1D6D34267BE309685D12FA527&amp;_z=z">ThingWorx Kepware Server</a>, which provides secure, standardized data connectivity across disparate equipment (both new and legacy), establishing a foundation on which to scale with IoT<sup>2</sup>.</p>
137
- <p><strong>Get Actionable Insights from IoT Analytics</strong><br />
138
- PTC&rsquo;s <a href="~/link.aspx?_id=C8B5851AA3564A55899937AE7D929360&amp;_z=z">ThingWorx IoT platform</a>&nbsp;automates analytics and AI so organizations can access actionable IoT insights quickly and easily. These insights are delivered through ThingWorx capabilities including machine learning, which enables your team to predict based on what they learn from IoT data&mdash;without involving complex math or data scientists<sup>3</sup>.</p>
139
- <br class="t-last-br" />
140
- <sup>2</sup><a href="~/link.aspx?_id=931E5AE1D6D34267BE309685D12FA527&amp;_z=z">ThingWorx Kepware Server</a>
141
- <sup>3</sup><a href="~/link.aspx?_id=C8B5851AA3564A55899937AE7D929360&amp;_z=z">ThingWorx IoT platform</a><br class="t-last-br" />`,
142
- mainContentMultiLine: 'mainContent MultiLine to predict and resolve equipment issues before they result in costly downtime—but the perceived mystery behind data science and AI can be daunting enough to deter service organizations from pursuing a pr',
143
- mainContentChart: 'eee',
144
- mainContentChartHeight: 'sfsf',
145
- isCenterText: false,
146
- isStyledHeading: false,
147
- },
148
- },
149
- {
150
- component32: {
151
- type: 'fullspan-text',
152
- heading: '',
153
- subHeading: '',
154
- mainContent: `<p><strong>Predictive Maintenance in Action at Howden</strong></p>
155
- <p>For Howden, a global engineering leader, predictive maintenance helps reduce costly unplanned downtime, optimize performance and energy efficiency, and deliver valuable domain knowledge about machines to its customers.</p>
156
- <p>Howden partnered with PTC and selected the ThingWorx platform for predictive analytics. The partnership powers Howden&rsquo;s Data Driven Advantage (DDA) program, which offers its customers actionable data insights to &ldquo;avoid costly outages by detecting early warning signs,&rdquo; improving uptime<sup>4</sup>. </p>
157
- <p><a href="~/link.aspx?_id=333F47DC33954CB7B05001C6709432EC&amp;_z=z">Watch Howden&rsquo;s Full Predictive Maintenance Story</a></p>
158
- <p><strong>Predictive Maintenance in Action at Parata</strong></p>
159
- <p>For Parata Systems, a leading pharmacy automation company, ThingWorx replaced an IoT platform that lacked capabilities in visibility, reporting, and analytics. With goals to improve its customer experience in a scalable way, Parata started with remote condition monitoring and later built a service optimization solution. Now, ThingWorx enables proactive alerts and machine learning for improvements across service efficiency, resource utilization, parts consumption, and service profitability<sup>5</sup>.</p>
160
- <p><a href="~/link.aspx?_id=13B6392FAD9146DCA33C34948C228EA9&amp;_z=z">Watch Parata&rsquo;s Full Predictive Maintenance Story</a></p>
161
- <h3>Scale Your Predictive Maintenance Strategy</h3>
162
- <p>With a dedicated IoT partnership and a predictive model in place, you can focus on expanding your predictive maintenance strategy at scale by: </p>
163
- <ol>
164
- <li>Monitoring the efficacy of your predictive model over time</li>
165
- <li>Gathering data and updating your predictive model</li>
166
- </ol>
167
- <br class="t-last-br" />
168
- <p>
169
- <sup>4</sup> <a href="~/link.aspx?_id=333F47DC33954CB7B05001C6709432EC&amp;_z=z">Predictive Analytics Delivering Real Value&mdash;a Practitioner&rsquo;s Perspective</a>&nbsp;webcast replay<br />
170
- <sup>5 </sup><a href="~/link.aspx?_id=13B6392FAD9146DCA33C34948C228EA9&amp;_z=z">Proving the Value of Industrial IoT</a> webcast replay </p>
171
- <br class="t-last-br" />`,
172
- mainContentMultiLine: '',
173
- mainContentChart: '',
174
- mainContentChartHeight: '',
175
- isCenterText: false,
176
- isStyledHeading: false,
177
- },
178
- },
179
- {
180
- component32: {
181
- type: 'fullspan-text',
182
- heading: 'Remote Condition Monitoring: Solving Problems Before They Happen',
183
- subHeading: '',
184
- mainContent: `<h3>What It Looks Like</h3>
185
- <p>Machines that seamlessly send real-time performance data allow service
186
- professionals to assess, analyze, and act on issues before they become
187
- problems. With a centralized remote condition monitoring platform, service
188
- teams can easily leverage the sensor data and diagnostics they need to
189
- become more proactive and less reactive. Data insights from remote condition
190
- monitoring better enable technicians to understand and monitor usage,
191
- performance, target parameters, productivity, and more. These patterns
192
- enable technicians to detect faults and prevent downtime before it occurs&mdash;
193
- and often before the customer is aware of any issue.</p>
194
- <h3>Real-World Results</h3>
195
- <p>With IoT remote data monitoring through ThingWorx, <a href="~/link.aspx?_id=70971B9D25B14D02BFD1A75F24F63292&amp;_z=z">Flowserve </a>avoided a
196
- costly cavitation problem in a customer&rsquo;s running pump ($1.6 million or more
197
- if not solved within 30 minutes; $16 million or more if not solved within 45-
198
- 60 minutes). Now, with their IoT solution in place, Flowserve decreases costs,
199
- limits emergency work orders, improves profit, and enhances safety. Most
200
- importantly, they exceed customer expectations with improved equipment
201
- availability and efficiency.</p>
202
- <p>IoT monitoring helped Flowserve prevent a $16 million
203
- cavitation problem&mdash;before it impacted the customer.</p>`,
204
- mainContentMultiLine: '',
205
- mainContentChart: '',
206
- mainContentChartHeight: '',
207
- isCenterText: false,
208
- isStyledHeading: false,
209
- },
210
- component1: {
211
- type: 'two-column-with-text-media',
212
- heading: '',
213
- subHeading: '',
214
- leftColumnContent: `<h3 class="wp-h3">
215
- <img alt="Flowserve" src="https://www.ptc.com/-/media/CDD4A14F36164A0B8285B3B95EE52996.ashx" /></h3>
216
- <br />`,
217
- rightColumnContent: `<p><strong>“In Flowserve, we truly had an a-ha moment when we saw
218
- some of the first information come back from the field in the
219
- IoT platform...That was the moment where we thought, ‘Oh my
220
- gosh. We’ve got something incredible here.'"</strong></p>
221
- – Aric Zurek, Vice President, Marketing and Sales, Flowserve`,
222
- },
223
- },
224
- ];
4
+ this.items = undefined;
225
5
  this.topBackgroundImage = undefined;
226
6
  this.topBackgroundImageAlt = undefined;
227
7
  this.itemsPerPage = 5;
@@ -240,8 +20,8 @@ export class PtcWhitePaper {
240
20
  this.calculateTotalPages();
241
21
  }
242
22
  calculateTotalPages() {
243
- console.log(this.items.length);
244
- this.totalPages = Math.ceil(this.items.length / this.itemsPerPage);
23
+ console.log(JSON.parse(this.items).length);
24
+ this.totalPages = Math.ceil(JSON.parse(this.items).length / this.itemsPerPage);
245
25
  }
246
26
  handlePageChange(newPage) {
247
27
  if (newPage > 0 && newPage <= this.totalPages) {
@@ -294,7 +74,7 @@ export class PtcWhitePaper {
294
74
  }
295
75
  renderContent(item, index) {
296
76
  const components = Object.values(item);
297
- return (h("div", { class: "content-wrapper", key: index }, components.map((comp, i) => (h("div", { key: i }, (comp.heading && comp.heading.trim() !== '') ? (h("ptc-title", { type: "h1", upperline: comp.isStyledHeading ? 'dotted' : 'no-upperline', "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-3" }, comp.heading, h("ptc-spacer", { size: "large" }))) : "", (comp.subHeading && comp.subHeading.trim() !== '') ? (h("div", { class: "sub-heading rich-content-text-editor", innerHTML: comp.subHeading })) : '', comp.type === 'two-column-with-text-media' && this.renderTwoColumnText(comp, i), comp.type === 'fullspan-media' && this.renderfullspanMedia(comp, i), comp.type === 'fullspan-text' && this.renderFullspanText(comp, i))))));
77
+ return (h("div", { class: "content-wrapper", key: index }, components.map((comp, i) => (h("div", { key: i }, (comp.heading && comp.heading.trim() !== '') ? (h("ptc-title", { type: "h1", upperline: comp.isStyledHeading ? 'dotted' : 'no-upperline', "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-3" }, comp.heading, h("ptc-spacer", { size: "large" }))) : "", (comp.subHeading && comp.subHeading.trim() !== '') ? (h("div", { class: "sub-heading rich-content-text-editor", innerHTML: comp.subHeading })) : '', comp.componentType === 'two-column-with-text-media' && this.renderTwoColumnText(comp, i), comp.componentType === 'fullspan-media' && this.renderfullspanMedia(comp, i), comp.componentType === 'fullspan-text' && this.renderFullspanText(comp, i))))));
298
78
  }
299
79
  renderTwoColumnText(comp, index) {
300
80
  return (h("div", null, comp.leftColumnContent && (h("div", { class: "is-grid has-col-gap-xl has-row-gap-sm wp-component", key: index }, h("div", { class: "is-col-6-md" }, h("div", { class: "left-content", innerHTML: comp.leftColumnContent })), h("div", { class: "is-col-6-md" }, h("div", { class: "right-content", innerHTML: comp.rightColumnContent }))))));
@@ -313,7 +93,7 @@ export class PtcWhitePaper {
313
93
  render() {
314
94
  const startIndex = (this.currentPage - 1) * this.itemsPerPage;
315
95
  const endIndex = startIndex + this.itemsPerPage;
316
- const currentItems = this.items.slice(startIndex, endIndex);
96
+ const currentItems = JSON.parse(this.items).slice(startIndex, endIndex);
317
97
  return (h(Host, null, h("div", { class: "hero-image" }, h("ptc-img", { "image-type": "smart-bg", "img-url": this.topBackgroundImage, "load-mode": "lazy-bg", styles: "" })), h("div", { class: "ptc-container " }, h("div", { class: "content-container" }, h("div", { class: "pagination-wrap" }, h("div", { class: "pagination" }, h("button", { onClick: () => this.handlePrevPage(), disabled: this.currentPage === 1 }, h("svg", { preserveAspectRatio: "xMidYMid meet", focusable: "false", viewBox: "0 0 18 18" }, h("g", { id: "icon_chevron_left_mini", viewBox: "0 0 18 18" }, h("g", { class: "icon_chevron_left_mini" }, h("path", { d: "M12 12.833L8.304 9 12 5.167 10.821 4 6 9l4.821 5L12 12.833z", class: "icon_chevron_left" }))))), this.renderPaginationButtons(), h("button", { onClick: () => this.handleNextPage(), disabled: this.currentPage === this.totalPages }, h("svg", { preserveAspectRatio: "xMidYMid meet", focusable: "false", viewBox: "0 0 18 18" }, h("g", { id: "icon_chevron_right_mini", viewBox: "0 0 18 18" }, h("g", { class: "icon_chevron_right_mini" }, h("path", { d: "M6 5.167L9.696 9 6 12.833 7.179 14 12 9 7.179 4 6 5.167z", class: "icon_chevron_right" })))))), h("a", { class: "dl-btn" }, h("span", { class: "dl-text" }, "Download"), h("img", { src: "https://www.ptc.com/dist/ptc/images/download-arrow.svg", alt: "Down Arrow" }))), h("div", null, currentItems.map((item, index) => this.renderContent(item, index)))))));
318
98
  }
319
99
  static get is() { return "ptc-white-paper"; }
@@ -331,11 +111,11 @@ export class PtcWhitePaper {
331
111
  static get properties() {
332
112
  return {
333
113
  "items": {
334
- "type": "unknown",
114
+ "type": "string",
335
115
  "mutable": false,
336
116
  "complexType": {
337
- "original": "any[]",
338
- "resolved": "any[]",
117
+ "original": "string",
118
+ "resolved": "string",
339
119
  "references": {}
340
120
  },
341
121
  "required": false,
@@ -344,7 +124,8 @@ export class PtcWhitePaper {
344
124
  "tags": [],
345
125
  "text": ""
346
126
  },
347
- "defaultValue": "[\r\n {\r\n component1: {\r\n type: 'two-column-with-text-media',\r\n heading: 'Why Now Is the Time to Use Advanced Technologies to Remotely Connect Your Medical Devices',\r\n subHeading: 'Subheading text',\r\n leftColumnContent: `There is growing interest in using the Internet of\r\n Things (IoT) in medical devices. The data gathered\r\n with IoT-enabled medical devices&mdash;the so-called\r\n Internet of Medical Things (IoMT) devices&mdash;can be\r\n used to remotely monitor and fix devices. The use\r\n of IoT brings numerous benefits. Medical device\r\n manufacturers can incorporate data collected from\r\n their fleet of products in the field into product\r\n design considerations. They can also leverage the\r\n data to offer innovative services that differentiate\r\n them from the competition.<br />\r\n <br />\r\n To get a better understanding of how advanced\r\n technologies like IoT are being used to connect\r\n medical devices remotely, we recently sat\r\n down with Rene Zoelfl, Business Development\r\n Director, PTC.<br />\r\n <br />\r\n We explored the role of IoT in medical devices\r\n for remote management, how the technology is\r\n being used, how the technology can support\r\n new business models, and then covered some\r\n real-world examples of the IoMT in action.<br />\r\n <br />\r\n <img alt=\"zoelfl1\" src=\"https://www.ptc.com/-/media/99F1C78BD774420AB51AA313C2D560D9.ashx\" /><br />\r\n <strong>RTInsights:</strong> How can manufacturers, healthcare\r\n facilities, and patients best benefit from remote\r\n monitoring?<br />\r\n <br />\r\n <strong>Zoelfl:</strong> I would say remote monitoring gives two\r\n main benefits. One is remote monitoring lets\r\n device manufacturers optimize their processes,\r\n and the other benefit is that they can optimize the\r\n relationship with their customers, clients, and\r\n patients. These things can help transform the way\r\n they are doing business.<br />\r\n <br />`,\r\n rightColumnContent: `What are the key advanced technologies that are\r\n enabling innovations in the design and use of\r\n remote devices? On one hand, we have IoT technologies\r\n that enable connectivity, advanced\r\n analytics or artificial intelligence, and the ability to\r\n automate decisions and processes to a higher level.\r\n The other key element, the other key technology,\r\n I'd like to highlight is augmented reality, which\r\n gives us a different way, a different capability, to\r\n interact with equipment in the context of its use\r\n and in the context of the location where it is used.<br />\r\n <br />\r\n <img alt=\"zoelfl1b\" src=\"https://www.ptc.com/-/media/2161D33FD40E43D8BD453C4BC6C1CFC5.ashx\" /><br />\r\n <strong>RTInsights:</strong> How can companies use these technologies\r\n in the product life cycle?<br />\r\n <br />\r\n <strong>Zoelfl:</strong> There are multiple ways. Where to begin?\r\n A manufacturer can use IoT technologies internally.\r\n They can make sure that when teams are working\r\n together on the design of new products, they can\r\n more easily communicate and get access to the\r\n generated data. Then they also could have the\r\n same capabilities or the same technologies to use\r\n when it comes to handing over that information\r\n into manufacturing.<br />\r\n <br />\r\n For instance, when a manufacturer thinks about\r\n non-conformances that might occur in the manufacturing\r\n process, because of maybe some difficult\r\n designs, or maybe some materials that they have\r\n selected, they can feed that information back into\r\n the development and engineering organizations.\r\n They can react much faster before the product\r\n might have left the company and not when it is at\r\n the patient or the caregiving facility.`,\r\n },\r\n },\r\n\r\n {\r\n component2: {\r\n type: 'fullspan-media',\r\n heading: '',\r\n subHeading: `<h3>Case Study: Digital Transformation for Service Optimization</h3>\r\n <p>A major manufacturer of power equipment fueled its service\r\n network by streamlining dealership networks and the end\r\n users they service.</p>\r\n <ul>\r\n <li>The OEM embedded Industrial Internet of Things (IIoT)\r\n technologies into its products to gain visibility, which derivatively\r\n impacted critical service and operational KPIs for its dealership\r\n and end user. This also offloaded service-related costs (warranty,\r\n total cost of ownership, truck rolls etc.) from its outstanding\r\n liabilities.</li>\r\n <li>The dealership improved the customer relationship by increasing\r\n asset uptime and optimizing service delivery costs through\r\n equipping technicians with critical repair insights for severity,\r\n proximity, skillset, and remediating actions required.</li>\r\n <li>The end user operating a mine in a sub-zero environment\r\n improved the reliability, availability, and uptime of mission-critical\r\n assets.</li>\r\n </ul>\r\n <p>While the service network can take many different complex\r\n forms, this example illustrates the mutually beneficial impact\r\n and largely untapped potential of gaining visibility across the\r\n service lifecycle.</p>`,\r\n mainImage: 'https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c01e7beaaccc4ff9a33bd1b07c04a50a',\r\n mainImageAlt: 'reducing-service-costs-1',\r\n mainImageDescription: 'Some image description',\r\n },\r\n },\r\n\r\n {\r\n component3: {\r\n type: 'fullspan-text',\r\n heading: '',\r\n subHeading: '',\r\n mainContent: `<h3>Choose a Partner</h3>\r\n <p>Finally, a critical step in preparing for predictive maintenance implementation is choosing the right IoT partner to have by your side throughout the process. Once you&rsquo;ve cultivated executive support for predictive maintenance across the organization, identified the machine condition for prediction, and secured enterprise-wide buy-in, partner with experts that have a background in implementing IoT for predictive maintenance. </p>\r\n <p>Service organizations should look for IoT partners that can provide the support structure needed for predictive maintenance implementation, offering experience with: </p>\r\n <ul>\r\n <li>Data selection</li>\r\n <li>Model building</li>\r\n <li>Analytics</li>\r\n <li>Data collection and management strategy</li>\r\n <li>Data architecture, design, and governance</li>\r\n <li>Simulation expertise</li>\r\n <li>Ecosystem availability</li>\r\n </ul>\r\n <h3>Build a Predictive Model</h3>\r\n <p>Your partners in predictive maintenance can help you find the right technology to build a predictive model and get valuable insights to speed service and reduce downtime.</p>\r\n <p><strong>Establish Industrial Connectivity</strong><br />\r\n As a critical first step in building a predictive model, industrial connectivity enables enterprise-wide visibility and data comparison. One way to establish industrial connectivity is through PTC&rsquo;s <a href=\"~/link.aspx?_id=931E5AE1D6D34267BE309685D12FA527&amp;_z=z\">ThingWorx Kepware Server</a>, which provides secure, standardized data connectivity across disparate equipment (both new and legacy), establishing a foundation on which to scale with IoT<sup>2</sup>.</p>\r\n <p><strong>Get Actionable Insights from IoT Analytics</strong><br />\r\n PTC&rsquo;s <a href=\"~/link.aspx?_id=C8B5851AA3564A55899937AE7D929360&amp;_z=z\">ThingWorx IoT platform</a>&nbsp;automates analytics and AI so organizations can access actionable IoT insights quickly and easily. These insights are delivered through ThingWorx capabilities including machine learning, which enables your team to predict based on what they learn from IoT data&mdash;without involving complex math or data scientists<sup>3</sup>.</p>\r\n <br class=\"t-last-br\" />\r\n <sup>2</sup><a href=\"~/link.aspx?_id=931E5AE1D6D34267BE309685D12FA527&amp;_z=z\">ThingWorx Kepware Server</a>\r\n <sup>3</sup><a href=\"~/link.aspx?_id=C8B5851AA3564A55899937AE7D929360&amp;_z=z\">ThingWorx IoT platform</a><br class=\"t-last-br\" />`,\r\n mainContentMultiLine:\r\n 'mainContent MultiLine to predict and resolve equipment issues before they result in costly downtime\u2014but the perceived mystery behind data science and AI can be daunting enough to deter service organizations from pursuing a pr',\r\n mainContentChart: 'eee',\r\n mainContentChartHeight: 'sfsf',\r\n isCenterText: false,\r\n isStyledHeading: false,\r\n },\r\n },\r\n {\r\n component32: {\r\n type: 'fullspan-text',\r\n heading: '',\r\n subHeading: '',\r\n mainContent: `<p><strong>Predictive Maintenance in Action at Howden</strong></p>\r\n <p>For Howden, a global engineering leader, predictive maintenance helps reduce costly unplanned downtime, optimize performance and energy efficiency, and deliver valuable domain knowledge about machines to its customers.</p>\r\n <p>Howden partnered with PTC and selected the ThingWorx platform for predictive analytics. The partnership powers Howden&rsquo;s Data Driven Advantage (DDA) program, which offers its customers actionable data insights to &ldquo;avoid costly outages by detecting early warning signs,&rdquo; improving uptime<sup>4</sup>. </p>\r\n <p><a href=\"~/link.aspx?_id=333F47DC33954CB7B05001C6709432EC&amp;_z=z\">Watch Howden&rsquo;s Full Predictive Maintenance Story</a></p>\r\n <p><strong>Predictive Maintenance in Action at Parata</strong></p>\r\n <p>For Parata Systems, a leading pharmacy automation company, ThingWorx replaced an IoT platform that lacked capabilities in visibility, reporting, and analytics. With goals to improve its customer experience in a scalable way, Parata started with remote condition monitoring and later built a service optimization solution. Now, ThingWorx enables proactive alerts and machine learning for improvements across service efficiency, resource utilization, parts consumption, and service profitability<sup>5</sup>.</p>\r\n <p><a href=\"~/link.aspx?_id=13B6392FAD9146DCA33C34948C228EA9&amp;_z=z\">Watch Parata&rsquo;s Full Predictive Maintenance Story</a></p>\r\n <h3>Scale Your Predictive Maintenance Strategy</h3>\r\n <p>With a dedicated IoT partnership and a predictive model in place, you can focus on expanding your predictive maintenance strategy at scale by: </p>\r\n <ol>\r\n <li>Monitoring the efficacy of your predictive model over time</li>\r\n <li>Gathering data and updating your predictive model</li>\r\n </ol>\r\n <br class=\"t-last-br\" />\r\n <p>\r\n <sup>4</sup> <a href=\"~/link.aspx?_id=333F47DC33954CB7B05001C6709432EC&amp;_z=z\">Predictive Analytics Delivering Real Value&mdash;a Practitioner&rsquo;s Perspective</a>&nbsp;webcast replay<br />\r\n <sup>5 </sup><a href=\"~/link.aspx?_id=13B6392FAD9146DCA33C34948C228EA9&amp;_z=z\">Proving the Value of Industrial IoT</a> webcast replay </p>\r\n <br class=\"t-last-br\" />`,\r\n mainContentMultiLine: '',\r\n mainContentChart: '',\r\n mainContentChartHeight: '',\r\n isCenterText: false,\r\n isStyledHeading: false,\r\n },\r\n },\r\n {\r\n component32: {\r\n type: 'fullspan-text',\r\n heading: 'Remote Condition Monitoring: Solving Problems Before They Happen',\r\n subHeading: '',\r\n mainContent: `<h3>What It Looks Like</h3>\r\n <p>Machines that seamlessly send real-time performance data allow service\r\n professionals to assess, analyze, and act on issues before they become\r\n problems. With a centralized remote condition monitoring platform, service\r\n teams can easily leverage the sensor data and diagnostics they need to\r\n become more proactive and less reactive. Data insights from remote condition\r\n monitoring better enable technicians to understand and monitor usage,\r\n performance, target parameters, productivity, and more. These patterns\r\n enable technicians to detect faults and prevent downtime before it occurs&mdash;\r\n and often before the customer is aware of any issue.</p>\r\n <h3>Real-World Results</h3>\r\n <p>With IoT remote data monitoring through ThingWorx, <a href=\"~/link.aspx?_id=70971B9D25B14D02BFD1A75F24F63292&amp;_z=z\">Flowserve </a>avoided a\r\n costly cavitation problem in a customer&rsquo;s running pump ($1.6 million or more\r\n if not solved within 30 minutes; $16 million or more if not solved within 45-\r\n 60 minutes). Now, with their IoT solution in place, Flowserve decreases costs,\r\n limits emergency work orders, improves profit, and enhances safety. Most\r\n importantly, they exceed customer expectations with improved equipment\r\n availability and efficiency.</p>\r\n <p>IoT monitoring helped Flowserve prevent a $16 million\r\n cavitation problem&mdash;before it impacted the customer.</p>`,\r\n mainContentMultiLine: '',\r\n mainContentChart: '',\r\n mainContentChartHeight: '',\r\n isCenterText: false,\r\n isStyledHeading: false,\r\n },\r\n component1: {\r\n type: 'two-column-with-text-media',\r\n heading: '',\r\n subHeading: '',\r\n leftColumnContent: `<h3 class=\"wp-h3\">\r\n <img alt=\"Flowserve\" src=\"https://www.ptc.com/-/media/CDD4A14F36164A0B8285B3B95EE52996.ashx\" /></h3>\r\n <br />`,\r\n rightColumnContent: `<p><strong>\u201CIn Flowserve, we truly had an a-ha moment when we saw\r\n some of the first information come back from the field in the\r\n IoT platform...That was the moment where we thought, \u2018Oh my\r\n gosh. We\u2019ve got something incredible here.'\"</strong></p>\r\n \u2013 Aric Zurek, Vice President, Marketing and Sales, Flowserve`,\r\n },\r\n },\r\n ]"
127
+ "attribute": "items",
128
+ "reflect": false
348
129
  },
349
130
  "topBackgroundImage": {
350
131
  "type": "string",