Hi Iulian,
passing the parameter file seems to work at least it complains if something is wrong
There is one Error massage which I cannot say where it is coming from.
& 'C:\NXP\FreeMASTER 3.1\FreeMASTER Lite\node.exe' .\FreeMASTER_project.pmp.fmcfg
28 Feb 16:46:42 - [error] **********************************************
28 Feb 16:46:42 - [error] * Deprecated call to RED.start().otherwise() *
28 Feb 16:46:42 - [error] * This will be removed in Node-RED 2.x *
28 Feb 16:46:42 - [error] * Use RED.start().catch() instead *
28 Feb 16:46:42 - [error] **********************************************
28 Feb 16:46:42 - [info]
runtime.welcome
===================
28 Feb 16:46:42 - [info] runtime.version
28 Feb 16:46:42 - [info] runtime.version
28 Feb 16:46:42 - [info] Windows_NT 10.0.18363 ia32 LE
28 Feb 16:46:44 - [info] server.loading
28 Feb 16:46:44 - [info] runtime.paths.settings
28 Feb 16:46:44 - [warn] server.deprecatedOption
28 Feb 16:46:44 - [info] context.log-store-init
28 Feb 16:46:44 - [info] storage.localfilesystem.user-dir
28 Feb 16:46:44 - [warn] storage.localfilesystem.projects.disabled
28 Feb 16:46:44 - [info] storage.localfilesystem.flows-file
28 Feb 16:46:44 - [warn] nodes.credentials.system-key-warning
FreeMASTER Lite server is running
=================================
Listening on port 8090
28 Feb 16:46:44 - [info] nodes.flows.starting-flows
28 Feb 16:46:44 - [info] nodes.flows.started-flows
I get connection but there is no TSA read, the count is 0.
{
"port": 8090,
"web_root": "C:\\NXP\\FreeMASTER 3.1\\FreeMASTER Lite\\html",
"open_path": "/",
"node_red": true,
"connections": [
{
"name": "S32Kxxx UART",
"description": "Default connection",
"connection_string": "RS232;port=COM9;speed=115200;tmoRI=40;tmoRTM=40;tmoRTC=50;tmoWTM=40;tmoWTC=50;"
}
],
"variables": [
{
"name": "CurrentAverage",
"addr": "CurrentAverage",
"size": 4,
"type": "int"
},
...
I does not read the TSA and therefore not the variable.
msg : Object
object
payload: objectcount: 0
message: ""
msgid: "c408ea786
If I connect with FreeMaster directly then I see the value.
Cannot find the failure...