I have connected only execute node to debug , isn't that the way to do it ?
inject Node ----> execute Node ----> debug Node
Thats my connection. I did a simple usecase to print out the timestamp and modify the output by formatting. That works well , but it dosenot involve any execute node. I will try to perform simple example with "ls"and update once done.
Thanks
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send an email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.
Hi guys ,
I have attached screenshots of my content of execute Node and Flow diagram itself. You can also see the output i get when i click inject timestamp.
This time i started the node-red-start without the sudo command , and i am logged into pi using the default user which is "pi" , i have not created any other user account for now.
Is their any issue with the flow model ?
Hi,it would be helpful if you were to share how exactly you have the Exec node configured.Also note the Coursera course I'm guessing you are doing does explain how to do this....Nick
On 20 September 2016 at 11:35, ashesh rocky <ashes...@gmail.com> wrote:
Hello ,
I was trying out Node-red tool for the very first time, but i was unable to get the output for even the very basic "vcgencmd" .
I started the Node-red in my Pi 3 by issuing following command -----> "sudo node-red-start"
Once started i can see the server started in localhost:1880. I was able to open Node-Red windows by opening "ip-address:1880" on my laptop browser connected to pi via ethernet and also by opening in pi built in browser.
All good to this stage , I was about to deploy a simple use case on plotting my Pi internal temp onto Bluemix IOT platform.
I created a simple flow by adding in three components ,
1. execute - Added command as vcgencmd , unchecked msg.payload and append with measure_temp.
2. added a debug from output section
3. Added a inject from Input section as timestamp.
Made a connection to wire up all three nodes and deploy. The deployment was success and upon clicking the inject button , i see no null string output under debug tab.
Result: msg.payload : string(0)
Can anyone guide me on what i did wrong. Sorry for the long post. BTW the tool appears to be very user friendly provided i get the output as expected 😊, I also tried the same command via terminal and it throws the current temp of pi board.
Thanks in advance.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.