LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ballard MIL 1553B Configuring as RT

HI,

 

I'm Using Ballard MIL 1553B

Model: 222-550-000

I need to create and configure a RT (RT address:2, sub address:1,word count:32) to send 32 bytes of data to external BC.

when I use examples (RT receive data example modified to send data/receive data) I'm not getting any kind of data in both in RX mode and TX mode also. If I configure it as BC instead of RT I can able to get a data (under MT mode).

I need a help to create and configure the RT as like as above mentioned

0 Kudos
Message 1 of 11
(4,378 Views)

Is this related to LabVIEW at all?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 11
(4,368 Views)

yeah, Im programming in LabVIEW 2015 using Ballard 1553 API

0 Kudos
Message 3 of 11
(4,341 Views)

You might be seeing a bug I ran into last year.  Astronics found an error in the DLLs.  I don't know if that fix ever got released.  They got me a beta version and it worked just fine.

 

Otherwise, I would need to see you code and configuration file (assuming you are using the XML configuration setup) to try to dig any more.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 11
(4,331 Views)

Pavithran111_0-1616389082064.pngPavithran111_1-1616389104585.pngPavithran111_2-1616389163984.png

Yeah I'm using XML file to configure the RT. I had attached the image my VI, XML config. and VIs

0 Kudos
Message 5 of 11
(4,288 Views)

@Pavithran111 wrote:

I need to create and configure a RT (RT address:2, sub address:1,word count:32) to send 32 bytes of data to external BC.


But your code is writing 4 bytes to RT 5 subaddress 16.  You need to update the rtAddress in the XML file to 2, the subAddress to 1 in the XML, and get RT index 2 from the array of RTs in the LabVIEW code.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 11
(4,265 Views)

Yes, I did that

even though I can't able to send or receive any data that's my problem. Im using multiple RT's In that this also a valid one.

 

Pavithran111_0-1616472113150.png

This is the version on Ballard Driver I'm using for 1553

0 Kudos
Message 7 of 11
(4,257 Views)

I have 2.12 installed and they had to send me an update for the BTICardLV dlls



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 11
(4,251 Views)

Could you please share the driver or link to download that.

0 Kudos
Message 9 of 11
(4,246 Views)

You can just go to Ballard's website, log in and download it here: https://www.ballardtech.com/support.aspx/myballard/.  The OmniBus II is listed toward the bottom of the page.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 10 of 11
(4,239 Views)