Replies: 5 comments 1 reply
-
|
@lvzhou1, I assume you're using the table widget, right? |
Beta Was this translation helpful? Give feedback.
-
|
@lvzhou1, can you please attach your bob file? |
Beta Was this translation helpful? Give feedback.
-
|
Yup.Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
So the zip file contains the bob file with a table widget. The script for that widget is not the same as the one attached previously to this discussion.
I'm assuming you want up to 10 rows of the most recent values in the table, correct? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I've been trying to implement this function, so the script is being updated as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Distinguished colleagues, I need to create a scrolling text box with timestamps, containing three records: a time column and temperature feedback from two devices. The temperature feedback will change over time. My variables are as follows:
PV0 (real-time timestamp): loc://time_tick
script.txt
PV1 (Device 1 temperature): PLC1215C:spi-c1_K
PV2 (Device 2 temperature): PLC1215C:spi-c2_K
Currently, I can confirm that all three PVs are functional. I suspect the issue might be with the script configuration, as the table always displays "Click to add" after running. I would appreciate any advice or solutions. Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions