Converting Axcess to Netlinx
jswilson
Posts: 17
Hello,
I'm a little new to the AMX world, but I've learned a lot so far with the help of the forums here.
My question relates to converting older Axcess code over to NetLinx code. I have inherited a system using an Axcent3 master and I was (fortunately) able to get the source off of it. When I brought the code into NetLinx studio and compiled it as an Axcess source file, it compiled, as I would have expected. Since we might be switch over to Netlinx, i tried to compile it as a NetLinx source file, just to see what would happen, and more to my surprise, it also successfully compiled. I thought I would at least have to change code like:
Doesn't NetLinx require the d:p:s format? I thought this would cause a failure when compiling under NetLinx, but it seemed to pass. Any thoughts on this? Have I missed something?
Thanks for your understanding and help!
I'm a little new to the AMX world, but I've learned a lot so far with the help of the forums here.
My question relates to converting older Axcess code over to NetLinx code. I have inherited a system using an Axcent3 master and I was (fortunately) able to get the source off of it. When I brought the code into NetLinx studio and compiled it as an Axcess source file, it compiled, as I would have expected. Since we might be switch over to Netlinx, i tried to compile it as a NetLinx source file, just to see what would happen, and more to my surprise, it also successfully compiled. I thought I would at least have to change code like:
DEFINE_DEVICE TP = 128
Doesn't NetLinx require the d:p:s format? I thought this would cause a failure when compiling under NetLinx, but it seemed to pass. Any thoughts on this? Have I missed something?
Thanks for your understanding and help!
0
Comments