Jan Schenk

Results 8 comments of Jan Schenk

It would be very helpful if we can set custom value formatter like `formatter: function(value: number): string { // conversion logic and return a string to use as y-axis label...

i tried valueFormatter like this: `const datasetValues: any = []; values.map((item, index) => { let x = minMass + index / ppAMU; x = Number(x); let y = item; y...

I got: **Error reading tags { generalStatusCode: 27, extendedStatus: [] } { generalStatusCode: 27, extendedStatus: [] }** if a remove the last Tag added to TagGroup then everythin works... https://www.automationdirect.com/microsites/c-more/software-help/Content/356.htm...

Any work on this?

Hi @jhenson29 i tried your branch with udt-templates. Reading tags work's fine, but writing udt's causes error: **Error reading tags { generalStatusCode: 31, extendedStatus: [ 258, 4099 ] } {...

2. Yes with other tools (TagMonitor..) tag could be written Also if i define a tag like this: ``` const S_P1SW1_Flow = new Tag('S_P1SW1.Flow'); S_P1SW1_Flow.value = 20; await PLC.writeTag(S_P1SW1_Flow); ```...

Hey, yes i read first. Values read all successful, also setting all members causes this error

Do you know what error codes mean?