9/2/2025 9:29 AM | |
Joined: 3/19/2012 Last visit: 9/4/2025 Posts: 12 Rating:
|
I do have the same issue so what do I want to do: I have also tried swapping the let end / let start export async function Button_6_OnDown(item, x, y, modifiers, trigger) { let logTagSet = HMIRuntime.TagLogging.CreateLoggedTagSet([ try { for (let loggedTag of loggedTagsMatrix) { await HMIRuntime.FileSystem.WriteFile(path, CSVData, "utf8");
and the CSV file which is generated gives the following result Row1 == Time Stamp,Tag name,Value Row2 == 1601-01-01T00:00:00.000Z,HMI_RT_2::Logging_Var_0 ,null
Would someone know what to change to get this working? ------------------------------------------------------------------------------------------ |
Last edited by: Wit_Moderator at: 09/03/2025 10:33:21New subject after splitting |
|
9/3/2025 6:29 AM | |
Joined: 8/3/2009 Last visit: 9/4/2025 Posts: 16331 Rating:
|
Hello DonSebas What exactly does not work? Do you have tried to what in Trace viewer what happens and if there is a crash? Check this first and give us more information where in your script the problems occur: https://support.industry.siemens.com/cs/de/en/view/109777593 |
Last edited by: Murof at: 09/03/2025 06:29:43If this Information really helps, you could use the Rate function |
|
Follow us on