Title: Failed to redirect multiple items to COM port Post by: ccdr on July 19, 2018, 11:42:06 AM Hello
When I tried to redirect multiple parsed items to the COM port, it failed. Nothing is redirected to the COM port. If I redirected only one parsed item for each time, it succeeded. According to the note, I separated multiple items by semicolon and paid attention to the letter case. This is so strange... And I tried to concatenate the two items (i.e. string variables) into single item by using Expression plugin. But was not able to find appropriate operator. BTW, how to concatenate two string items? Title: Re: Failed to redirect multiple items to COM port Post by: Arthur Grasin on July 19, 2018, 12:28:34 PM 1. Hmm. I suppose you may specify multiple names in the "Data source name" field.
2. VAR3=VAR1+VAR1 VAR1 and VAR2 must be strings. Title: Re: Failed to redirect multiple items to COM port Post by: ccdr on July 20, 2018, 04:27:39 AM 1. Hmm. I suppose you may specify multiple names in the "Data source name" field. No. I meant the "Parser item name" field. Is it restricted that only one item could be redirected?Title: Re: Failed to redirect multiple items to COM port Post by: Arthur Grasin on July 20, 2018, 07:09:40 AM Yes, only one item. If you want to make a complex data packet you may prepare it before using the Expressions plugin.
Title: Re: Failed to redirect multiple items to COM port Post by: ccdr on July 23, 2018, 09:02:42 AM 1. Hmm. I suppose you may specify multiple names in the "Data source name" field. If my expression is too long, then how to change line within Expression plugin?2. VAR3=VAR1+VAR1 VAR1 and VAR2 must be strings. Title: Re: Failed to redirect multiple items to COM port Post by: Arthur Grasin on July 23, 2018, 11:05:20 AM Then I need your configuration and incoming data example for this application. In this case I can check it and offer a solution.
|