- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-25 01:23 PM . Last Modified: 2023-05-02 11:54 PM
Telemetry Signal Format
Hi everybody,
I created Telemetry Signal List in Geo Scada Expert 2021. When I export the signal list and open it with Notepad, I see the yellow quotation marks in the image below.
But I need to export all data like below image. (Quotation marks must only be before and after values)
I'm adding the SQL query I used below;
SELECT
"His15MAvg"."RecordTime" AS " CurrentTime", "WLM_ID", "His15MAvg"."Value" AS "CurrentValueAsReal", "His15MAvg"."Quality"
FROM
"HistoricView"."His15MAvg" AS "His15MAvg" INNER JOIN CDBPOINT ON "His15MAvg".ID = CDBPOINT.ID
WHERE
"WLM_ID" = '2190528_LE-15-44-Omerli_Art_24000_Depo_Su_Seviye' AND "His15MAvg"."RecordTime" BETWEEN TIMESTAMP '2022-01-01 00:00:00' AND TIMESTAMP '2022-07-20 23:00:00'
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-25 08:06 PM
How are you 'exporting' this data?
Provide screenshots of the configuration of the object that you're using for this.
Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-25 11:45 PM
I'm using 'SQL Export Module' and sharing SQL query screen.
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-26 04:12 AM
Your output image has extra quotes wrapping entire lines of the output, then causing inner quotes to be doubled.
But I just tested this myself and I don't see it, even by using the Swedish locale and selecting Comma Separated.
CurrentTime,FullName,CurrentValueAsReal,Quality
2022-07-26 11:00:00.000,Test.New Analog Point,"3,24",524480
2022-07-26 11:15:00.000,Test.New Analog Point,,2097152
2022-07-26 11:30:00.000,Test.New Analog Point,,1075838976
2022-07-26 11:45:00.000,Test.New Analog Point,,1075838976
Has the output file been modified by another tool?
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-26 06:01 AM
No, i didnt use another tool. The data I exported is in historic type, not current datas. I view the signal list wit Excel properly, but when i view the signal list with Notepad ++ i encounter this problem. Because of i need to know if the data type is string or not string.
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-26 07:45 AM
Somehow each record has acquired additional quotation marks. Perhaps try setting the export to tab-separated?
You may need to contact the support team.
Link copied. Please paste this link to share this article on your social media post.

