NetLinx comments
yuri
Posts: 861
Hi all,
i just noticed a strange thing with Netlinx studio...
When i do the following, the {dvTP, 19} entry is commented out... I have no idea whats happening, and i cant recall seeing it before. Im using the latest Netlinx studio.
i just noticed a strange thing with Netlinx studio...
When i do the following, the {dvTP, 19} entry is commented out... I have no idea whats happening, and i cant recall seeing it before. Im using the latest Netlinx studio.
DEVCHAN dcDVDControl[]= { {dvTP, 15}, // Play {dvTP, 16}, // Stop {dvTP, 17}, // Pause {dvTP, 18}, // Rew {dvTP, 19}, // Fwd {dvTP, 20} // Record }
0
Comments
For me, the high-lighting showed it as a comment, but the code worked properly
Odd, very odd, but i can live with it
thanks for the replies
I have seen this too. If you turn on Show End of Line under the Edit you will see what is going on. Sometimes a CR from a CR/LF pair disappears. I usually see the problem during a resequence (Sequentially Renumber Section).
jup, use that alot, so thats probably the problem