Jump to content

Bolts


GWS

Recommended Posts

There is a mistake in the file VWMechanical_K.vss that is causing the problem. You can fix this yourself. Go to the application directory and then to the directory Plug-Ins\VW_Mech\Includes and open the file VWMechanical_K.vss in any text editor. Scroll to the bottom of the file and change "kSeriesDIN = 3" to "kSeriesDIN = 4" and "kSeriesISO = 4" to "kSeriesISO = 3". This will fix the problem. (Be sure to back up the file before making the changes.)

Sorry for any inconvenience.

Link to comment
  • 1 month later...

Hi Tomu,

i've just been following your instructions in the above post and in the Plugin VWMechanical_K.vss file you mention, the text i found that you say should be modified are as follows:-

kSeriesDIN = 3;

kSeriesISO = 4;

Do i take it that although there is a ; instead of " this should make no difference and will do the trick all the same, Right?

Thanx Tom.

Link to comment

Hi Andrew,

Ignore all of the "

Tom was just bracketing his text, but he left out the ;

The text you are changing is in an $Include file, so it is part of a larger VectorScript and each line must end in a semi-colon. All Pascal rules apply. The terms kSeriesDIN and kSeriesISO are the names of constants that some other script (the Bolt PIO) is using.

Long story short, your file should have the following two lines (in either order) when you are done editing:

kSeriesISO = 3;

kSeriesDIN = 4;

Raymond

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...