giller_m Posted August 26, 2022 Share Posted August 26, 2022 Hi Everyone, Does anybody here already tested our F430 communicated via Node-RED application? I have some difficulty on sending JOBLOAD command, OFFLINE and ONLINE commands but if I send TRIGGER command it works. https://drive.google.com/file/d/1BgCNd9el1ZdbkzkXuBSbRd0W7nqCHXlz/view?usp=sharing Quote Link to comment Share on other sites More sharing options...
giller_m Posted September 2, 2022 Author Share Posted September 2, 2022 Already solved this one. sharing my nodes here: [{"id":"c23e4166ed60556b","type":"tab","label":"Omron F430","disabled":false,"info":"","env":[]},{"id":"eaed6e0511b67869","type":"inject","z":"c23e4166ed60556b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"TRIGGER","payloadType":"str","x":180,"y":100,"wires":[["1c97fb190c520922"]]},{"id":"e78e12eef0218cbb","type":"tcp request","z":"c23e4166ed60556b","name":"","server":"192.168.188.2","port":"49211","out":"char","ret":"buffer","splitc":"\\n","newline":"","tls":"","x":450,"y":420,"wires":[["cbcd6232ba6c1d8e"]]},{"id":"cbcd6232ba6c1d8e","type":"debug","z":"c23e4166ed60556b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":650,"y":420,"wires":[]},{"id":"664052bda1eb13b8","type":"inject","z":"c23e4166ed60556b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"INFO","payloadType":"str","x":170,"y":140,"wires":[["1c97fb190c520922"]]},{"id":"5fb1c2343cf11a90","type":"function","z":"c23e4166ed60556b","name":"append CR","func":"msg.payload = msg.payload + \"\\r\";\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":250,"y":420,"wires":[["e78e12eef0218cbb"]]},{"id":"4d05e86baa9c803d","type":"link in","z":"c23e4166ed60556b","name":"","links":["1c97fb190c520922"],"x":125,"y":420,"wires":[["5fb1c2343cf11a90"]]},{"id":"1c97fb190c520922","type":"link out","z":"c23e4166ed60556b","name":"","mode":"link","links":["4d05e86baa9c803d"],"x":445,"y":200,"wires":[]},{"id":"d8b0151144f8aaef","type":"inject","z":"c23e4166ed60556b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"HELP","payloadType":"str","x":170,"y":180,"wires":[["1c97fb190c520922"]]},{"id":"3fb6b1bcacfb53b0","type":"inject","z":"c23e4166ed60556b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"ONLINE","payloadType":"str","x":180,"y":220,"wires":[["1c97fb190c520922"]]},{"id":"198be708d88c6781","type":"inject","z":"c23e4166ed60556b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"OFFLINE","payloadType":"str","x":180,"y":260,"wires":[["1c97fb190c520922"]]},{"id":"eeb99f159ffa292d","type":"inject","z":"c23e4166ed60556b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"MEMINFO","payloadType":"str","x":180,"y":300,"wires":[["1c97fb190c520922"]]}] Quote Link to comment Share on other sites More sharing options...
Troy Shaw Posted June 7 Share Posted June 7 Unfortunately we do not have any info on that Node-RED application. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.