Search talk: key value

 
1 2 3 .. 20 > >> (Page 1 of 20)

Is there any Key/Value list or dictionary type available? CODESYS Forge talk (Thread)
Is there any Key/Value list or dictionary type available?
Last updated: 2014-03-24

key CODESYS Forge talk (Thread)
key
Last updated: 2017-12-01

CODESYS Security Key vs CODESYS Runtime Key CODESYS Forge talk (Thread)
CODESYS Security Key vs CODESYS Runtime Key
Last updated: 2016-09-13

Codesys Key CODESYS Forge talk (Thread)
Codesys Key
Last updated: 2021-10-29

Codesys Key not recognized CODESYS Forge talk (Thread)
Codesys Key not recognized
Last updated: 2020-01-16

Key Event Handler CODESYS Forge talk (Thread)
Key Event Handler
Last updated: 2019-03-07

Retrieve license key number on runtime CODESYS Forge talk (Thread)
Retrieve license key number on runtime
Last updated: 2020-10-22

SCAN/Key Card automatic login CODESYS Forge talk (Thread)
SCAN/Key Card automatic login
Last updated: 2019-06-11

key shortcuts are not working? CODESYS Forge talk (Thread)
key shortcuts are not working?
Last updated: 2016-05-11

Shortcut key option for CFC panning CODESYS Forge talk (Thread)
Shortcut key option for CFC panning
Last updated: 2019-11-14

Post by ryusoup on JSONByteArrayWriter problem? CODESYS Forge talk (Post)
Hello, I am trying to implement a FB to make JSON formatted WSTRING type message using JSON Utilities 1.9.0.0 included in the IIoT library. In my case, I want to set some objects or arrays and set values to them later. But when I wrote as the sample below, // init builder builder(pJsonData:=pJsonData, diRootObj=>diRootObj); // set the 1st key to root diKey1 := builder.SetKeyWithArray(wsKey:="key1", diParentIndex:=diRootObj, eError=>eError); // set a value to the 1st key wsValue:="value01"; builder.SetValue(Value:=wsValue, diParentIndex:=diKey1, eError=>eError); // set the 2nd key to root diKey2 := builder.SetKeyWithArray(wsKey:="key2", diParentIndex:=diRootObj, eError=>eError); // set a value to the 2nd key wsValue:="value02"; builder.SetValue(Value:=wsValue, diParentIndex:=diKey2, eError=>eError); // set a value to the 1st key again wsValue:="value03"; builder.SetValue(Value:=wsValue, diParentIndex:=diKey1, eError=>eError); // set a value to the 2nd key again wsValue:="value04"; builder.SetValue(Value:=wsValue, diParentIndex:=diKey2, eError=>eError); // write build result writer(xExecute:=TRUE, pwData:=ADR(wsResult), udiSize:=SIZEOF(wsResult), xAsyncMode:=FALSE, jsonData:=pJsonData^); the result was: { "key1": ["value01"], "key2": ["value02", "value03", "value04"] } while my expection was: { "key1": ["value01", "value03"], "key2": ["value02", "value04"] } Inspecting pJsonData^, JSONData itself seems to be ok, so I believe the issue is something caused by the writer FB. Does anyone know how to fix it? Thanks,
Last updated: 2023-10-04

CTD – Change preset value, same variable as current value CODESYS Forge talk (Thread)
CTD – Change preset value, same variable as current value
Last updated: 2016-10-06

Writing a VALUE into a input function value....Enquiry CODESYS Forge talk (Thread)
Writing a VALUE into a input function value....Enquiry
Last updated: 2014-01-02

Post by corriibme on Setting array values with JSON Utilities SL CODESYS Forge talk (Post)
I have been trying to set an array value to a JSON structure of this form: {"key": [1,2,3,4]} While I have been able to create the key and set its value to an empty array, I've not had any luck in putting any value in that array. objindex:= fb_JBuilder.SetKeyWithArray("Key6", diParentIndex := diRootIndex); objindex2:= fb_JBuilder.SetValue(value:= iValue2, diParentIndex:= objindex); iValue2: ARRAY[0..3] OF INT:= [1,2,3,4]; The two lines of code above produce {"key6": []} . The second line essentially has no effect.
Last updated: 2024-05-12

Real value - FPU underfllow CODESYS Forge talk (Thread)
Real value - FPU underfllow
Last updated: 2014-07-31

value for alarms CODESYS Forge talk (Thread)
value for alarms
Last updated: 2018-04-18

Strange value assigment CODESYS Forge talk (Thread)
Strange value assigment
Last updated: 2006-04-28

delay analog value CODESYS Forge talk (Thread)
delay analog value
Last updated: 2022-07-07

Manually saving PersistentVars value CODESYS Forge talk (Thread)
Manually saving PersistentVars value
Last updated: 2022-06-30

PI Input value CODESYS Forge talk (Thread)
PI Input value
Last updated: 2024-01-12

Text List Fallback Value CODESYS Forge talk (Thread)
Text List Fallback Value
Last updated: 2024-04-18

Mutate Hash table value CODESYS Forge talk (Thread)
Mutate Hash table value
Last updated: 2024-08-28

Strong Private Key Protection for Encryption Certificates CODESYS Forge talk (Thread)
Strong Private Key Protection for Encryption Certificates
Last updated: 2023-08-22

Visualization "F" Key not Reseting Variable CODESYS Forge talk (Thread)
Visualization "F" Key not Reseting Variable
Last updated: 2018-01-18

Visualisation Key configuration for special keyboard characters? CODESYS Forge talk (Thread)
Visualisation Key configuration for special keyboard characters?
Last updated: 2019-01-25

1 2 3 .. 20 > >> (Page 1 of 20)

Showing results of 480

Sort by relevance or date