Search found 40 matches

by charliehbeijer
Mon Nov 05, 2012 6:04 am
Forum: Hardware
Topic: Restore T7A flash
Replies: 1
Views: 8212

Re: Restore T7A flash

I found it again. It's on beijerelectronics.com

http://ftc.beijer.se/files/C125728B003A ... _b0365.exe
by charliehbeijer
Sun Nov 04, 2012 10:15 pm
Forum: Hardware
Topic: Restore T7A flash
Replies: 1
Views: 8212

Restore T7A flash

I did this before, but now for the life of me I cannot find the instructions how to restore the flash drive on a T7A. It's gone dead, says I doen't have .net installed.

Also, is there a pdf manual for the actual t7a panel, not the ix developer manual but the manual for the actual hardware device?
by charliehbeijer
Fri Nov 02, 2012 10:52 am
Forum: Controller Communication
Topic: Modbus master not sending anything
Replies: 4
Views: 13372

Re: Modbus master not sending anything

I found it. When it's tcp, the "Default Station" is an index into the station table, default zero. When it's serial, the "Default Station" becomes the node number. Zero is not a valid node number. I changed that to 2, and now it is polling. I see the polls in my slave emulator. Now I'm getting comm ...
by charliehbeijer
Fri Nov 02, 2012 10:40 am
Forum: Controller Communication
Topic: Modbus master not sending anything
Replies: 4
Views: 13372

Re: Modbus master not sending anything

I changed to Modbus over TCP just to see what would happen. I also set all the tags to "always active" as you suggested. The panel sends out modbus polls at regular intervals, and the slave responds. Good. But if I change back to serial, what I see in hyperterminal is "TEST IF ECHO". It sends that o...
by charliehbeijer
Fri Nov 02, 2012 9:56 am
Forum: Controller Communication
Topic: Modbus master not sending anything
Replies: 4
Views: 13372

Modbus master not sending anything

I have a modbus master set up on com1. I have tags mapped to addresses on the modbus master controller. The controller is enabled. The poll group is set to 500 ms. But it won't send anything out on the com port. I know I have the com port hooked up OK, because I have another program which sends to c...
by charliehbeijer
Thu Oct 25, 2012 3:21 am
Forum: Controller Communication
Topic: Tag valueChange event order during a mobus poll
Replies: 5
Views: 13562

Re: Tag valueChange event order during a mobus poll

I'll give my solution. Turns out there is one register in the slave device which always changes. It is a timestamp with one-second resolution. I'll put a valueChange event handler on the tag for that register. When the timestamp changes, I'll set a timer for an absurdly long time - in my case one se...
by charliehbeijer
Wed Oct 24, 2012 4:27 pm
Forum: Controller Communication
Topic: Tag valueChange event order during a mobus poll
Replies: 5
Views: 13562

Re: Tag valueChange event order during a mobus poll

Oh my. The thing is, my modbus slave reports 32-bit floating point numbers in pairs of registers. For example, modbus address 40001 holds the high 16 bits and 40002 holds the low 16 bits of a floating-point number. Say I have tag T1 on 40001 and T2 on 40002. If I handle valueChanged on T1, I don't k...
by charliehbeijer
Wed Oct 24, 2012 2:20 pm
Forum: Controller Communication
Topic: Tag valueChange event order during a mobus poll
Replies: 5
Views: 13562

Tag valueChange event order during a mobus poll

Say I have a modbus master controller in my t7a. Say I have tag T1 bound to modbus address 40001 and T2 bound to modbus address 40002, and I have valueChange handers on both tags. For a given polling event, assuming the values of T1 and T2 both changed, can I assume the T1.valueChange will fire befo...
by charliehbeijer
Wed Oct 24, 2012 12:50 pm
Forum: Scripting
Topic: txa file system
Replies: 3
Views: 9802

Re: txa file system

I see, and can the internal flash drive be mounted on a PC over USB? Or is there a graphical file browser in the t7x? I tried vs 2008's "remote file viewer" without success.