Rodolfo,
Please examine our IadsBus function in the Help system. It’s likely that the iadsbus.Demux function will provide you with enough flexibility to decode your RS422 messages if the Decom function wont.
One addition Demux has over Decom is Arg1 Value of Key parameter to match. This argument can be used to line up with the sync word found in the message to extract the specific bites you want for a given derived parameter.
Once you have this configured correctly then you can consider changing the function from a derived to an IAP so that it will run on the Server software part of IADS instead of the Client, generate its own data files and be available to all Client displays without any local processing. Running as an IAP is optional but if you have a lot of Client displays across many PCs then it may reduce resources by only performing the demux one time on the server instead of individually at each client PC. If it’s only a handful of parameters then it probably doesn’t matter, but if it’s closer to dozens or hundreds then it’s probably best to run it as and IAP.
You can also read more on IAP vs Derived in the help system.
If you have additional questions please email me directly at iads-support.
Thank you,
Adam Chant
Project Engineer, IADS
Curtiss-Wright
190 Sierra Court A-3 Palmdale, CA 93550
T: 661.273.7003 x210
ach...@curtisswright.com
iads-s...@curtisswright.com
From: ia...@googlegroups.com <ia...@googlegroups.com>
On Behalf Of Rodolfo Cavalcante
Sent: Tuesday, April 26, 2022 6:28 AM
To: IADS <ia...@googlegroups.com>
Subject: [IADS] Parsing serial data with IADS [EXTERNAL]
WARNING: This message came from an external source. Please exercise caution and proper judgment when opening any attachments, clicking links or responding to this message.
--
You received this message because you are subscribed to the Google Groups "IADS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
iads+uns...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/iads/eee807b0-9f8f-438b-a887-700d8e44197dn%40googlegroups.com.
Hi Rodolfo-
The L3 module you’re referencing is going to embed serial word into a PCM stream. How you decode the serial data in IADS really depends on how the module is encoding it.
It really comes down what the serial content is and how the L3 module has packaged it into the data.
-Kathy
To view this discussion on the web visit https://groups.google.com/d/msgid/iads/8eff1731ddea476ea21867645fab310b%40curtisswright.com.