Author Topic: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?  (Read 8517 times)

Offline mr_g

  • Full Member
  • ***
  • Posts: 205
  • BHP: 9
How to send this information for A0-B3 additional inputs?

I suppose I have to send it like an AIM protocol for correct channel numbers. That is reasonable.

But what is the exact channel number for A0-A3, B0-B3? It doesn't mention anything about that on a page?

https://www.vems.hu/vt/help/v3/v3_inputmux.html


Offline Kamuto

  • Hero Member
  • *****
  • Posts: 814
  • BHP: 19
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #1 on: December 19, 2019, 12:26:07 am »
How to send this information for A0-B3 additional inputs?

I suppose I have to send it like an AIM protocol for correct channel numbers. That is reasonable.

But what is the exact channel number for A0-A3, B0-B3? It doesn't mention anything about that on a page?

https://www.vems.hu/vt/help/v3/v3_inputmux.html


aim protocol is on TX, on RX it's probably different. you should ask that in wiki page, I mean what is the sequence and so on. just check analog inputs raw in software and you will see what is what there :)
Vems installer in Lithuania
[email protected]

Offline mr_g

  • Full Member
  • ***
  • Posts: 205
  • BHP: 9
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #2 on: December 23, 2019, 09:33:07 am »

aim protocol is on TX, on RX it's probably different. you should ask that in wiki page, I mean what is the sequence and so on. just check analog inputs raw in software and you will see what is what there :)

Where to check analog inputs raw?
Also, can you tell me where to find the exact table of channels on vems on rs232 1, and 2. Because it seems that it is not the same... :-/

Offline mr_g

  • Full Member
  • ***
  • Posts: 205
  • BHP: 9
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #3 on: December 23, 2019, 09:53:22 am »
This is binary on a first rs232:
 00 2A 00 41 80 00 00 00 00 00 00 00 65 00 00 00 00 00 00 80 00 00 30 00 64 00 00 01 20 E1 7A 7E 79 1B 08 00 06 0A 3C 3C FF 68 FE 64 FE 05 00 00 00 00 81 6D 50 00 96 2E 00 00 00 00 0F FA 0F FC 0F FC 0F E8 0F EA 0F FC 38 00 00 00 00 00 FE
00 2A 00 41 80 00 00 00 00 00 00 00 65 00 00 00 00 00 00 80 00 00 30 00 64 00 00 02 20 F2 92 7E 7A 1B 08 00 06 0A 3C 3C FF 68 FE 64 FE 05 00 00 00 00 81 6D 50 00 96 2E 00 00 00 00 0F FA 0F FC 0F FC 0F E8 0F E8 0F FC 38 00 00 00 00 00 FE

This is not AIM. What it is?
On a second RS232 AIM is presented as a standard....

Offline Kamuto

  • Hero Member
  • *****
  • Posts: 814
  • BHP: 19
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #4 on: December 23, 2019, 09:25:49 pm »
This is binary on a first rs232:
 00 2A 00 41 80 00 00 00 00 00 00 00 65 00 00 00 00 00 00 80 00 00 30 00 64 00 00 01 20 E1 7A 7E 79 1B 08 00 06 0A 3C 3C FF 68 FE 64 FE 05 00 00 00 00 81 6D 50 00 96 2E 00 00 00 00 0F FA 0F FC 0F FC 0F E8 0F EA 0F FC 38 00 00 00 00 00 FE
00 2A 00 41 80 00 00 00 00 00 00 00 65 00 00 00 00 00 00 80 00 00 30 00 64 00 00 02 20 F2 92 7E 7A 1B 08 00 06 0A 3C 3C FF 68 FE 64 FE 05 00 00 00 00 81 6D 50 00 96 2E 00 00 00 00 0F FA 0F FC 0F FC 0F E8 0F E8 0F FC 38 00 00 00 00 00 FE

This is not AIM. What it is?
On a second RS232 AIM is presented as a standard....

fill wiki page if you want to know something, and hmn, binary on first rs232 is vems trigger frame protocol
Vems installer in Lithuania
[email protected]

Offline gunni

  • Hero Member
  • *****
  • Posts: 1492
  • BHP: 37
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #5 on: December 24, 2019, 07:18:11 am »
1.2.43

The Analog RX has nothing to do with the AIM TX, you of course need to have a CAN module that has the analog inputs working.
The analogs are the MUX channels when it works.




Offline mr_g

  • Full Member
  • ***
  • Posts: 205
  • BHP: 9
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #6 on: December 24, 2019, 08:12:02 am »
1.2.43

The Analog RX has nothing to do with the AIM TX, you of course need to have a CAN module that has the analog inputs working.
The analogs are the MUX channels when it works.




I have one. But I need documentation how to push this information to make software for it...



Offline Kamuto

  • Hero Member
  • *****
  • Posts: 814
  • BHP: 19
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #8 on: December 24, 2019, 10:05:34 am »
fill wiki page if you want to know something, and hmn, binary on first rs232 is vems trigger frame protocol

What wiki page exactly?
the one you will create if you want to get any answer. vems wiki.
Vems installer in Lithuania
[email protected]

Offline gunni

  • Hero Member
  • *****
  • Posts: 1492
  • BHP: 37
Re: Analog Input MUX / 2nd serial: How to use AIM stream for aditional inputs?
« Reply #9 on: December 27, 2019, 01:23:50 pm »
1.2.43

The Analog RX has nothing to do with the AIM TX, you of course need to have a CAN module that has the analog inputs working.
The analogs are the MUX channels when it works.




I have one. But I need documentation how to push this information to make software for it...



What do you need more?