Search found 13 matches

by robinguillaume
Wed 15. Mar 2017, 16:06
Forum: PCAN-GPRS Link
Topic: FMS interface: Replacement for PCAN-GPRS?
Replies: 5
Views: 19535

Re: FMS interface

Any kind of memory eeprom or ram.
(The sd card of the PCCAN_GPRS was perfect, but it was formerly...)
by robinguillaume
Wed 15. Mar 2017, 12:23
Forum: PCAN-GPRS Link
Topic: FMS interface: Replacement for PCAN-GPRS?
Replies: 5
Views: 19535

Re: FMS interface

hi,
thanks for your answer.
i looked at http://www.peak-system.com/PCAN-RS-232.287.0.html?&L=1. Functionnaly, it seems not bad, but
the problem is the memory size, we have batch files which can reach 40ko.
have you something with more memory?

Regards.
Dominique.
by robinguillaume
Mon 13. Mar 2017, 14:51
Forum: PCAN-GPRS Link
Topic: FMS interface: Replacement for PCAN-GPRS?
Replies: 5
Views: 19535

FMS interface: Replacement for PCAN-GPRS?

Hi,
we are using PCAN-GPRS.
We use only fms interface and rs 232 interface (and not gprs and gps ).
Our C program collects fms data to send them on Rs-232 com either in real time either in time-deferred batch.

In this context have you a solution to replace PCAN-GPRS ?
Thanks.
Dominique
by robinguillaume
Tue 18. Mar 2014, 10:05
Forum: PCAN-GPRS Link
Topic: SDcard on PCAN-GPRS
Replies: 1
Views: 8441

SDcard on PCAN-GPRS

HI
we are using transcend sdcard in PCAN-GPRS Link.
For another system, we use 1 go ATP industrial SDcard (AF1GUDI-5ACXX with adapter). Can we use this ATP industrial SDcard in the PCAN-GPRS Link?
Regards.
Dominique CABANNES.
by robinguillaume
Fri 22. Mar 2013, 11:27
Forum: PCAN-GPRS Link
Topic: can bus general informations
Replies: 1
Views: 7206

can bus general informations

Hello,
thanks to confirm that fms bus is on pin 10 and 11 or 23 and 24.(not 12 13 and 25 26 as indicated in user manual p 10)

is the other can bus (pin 12 and 13 or 25 26) for OBD-2 connection?

Regards
by robinguillaume
Wed 20. Mar 2013, 14:36
Forum: PCAN-GPRS Link
Topic: Digital IN/OUT on PCAN-GPRS LINK
Replies: 3
Views: 10027

Re: Digital IN/OUT on PCAN-GPRS LINK

Thanks.
I note

Best regards
by robinguillaume
Wed 20. Mar 2013, 12:28
Forum: PCAN-GPRS Link
Topic: Digital IN/OUT on PCAN-GPRS LINK
Replies: 3
Views: 10027

Digital IN/OUT on PCAN-GPRS LINK

Hello,
Two questions:
i am testing Digital inputs Do and D1 on PCAN-GPRS Link.
it seems that DInO and Din1 are inverted compared to the User Manual DIn0 is on Pin 6 and Din1 is on pin 7.
can you confirm?

in the User manual p37
Inputs 2 Low- or High-active (depending on the pull-up/-
down wiring ...
by robinguillaume
Wed 20. Mar 2013, 10:19
Forum: PCAN-GPRS Link
Topic: software update
Replies: 7
Views: 15888

Re: software update

Hello,
thanks you, it's running.

Best Regards
by robinguillaume
Tue 19. Mar 2013, 14:34
Forum: PCAN-GPRS Link
Topic: software update
Replies: 7
Views: 15888

Re: software update

i think I am missing something.
Nothing appends when i call hardware_StartBootloader() or hardware_reset().
for example, i test this fonction by receiving 'S' on the Uart3 to reset the PCAN(temp is the buffer where datas are received)
if (temp[0] == 'S'){
UART_write("BEFORE",6,UART3);
hardware ...
by robinguillaume
Tue 19. Mar 2013, 12:06
Forum: PCAN-GPRS Link
Topic: software update
Replies: 7
Views: 15888

Re: software update

i want to do an update of the program.
how can the update.ini (with update=true) be considered to do the update without stop and restart the power?

Regards.